/******************************************************************
Theme Name: Brain Wellness Spa
Author: PixelRush
Author URI: https://www.pixelrush.com.au
Version: 4.2
******************************************************************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@font-face {
  font-family: 'Sans Source Pro Regular';
  src: url("assets/fonts/SOURCESANSPRO-REGULAR.TTF");
  font-weight: 400;
  font-style: normal; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

For Firefox
input[type='number'] {
  -moz-appearance: textfield; }

/*********************
GENERAL STYLES
*********************/
body {
  color: #808080;
  background-color: #fff;
  font-weight: 400;
  font-family: "Sans Source Pro Regular", sans-serif;
  overflow-x: hidden; }

.border {
  border: 1px solid #f5f5f5; }

.transition {
  transition: background 0.2s ease,padding 0.8s linear; }

html, body {
  height: 100%; }

.pad-30 {
  padding: 30px .625rem; }

.pad-60 {
  padding: 60px .625rem; }

.pad-100 {
  padding: 100px .625rem; }

/*********************
LINK STYLES
*********************/
a {
  color: #067de4; }

a:hover {
  color: #ffc010; }

a.close-modal-link {
  font-size: 2rem;
  background: #ffc010;
  width: 30px;
  height: 30px;
  padding: 10px;
  right: 0;
  color: white; }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
  font-family: "Montserrat", sans-serif, sans-serif;
  color: #1e73be;
  margin: 2rem 0 1rem;
  text-transform: none;
  line-height: 1.2;
  font-weight: 400; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a {
  color: #3388bb;
  text-decoration: none; }

h1 {
  font-size: 2.6rem;
  margin-top: 0;
  font-family: "Montserrat", sans-serif; }

h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  font-weight: 300; }
  h2 strong {
    color: #ffc010;
    font-weight: 300; }

h3 {
  font-size: 1.6rem;
  text-transform: none;
  color: #545454; }

h4 {
  font-size: 1.2rem;
  color: #545454; }

h5 {
  font-size: 1.1rem;
  color: #545454; }

/*********************
HEADER STYLES
*********************/
.top-bar .top-bar-left, .top-bar .top-bar-right {
  flex: none;
  float: left; }

.top-bar, .top-bar ul {
  background-color: transparent;
  padding: 0; }

.header {
  z-index: 999;
  position: relative; }

:not(.home) #header, :not(.page-template-template-mental-health) #header {
  padding-top: 0;
  padding-bottom: 0;
  background: url(assets/images/header-bg.png) no-repeat white; }
  :not(.home) #header .show-for-large, :not(.page-template-template-mental-health) #header .show-for-large {
    min-height: 246px; }

.home #header, .page-template-template-mental-health #header {
  background: none; }

#header {
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 40.063em) {
    body.home #header {
      position: absolute;
      width: 100%; } }
  @media (min-width: 64.063em) {
    body.home #header {
      position: absolute;
      width: 100%; } }
  @media (min-width: 40.063em) {
    body.page-template-template-mental-health #header {
      position: absolute;
      width: 100%; } }
  @media (min-width: 64.063em) {
    body.page-template-template-mental-health #header {
      position: absolute;
      width: 100%; } }

#top-bar-widget {
  font-size: 26px;
  text-transform: uppercase;
  color: white; }
  #top-bar-widget a {
    display: inline-block;
    padding: 10px;
    color: #ffc010;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
    #top-bar-widget a .fa {
      color: #ffc010; }
  #top-bar-widget p {
    margin-bottom: 0px; }

.header ul.off-canvas-list li {
  list-style: none; }

.logo {
  text-align: left;
  max-width: 300px;
  margin: 10px 0; }
  @media (min-width: 64.063em) {
    .logo {
      margin: 40px 0 80px; }
      body.home .logo {
        margin: 40px 0 80px; } }

.off-canvas-content {
  background-color: #fff;
  box-shadow: none; }

.is-stuck {
  animation-duration: 0.8s;
  animation-name: fadeIn; }

/*********************
NAVIGATION STYLES
*********************/
#primary-nav {
  position: relative;
  background-color: transparent;
  padding: 0;
  font-family: "Montserrat", sans-serif; }
  #primary-nav li {
    margin-right: 10px; }
    #primary-nav li:last-child {
      margin-right: 0; }
      #primary-nav li:last-child a {
        padding-right: 0; }
  #primary-nav li a {
    color: white;
    padding: 20px 5px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 90.063em) {
      #primary-nav li a {
        padding: 20px 10px; } }
    #primary-nav li a:hover {
      color: #ffc010; }
  #primary-nav > ul > li.current-menu-ancestor > a, #primary-nav > ul > li.current-menu-item > a {
    background: transparent;
    color: #ffc010; }
  #primary-nav li ul li a {
    color: #fff;
    line-height: 1.1;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #primary-nav li ul li a:hover {
      color: #3388bb;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  #primary-nav li ul li:last-child a {
    border-bottom: 0; }
  #primary-nav .submenu {
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
    background: #ffc010;
    border: 0; }
  #primary-nav .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #ffffff transparent transparent;
    margin-right: -10px; }
  #primary-nav .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }

.menu .active > a {
  background-color: #ffc010; }
  .menu .active > a:hover {
    color: #fff; }

.off-canvas-wrapper {
  background-color: #212123; }

.off-canvas {
  outline: 0;
  border: 0;
  background-color: #212123; }
  .off-canvas #menu-main-menu {
    margin-top: 50px; }
  .off-canvas li {
    background-color: #212123; }
    .off-canvas li a {
      background-color: #212123;
      color: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .off-canvas li a:after {
        border-color: #ffc010 transparent transparent; }
      .off-canvas li a:hover {
        color: #ffc010; }
    .off-canvas li ul {
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .off-canvas li ul li a {
      border: 0;
      font-size: 0.9em;
      padding: 15px 10px 15px 30px; }
  .off-canvas .menu .active > a {
    background: transparent; }
  .off-canvas #close-button {
    font-size: 2em;
    background: transparent;
    top: 0;
    display: none;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: 1;
    color: #3388bb; }
  .off-canvas .widget {
    color: #ffc010;
    font-weight: bold;
    padding: 15px; }
    .off-canvas .widget p {
      padding-bottom: 0px; }
    .off-canvas .widget a {
      color: #fff; }

#mobile-header {
  padding: 0;
  background: #1e73be; }
  #mobile-header a {
    color: white;
    display: block;
    margin-top: 30px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#main {
  padding: 50px 0 0;
  margin: 0; }

#content {
  z-index: 9; }

#content p {
  font-size: 1.1rem; }

.byline {
  color: #999; }

.entry-title.single-title {
  font-size: 1.8rem;
  padding-top: 30px; }

/* entry content */
.entry-content {
  padding-top: 0px;
  overflow: hidden; }

.entry-content dd {
  margin-left: 0;
  font-size: .9em;
  color: #787878;
  margin-bottom: 1.5em; }

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #f5f5f5;
  border: 1px solid #cecece;
  padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #f5f5f5;
  padding: 5px;
  /* images inside wp-caption */ }

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: .85em;
  margin: 4px 0 7px;
  text-align: center; }

.button, button, a.button {
  background-color: #ffc010;
  color: #fff;
  padding: 18px 50px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  border-radius: 50px;
  font-weight: 600; }

.gform_button.button {
  background-color: #ffc010;
  color: #fff;
  padding: 18px 10px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  border-radius: 50px;
  width: 100% !important; }

.wpcf7 input[type=submit]:hover, .button:hover, button:focus, a.button:hover, .button:focus {
  background-color: #ab8e35;
  color: #fff; }

a.button-alt {
  background-color: transparent;
  border: 2px solid #ffc010;
  color: #ffc010; }

a.button-alt:hover {
  border: 1px solid #ffc010;
  background-color: #ffc010; }

a.button-alt-white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff; }

#breadcrumbs {
  margin: 0 0 30px;
  color: #ffc010; }
  #breadcrumbs a {
    color: #808080; }
  #breadcrumbs .separator {
    font-weight: 700;
    color: #999;
    margin-top: 5px;
    display: inline; }

#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative; }

#main .gfield_checkbox li input {
  margin: 5px 0 0 0;
  padding: 0; }

#main .gfield_checkbox li label {
  font-size: 1.1rem; }

.subpage-list li {
  list-style: none; }

.subpage-list li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 10px;
  left: 5px;
  color: #ffc010; }

.subpage-list li a {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #eee;
  position: relative;
  padding-left: 25px;
  font-size: 1.2rem;
  padding: 10px 10px 10px 25px; }

#content .pagination {
  text-align: center; }

#content .pagination a {
  display: inline-block;
  float: none; }

#content .pagination li a {
  color: #ffc010;
  line-height: inherit;
  border: 1px solid #ccc; }

#content .pagination li {
  display: inline-block;
  float: none; }

.pagination span {
  display: inline-block;
  float: none;
  margin: 0 10px; }

.pagination span.current {
  background-color: #ffc010;
  margin: 0; }

.pagination a:hover {
  color: black; }

.button-group li:first-child {
  margin-right: 10px; }

.inline-list {
  margin: 1rem auto 1.0625rem auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.inline-list > li {
  list-style: none;
  float: none;
  margin-left: 10px;
  display: inline-block; }

.inline-list > li:first-child {
  margin-left: 0 !important; }

.inline-list > li > * {
  display: inline-block; }

#main ul.arrow-list {
  list-style: none; }

ul.arrow-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px; }

ul.arrow-list li:before {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  color: #ffc010; }

ul.bullet-list {
  margin: 0; }
  ul.bullet-list li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #999;
    padding-bottom: 5px; }
  ul.bullet-list li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    position: absolute;
    top: 7px;
    left: 0;
    color: #3388bb;
    font-size: 0.5rem; }

ul.check-list {
  margin: 0; }
  ul.check-list li {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-bottom: 5px; }
  ul.check-list li:before {
    font-family: 'FontAwesome';
    content: "\f058";
    position: relative;
    color: #ffc010;
    font-size: 1rem;
    margin-right: 5px; }

@media (min-width: 64.063em) {
  ul.split-list {
    margin: 0;
    padding: 0; }
    ul.split-list li {
      list-style: none; }
    ul.split-list .sub-list {
      float: left;
      width: 30%; } }
#main ol {
  list-style: number; }
  #main ol li {
    margin-left: 20px;
    margin-bottom: 0.5rem; }

.gallery-item {
  float: left;
  width: 30%;
  margin-right: 10px; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666; }

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666; }

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

.row-expanded.collapse > .column, .row-expanded.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.primary {
  color: #ffc010; }

.secondary {
  color: #3388bb; }

.tertiary {
  color: #fcf7ee; }

#main td, #main th {
  border: 1px solid #ddd; }

.fadein {
  opacity: 0; }

.loaded .fadein {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

input[type=text],
input[type=password] {
  box-sizing: border-box !important; }

.accordion-panel .accordion-title {
  font-size: 1.3rem;
  color: #ffc010; }

#featured-panel .gform_wrapper {
  /* background: #f0f1f2; */
  padding: 5px;
  border: 2px solid #f0f1f2; }
  #featured-panel .gform_wrapper #gform_1 {
    background: #f0f1f2; }
    @media (max-width: 40em) {
      #featured-panel .gform_wrapper #gform_1 {
        padding: 5px 5px; } }
    @media (min-width: 40.063em) {
      #featured-panel .gform_wrapper #gform_1 {
        padding: 10px 32px; } }
  #featured-panel .gform_wrapper h3 {
    font-weight: 500;
    text-align: center; }
  #featured-panel .gform_wrapper p {
    text-align: center;
    color: #545454;
    padding: 0px 30px; }

/*********************
HOME
*********************/
body.home #main {
  padding: 0; }

#home-featured {
  padding-top: 0; }
  @media (min-width: 40.063em) {
    #home-featured {
      padding-top: 150px; } }
  @media (min-width: 64.063em) {
    #home-featured {
      padding-top: 0px; } }
  #home-featured h1, #home-featured h2 {
    color: white;
    font-family: "Montserrat", sans-serif, sans-serif;
    font-size: 2.4rem;
    font-weight: 600; }
  #home-featured p {
    color: white; }
  #home-featured a.button.button-alt {
    border-color: white;
    color: white;
    margin-top: 30px; }

#page-featured {
  padding-top: 0; }
  @media (min-width: 40.063em) {
    #page-featured {
      padding-top: 150px; } }
  @media (min-width: 64.063em) {
    #page-featured {
      padding-top: 0px; } }
  #page-featured h1, #page-featured h2 {
    color: white;
    font-family: "Montserrat", sans-serif, sans-serif;
    font-size: 2.0rem;
    font-weight: 600; }
  #page-featured p {
    color: white; }
  #page-featured a.button.button-alt {
    border-color: white;
    color: white;
    margin-top: 30px; }

body.home #featured-panel, body.page #featured-panel {
  position: relative;
  z-index: 99; }
  @media (min-width: 64.063em) {
    body.home #featured-panel, body.page #featured-panel {
      padding-top: 200px; } }
  body.home #featured-panel .featured, body.page #featured-panel .featured {
    max-width: 610px; }
    @media (max-width: 40em) {
      body.home #featured-panel .featured, body.page #featured-panel .featured {
        background: rgba(0, 0, 0, 0.16);
        padding: 50px; } }
  body.home #featured-panel .as-seen-in, body.page #featured-panel .as-seen-in {
    margin-bottom: 100px; }

#separator {
  min-height: 316px;
  margin-top: -270px;
  min-height: 316px;
  margin-top: -270px;
  position: relative;
  z-index: 3; }

#services p {
  font-size: 1rem;
  min-height: 140px; }
#services h4 {
  font-size: 1.9rem;
  font-weight: 500; }

#home-content {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 64.063em) {
    #home-content {
      min-height: 1170px; } }
  #home-content .text {
    background: -moz-linear-gradient(top, rgba(2, 128, 224, 0.69) 0%, rgba(2, 127, 223, 0.69) 1%, rgba(0, 51, 78, 0.69) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 128, 224, 0.69) 0%, rgba(2, 127, 223, 0.69) 1%, rgba(0, 51, 78, 0.69) 100%);
    background: linear-gradient(to bottom, rgba(2, 128, 224, 0.69) 0%, rgba(2, 127, 223, 0.69) 1%, rgba(0, 51, 78, 0.69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00280e0', endColorstr='#b000334e',GradientType=0 ); }
    @media (min-width: 64.063em) {
      #home-content .text {
        margin-top: 140px;
        margin-bottom: 10px; } }
    #home-content .text .inner {
      margin: 50px;
      max-width: 450px; }
      @media (min-width: 64.063em) {
        #home-content .text .inner {
          margin: 100px; } }
  #home-content h1 {
    color: #fff; }
    #home-content h1 strong {
      color: #ffc010;
      font-weight: 300;
      font-size: 120%; }
  #home-content p.lead {
    font-size: 1.5rem;
    color: #ffc010; }
  #home-content p {
    color: #fff;
    font-size: 1.1rem; }
  #home-content .button-alt {
    border-color: #fff;
    color: #fff;
    font-size: 1.3rem;
    padding: 20px 50px;
    margin-top: 30px; }

.home #testimonial {
  background: url(assets/images/testimonial-bg-1.jpg) no-repeat;
  background-size: cover;
  position: relative; }
  .home #testimonial .testimonial-copy {
    padding-left: 30px; }
  @media (max-width: 40em) {
    .home #testimonial img.large-play {
      display: block;
      margin: auto;
      right: auto;
      margin-top: -245px; } }
  @media (min-width: 40.063em) {
    .home #testimonial img.large-play {
      position: absolute;
      margin-left: 7%;
      margin-bottom: 0;
      max-width: 250px;
      padding-right: 20px; } }
  @media (min-width: 64.063em) {
    .home #testimonial img.large-play {
      position: absolute;
      right: -20px;
      top: 170px; } }
  .home #testimonial .testimonial-image {
    position: relative; }
  .home #testimonial .testimonial-image p {
    margin-bottom: 0; }
  .home #testimonial blockquote {
    border: none;
    margin-left: 0px;
    padding-left: 0px;
    font-style: italic;
    color: #545454; }
    @media (max-width: 40em) {
      .home #testimonial blockquote {
        margin-top: 100px; } }
    @media (min-width: 40.063em) {
      .home #testimonial blockquote {
        margin-top: 100px; } }
    @media (min-width: 64.063em) {
      .home #testimonial blockquote {
        margin-top: 180px; } }
  .home #testimonial p {
    margin-bottom: 0rem; }
  @media (min-width: 40.063em) {
    .home #testimonial img {
      position: absolute;
      bottom: 0; } }
  @media (min-width: 64.063em) {
    .home #testimonial img {
      position: inherit;
      width: auto;
      bottom: 0; } }

#testimonial .testimonial-image blockquote {
     padding-top: 180px !important;
}  

.custom-template #testimonial {
  background: url(assets/images/testimonial-bg-1.jpg) no-repeat;
  background-size: cover;
  position: relative;
  border: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 60px;
  min-height: 350px; }
  .custom-template #testimonial .testimonial-copy {
    padding-left: 30px;
    position: relative; }
  .custom-template #testimonial .testimonial-image p {
    margin-bottom: 0; }
  .custom-template #testimonial img.large-play {
    position: absolute;
    top: 0;
    margin-top: 200px;
    right: 0; }
  .custom-template #testimonial blockquote {
    padding-top: 140px;
    border-left: none;
    font-style: italic;
    max-width: 860px;
    margin: auto;
    color: #55555;
    font-size: 1.1rem; }
  .custom-template #testimonial blockquote::before {
    content: "";
    height: 25px;
    width: 25px;
    background: url(assets/images/open-quote.png) no-repeat;
    position: absolute;
    /* top: 0px; */
    margin-left: -50px; }
  .custom-template #testimonial blockquote::after {
    content: "";
    background: url(assets/images/close-quote.png) no-repeat;
    position: absolute;
    margin-left: 25px;
    height: 25px;
    width: 25px;
    right: 0; }
  .custom-template #testimonial p {
    margin-bottom: 0rem;
    padding: 30px 0; }
  .custom-template #testimonial a.button {
    margin-top: 10px;
    margin-bottom: 45px; }

#home-cta {
  color: white;
  padding: 30px 50px;
  font-weight: bold; }
  #home-cta a {
    margin-bottom: 80px; }
  #home-cta h2, #home-cta h3 {
    color: white; }
  #home-cta .grid-container {
    max-width: 830px; }

#cta {
  background: url(assets/images/cta-bg.png) no-repeat;
  color: white;
  padding: 30px 50px;
  background-size: cover;
  min-height: 400px; }
  #cta a {
    margin-bottom: 80px; }
  #cta h2, #cta h3 {
    color: white;
    font-size: 1.6rem;
    font-weight: 500; }
  #cta .grid-container {
    max-width: 1050px; }

#how-qnr-works {
  background: url(assets/images/how-qnr-works-bg.jpg) no-repeat;
  background-size: cover; }
  #how-qnr-works img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 78px; }
@includes small {
  #how-qnr-works img {
    background: url(assets/images/how-qnr-works-bg.jpg) no-repeat; } }
.home #benefits {
  /*background: url(assets/images/benefits-bg.jpg) no-repeat;
  background-size: cover;*/ }

#benefits {
  padding-top: 160px; }
  #benefits a {
    display: inline-block;
    color: white; }
  #benefits h4 {
    text-transform: uppercase; }

.benefits h4 {
  text-transform: uppercase; }

#home-features {
  padding: 0; }
  #home-features .features {
    padding: 50px 20px;
    background: -moz-linear-gradient(top, rgba(0, 51, 78, 0.69) 0%, rgba(2, 128, 224, 0.69) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 51, 78, 0.69) 0%, rgba(2, 128, 224, 0.69) 100%);
    background: linear-gradient(to bottom, rgba(0, 51, 78, 0.69) 0%, rgba(2, 128, 224, 0.69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b000334e', endColorstr='#b0019bde',GradientType=0 );
    color: #fff; }
    @media (min-width: 64.063em) {
      #home-features .features {
        padding: 100px 80px; } }
    #home-features .features li {
      font-size: 1.2rem;
      margin-bottom: 20px; }
    #home-features .features h2 {
      color: #ffc010;
      margin-top: 0; }
    #home-features .features .fa-check-circle {
      color: #ffc010; }

body.home .layout-panel {
  padding: 50px .625rem; }

/******************************************************************
Site Specific
******************************************************************/
.expanded-content {
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .expanded-content.alt-bg {
    background-color: #fcf7ee; }
  .expanded-content .text {
    max-width: 600px;
    padding: 50px 20px 50px;
    float: right; }
    @media (min-width: 64.063em) {
      .expanded-content .text {
        padding: 50px 20px 50px 30px; } }
  .expanded-content li {
    padding-bottom: 10px; }
  .expanded-content .layout-right .text {
    float: left; }
    @media (min-width: 64.063em) {
      .expanded-content .layout-right .text {
        padding: 50px 20px 50px 30px; } }

@media (min-width: 64.063em) {
  .expanded-content.pull-up img {
    position: absolute;
    margin-top: -50px;
    z-index: 999;
    width: 50%; } }

.layout-panel {
  padding: 0 .625rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .layout-panel.alt-bg {
    background-color: #fcf7ee; }
  .layout-panel.no-bottom {
    margin-bottom: 0; }
  .layout-panel .darkbg {
    background-color: #ffc010;
    color: #fff; }
    .layout-panel .darkbg a.button, .layout-panel .darkbg p, .layout-panel .darkbg a, .layout-panel .darkbg h2, .layout-panel .darkbg h3, .layout-panel .darkbg h4, .layout-panel .darkbg h5 {
      color: #fff; }
  .layout-panel .lightbg {
    background-color: #fff; }
  .layout-panel .greybg {
    background-color: #f5f5f5; }
  .layout-panel.things-to-do .columns {
    margin-bottom: 20px; }
  .layout-panel.things-to-do .lightbg {
    padding: 50px; }
  .layout-panel .extrapad {
    padding: 40px 50px; }
  .layout-panel .shortrow {
    max-width: 50rem;
    margin-bottom: 30px; }
    .layout-panel .shortrow h2 {
      margin-top: 10px; }
    .layout-panel .shortrow img {
      max-height: 250px; }
  .layout-panel.grid-panel a {
    display: block;
    background-size: cover;
    background-position: center center;
    color: #ffc010;
    font-weight: strong;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center; }
  .layout-panel.grid-panel p {
    font-size: 1rem;
    olor: #545454; }
  .layout-panel.grid-panel h4 {
    color: #545454;
    margin: 0;
    font-size: 1.2rem;
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 500; }
  .layout-panel.grid-panel .service {
    border: solid 2px #f0f1f2; }
    .layout-panel.grid-panel .service img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-right: 40px;
      margin-top: -140px; }
  .layout-panel.grid-panel .service-content {
    padding: 30px; }
  .layout-panel.grid-panel i.fa {
    position: relative;
    top: -100px;
    font-size: 60px;
    color: white; }

.post h3 {
  margin: 0 0 30px;
  font-size: 1.8rem; }
#archive-wrapper .post {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd; }
.post .price {
  background-color: rgba(213, 177, 65, 0.8);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.2rem;
  padding: 20px;
  line-height: 1;
  pointer-events: none; }
.post .post-image {
  text-align: center;
  position: relative;
  margin-bottom: 15px; }
  .post .post-image img {
    width: 100%; }
.post .post-title {
  margin-bottom: 30px; }
  .post .post-title h2 {
    margin: 0; }
    .room-wrapper .post .post-title h2 {
      margin-bottom: 10px; }
.post .post-details {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  width: 80%;
  margin: -50px auto;
  position: relative;
  padding: 30px;
  text-align: center; }
.post .button {
  display: inline-block;
  font-size: 1.2rem;
  padding: 20px 30px;
  margin-top: 40px; }

#single-post {
  margin-bottom: 50px; }
  #single-post h3 {
    color: #ffc010;
    text-transform: uppercase;
    margin: 0 0 30px; }
  #single-post #gallery {
    margin-bottom: 50px; }
  #single-post .rev_slider .uranus.tparrows:before {
    background: #ffc010;
    font-family: "FontAwesome" !important;
    font-weight: 300;
    font-size: 21px; }
  #single-post .rev_slider .tparrows.tp-leftarrow:before {
    content: '\f060'; }
  #single-post .rev_slider .tparrows.tp-rightarrow:before {
    content: '\f061'; }
  #single-post .post-desc {
    margin: 30px 0; }
  #single-post .post-image {
    margin-bottom: 50px;
    text-align: left; }
  #single-post .room-features {
    margin-bottom: 50px;
    overflow: hidden; }
    #single-post .room-features ul {
      margin: 0;
      padding: 0; }
    #single-post .room-features li {
      margin-bottom: 10px;
      padding: 0; }
      #single-post .room-features li .fa {
        color: #ffc010; }

#first-session #first-session {
  padding: 30px; }
#first-session ul,
#first-session li {
  padding: 15px 10px;
  margin: 0;
  list-style: none;
  font-size: 1.1rem;
  color: #555555; }
#first-session li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9; }

.page-id-358 #cta img {
  position: absolute;
  padding-top: 10px; }
.page-id-358 #unstoppable-entry {
  margin-top: -135px;
  padding-top: 133px; }
  .page-id-358 #unstoppable-entry h3 {
    color: #3388bb; }
  .page-id-358 #unstoppable-entry h2 {
    font-weight: bold;
    font-size: 3.5rem;
    color: #3388bb;
    margin: 0; }
  .page-id-358 #unstoppable-entry .entry-copy {
    padding: 100px 0; }
    .page-id-358 #unstoppable-entry .entry-copy p {
      padding-bottom: 15px; }
.page-id-358 #testimonial {
  margin-top: 0px;
  background: none;
  text-align: left; }
  .page-id-358 #testimonial blockquote {
    padding-top: 200px; }
.page-id-358 #separator {
  background: url(assets/images/separator-transparent.png) !important; }
.page-id-358 #video-grid {
  padding: 30px .625rem; }
  .page-id-358 #video-grid h2 {
    padding-top: 100px; }
.page-id-358 #cta {
  padding: 70px 50px;
  position: relative; }

.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper .booking-form {
    background-color: rgba(255, 255, 255, 0.93);
    padding: 25px;
    text-align: center;
    max-width: 100%;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    color: #fff; }
    .gform_wrapper .booking-form h3.gform_title {
      margin: 10px 0 10px 0;
      text-align: center;
      color: #ffc010;
      font-size: 1.5rem;
      text-transform: uppercase;
      letter-spacing: 1px !important;
      font-weight: 300; }
      @media (min-width: 64.063em) {
        .gform_wrapper .booking-form h3.gform_title {
          font-size: 1.9rem; } }
    .gform_wrapper .booking-form .gform_heading {
      margin-bottom: 0; }
    .gform_wrapper .booking-form .gform_description {
      font-weight: 400;
      text-align: center;
      font-size: 1.3rem;
      color: #808080;
      margin: 0 auto 30px;
      max-width: 280px;
      line-height: 1.3; }
    .gform_wrapper .booking-form .gform_footer {
      text-align: center;
      padding-bottom: 20px;
      width: 100%;
      margin-top: 0; }
      .gform_wrapper .booking-form .gform_footer .button {
        margin: 0;
        position: relative;
        font-size: 1.1rem;
        letter-spacing: 1px;
        line-height: 1;
        width: 100%;
        border: 0;
        display: block;
        padding: 20px 10px; }
    .gform_wrapper .booking-form li {
      padding: 0;
      margin: 0;
      text-align: left; }
    .gform_wrapper .booking-form .gfield_label {
      text-align: left;
      color: #fff; }
    .gform_wrapper .booking-form .gfield_required {
      display: none; }
    .gform_wrapper .booking-form input.medium, .gform_wrapper .booking-form select {
      font-size: 1.1rem !important;
      background-color: transparent !important;
      color: #808080;
      border: 0;
      width: 100%;
      padding: 0;
      margin: 0;
      box-shadow: none;
      position: relative;
      border-bottom: 2px solid #ddd; }
    .gform_wrapper .booking-form .ginput_container_select {
      position: relative; }
      .gform_wrapper .booking-form .ginput_container_select:after {
        font-family: "FontAwesome";
        content: "\f055";
        position: absolute;
        right: 0;
        top: 0;
        color: #ffc010;
        pointer-events: none;
        font-size: 1.8em; }
    .gform_wrapper .booking-form select option {
      color: #808080; }
    .gform_wrapper .booking-form .ginput_container {
      border: 0;
      position: relative;
      overflow: hidden; }
    .gform_wrapper .booking-form .ginput_container_date input.medium {
      margin-left: 50px;
      width: 100% !important; }
    .gform_wrapper .booking-form li.gfield {
      margin-bottom: 30px;
      margin-top: 0; }
    .gform_wrapper .booking-form li.gfield_html {
      max-width: 100%; }
    .gform_wrapper .booking-form ::-webkit-input-placeholder {
      color: #808080; }
    .gform_wrapper .booking-form ::-moz-placeholder {
      color: #808080; }
    .gform_wrapper .booking-form :-ms-input-placeholder {
      color: #808080; }
    .gform_wrapper .booking-form :-moz-placeholder {
      color: #808080; }
    .gform_wrapper .booking-form img.ui-datepicker-trigger {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 31px !important;
      height: 31px !important; }
    @media (max-width: 40em) {
      .gform_wrapper .booking-form #field_1_1 .ginput_container_date input.medium {
        margin-left: 40px; }
      .gform_wrapper .booking-form #field_1_1 img.ui-datepicker-trigger {
        left: 0; } }

#success-story {
  padding: 80px 0; }
  #success-story .story {
    position: relative; }
  #success-story .story blockquote {
    border: none;
    text-align: justify; }
  #success-story blockquote::before {
    content: "";
    height: 25px;
    width: 25px;
    background: url(assets/images/open-quote.png) no-repeat;
    position: absolute;
    /* top: 0px; */
    left: -25px; }
  #success-story blockquote::after {
    content: "";
    background: url(assets/images/close-quote.png) no-repeat;
    position: absolute;
    margin-left: 25px;
    height: 25px;
    width: 25px;
    right: 0;
    margin-top: -40px; }

#video-grid {
  padding: 60px .625rem; }

#alt-cta {
  min-height: 477px;
  background-size: cover;
  padding-top: 150px;
  font-size: 1.5rem;
  color: #555555; }
  #alt-cta p {
    padding: 30px 0; }

#unstoppable-cta {
  min-height: 500px; }
  #unstoppable-cta p strong {
    color: white;
    font-size: 1.5rem; }
  #unstoppable-cta h2 {
    color: white;
    margin-bottom: 0px;
    font-weight: bold; }
  #unstoppable-cta p {
    color: white;
    max-width: 960px;
    margin: auto;
    padding: 15px 0; }

.team-wrapper img {
  border-radius: 50%;
  max-width: 325px;
  max-height: 325px; }

#title-container {
  margin-top: 0;
  background: url(assets/images/title-bg.jpg) no-repeat center center;
  background-size: cover; }
  #title-container h1 {
    text-transform: none;
    padding: 35px 0;
    color: #fff;
    margin: 0; }

h1.page-title {
  font-size: 2.5rem;
  margin: 0; }

#content p.large, #content .large p {
  font-size: 1.5em; }

#content p.highlight {
  color: #3388bb; }

#content .no-bottom {
  margin-bottom: 0;
  padding-bottom: 0px; }

#main table tbody tr:nth-child(even) {
  background-color: #fff; }

#content .cta-panel.light h4, #content .cta-panel.light p {
  color: #fff; }

#content .highlight {
  background-color: #f5f5f5;
  padding: 30px 0 10px; }

#main .cta-panel {
  background-color: #f5f5f5;
  background-size: cover;
  margin-bottom: 0;
  padding: 80px 0 70px; }
  #main .cta-panel h4 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    margin-top: 0; }
  #main .cta-panel p {
    font-size: 1.3rem;
    margin-bottom: 30px; }
  #main .cta-panel .button {
    font-size: 1.2rem; }

.no-border {
  border: 0 !important; }

.primary-bg {
  background: #ffc010;
  color: #fff !important; }
  .primary-bg h1, .primary-bg h2, .primary-bg h3, .primary-bg h4, .primary-bg h5, .primary-bg h6 {
    color: #fff; }

#contact-details-container {
  padding-bottom: 80px; }
  #contact-details-container #gform_wrapper_4 .button {
    background-color: #fff;
    color: #ffc010;
    font-size: 1.5rem;
    border: 1px solid #ffc010; }
  #contact-details-container h2 {
    margin-top: 10px; }
  #contact-details-container #map-canvas {
    width: 100%;
    height: 300px;
    margin-bottom: 30px; }

.gallery .thumbnail {
  width: 100%; }

.gallery .thumbnail {
  margin-bottom: 0rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 0;
  padding: 2px; }

/* Posts */
#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5; }
  #content .post-container .fa {
    color: #ffc010; }
  #content .post-container h2 {
    text-transform: none;
    margin-top: 0; }
  #content .post-container .meta {
    color: #999;
    font-style: italic;
    margin: 20px 0; }
    #content .post-container .meta a {
      color: #999; }
    #content .post-container .meta span {
      display: inline-block; }
    #content .post-container .meta .author {
      margin-right: 20px; }
  #content .post-container .post-thumb {
    position: relative; }
  #content .post-container .date {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    top: 0;
    background: #ffc010;
    padding: 15px 20px;
    text-align: center; }
    #content .post-container .date .date-inner {
      position: relative;
      z-index: 9; }
    #content .post-container .date span {
      display: block;
      line-height: 1;
      color: #fff; }
  #content .post-container .button {
    margin-top: 20px; }

div.post-share .row {
  text-transform: uppercase;
  background-color: #f5f5f5;
  margin: 20px 0; }

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7; }

.youtube .play-button {
  width: 79px;
  height: 79px;
  z-index: 1;
  background: url(assets/images/video-play-button.png) no-repeat; }

.youtube img,
.youtube .play-button {
  cursor: pointer; }

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute; }

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar .widget {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f5f5f5; }
  .sidebar .widget h4, .sidebar .widget h4.widgettitle {
    color: #ffc010;
    text-transform: uppercase;
    font-family: "Sans Source Pro Regular", sans-serif;
    font-size: 1.3rem;
    margin-top: 0;
    font-weight: bold; }
  .sidebar .widget.darkbg {
    background-color: #ffc010;
    color: #fff; }
    .sidebar .widget.darkbg a.button, .sidebar .widget.darkbg p, .sidebar .widget.darkbg a, .sidebar .widget.darkbg h4, .sidebar .widget.darkbg h4.widgettitle {
      color: #fff; }
  .sidebar .widget .button {
    margin-bottom: 0; }
.sidebar .gform_widget {
  padding: 0; }
.sidebar ul.menu {
  margin: 0;
  padding: 0; }
  .sidebar ul.menu li {
    display: block;
    list-style: none;
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px; }
  .sidebar ul.menu li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 3px;
    font-size: 0.85rem;
    left: 0;
    color: #3388bb; }
  .sidebar ul.menu li a {
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    color: #ffc010; }
  .sidebar ul.menu li a:hover {
    color: #3388bb; }
.sidebar ul, .sidebar li {
  list-style: none;
  margin: 0;
  padding: 0; }
.sidebar li a {
  color: #333; }
.sidebar li a:hover {
  color: #ffc010; }
.sidebar .widget_recent_entries li {
  font-size: 0.9rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.3; }
.sidebar .widget_search {
  padding: 20px 0; }
  .sidebar .widget_search .screen-reader-text {
    display: none; }
  .sidebar .widget_search label, .sidebar .widget_search input {
    display: inline-block; }
  .sidebar .widget_search label {
    width: 60%; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

.footer {
  margin-top: 0px;
  color: white;
  background-color: white;
  padding: 30px 0;
  background: url(assets/images/footer-top-bg.png) no-repeat white;
  background-size: cover; }
  .footer .inner-footer {
    margin-top: 100px; }
    @media (max-width: 40em) {
      .footer .inner-footer {
        margin-bottom: 30px; } }
  .footer ul {
    margin: 0;
    padding: 0;
    line-height: 1; }
  .footer li {
    margin-right: 5px;
    padding-bottom: 0;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle; }
  .footer li a {
    padding: 0;
    line-height: 1; }
  .footer li a:hover {
    color: #ffc010; }
  .footer #menu-footer-navigation {
    padding-bottom: 10px;
    margin-bottom: 25px; }
    .footer #menu-footer-navigation .active > a {
      background: none !important; }
    @media (max-width: 40em) {
      .footer #menu-footer-navigation {
        display: inline; } }
    .footer #menu-footer-navigation li {
      margin-bottom: 10px;
      text-align: center; }
      @media (min-width: 64.063em) {
        .footer #menu-footer-navigation li {
          margin: 0 20px;
          display: inline-block; } }
  @media (max-width: 40em) {
    .footer img {
      display: block;
      margin: 0 auto; } }
  .footer a {
    color: white; }
  .footer a:hover {
    color: #ffc010; }
  .footer ul.social-list a {
    color: white;
    text-align: center; }
  .footer ul.social-list .fa-inverse {
    color: #3388bb; }
  .footer nav {
    padding-top: 25px; }
  .footer #menu-footer-navigation li {
    margin: 0 20px; }
  .footer p.copyright {
    margin-bottom: 0rem;
    margin-top: 10px; }
  .footer .footer-phone {
    font-size: 26px;
    text-transform: uppercase;
    color: white;
    font-weight: 600; }
    @media (max-width: 40em) {
      .footer .footer-phone {
        text-align: center; } }
    .footer .footer-phone a {
      display: inline-block;
      padding: 10px;
      color: #ffc010;
      font-family: "Montserrat", sans-serif; }
      .footer .footer-phone a .fa {
        color: #ffc010; }
    .footer .footer-phone p {
      margin-bottom: 0px; }

ul.contact.inline-list {
  border-top: solid 1px #1e95dd;
  padding-top: 10px;
  padding-bottom: 20px;
  /* text-align: right; */ }

/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: #fff; }

/*********************
Gravity STYLES
*********************/
#gform_wrapper_2 {
  -webkit-box-shadow: 10px 14px 44px -12px #e0e0e0;
  -moz-box-shadow: 10px 14px 44px -12px #e0e0e0;
  box-shadow: 10px 14px 44px -12px #e0e0e0;
  background-color: white;
  padding: 10px;
  bottom: -50px;
  width: 100%;
  max-width: 1024px; }
  #gform_wrapper_2 li {
    border-right: 1px solid #eaeaea; }
  #gform_wrapper_2 li#field_2_4 {
    border-right: none; }
  @media (min-width: 40.063em) {
    #gform_wrapper_2 {
      position: absolute; } }
  @media (min-width: 64.063em) {
    #gform_wrapper_2 {
      position: absolute; } }
  #gform_wrapper_2 input {
    border: none;
    box-shadow: none; }
  #gform_wrapper_2 .gform_footer input[type=image] {
    padding: 0;
    width: auto !important;
    background: 0 0 !important;
    border: none !important;
    max-width: 25px; }

@media (min-width: 64.063em) {
  #gform_wrapper_2 form.gf_simple_horizontal div.gform_body {
    width: 100%; } }
#sidebar1 #gform_5, #sidebar1 #gform_7 {
  padding: 30px; }

#gform_5 h3, #gform_7 h3 {
  margin: 0px;
  text-align: center;
  color: #d5b141;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-weight: 300;
  font-size: 1.9rem; }

#gform_5 .gform_footer .button, #gform_7 .gform_footer .button {
  margin: 0;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 1;
  width: 100%;
  border: 0;
  display: block;
  padding: 20px 10px; }

#gform_5 ul li.gfield, #gform_7 ul li.gfield {
  padding-right: 0px; }

#gform_wrapper_6 {
  background: whitesmoke;
  padding: 50px; }

#featured-panel .form {
  padding: 5px;
  border: 2px solid #f0f1f2; }
.price {
   position: absolute;
    top: -45px;
    left: -25px;
        padding: 15px 10px;
    background: #ffc010;
    color: white;
    border-radius: 100%;
	    font-weight: 600;
}
  #featured-panel .form .form-wrapper {
    background: #f0f1f2; 
	position:relative;}
    @media (max-width: 40em) {
      #featured-panel .form .form-wrapper {
        padding: 5px 5px; } }
    @media (min-width: 40.063em) {
      #featured-panel .form .form-wrapper {
        padding: 25px; } }
    #featured-panel .form .form-wrapper p {
      text-align: center;
      color: #545454;
      padding: 0px 30px; }
    #featured-panel .form .form-wrapper h3 {
      text-align: center;
      margin: 0;
      padding-top: 1rem;
      font-weight: 500; }
    #featured-panel .form .form-wrapper .infusion-form {
      background: #f0f1f2; }
      #featured-panel .form .form-wrapper .infusion-form .infusion-submit button {
        background-color: #ffc010;
        color: #fff;
        padding: 18px 10px;
        text-transform: uppercase;
        line-height: 1.2;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        font-family: "Montserrat Regular", sans-serif;
        letter-spacing: 1px;
        border-radius: 50px;
        margin-bottom: 10px;
        width: 100% !important; }
      #featured-panel .form .form-wrapper .infusion-form label {
        display: none; }

.infusion-form .infusion-submit button {
  background-color: #ffc010;
  color: #fff;
  padding: 18px 10px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  border-radius: 50px;
  width: 100% !important; }
.infusion-form label {
  display: none; }

.inline-form .infusion-form {
  background: white;
  padding: 10px;
  -webkit-box-shadow: 10px 14px 44px -12px #e0e0e0;
  -moz-box-shadow: 10px 14px 44px -12px #e0e0e0;
  box-shadow: 10px 14px 44px -12px #e0e0e0; }
  @media (min-width: 40.063em) {
    .inline-form .infusion-form {
      position: absolute;
      max-width: 1050px;
      bottom: -60px;
      width: 100%; } }
.inline-form input {
  border: none; }
@media (min-width: 40.063em) {
  .inline-form .infusion-field, .inline-form .infusion-submit {
    width: 33%;
    display: inline-flex; } }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: .7335em 10px;
  /* end .commentlist li ul.children */ }

.commentlist li:last-child {
  margin-bottom: 0; }

.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */ }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7; }

.commentlist li.depth-3 {
  background: #dadada; }

.commentlist .vcard {
  margin-left: 50px; }

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal; }

.commentlist .vcard time {
  float: right; }

.commentlist .vcard time a {
  color: #999;
  text-decoration: none; }

.commentlist .vcard time a:hover {
  text-decoration: underline; }

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff; }

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: .875rem;
  padding-right: 1.75rem;
  padding-bottom: .9375rem;
  padding-left: 1.75rem;
  font-size: .8125rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFF;
  transition: background-color 300ms ease-out;
  float: right; }

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  background-color: #007095; }

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #FFF; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }

.respond-form form {
  margin: .75em 0; }

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: .7335em; }

.respond-form form li label, .respond-form form li small {
  display: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */ }

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px; }

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px .7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

@media print {
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a:after, a:visited:after {
    content: " (" attr(href) ")"; }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; } }

/*# sourceMappingURL=style.css.map */
