@font-face {
  font-family: "Gothic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/GOTHIC.eot?") format("eot"), url("fonts/GOTHIC.ttf") format("truetype"), url("fonts/GOTHIC.svg#Gothic") format("svg"), url("fonts/GOTHIC.woff") format("woff");
}
@font-face {
  font-family: "Gothic";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/GOTHICB.eot?") format("eot"), url("fonts/GOTHICB.ttf") format("truetype"), url("fonts/GOTHICB.svg#Gothic") format("svg"), url("fonts/GOTHICB.woff") format("woff");
}
@font-face {
  font-family: "Essays";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Essays1743.eot?") format("eot"), url("fonts/Essays1743.ttf") format("truetype"), url("fonts/Essays1743.svg#Essays") format("svg"), url("fonts/Essays1743.woff") format("woff");
}
/* line 16, ../scss/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #8cc63f;
  border-color: #8cc63f;
}
/* line 12, ../scss/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #78ac33;
  border-color: #71a230;
}
/* line 18, ../scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 198, 63, 0.5);
}
/* line 29, ../scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #8cc63f;
  border-color: #8cc63f;
}
/* line 36, ../scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #71a230;
  border-color: #6a982d;
}
/* line 46, ../scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 198, 63, 0.5);
}

/* line 16, ../scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #f78225;
  border-color: #f78225;
}
/* line 12, ../scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #ed6e09;
  border-color: #e16808;
}
/* line 18, ../scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 130, 37, 0.5);
}
/* line 29, ../scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #f78225;
  border-color: #f78225;
}
/* line 36, ../scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #e16808;
  border-color: #d46208;
}
/* line 46, ../scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 130, 37, 0.5);
}

/* line 22, ../scss/_buttons.scss */
.btn-outline-primary {
  color: #8cc63f;
  background-color: transparent;
  background-image: none;
  border-color: #8cc63f;
}
/* line 63, ../scss/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #8cc63f;
  border-color: #8cc63f;
}
/* line 69, ../scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 198, 63, 0.5);
}
/* line 74, ../scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #8cc63f;
  background-color: transparent;
}
/* line 80, ../scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #8cc63f;
  border-color: #8cc63f;
}
/* line 87, ../scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 198, 63, 0.5);
}

/* line 22, ../scss/_buttons.scss */
.btn-outline-info {
  color: #f78225;
  background-color: transparent;
  background-image: none;
  border-color: #f78225;
}
/* line 63, ../scss/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #f78225;
  border-color: #f78225;
}
/* line 69, ../scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 130, 37, 0.5);
}
/* line 74, ../scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #f78225;
  background-color: transparent;
}
/* line 80, ../scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #f78225;
  border-color: #f78225;
}
/* line 87, ../scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 130, 37, 0.5);
}

/* line 2, ../scss/_custom.scss */
.pagination > li {
  margin: 0px 2px;
}
/* line 3, ../scss/_custom.scss */
.pagination > li:before {
  content: none !important;
}
/* line 4, ../scss/_custom.scss */
.pagination > li > .page-numbers {
  background-color: transparent;
  border-color: transparent;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  color: #495057;
  text-decoration: none !important;
  border-radius: 0px;
  padding: .5rem .55rem;
  border: 1px solid transparent;
}
/* line 5, ../scss/_custom.scss */
.pagination > li > .page-numbers:hover, .pagination > li > .page-numbers:focus {
  color: #f78225;
  text-decoration: underline;
  background-color: transparent;
  border-color: #f78225;
}
/* line 7, ../scss/_custom.scss */
.pagination > li.active > a, .pagination > li.active > .page-link, .pagination > li .current {
  color: #f78225;
  text-decoration: none;
  background-color: transparent;
  border-color: #f78225;
  border-radius: 0px;
}
/* line 9, ../scss/_custom.scss */
.pagination > li:first-child > a, .pagination > li:last-child > a {
  background-color: #8cc63f;
  color: #fff;
  border-radius: 0px !important;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 10, ../scss/_custom.scss */
.pagination > li:first-child > a .fa, .pagination > li:last-child > a .fa {
  font-size: 22px;
}
/* line 11, ../scss/_custom.scss */
.pagination > li:first-child > a:hover, .pagination > li:first-child > a:focus, .pagination > li:last-child > a:hover, .pagination > li:last-child > a:focus {
  background-color: #71a230;
  border-color: #71a230;
  color: #fff !important;
}
/* line 13, ../scss/_custom.scss */
.pagination > li:first-child.active > a, .pagination > li:last-child.active > a {
  background-color: transparent;
  color: #f78225;
  text-decoration: none;
}
/* line 14, ../scss/_custom.scss */
.pagination > li:first-child.active > a:hover, .pagination > li:last-child.active > a:hover {
  color: #f78225;
}

/* line 20, ../scss/_custom.scss */
.dropdown-menu {
  border-radius: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  border-bottom: none !important;
}
/* line 21, ../scss/_custom.scss */
.dropdown-menu.datepicker:before {
  content: none;
}
/* line 22, ../scss/_custom.scss */
.dropdown-menu:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  left: 15px;
  top: -8px;
  transform: rotate(45deg);
  z-index: -1;
  border: 1px solid rgba(33, 37, 41, 0.19);
}
/* line 23, ../scss/_custom.scss */
.dropdown-menu li {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  max-width: 100%;
  clear: both;
  padding-right: 0px;
  position: relative;
}
/* line 24, ../scss/_custom.scss */
.dropdown-menu li a {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-left: 4px solid transparent;
  font-size: 16px;
  color: #495057;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
/* line 25, ../scss/_custom.scss */
.dropdown-menu li a:hover, .dropdown-menu li a:focus .dropdown-menu li a.active {
  color: #8cc63f;
  outline: none;
  border-left-color: #8cc63f;
  text-decoration: none;
}
/* line 27, ../scss/_custom.scss */
.dropdown-menu li a.active, .dropdown-menu li.active a {
  color: #fff;
  outline: none;
  border-left-color: #8cc63f;
  background-color: #8cc63f;
  text-decoration: none;
}
/* line 28, ../scss/_custom.scss */
.dropdown-menu li.active a:hover {
  border-left-color: #8cc63f;
  background-color: #8cc63f;
}

/* line 31, ../scss/_custom.scss */
.sub-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  min-width: 180px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: absolute;
  right: 0px;
  top: 100%;
  opacity: 0;
  transform: scale(0);
  transform-origin: 100% 0;
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 200px;
}
/* line 33, ../scss/_custom.scss */
.sub-menu > li:first-child:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  right: 15px;
  top: -8px;
  transform: rotate(45deg);
  z-index: 0;
  border: 1px solid rgba(33, 37, 41, 0.19);
}
/* line 35, ../scss/_custom.scss */
.sub-menu li {
  width: 100%;
  float: left;
  position: relative;
}
/* line 36, ../scss/_custom.scss */
.sub-menu li a {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-left: 4px solid transparent;
  font-size: 16px;
  color: #495057;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
/* line 37, ../scss/_custom.scss */
.sub-menu li a:hover, .sub-menu li a:focus .sub-menu li a.active {
  color: #f78225;
  outline: none;
  border-left-color: #f78225;
  text-decoration: none;
}
/* line 39, ../scss/_custom.scss */
.sub-menu li a.active, .sub-menu li.current_page_item a {
  color: #fff;
  outline: none;
  border-left-color: #f78225;
  background-color: #8cc63f;
  text-decoration: none;
}
/* line 40, ../scss/_custom.scss */
.sub-menu li.current_page_item a:hover {
  border-left-color: #f78225;
  background-color: #8cc63f;
}
/* line 42, ../scss/_custom.scss */
.sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
/* line 44, ../scss/_custom.scss */
.sub-menu .sub-menu > li:first-child:before {
  content: none;
}

/* line 49, ../scss/_custom.scss */
.overlay {
  position: relative;
}
/* line 50, ../scss/_custom.scss */
.overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 52, ../scss/_custom.scss */
.social-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
/* line 53, ../scss/_custom.scss */
.social-menu li {
  float: left;
  padding: 0px 9px;
}
/* line 54, ../scss/_custom.scss */
.social-menu li a {
  font-size: 26px;
}

/* line 58, ../scss/_custom.scss */
.autohide-arrows:hover .owl-nav, .autohide-arrows .owl-nav {
  display: block !important;
}

/* line 59, ../scss/_custom.scss */
.owl-carousel {
  margin-bottom: 20px !important;
  float: left;
}
/* line 60, ../scss/_custom.scss */
.owl-carousel .owl-item {
  position: relative;
}
/* line 61, ../scss/_custom.scss */
.owl-carousel .image {
  width: 100%;
  float: left;
  position: relative;
}
/* line 62, ../scss/_custom.scss */
.owl-carousel .caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 15px 20px;
  font-size: 34px;
  font-family: 'Essays';
}
/* line 63, ../scss/_custom.scss */
.owl-carousel .caption.text-info {
  color: #f78225 !important;
}
/* line 65, ../scss/_custom.scss */
.owl-carousel .owl-nav {
  position: absolute;
  right: 5px;
  bottom: 28px;
  width: 90px;
}
/* line 66, ../scss/_custom.scss */
.owl-carousel .owl-nav [class*='owl-'] {
  padding: 2px 12px !important;
  margin: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 16px;
}
/* line 67, ../scss/_custom.scss */
.owl-carousel .owl-nav [class*='owl-']:hover {
  background-color: #8cc63f;
}
/* line 68, ../scss/_custom.scss */
.owl-carousel .owl-nav [class*='owl-']:focus {
  outline: none;
}
/* line 69, ../scss/_custom.scss */
.owl-carousel .owl-nav [class*='owl-'].disabled {
  cursor: not-allowed;
}
@media (max-width: 767px) {
  /* line 73, ../scss/_custom.scss */
  .owl-carousel .caption {
    font-size: 18px;
  }
}

/* line 77, ../scss/_custom.scss */
#testimonial.owl-carousel {
  padding: 10px 0px 20px;
  line-height: 30px;
  color: #495057;
}
/* line 78, ../scss/_custom.scss */
#testimonial.owl-carousel .item {
  text-align: center;
}
/* line 79, ../scss/_custom.scss */
#testimonial.owl-carousel .owl-dots {
  text-align: center;
}
/* line 80, ../scss/_custom.scss */
#testimonial.owl-carousel .owl-dots [class*='owl-'] {
  width: 30px;
  height: 3px;
  margin: 0px 3px;
  background-color: #adb5bd;
}
/* line 81, ../scss/_custom.scss */
#testimonial.owl-carousel .owl-dots [class*='owl-']:hover, #testimonial.owl-carousel .owl-dots [class*='owl-'].active {
  background-color: #f78225;
}
/* line 82, ../scss/_custom.scss */
#testimonial.owl-carousel .owl-dots [class*='owl-']:focus {
  outline: none;
}

/* line 87, ../scss/_custom.scss */
.post-list {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
/* line 88, ../scss/_custom.scss */
.post-list .title-heading {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
  font-family: 'Essays';
  font-size: 32px;
  color: #f78225;
}
/* line 89, ../scss/_custom.scss */
.post-list .title-heading a {
  color: inherit;
  text-decoration: none;
}
/* line 90, ../scss/_custom.scss */
.post-list .title-heading a:hover {
  color: #e16808;
}
/* line 92, ../scss/_custom.scss */
.post-list .image {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
/* line 93, ../scss/_custom.scss */
.post-list .image .caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 15px 20px;
  font-size: 28px;
  font-family: 'Essays';
}
/* line 95, ../scss/_custom.scss */
.post-list .text {
  width: 100%;
  float: left;
  position: relative;
}

/* line 98, ../scss/_custom.scss */
.news-box {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
/* line 99, ../scss/_custom.scss */
.news-box img {
  margin-bottom: 10px;
  max-width: 100%;
}
/* line 100, ../scss/_custom.scss */
.news-box h5 {
  font-weight: bold;
  color: #f78225;
}
/* line 101, ../scss/_custom.scss */
.news-box a {
  text-decoration: none !important;
}
/* line 102, ../scss/_custom.scss */
.news-box a:hover {
  color: #e16808;
}
/* line 103, ../scss/_custom.scss */
.news-box p {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}
/* line 104, ../scss/_custom.scss */
.news-box .addtoany_share_save_container {
  margin: 10px 0px 0px;
  width: 100%;
  float: left;
}
/* line 105, ../scss/_custom.scss */
.news-box .addtoany_list {
  display: flex;
  align-items: unset;
}

/* line 10, ../scss/style.scss */
body {
  font-family: 'Gothic';
  font-weight: normal;
  font-size: 15px;
}

/* line 11, ../scss/style.scss */
.wrapper {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}

/* line 12, ../scss/style.scss */
.all-pages-content {
  width: 100%;
  float: left;
  position: relative;
  min-height: 255px;
  padding: 30px 0px;
}
@media (max-width: 767px) {
  /* line 12, ../scss/style.scss */
  .all-pages-content {
    padding-top: 10px;
  }
}

/* line 16, ../scss/style.scss */
.navbar.brand-center {
  background-color: #8cc63f !important;
  margin-bottom: 50px;
  position: relative;
  z-index: 11;
}
/* line 17, ../scss/style.scss */
.navbar.brand-center .navbar-toggler {
  color: #495057;
  border-color: #495057;
}
/* line 18, ../scss/style.scss */
.navbar.brand-center .nav > li {
  position: relative;
}
/* line 19, ../scss/style.scss */
.navbar.brand-center .nav > li > a {
  display: block;
  padding: .5rem 1rem;
  color: #fff;
}
/* line 20, ../scss/style.scss */
.navbar.brand-center .nav > li > a:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 992px) {
  /* line 24, ../scss/style.scss */
  .navbar.brand-center > .container {
    padding: 0px;
  }
  /* line 25, ../scss/style.scss */
  .navbar.brand-center .navbar-brand {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  /* line 26, ../scss/style.scss */
  .navbar.brand-center .col-half.left {
    width: 50%;
    padding-right: 90px;
  }
  /* line 27, ../scss/style.scss */
  .navbar.brand-center .col-half.right {
    width: 50%;
    padding-left: 90px;
  }
  /* line 29, ../scss/style.scss */
  .navbar.brand-center .nav > li {
    padding: 35px 0px;
    position: relative;
  }
  /* line 30, ../scss/style.scss */
  .navbar.brand-center .nav > li > a {
    display: block;
    padding: 5px 9px;
    border-radius: 16px;
    border: 2px solid;
    border-color: transparent;
    text-shadow: 0.4px 0px 0px #fff;
    transition: all 0.2s ease-in-out;
  }
  /* line 32, ../scss/style.scss */
  .navbar.brand-center .nav > li > a:hover, .navbar.brand-center .nav > li > a.active {
    border-color: #fff;
  }
  /* line 35, ../scss/style.scss */
  .navbar.brand-center .nav > li.active > a, .navbar.brand-center .nav > li.current_page_item > a {
    border-color: #fff;
  }
  /* line 37, ../scss/style.scss */
  .navbar.brand-center .sub-menu {
    top: calc(100% - 25px);
  }
}
/* line 39, ../scss/style.scss */
.navbar.brand-center .menu-item-has-children:hover > a + .sub-menu {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 41, ../scss/style.scss */
  .navbar.brand-center .nav > li > a {
    padding: 5px 5px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  /* line 44, ../scss/style.scss */
  .navbar.brand-center .navbar-brand {
    margin-bottom: -60px;
  }
  /* line 45, ../scss/style.scss */
  .navbar.brand-center .col-half.left {
    padding-top: 54px;
  }
  /* line 46, ../scss/style.scss */
  .navbar.brand-center .menu-item-has-children:hover > a + .sub-menu {
    position: static;
  }
}

/* line 52, ../scss/style.scss */
.home-banner {
  width: 100%;
  float: left;
  position: relative;
  margin-top: -80px;
}
/* line 53, ../scss/style.scss */
.home-banner > img {
  width: 100%;
  max-width: 100%;
}

/* line 56, ../scss/style.scss */
.home-welcome {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0px 30px;
  text-align: center;
  line-height: 32px;
  color: #495057;
  background-color: #fdf4ec;
}
/* line 57, ../scss/style.scss */
.home-welcome a {
  color: #f78225;
  text-decoration: underline;
}
/* line 58, ../scss/style.scss */
.home-welcome h1 {
  color: #f78225;
  font-family: 'Essays';
  padding-bottom: 10px;
}
/* line 59, ../scss/style.scss */
.home-welcome p {
  width: 100%;
  float: left;
  padding-bottom: 4px;
}
/* line 60, ../scss/style.scss */
.home-welcome .addtoany_share_save_container {
  display: none;
}
@media (max-width: 767px) {
  /* line 56, ../scss/style.scss */
  .home-welcome {
    padding: 20px 0px 10px;
  }
  /* line 62, ../scss/style.scss */
  .home-welcome h1 {
    font-size: 26px;
    padding-bottom: 0px;
  }
  /* line 63, ../scss/style.scss */
  .home-welcome p {
    padding-bottom: 0px;
  }
}

/* line 67, ../scss/style.scss */
.home-encounters {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0px 40px;
  line-height: 28px;
  color: #495057;
}
/* line 68, ../scss/style.scss */
.home-encounters a {
  color: #f78225;
  text-decoration: underline;
}
/* line 69, ../scss/style.scss */
.home-encounters h1 {
  color: #f78225;
  font-family: 'Essays';
  margin-top: 0px;
}
/* line 70, ../scss/style.scss */
.home-encounters p {
  width: 100%;
  float: left;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  /* line 67, ../scss/style.scss */
  .home-encounters {
    padding: 30px 0px 20px;
  }
  /* line 72, ../scss/style.scss */
  .home-encounters h1 {
    font-size: 26px;
  }
}

/* line 76, ../scss/style.scss */
.home-sanctuary {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px 40px;
  line-height: 28px;
}
/* line 77, ../scss/style.scss */
.home-sanctuary h1 {
  color: #f78225;
  font-family: 'Essays';
  text-align: center;
  padding-bottom: 40px;
}
/* line 78, ../scss/style.scss */
.home-sanctuary h1 span {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 76, ../scss/style.scss */
  .home-sanctuary {
    padding: 0px 0px 10px;
  }
  /* line 81, ../scss/style.scss */
  .home-sanctuary h1 {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

/* line 85, ../scss/style.scss */
.home-connect {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0px 30px;
  line-height: 32px;
  color: #495057;
}
/* line 86, ../scss/style.scss */
.home-connect h1 {
  color: #f78225;
  font-family: 'Essays';
  padding-bottom: 10px;
  text-align: center;
}
/* line 87, ../scss/style.scss */
.home-connect p {
  width: 100%;
  float: left;
  padding-bottom: 4px;
}
/* line 88, ../scss/style.scss */
.home-connect ol {
  padding-left: 15px;
  margin-bottom: 0px;
}
/* line 89, ../scss/style.scss */
.home-connect .btn {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0px;
  padding: 10px 50px;
}
/* line 91, ../scss/style.scss */
.home-connect form .form-group {
  margin-bottom: 30px;
}
/* line 92, ../scss/style.scss */
.home-connect form input[type="text"], .home-connect form .form-control {
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #8cc63f;
  padding-left: 0px;
  color: #495057;
}
/* line 93, ../scss/style.scss */
.home-connect form input[type="text"]::placeholder, .home-connect form .form-control::placeholder {
  font-size: 14px;
  color: #495057;
}
/* line 94, ../scss/style.scss */
.home-connect form input[type="text"]:focus, .home-connect form .form-control:focus {
  box-shadow: none;
  border-color: #f78225;
}
/* line 97, ../scss/style.scss */
.home-connect .form-group {
  width: 100%;
  float: left;
}
/* line 98, ../scss/style.scss */
.home-connect .mc4wp-response {
  width: 100%;
  float: left;
}
/* line 99, ../scss/style.scss */
.home-connect .mc4wp-response .mc4wp-alert {
  width: 100%;
  float: left;
  line-height: 22px;
  margin-bottom: 15px;
  padding: 5px;
}
/* line 100, ../scss/style.scss */
.home-connect .mc4wp-response .mc4wp-notice {
  background-color: #dc3545;
  color: #fff;
}
/* line 101, ../scss/style.scss */
.home-connect .mc4wp-response .mc4wp-success {
  background-color: #28a745;
  color: #fff;
}
/* line 102, ../scss/style.scss */
.home-connect .mc4wp-response p {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  /* line 85, ../scss/style.scss */
  .home-connect {
    padding-bottom: 0px;
  }
  /* line 105, ../scss/style.scss */
  .home-connect h1 {
    font-size: 26px;
  }
}

/* line 110, ../scss/style.scss */
.right-side img {
  max-width: 100%;
  height: auto;
}
/* line 112, ../scss/style.scss */
.right-side .widget .slick-slide {
  outline: none;
}
/* line 113, ../scss/style.scss */
.right-side .widget .slick-arrow {
  display: none !important;
}
/* line 114, ../scss/style.scss */
.right-side .widget > span {
  font-size: 1.75rem;
  color: #f78225;
  font-family: 'Essays';
  text-align: center;
  padding-top: 10px;
  position: relative;
  padding-bottom: 10px;
}
/* line 115, ../scss/style.scss */
.right-side .widget > span:before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 3px;
  background-color: #8cc63f;
  width: 150px;
  margin-left: -10px;
}
/* line 117, ../scss/style.scss */
.right-side .widget .content_display p.testimonial_content {
  padding-top: 20px;
}
/* line 118, ../scss/style.scss */
.right-side .widget .content_display p.testimonial_content:before {
  content: none;
}
/* line 120, ../scss/style.scss */
.right-side .widget .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
/* line 122, ../scss/style.scss */
.right-side .card {
  border-radius: 0px;
  margin-bottom: 30px;
  border-bottom: 3px solid #8cc63f;
}
/* line 123, ../scss/style.scss */
.right-side .card-body {
  padding: 1rem;
}
/* line 124, ../scss/style.scss */
.right-side .card-header {
  padding: .75rem 1rem .35rem 1rem;
  font-family: 'Essays';
  background-color: transparent;
  border-bottom: none;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
/* line 125, ../scss/style.scss */
.right-side .card-header h3 {
  color: #f78225;
  margin-bottom: 0px;
}
/* line 126, ../scss/style.scss */
.right-side .card-header h3 span {
  float: left;
  position: relative;
  padding: 0px 15px 15px 15px;
}
/* line 127, ../scss/style.scss */
.right-side .card-header h3 span:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 3px;
  background-color: #8cc63f;
}
/* line 132, ../scss/style.scss */
.right-side .news h5 {
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
  color: #f78225;
}
/* line 133, ../scss/style.scss */
.right-side .news a {
  color: inherit;
}
/* line 135, ../scss/style.scss */
.right-side .post-list .image .caption {
  padding: 6px 15px;
  font-size: 22px;
}
/* line 136, ../scss/style.scss */
.right-side .promo-code {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
/* line 137, ../scss/style.scss */
.right-side .promo-code .form-control {
  border-radius: 0px;
  border-left: none;
  border-top: none;
  border-right: none;
  background-color: #fdf4ec;
}
/* line 138, ../scss/style.scss */
.right-side .promo-code .form-control::placeholder {
  font-size: 14px;
}
/* line 140, ../scss/style.scss */
.right-side .promo-code .btn {
  border-radius: 0px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 142, ../scss/style.scss */
.right-side .calendar {
  width: 100%;
  float: left;
  position: relative;
}
/* line 143, ../scss/style.scss */
.right-side .calendar h3 {
  font-family: 'Essays';
  color: #f78225;
  text-align: center;
  padding-bottom: 10px;
}
/* line 145, ../scss/style.scss */
.right-side .afternoon {
  width: 100%;
  float: left;
  position: relative;
}
/* line 146, ../scss/style.scss */
.right-side .afternoon h3 {
  width: 100%;
  float: left;
  position: relative;
  background-color: #8cc63f;
  color: #fff;
  font-family: 'Essays';
  margin: 0px;
  padding: 8px 10px 10px 15px;
  cursor: pointer;
  font-size: 24px;
}
/* line 147, ../scss/style.scss */
.right-side .afternoon h3 .fa {
  transition: all 0.2s ease-in-out;
}
/* line 148, ../scss/style.scss */
.right-side .afternoon h3[aria-expanded="true"] .fa-angle-right {
  display: none;
}
/* line 149, ../scss/style.scss */
.right-side .afternoon h3[aria-expanded="false"] .fa-angle-down {
  display: none;
}
/* line 151, ../scss/style.scss */
.right-side .afternoon .bg-light {
  transition: all 0.2s ease-in-out;
  background-color: #fdf4ec !important;
  padding: 10px 15px;
}
/* line 153, ../scss/style.scss */
.right-side .afternoon .booking h4 {
  font-family: 'Essays';
  color: #f78225;
  padding: 10px 0px;
  text-align: center;
}
/* line 154, ../scss/style.scss */
.right-side .afternoon .booking .text-info {
  color: #f78225 !important;
}
/* line 155, ../scss/style.scss */
.right-side .afternoon .booking select {
  font-size: 14px;
  border-radius: 0px;
}
/* line 156, ../scss/style.scss */
.right-side .afternoon .booking .btn {
  border-radius: 0px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 160, ../scss/style.scss */
.right-side .post-list .image img {
  max-width: 100%;
  height: auto;
}
/* line 161, ../scss/style.scss */
.right-side .post-list .image .caption a {
  color: inherit;
}

/* line 165, ../scss/style.scss */
footer#footer {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0px 30px;
  background: url("../images/footer-bg.jpg") center center;
  background-attachment: inherit;
  color: #fff;
}
/* line 166, ../scss/style.scss */
footer#footer h3 {
  font-family: 'Essays';
}
/* line 167, ../scss/style.scss */
footer#footer .menu {
  padding: 0px;
  list-style: none;
  line-height: 28px;
}
/* line 168, ../scss/style.scss */
footer#footer .menu a {
  color: #fff;
  font-size: 14px;
}
/* line 169, ../scss/style.scss */
footer#footer .menu a:hover {
  color: #8cc63f;
}
/* line 172, ../scss/style.scss */
footer#footer form textarea {
  height: 60px;
}
/* line 173, ../scss/style.scss */
footer#footer form .form-group {
  margin-bottom: 25px;
}
/* line 174, ../scss/style.scss */
footer#footer form input[type="text"], footer#footer form .form-control {
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #868e96;
  padding-left: 0px;
  color: #fff;
}
/* line 175, ../scss/style.scss */
footer#footer form input[type="text"]::placeholder, footer#footer form .form-control::placeholder {
  font-size: 14px;
  color: #adb5bd;
}
/* line 176, ../scss/style.scss */
footer#footer form input[type="text"]:focus, footer#footer form .form-control:focus {
  box-shadow: none;
  border-color: #8cc63f;
}
/* line 178, ../scss/style.scss */
footer#footer form .btn {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0px;
  padding: 10px 50px;
}
/* line 180, ../scss/style.scss */
footer#footer .twitter-timeline {
  width: 100% !important;
  max-width: 100%;
}
/* line 181, ../scss/style.scss */
footer#footer .copyright {
  font-size: 12px;
  color: #868e96;
}
/* line 182, ../scss/style.scss */
footer#footer .copyright a {
  color: #868e96;
  text-decoration: underline;
}
/* line 183, ../scss/style.scss */
footer#footer .copyright a:hover {
  color: #f78225;
}
/* line 184, ../scss/style.scss */
footer#footer .copyright .social-menu li {
  padding: 0px 4px;
}
/* line 185, ../scss/style.scss */
footer#footer .copyright .social-menu li a {
  font-size: 18px;
}
@media (min-width: 992px) {
  /* line 189, ../scss/style.scss */
  footer#footer .twitter-outer {
    padding-right: 15%;
  }
}
@media (max-width: 767px) {
  /* line 193, ../scss/style.scss */
  footer#footer .copyright .d-flex {
    display: block !important;
  }
  /* line 194, ../scss/style.scss */
  footer#footer .copyright .social-menu {
    float: left;
    width: 100%;
    padding-top: 10px;
  }
}

/* line 199, ../scss/style.scss */
.content-page {
  width: 100%;
  float: left;
  position: relative;
  line-height: 28px;
  color: #495057;
}
/* line 200, ../scss/style.scss */
.content-page img {
  max-width: 100%;
}
/* line 201, ../scss/style.scss */
.content-page h1 {
  color: #8cc63f;
  font-family: 'Essays';
  padding-bottom: 10px;
}
/* line 202, ../scss/style.scss */
.content-page h2 {
  color: #f78225;
  font-family: 'Essays';
  padding-bottom: 6px;
}
/* line 203, ../scss/style.scss */
.content-page h3 {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
  font-family: 'Essays';
  font-size: 32px;
  color: #f78225;
}
/* line 204, ../scss/style.scss */
.content-page a {
  color: #f78225;
  text-decoration: underline;
}
/* line 205, ../scss/style.scss */
.content-page p {
  width: 100%;
  float: left;
  padding-bottom: 4px;
}
/* line 206, ../scss/style.scss */
.content-page ul {
  list-style: none;
  padding-left: 20px;
  line-height: 30px;
  width: 100%;
  float: left;
  color: #8cc63f;
  font-weight: 500;
}
/* line 31, ../scss/_mixins.scss */
.content-page ul li {
  padding-left: 0px;
}
/* line 32, ../scss/_mixins.scss */
.content-page ul li:before {
  content: "\f00c";
  color: #8cc63f;
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 10px;
  font-style: normal;
  margin-left: -20px;
}
/* line 33, ../scss/_mixins.scss */
.content-page ul li a {
  color: #8cc63f;
}
/* line 34, ../scss/_mixins.scss */
.content-page ul li a:hover {
  text-decoration: none;
  color: #567b24;
}
/* line 35, ../scss/_mixins.scss */
.content-page ul li.cancel:before {
  content: "\f102";
}
/* line 207, ../scss/style.scss */
.content-page .entry-header {
  margin-bottom: 10px;
}
/* line 208, ../scss/style.scss */
.content-page iframe {
  width: 100%;
}
/* line 209, ../scss/style.scss */
.content-page .apss-social-share {
  display: none;
}
/* line 210, ../scss/style.scss */
.content-page .simple .ccchildpage {
  background-image: none;
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
/* line 211, ../scss/style.scss */
.content-page .simple .ccchildpage h3 {
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 213, ../scss/style.scss */
.content-page .simple .ccchildpage a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f101 ";
  padding-right: 5px;
  float: left;
  margin-top: 3px;
  transform: scale(1.3);
}
/* line 214, ../scss/style.scss */
.content-page .simple .ccchildpage a:hover {
  color: #8cc63f !important;
}
@media (max-width: 767px) {
  /* line 218, ../scss/style.scss */
  .content-page h1 {
    font-size: 26px;
  }
  /* line 219, ../scss/style.scss */
  .content-page h2 {
    font-size: 22px;
  }
  /* line 220, ../scss/style.scss */
  .content-page p {
    padding-bottom: 0px;
  }
}

/* line 224, ../scss/style.scss */
.post-navigation {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
/* line 226, ../scss/style.scss */
.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
  color: #868e96;
  border: 1px solid #868e96;
  padding: 8px 15px;
  margin-bottom: 10px;
}
/* line 227, ../scss/style.scss */
.post-navigation .nav-links .nav-previous a:hover, .post-navigation .nav-links .nav-next a:hover {
  color: #fff;
  background-color: #8cc63f;
  border-color: #8cc63f;
  text-decoration: none;
}

/* line 232, ../scss/style.scss */
.comments-area {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #868e96;
}
/* line 233, ../scss/style.scss */
.comments-area .comments-title {
  color: #8cc63f;
  font-family: 'Essays';
  padding-bottom: 10px;
}
/* line 234, ../scss/style.scss */
.comments-area .comment-respond {
  width: 100%;
  float: left;
  position: relative;
}
/* line 235, ../scss/style.scss */
.comments-area .comment-respond h3 {
  color: #f78225;
  font-family: 'Essays';
  padding-bottom: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
/* line 236, ../scss/style.scss */
.comments-area .comment-respond h3 a {
  color: #8cc63f;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid;
  padding: 3px 8px;
  margin-left: 10px;
}
/* line 237, ../scss/style.scss */
.comments-area .comment-respond h3 a:hover, .comments-area .comment-respond h3 a:focus {
  background-color: #8cc63f;
  border-color: #8cc63f;
  color: #fff;
}
/* line 240, ../scss/style.scss */
.comments-area .comment-respond .required {
  color: #dc3545;
}
/* line 241, ../scss/style.scss */
.comments-area .comment-respond p {
  width: 100%;
  float: left;
  position: relative;
}
/* line 242, ../scss/style.scss */
.comments-area .comment-respond label {
  width: 100%;
  float: left;
  position: relative;
  font-weight: 600;
}
/* line 243, ../scss/style.scss */
.comments-area .comment-respond form {
  width: 70%;
  float: left;
}
@media (max-width: 767px) {
  /* line 243, ../scss/style.scss */
  .comments-area .comment-respond form {
    width: 100%;
  }
}
/* line 246, ../scss/style.scss */
.comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 247, ../scss/style.scss */
.comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 248, ../scss/style.scss */
.comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 249, ../scss/style.scss */
.comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 250, ../scss/style.scss */
.comments-area .comment-respond input[type="text"]::-moz-placeholder, .comments-area .comment-respond input[type="email"]::-moz-placeholder, .comments-area .comment-respond textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 251, ../scss/style.scss */
.comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 253, ../scss/style.scss */
.comments-area .comment-respond textarea {
  height: 90px;
}
/* line 254, ../scss/style.scss */
.comments-area .comment-respond input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #8cc63f;
  border-color: #8cc63f;
  color: #fff;
}
/* line 255, ../scss/style.scss */
.comments-area .comment-respond input[type="submit"]:hover, .comments-area .comment-respond input[type="submit"]:focus {
  text-decoration: none;
  background-color: #77aa32;
  border-color: #77aa32;
  color: #fff;
}
/* line 258, ../scss/style.scss */
.comments-area .comment-list {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 13px;
}
/* line 259, ../scss/style.scss */
.comments-area .comment-list a {
  color: inherit;
}
/* line 260, ../scss/style.scss */
.comments-area .comment-list a:hover, .comments-area .comment-list a:focus {
  text-decoration: none;
}
/* line 261, ../scss/style.scss */
.comments-area .comment-list li {
  width: 100%;
  float: left;
  position: relative;
}
/* line 262, ../scss/style.scss */
.comments-area .comment-list article {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ced4da;
}
/* line 263, ../scss/style.scss */
.comments-area .comment-list article .comment-meta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
/* line 264, ../scss/style.scss */
.comments-area .comment-list article .comment-meta .comment-author {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
/* line 265, ../scss/style.scss */
.comments-area .comment-list article .comment-meta .comment-metadata {
  color: #868e96;
  font-size: 13px;
}
/* line 267, ../scss/style.scss */
.comments-area .comment-list article .comment-content {
  color: #495057;
  font-size: 14px;
  line-height: 24px;
}
/* line 268, ../scss/style.scss */
.comments-area .comment-list article .comment-content p {
  margin-bottom: 6px;
}
/* line 270, ../scss/style.scss */
.comments-area .comment-list article .reply {
  color: #f78225;
}
/* line 271, ../scss/style.scss */
.comments-area .comment-list article .reply a {
  color: #f78225;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid;
  float: left;
  padding: 3px 8px;
}
/* line 272, ../scss/style.scss */
.comments-area .comment-list article .reply a:hover, .comments-area .comment-list article .reply a:focus {
  background-color: #f78225;
  border-color: #f78225;
  color: #fff;
}

/* line 279, ../scss/style.scss */
.contact-page {
  width: 100%;
  float: left;
  position: relative;
  line-height: 30px;
  color: #495057;
  padding-bottom: 30px;
}
/* line 280, ../scss/style.scss */
.contact-page h1 {
  color: #f78225;
  font-family: 'Essays';
  padding-bottom: 10px;
}
/* line 281, ../scss/style.scss */
.contact-page p {
  width: 100%;
  float: left;
  padding-bottom: 4px;
}
/* line 282, ../scss/style.scss */
.contact-page address {
  font-size: 14px;
}
/* line 283, ../scss/style.scss */
.contact-page address big {
  font-weight: bold;
  text-align: left;
  width: 90px;
  float: left;
  padding-right: 15px;
}
/* line 285, ../scss/style.scss */
.contact-page .btn {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0px;
  padding: 10px 50px;
}
/* line 287, ../scss/style.scss */
.contact-page form div.wpcf7-response-output {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 288, ../scss/style.scss */
.contact-page form p:empty {
  display: none;
}
/* line 289, ../scss/style.scss */
.contact-page form textarea {
  height: 90px;
}
/* line 290, ../scss/style.scss */
.contact-page form .form-group {
  margin-bottom: 30px;
}
/* line 291, ../scss/style.scss */
.contact-page form input[type="text"], .contact-page form .form-control {
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #8cc63f;
  padding-left: 0px;
  color: #495057;
}
/* line 292, ../scss/style.scss */
.contact-page form input[type="text"]::placeholder, .contact-page form .form-control::placeholder {
  font-size: 14px;
  color: #495057;
}
/* line 293, ../scss/style.scss */
.contact-page form input[type="text"]:focus, .contact-page form .form-control:focus {
  box-shadow: none;
  border-color: #f78225;
}
/* line 296, ../scss/style.scss */
.contact-page .maps {
  width: 100%;
  float: left;
  position: relative;
}
/* line 297, ../scss/style.scss */
.contact-page .maps iframe {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 279, ../scss/style.scss */
  .contact-page {
    padding-bottom: 0px;
  }
  /* line 300, ../scss/style.scss */
  .contact-page h1 {
    font-size: 26px;
  }
}

/* line 306, ../scss/style.scss */
.blog-listing .news-box .image {
  width: 100%;
  float: left;
  position: relative;
}
/* line 307, ../scss/style.scss */
.blog-listing .news-box .image img {
  height: auto;
  width: 100%;
  border: 1px solid #ced4da;
}
/* line 309, ../scss/style.scss */
.blog-listing .news-box h5 {
  width: 100%;
  float: left;
}

/* line 313, ../scss/style.scss */
div.wpum-message {
  width: 100%;
  float: left;
  position: relative;
}

/* line 314, ../scss/style.scss */
.wpum-login-form, .wpum-single-profile, .wpum-account-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
/* line 315, ../scss/style.scss */
.wpum-login-form ul, .wpum-single-profile ul, .wpum-account-wrapper ul {
  padding-left: 0px !important;
}
/* line 316, ../scss/style.scss */
.wpum-login-form ul li:before, .wpum-single-profile ul li:before, .wpum-account-wrapper ul li:before {
  content: none !important;
}
/* line 317, ../scss/style.scss */
.wpum-login-form ul a, .wpum-single-profile ul a, .wpum-account-wrapper ul a {
  text-decoration: none;
}
/* line 319, ../scss/style.scss */
.wpum-login-form p, .wpum-single-profile p, .wpum-account-wrapper p {
  width: 100%;
  float: left;
  position: relative;
}
/* line 320, ../scss/style.scss */
.wpum-login-form input[type="text"], .wpum-login-form input[type="password"], .wpum-login-form input[type="email"], .wpum-login-form input[type="number"], .wpum-login-form select, .wpum-single-profile input[type="text"], .wpum-single-profile input[type="password"], .wpum-single-profile input[type="email"], .wpum-single-profile input[type="number"], .wpum-single-profile select, .wpum-account-wrapper input[type="text"], .wpum-account-wrapper input[type="password"], .wpum-account-wrapper input[type="email"], .wpum-account-wrapper input[type="number"], .wpum-account-wrapper select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 41, ../scss/_mixins.scss */
.wpum-login-form input[type="text"]:focus, .wpum-login-form input[type="password"]:focus, .wpum-login-form input[type="email"]:focus, .wpum-login-form input[type="number"]:focus, .wpum-login-form select:focus, .wpum-single-profile input[type="text"]:focus, .wpum-single-profile input[type="password"]:focus, .wpum-single-profile input[type="email"]:focus, .wpum-single-profile input[type="number"]:focus, .wpum-single-profile select:focus, .wpum-account-wrapper input[type="text"]:focus, .wpum-account-wrapper input[type="password"]:focus, .wpum-account-wrapper input[type="email"]:focus, .wpum-account-wrapper input[type="number"]:focus, .wpum-account-wrapper select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 321, ../scss/style.scss */
.wpum-login-form button, .wpum-login-form input[type="submit"], .wpum-login-form input[type="button"], .wpum-single-profile button, .wpum-single-profile input[type="submit"], .wpum-single-profile input[type="button"], .wpum-account-wrapper button, .wpum-account-wrapper input[type="submit"], .wpum-account-wrapper input[type="button"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.575rem 1.95rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  background-color: #8cc63f;
  border-color: #8cc63f;
  color: #fff;
  font-weight: 600;
}
/* line 46, ../scss/_mixins.scss */
.wpum-login-form button:hover, .wpum-login-form input[type="submit"]:hover, .wpum-login-form input[type="button"]:hover, .wpum-single-profile button:hover, .wpum-single-profile input[type="submit"]:hover, .wpum-single-profile input[type="button"]:hover, .wpum-account-wrapper button:hover, .wpum-account-wrapper input[type="submit"]:hover, .wpum-account-wrapper input[type="button"]:hover {
  text-decoration: none;
}
/* line 47, ../scss/_mixins.scss */
.wpum-login-form button:focus, .wpum-login-form input[type="submit"]:focus, .wpum-login-form input[type="button"]:focus, .wpum-single-profile button:focus, .wpum-single-profile input[type="submit"]:focus, .wpum-single-profile input[type="button"]:focus, .wpum-account-wrapper button:focus, .wpum-account-wrapper input[type="submit"]:focus, .wpum-account-wrapper input[type="button"]:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 322, ../scss/style.scss */
.wpum-login-form button:hover, .wpum-login-form button:focus, .wpum-login-form input[type="submit"]:hover, .wpum-login-form input[type="submit"]:focus, .wpum-login-form input[type="button"]:hover, .wpum-login-form input[type="button"]:focus, .wpum-single-profile button:hover, .wpum-single-profile button:focus, .wpum-single-profile input[type="submit"]:hover, .wpum-single-profile input[type="submit"]:focus, .wpum-single-profile input[type="button"]:hover, .wpum-single-profile input[type="button"]:focus, .wpum-account-wrapper button:hover, .wpum-account-wrapper button:focus, .wpum-account-wrapper input[type="submit"]:hover, .wpum-account-wrapper input[type="submit"]:focus, .wpum-account-wrapper input[type="button"]:hover, .wpum-account-wrapper input[type="button"]:focus {
  background-color: #77aa32;
  border-color: #77aa32;
  color: #fff;
}

/* line 326, ../scss/style.scss */
.dashboard-pages {
  width: 100%;
  float: left;
  position: relative;
  line-height: 30px;
  color: #495057;
  padding-bottom: 30px;
}
/* line 327, ../scss/style.scss */
.dashboard-pages .right-side .list-group {
  border-bottom: 2px solid #8cc63f;
}
/* line 328, ../scss/style.scss */
.dashboard-pages .right-side .list-group .list-group-item {
  padding-left: 15px;
  padding-right: 10px;
}
/* line 329, ../scss/style.scss */
.dashboard-pages .right-side .list-group .list-group-item:hover {
  color: #f78225;
}
/* line 330, ../scss/style.scss */
.dashboard-pages .right-side .list-group .list-group-item .fa {
  width: 20px;
  transform: scale(1.3);
}
/* line 331, ../scss/style.scss */
.dashboard-pages .right-side .list-group .list-group-item.active {
  background-color: #8cc63f;
  border-color: #8cc63f;
  color: #fff;
}
/* line 332, ../scss/style.scss */
.dashboard-pages .right-side .list-group .list-group-item:first-child, .dashboard-pages .right-side .list-group .list-group-item:last-child {
  border-radius: 0px;
}
/* line 335, ../scss/style.scss */
.dashboard-pages .content {
  width: 100%;
  float: left;
  position: relative;
}
/* line 336, ../scss/style.scss */
.dashboard-pages .content h1 {
  color: #8cc63f;
  font-family: 'Essays';
  padding-bottom: 10px;
}
/* line 337, ../scss/style.scss */
.dashboard-pages .content .h3 {
  color: #f78225;
  font-family: 'Essays';
}
/* line 338, ../scss/style.scss */
.dashboard-pages .content p {
  width: 100%;
  float: left;
  padding-bottom: 4px;
}
/* line 339, ../scss/style.scss */
.dashboard-pages .content a {
  color: #f78225;
}
/* line 340, ../scss/style.scss */
.dashboard-pages .content .error {
  color: #dc3545;
}
/* line 341, ../scss/style.scss */
.dashboard-pages .content .card {
  border-radius: 0px;
  margin-bottom: 30px;
}
/* line 342, ../scss/style.scss */
.dashboard-pages .content .card .fa {
  font-size: 36px;
  height: 68px;
  width: 68px;
  border-radius: 50px;
  padding: 15px;
}
/* line 343, ../scss/style.scss */
.dashboard-pages .content .card .fa-rocket {
  background: #8cc63f;
  color: #fff;
}
/* line 344, ../scss/style.scss */
.dashboard-pages .content .card .fa-users {
  background: #f78225;
  color: #fff;
}
/* line 345, ../scss/style.scss */
.dashboard-pages .content .card .fa-usd {
  background: #000;
  color: #fff;
}
/* line 346, ../scss/style.scss */
.dashboard-pages .content .card .card-body {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 347, ../scss/style.scss */
.dashboard-pages .content .card .card-body > .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 348, ../scss/style.scss */
.dashboard-pages .content .card .card-body [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 349, ../scss/style.scss */
.dashboard-pages .content .card .card-body h2 {
  font-family: 'Essays';
  color: #212529;
}
/* line 350, ../scss/style.scss */
.dashboard-pages .content .card .card-body h5 {
  font-family: 'Essays';
  color: #212529;
  margin-bottom: 0px;
  font-size: 1rem;
}
/* line 351, ../scss/style.scss */
.dashboard-pages .content .card .card-body a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
/* line 352, ../scss/style.scss */
.dashboard-pages .content .card .card-body a:hover {
  color: #f78225;
  text-decoration: none;
}
/* line 356, ../scss/style.scss */
.dashboard-pages .content .invite-scroll {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* line 357, ../scss/style.scss */
.dashboard-pages .content ul {
  list-style: none;
  padding-left: 20px;
  line-height: 30px;
  width: 100%;
  float: left;
  color: #8cc63f;
  font-weight: 500;
}
/* line 31, ../scss/_mixins.scss */
.dashboard-pages .content ul li {
  padding-left: 0px;
}
/* line 32, ../scss/_mixins.scss */
.dashboard-pages .content ul li:before {
  content: "\f00c";
  color: #8cc63f;
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 10px;
  font-style: normal;
  margin-left: -20px;
}
/* line 33, ../scss/_mixins.scss */
.dashboard-pages .content ul li a {
  color: #8cc63f;
}
/* line 34, ../scss/_mixins.scss */
.dashboard-pages .content ul li a:hover {
  text-decoration: none;
  color: #567b24;
}
/* line 35, ../scss/_mixins.scss */
.dashboard-pages .content ul li.cancel:before {
  content: "\f102";
}
/* line 358, ../scss/style.scss */
.dashboard-pages .content ul.wpum-profile-tabs {
  display: none;
}
/* line 362, ../scss/style.scss */
.dashboard-pages .content .dataTables_paginate .pagination li.previous > a, .dashboard-pages .content .dataTables_paginate .pagination li.next > a {
  color: #fff !important;
}
/* line 363, ../scss/style.scss */
.dashboard-pages .content .dataTables_paginate .pagination li.previous.disabled > a, .dashboard-pages .content .dataTables_paginate .pagination li.next.disabled > a {
  color: #6c757d !important;
}
/* line 368, ../scss/style.scss */
.dashboard-pages .dt-bootstrap4 .dataTable > thead {
  white-space: nowrap;
}
/* line 370, ../scss/style.scss */
.dashboard-pages .dt-bootstrap4 .row > .col-sm-5 {
  order: 2;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 371, ../scss/style.scss */
.dashboard-pages .dt-bootstrap4 .row > .col-sm-7 {
  order: 2;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 373, ../scss/style.scss */
.dashboard-pages .dt-bootstrap4 .row.tops {
  display: none;
}
/* line 374, ../scss/style.scss */
.dashboard-pages .dt-bootstrap4 .tablesarea {
  margin: 0px;
}
/* line 375, ../scss/style.scss */
.dashboard-pages .dt-bootstrap4 .tablesarea table {
  margin-bottom: 0px;
}

/* line 381, ../scss/style.scss */
.page-id-1076 .owl-carousel .owl-item > div {
  background-size: cover !important;
}
