/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Family Drug Support Aotearoa
Description: Custom theme for Family Drug Support Aotearoa
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/* Sticky Footer
==============================*/
html {
  height: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}
/* Global Styles
==============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #42bcc3;
}
h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
h2 {
  font-size: 38px;
  margin-bottom: 28px;
}
h3 {
  font-size: 34px;
  margin-bottom: 26px;
}
h4 {
  font-size: 28px;
  margin-bottom: 24px;
}
h5 {
  font-size: 24px;
  margin-bottom: 22px;
}
h6 {
  font-size: 18px;
  margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
* {
  outline: none!important;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #42bcc3;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #24b5d9;
}
a:active {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.alignright,
img.alignright,
.alignright-page {
  float: right;
  margin: 0 0 15px 30px;
}
.alignleft,
img.alignleft,
.alignleft-page {
  float: left;
  margin: 0 30px 15px 0;
}
.gform_button.button {
  background-color: #42bcc3;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 60px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.gform_button.button:hover {
  background-color: #24b5d9;
}
#input_5_19 li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 15px;
}
#input_5_19 input[type="radio"] {
  width: 0px;
  height: 0px;
  display: none;
}
#input_5_19 label {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  vertical-align: middle;
  *vertical-align: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: #42bcc3;
  color: #ffffff;
  width: 90px;
  padding: 10px 24px 10px 24px;
  cursor: pointer;
}
#input_5_19 label {
  *display: inline;
}
#input_5_19 label:hover {
  background-color: #24b5d9;
}
#input_5_19 label:active,
#input_5_19 label.active {
  background-color: #24b5d9;
}
#input_5_19 input:checked + label,
#input_5_19 label.selected {
  background-color: #24b5d9;
  font-weight: normal;
}
/* Mobile Nav
==============================*/
.navToggle.menu {
  float: right;
  margin-top: 25px;
}
.navToggle.close {
  float: left;
  margin-top: 15px;
}
#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
#mobileNav.menuOpen {
  right: 0;
  background-color: #f6f6f6;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
.mobileNav-header {
  padding: 15px 20px 15px 20px;
}
#mobileNav ul {
  padding: 0px;
}
#mobileNav li {
  list-style-type: none;
}
#mobileNav li a {
  color: #41bac2;
  padding: 20px 40px 20px 15px;
  display: block;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
#mobileNav li a:hover {
  background-color: #41bac2!important;
  color: #ffffff;
}
nav.mobile-main-menu ul.sub-menu {
  display: none;
  position: relative;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
nav.mobile-main-menu ul.sub-menu li a {
  padding-left: 30px!important;
}
nav.mobile-main-menu ul.sub-menu li a:before {
  content: '- ';
}
#mobileNav ul li {
  position: relative;
}
#mobileNav ul li .menu-drop {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 3;
  color: #939598;
  width: 50px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav ul li .menu-drop.sub-menu-active {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Header
==============================*/
.site-notice {
  background-color: #42bcc3;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 5px 5px 7px 5px;
}
.header-top-wrapper {
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 8px;
}
.header-top-wrapper .left {
  float: left;
}
.header-top-wrapper .left ul {
  padding: 0;
}
.header-top-wrapper .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.header-top-wrapper .left ul li a {
  color: #000000;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}
.header-top-wrapper .left ul li a:hover {
  color: #24b5d9;
}
.header-top-wrapper .left ul li a i {
  padding-right: 7px;
}
.header-top-wrapper .right {
  float: right;
  position: relative;
}
.header-top-wrapper .right span {
  position: absolute;
  top: -15px;
  right: 0px;
  display: block;
  background-color: #ffffff;
}
.header-top-wrapper .right a {
  display: block;
  min-width: 242px;
  border-radius: 5px;
  padding: 10px 30px;
  color: #42bcc3;
  text-decoration: none;
  box-shadow: 1px 1px 10px 1px #efefef;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.header-top-wrapper .right a:hover {
  color: #24b5d9;
}
.header-top-wrapper .right a i {
  padding-right: 7px;
}
.header-top-wrapper .right a .hours {
  display: block;
  font-size: 12px;
  text-align: right;
  color: #000;
}
.header-bottom-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-logo {
  float: left;
}
nav.main-menu {
  float: right;
  margin-top: 42px;
}
nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0px 0px 0px 20px;
  position: relative;
}
nav.main-menu ul li a {
  color: #000000;
  text-decoration: none;
}
nav.main-menu ul li a:hover {
  color: #24b5d9;
}
nav.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
}
nav.main-menu ul li.sub-menu-active.menu-item-has-children > a:after {
  content: "\f106";
}
nav.main-menu ul ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: -15px;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 8px 15px 8px 15px;
  background-color: #ffffff;
}
nav.main-menu ul ul.sub-menu li {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 0px;
}
/* Slices
==============================*/
/* Banner */
.banner-image-wrapper {
  position: relative;
}
.banner-image-wrapper .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.banner-image {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-image .caption-wrapper {
  position: relative;
  min-height: 600px;
}
.banner-image .caption-wrapper .caption {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-45%);
  z-index: 3;
  font-family: 'Raleway', sans-serif;
}
.banner-image .caption-wrapper .caption .main-title {
  font-size: 54px;
  color: #ffffff;
  font-weight: 700;
  line-height: 60px;
}
.banner-image .caption-wrapper .caption .intro-sentence {
  color: #ffffff;
  display: block;
  font-size: 30px;
  margin-top: 30px;
  font-style: italic;
}
.banner-image .caption-wrapper .caption .link-wrapper {
  padding-top: 45px;
}
.banner-image .caption-wrapper .caption .link-wrapper a {
  background-color: #42bcc3;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 60px;
  text-decoration: none;
}
.banner-image .caption-wrapper .caption .link-wrapper a:hover {
  background-color: #24b5d9;
}
/* Intro Text */
.intro-text {
  padding-top: 115px;
  padding-bottom: 60px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.intro-text h5 {
  color: #000000;
  line-height: 42px;
}
.intro-text .intro-content {
  line-height: 30px;
}
/* Content Editor */
.content-editor {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* Content Editor - Centered */
.content-editor-centered {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
/* Link Blocks */
.link-blocks {
  padding-top: 60px;
  padding-bottom: 60px;
}
.link-blocks .link-block {
  border: none;
  border-radius: 0px;
  padding: 15px;
  background: #5ac0b2;
  background: linear-gradient(135deg, #5ac0b2 0%, #3ab9c9 100%);
}
.link-blocks .link-block:hover {
  background-color: #24b5d9;
  background: #24b5d9;
  cursor: pointer;
}
.link-blocks .link-block a {
  color: #ffffff;
  text-decoration: none;
}
.link-blocks .link-block a h5 {
  color: #ffffff;
}
.link-blocks .link-block a .card-footer {
  border: none;
  background: none;
}
.link-blocks .link-block a .link-wrapper {
  font-size: 18px;
  padding-top: 30px;
}
.link-blocks .link-block a .link-wrapper i {
  font-size: 24px;
  padding-right: 7px;
  position: relative;
  top: 2px;
}
/* Full Width Image CTA */
.full-width-image-cta.page-sideba-cta {
  padding-bottom: 0px;
}
.full-width-image-cta {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #ffffff;
}
.full-width-image-cta .full-width-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 340px;
  position: relative;
}
.full-width-image-cta .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.full-width-image-cta .caption-wrapper {
  position: relative;
  min-height: 340px;
}
.full-width-image-cta .caption-wrapper .left,
.full-width-image-cta .caption-wrapper .right {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  z-index: 3;
}
.full-width-image-cta .caption-wrapper .left {
  left: 0;
}
.full-width-image-cta .caption-wrapper .left h5 {
  color: #ffffff;
}
.full-width-image-cta .caption-wrapper .left .content {
  max-width: 600px;
  line-height: 30px;
}
.full-width-image-cta .caption-wrapper .right {
  top: 50%;
  right: 0;
  font-family: 'Raleway', sans-serif;
}
.full-width-image-cta .caption-wrapper .right .button-one {
  margin-bottom: 15px;
}
.full-width-image-cta .caption-wrapper .right .button-one a {
  background-color: #ffffff;
  display: block;
  text-align: center;
  padding: 30px;
  color: #42bcc3;
  font-weight: 600;
  text-decoration: none;
}
.full-width-image-cta .caption-wrapper .right .button-one a:hover {
  background-color: #24b5d9;
  color: #ffffff;
}
.full-width-image-cta .caption-wrapper .right .button-two {
  margin-bottom: 15px;
}
.full-width-image-cta .caption-wrapper .right .button-two a {
  background-color: #42bcc3;
  display: block;
  text-align: center;
  padding: 30px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}
.full-width-image-cta .caption-wrapper .right .button-two a:hover {
  background-color: #24b5d9;
  color: #ffffff;
}
.full-width-image-cta.remove-bottom-margin {
  padding-bottom: 0px;
}
/* Image Left - Content Right */
.image-left-content-right {
  padding-top: 60px;
  padding-bottom: 60px;
}
.image-left-content-right .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: Center;
}
.image-left-content-right .content {
  padding: 30px 0px 30px 60px;
  line-height: 28px;
}
/* Content Left - Image Right */
.content-left-image-right {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-left-image-right .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: Center;
}
.content-left-image-right .content {
  padding: 30px 60px 30px 0px;
  line-height: 28px;
}
/* Card Group */
.meta-card-group {
  padding-top: 60px;
  padding-bottom: 60px;
}
.meta-card-group .card {
  border-radius: 12px;
  border: none;
  box-shadow: 3px 3px 10px 3px #f5f5f5;
}
.meta-card-group .card:hover {
  box-shadow: 3px 3px 10px 3px #efefef;
}
.meta-card-group .card-body {
  padding: 0;
}
.meta-card-group .card-body .image {
  border-radius: 13px;
  min-height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.meta-card-group .card-body a {
  color: #252525;
  text-decoration: none;
}
.meta-card-group .card-body .inner-wrapper {
  padding: 30px 15px 15px 15px;
}
.meta-card-group .card-body .inner-wrapper h6.title {
  color: #252525;
  margin-bottom: 0px;
}
.meta-card-group .card-body .inner-wrapper .subtitle {
  font-style: italic;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.meta-card-group a {
  color: #4dbeba;
  text-decoration: none;
}
.meta-card-group .card-footer {
  background: none;
  border: none;
  text-align: right;
  padding-bottom: 20px;
}
/* Carousel */
.carousel-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.carousel-wrapper h4 {
  text-align: Center;
}
.carousel-wrapper .owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-height: 70px;
}
/* Content Editor 50/50 */
.content-editor-fifty-fifty {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* Page Sidebar Styles */
.sidebar a.nav-button {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 60px;
}
.sidebar a.nav-button::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  float: right;
}
.sidebar a.nav-button[aria-expanded="true"]::after {
  content: "\f106";
}
.sidebar-page-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
.sidebar-page-wrapper .main-content {
  padding-left: 60px;
}
.sidebar-page-wrapper .main-content .content-section {
  margin-bottom: 45px;
  line-height: 30px;
}
.sidebar-page-wrapper .main-content .content-section ul,
.sidebar-page-wrapper .main-content .content-section ol {
  padding-top: 20px;
  padding-left: 30px;
  column-count: 1;
}
.sidebar-page-wrapper .main-content .content-section ul li,
.sidebar-page-wrapper .main-content .content-section ol li {
  padding-right: 30px;
  margin-bottom: 15px;
}
.sidebar-page-wrapper .main-content .content-section ul li a,
.sidebar-page-wrapper .main-content .content-section ol li a {
  color: #42bece;
}
.sidebar-page-wrapper .main-content .button {
  padding-top: 22px;
  padding-bottom: 23px;
  margin-bottom: 45px;
}
.sidebar-page-wrapper .main-content .button a {
  background-color: #41bac2;
  color: #ffffff;
  padding: 22px 60px;
  font-weight: 600;
  text-decoration: none;
}
.sidebar-page-wrapper .sidebar-navigation-prev-next {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar-page-wrapper .sidebar-navigation-prev-next .navigation {
  border-top: 1px solid #ebebeb;
  padding-top: 45px;
}
.sidebar-page-wrapper .sidebar-navigation-prev-next .alignleft a {
  color: #41bac2;
  font-size: 18px;
}
.sidebar-page-wrapper .sidebar-navigation-prev-next .alignleft a i {
  margin-right: 7px;
}
.sidebar-page-wrapper .sidebar-navigation-prev-next .alignright a {
  color: #41bac2;
  font-size: 18px;
}
.sidebar-page-wrapper .sidebar-navigation-prev-next .alignright a i {
  margin-left: 7px;
}
.sidebar ul.sidebar-menu {
  padding-left: 0px;
  margin-bottom: 60px;
}
.sidebar ul {
  margin: 0;
}
.sidebar ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.sidebar ul li ul.children {
  margin-top: 15px;
}
.sidebar ul li a {
  background-color: #f6f6f6;
  display: block;
  padding: 15px 30px;
  border-radius: 10px 30px 30px 10px;
  color: #41bac2;
  font-weight: 600;
  text-decoration: none;
}
.sidebar ul li a:hover {
  background-color: #41bac2;
  color: #f6f6f6;
}
.sidebar ul li.current_page_item > a {
  background-color: #41bac2;
  color: #f6f6f6;
}
.cta-alternate-section {
  padding-left: 15px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* Event Styles */
.event-sidebar ul,
.resources-sidebar ul {
  padding-left: 0px;
  margin: 0;
}
.event-sidebar ul li,
.resources-sidebar ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.event-sidebar ul li ul.children,
.resources-sidebar ul li ul.children {
  margin-top: 15px;
}
.event-sidebar ul li a,
.resources-sidebar ul li a {
  background-color: #f6f6f6;
  display: block;
  padding: 15px 30px;
  border-radius: 10px 30px 30px 10px;
  color: #41bac2;
  font-weight: 600;
  text-decoration: none;
}
.event-sidebar ul li a:hover,
.resources-sidebar ul li a:hover {
  background-color: #41bac2;
  color: #f6f6f6;
}
.event-sidebar ul a.current,
.resources-sidebar ul a.current {
  background-color: #41bac2;
  color: #f6f6f6;
}
.single-event-wrapper {
  padding-top: 115px;
  padding-bottom: 115px;
}
.archive-event {
  margin-bottom: 60px;
}
.register-archive-button {
  margin-top: 25px;
}
.register-archive-button a {
  background-color: #42bcc3;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.single-event .event-details {
  box-shadow: 1px 1px 10px 1px #efefef;
  padding: 60px;
}
.single-event .event-details .left {
  color: #42bcc3;
  text-align: center;
  border-right: 1px solid #e1e1e1;
}
.single-event .event-details .left .month {
  font-size: 22px;
}
.single-event .event-details .left .day {
  font-size: 96px;
}
.single-event .event-details .right {
  padding-top: 15px;
}
.single-event .event-details .right h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.single-event .event-details .right .time,
.single-event .event-details .right .location {
  font-size: 18px;
  margin-bottom: 15px;
}
.single-event .event-details .right .time i,
.single-event .event-details .right .location i {
  padding-right: 15px;
  font-size: 22px;
}
.single-event .event-details .right .description {
  padding: 20px 0px 30px 0px;
}
.single-event .event-details .right .link-wrapper {
  text-align: right;
}
.single-event .event-details .right .link-wrapper a {
  color: #42bcc3;
  font-size: 20px;
  text-decoration: none;
}
.single-event .event-details .right .link-wrapper a:hover {
  color: #28aae1;
}
.single-event .event-details .right .link-wrapper a i {
  padding-left: 7px;
}
.event-time-outer-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #42bcc3;
}
.single-event-sign-up {
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
}
.single-event-sign-up #field_4_4 {
  padding-top: 15px;
}
.single-event-sign-up #field_4_4 label {
  display: none;
}
/* index.php */
.index-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.resources-main .entry {
  box-shadow: 1px 1px 10px 1px #efefef;
  padding: 60px;
  margin-bottom: 30px;
}
.resources-main .entry h2 {
  margin-bottom: 10px;
}
.resources-main .entry .link-wrapper {
  margin-top: 45px;
}
.resources-main .entry .link-wrapper a {
  background-color: #42bcc3;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 60px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.resources-main .entry .link-wrapper a:hover {
  background-color: #24b5d9;
}
/* Post Options Styling */
.post-option.article blockquote {
  width: 33%;
  float: right;
  padding-left: 30px;
  font-size: 24px;
}
.index-book .book {
  padding-left: 0px;
}
.post-option.article,
.post-option.external-website-link,
.post-option.book,
.post-option.pdf,
.post-option.video {
  padding-top: 60px;
  padding-bottom: 60px;
}
.post-option.external-website-link .link-wrapper {
  margin-top: 45px;
}
.post-option.external-website-link .link-wrapper a {
  background-color: #42bcc3;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 60px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.post-option.external-website-link .link-wrapper a:hover {
  background-color: #24b5d9;
}
.post-option.pdf .pdf-wrapper {
  margin-top: 45px;
}
.post-option.pdf .pdf-wrapper a {
  background-color: #42bcc3;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 60px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.post-option.pdf .pdf-wrapper a:hover {
  background-color: #24b5d9;
}
.post-option.book .link-wrapper {
  margin-top: 45px;
}
.post-option.book .link-wrapper a {
  background-color: #42bcc3;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 60px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.post-option.book .link-wrapper a:hover {
  background-color: #24b5d9;
}
.post-option.video .description {
  padding-top: 30px;
}
.navigation {
  width: 100%;
  font-size: 18px;
  border-top: 1px solid #ebebeb;
  padding-top: 50px;
  padding-bottom: 70px;
}
.navigation i {
  color: #42bcc3;
}
/* Contact Page Style */
#gform_1 li label {
  font-weight: 400;
}
#gform_1 input,
#gform_1 textarea {
  border: 1px solid #cccccc;
}
#gform_1 #field_1_5 label {
  display: none;
}
#gform_1 .gform_footer {
  padding-top: 0;
}
#gform_1 .gform_footer input {
  background-color: #42bcc3;
  border: 1px solid #42bcc3;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 60px;
  text-decoration: none;
}
#gform_1 .gform_footer input:hover {
  background-color: #24b5d9;
}
/* Footer
==============================*/
.footer-top {
  background-color: #ebebeb;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-top .two,
.footer-top .three {
  padding-left: 60px;
}
.footer-top .two ul,
.footer-top .three ul {
  padding: 0;
}
.footer-top .two ul li,
.footer-top .three ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.footer-top .two ul li:last-child,
.footer-top .three ul li:last-child {
  margin-bottom: 0px;
}
.footer-top .two ul li a,
.footer-top .three ul li a {
  color: #252525;
  text-decoration: none;
}
.footer-top .two ul li a:hover,
.footer-top .three ul li a:hover {
  color: #24b5d9;
}
.footer-top .four {
  text-align: right;
}
.footer-top .four a {
  min-width: 257px;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 20px 30px;
  color: #42bcc3;
  background-color: #ffffff;
  text-decoration: none;
  box-shadow: 1px 1px 10px 1px #efefef;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.footer-top .four a:hover {
  color: #24b5d9;
}
.footer-top .four a i {
  padding-right: 7px;
}
.footer-top .four a .hours {
  display: block;
  font-size: 14px;
  padding-top: 5px;
  text-align: right;
  color: #000;
}
.footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #5ac0b2;
  background: linear-gradient(135deg, #5ac0b2 0%, #3ab9c9 100%);
  color: #ffffff;
}
.footer-bottom .right {
  text-align: right;
}
.footer-bottom .right a {
  color: #ffffff;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 22px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  h5 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  h6 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .intro-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-editor {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-editor-centered {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .link-blocks {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .full-width-image-cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .image-left-content-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-left-image-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .meta-card-group {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .carousel-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-editor-fifty-fifty {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sidebar-page-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sidebar-page-wrapper .main-content .content-section ul {
    padding-top: 20px;
    padding-left: 30px;
    column-count: 1;
  }
  .single-event-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-image,
  .banner-image .caption-wrapper {
    min-height: 230px;
  }
  .banner-image .caption-wrapper .caption .main-title {
    font-size: 30px;
    line-height: 40px;
  }
  .image-left-content-right .image {
    min-height: 300px;
    background-size: 90%;
  }
  .image-left-content-right .content {
    padding: 30px 15px 30px 15px;
  }
  .content-left-image-right .image {
    min-height: 300px;
    background-size: 90%;
  }
  .content-left-image-right .content {
    padding: 30px 15px 30px 15px;
  }
  .intro-text h5 {
    line-height: 32px;
  }
  .full-width-image-cta.remove-bottom-margin {
    padding-bottom: 130px;
  }
  .full-width-image-cta {
    padding-bottom: 130px;
  }
  .full-width-image-cta .caption-wrapper .right {
    top: 120%;
  }
  .full-width-image-cta.page-sideba-cta {
    padding-bottom: 130px;
  }
  .sidebar-page-wrapper .main-content {
    padding-left: 0px;
  }
  .single-event .event-details .right .time i,
  .single-event .event-details .right .location i {
    margin-bottom: 30px;
    float: left;
    clear: both;
  }
  .single-event .event-details {
    padding: 30px;
  }
  .single-event .event-details .left {
    border-right: none;
  }
  .single-event .event-details .right {
    padding-left: 15px;
  }
  .post-option.article blockquote {
    width: 100%;
    padding-left: 0px;
  }
  .footer-top .one {
    margin-bottom: 45px;
  }
  .footer-top .two,
  .footer-top .three {
    padding-left: 15px;
  }
  .footer-top .four {
    padding-top: 60px;
    text-align: left;
  }
  .footer-bottom .right {
    text-align: left;
    padding-top: 15px;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .navToggle.menu {
    margin-top: 42px;
  }
  header .container {
    max-width: 100%;
  }
  .header-top-wrapper .left ul li {
    font-size: 13px;
    margin-right: 13px;
  }
  .link-blocks .link-block {
    flex: 1 0 90%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .meta-card-group .card {
    flex: 1 0 40%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .image-left-content-right .image {
    min-height: 300px;
  }
  .image-left-content-right .content {
    padding: 30px 0px 30px 0px;
  }
  .content-left-image-right .image {
    min-height: 300px;
  }
  .content-left-image-right .content {
    padding: 30px 0px 30px 0px;
  }
  .sidebar-page-wrapper .main-content {
    padding-left: 0px;
  }
  .sidebar-page-wrapper .main-content .content-section ul {
    padding-top: 20px;
    padding-left: 30px;
    column-count: 1;
  }
  .single-event .event-details {
    padding: 30px;
  }
  .single-event .event-details .left .month {
    font-size: 16px;
  }
  .single-event .event-details .left .day {
    font-size: 56px;
  }
  .event-sidebar {
    margin-bottom: 30px;
  }
  .post-option.article blockquote {
    width: 50%;
  }
  .footer-top .one {
    margin-bottom: 45px;
  }
  .footer-top .two,
  .footer-top .three {
    padding-left: 15px;
  }
  .footer-top .four {
    padding-top: 20px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .navToggle.menu {
    margin-top: 42px;
  }
  nav.main-menu ul li {
    margin: 0px 0px 0px 10px;
  }
  .meta-card-group .card {
    flex: 1 0 40%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sidebar-page-wrapper .main-content {
    padding-left: 0px;
  }
  .single-event .event-details {
    padding: 30px;
  }
  .single-event .event-details .left .month {
    font-size: 18px;
  }
  .single-event .event-details .left .day {
    font-size: 76px;
  }
  .footer-top .one {
    margin-bottom: 45px;
  }
  .footer-top .two,
  .footer-top .three {
    padding-left: 15px;
  }
  .footer-top .four {
    padding-top: 20px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-bottom-wrapper .container,
  .header-top-wrapper .container {
    max-width: 100%;
  }
  nav.main-menu ul li {
    margin: 0px 0px 0px 10px;
  }
  .single-event .event-details .left .day {
    font-size: 76px;
  }
  .footer-top .four a {
    min-width: 230px;
    padding: 10px 10px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
/* Chrome and Safari specific css */
/* IE 10+ Specific css */
