/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #cccccc;
  scroll-behavior: smooth;
}
body {
  max-width: 992px;
  background-color: white !important;
  margin: 0 auto !important;
  padding: 0 50px;
}
@media all and (max-width: 991px) {
  body {
    padding: 0 10px;
  }
}
body,
body p {
  color: #4b4a4a !important;
  font-family: 'verdana', sans-serif !important;
  line-height: 1.5em !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(14px - 2px) !important;
  }
}
body a,
body p a {
  color: #0b8f4c;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: black;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'verdana', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 960px;
}
.flex-layout1 .light {
  background-color: #f4f4f4;
}
.flex-layout1 .dark {
  background-color: #328BC3;
}
.flex_layout_row {
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 991px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #f4f4f4;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #328BC3;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #f4f4f4;
}
.flex-spacer.dark {
  background-color: #328BC3;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
.topbanner,
.no-banner {
  margin-top: 0;
}
@media (max-width: 768px) {
}
nav {
  background-image: url("/wp-content/uploads/2026/01/sm_gail.jpg");
  background-position: right 20px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  nav {
    background-image: none;
  }
}
header#masthead {
  box-shadow: none !important;
  padding: 0 !important;
  width: 100% !important;
}
.site-header {
  background-color: white !important;
  max-width: 992px;
  width: 100%;
  height: 130px;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 960px;
}
@media all and (max-width: 991px) {
  .site-header {
    height: 50px;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  margin-top: 10px;
  width: auto;
}
@media all and (max-width: 991px) {
  .site-header img {
    max-height: 60px;
  }
}
.site-header.scroll {
  transition: all 0.9s ease-in-out !important;
  height: 80px;
}
@media all and (max-width: 768px) {
  .site-header.scroll {
    height: 50px;
  }
}
.site-header.scroll img {
  height: 60px;
  width: auto;
  transition: all 0.9s ease-in-out !important;
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
@media all and (max-width: 991px) {
  ul.navbar-nav {
    display: none;
  }
}
@media all and (max-width: 576px) {
}
.navbar-brand {
  width: 100% !important;
  margin-left: -10px !important;
}
@media all and (max-width: 991px) {
  .navbar-brand {
    padding-top: 40px !important;
  }
}
.navbar-brand .tagline {
  padding-top: 62px !important;
  position: absolute;
  display: inline-block;
  font-size: 14px;
}
@media all and (max-width: 991px) {
  .navbar-brand .tagline {
    padding-top: 46px !important;
    font-size: 12px;
  }
}
@media all and (max-width: 576px) {
  .navbar-brand .tagline {
    padding-top: 2px !important;
    display: none;
  }
}
.menu-container {
  position: relative;
  clear: right !important;
}
#main-nav ul {
  left: 18px !important;
  bottom: 0;
}
#main-nav .navbar-nav > li > a {
  color: white !important;
  background-color: #66b5c4;
  font-family: 'verdana', sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 5px 14px !important;
  margin: 0 1px 0 0 !important;
}
li.home-nav a {
  border-top-left-radius: 7px;
}
li.order-the-book a {
  background-color: #e97e01 !important;
  border-top-right-radius: 7px;
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: #eeeeee !important;
}
#main-nav .navbar-nav li.current-page-ancestor a,
#main-nav .navbar-nav li.current_page_parent a {
  background: #1a6677;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus {
  color: white;
  background-color: #1a6677;
  border-bottom: 3px solid white;
}
.extra-menu-top {
  position: absolute;
  float: none !important;
  right: 2px;
  top: -28px;
  height: 30px;
}
.extra-menu-top ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.extra-menu-top ul.menu li {
  display: inline-block;
}
.extra-menu-top ul.menu li a {
  color: white;
  font-family: 'verdana', sans-serif;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: #eeeeee !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px;
}
ul.dropdown-menu li.menu-item:hover {
  background: gray;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: white;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: black;
  background: none;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: black;
  text-decoration: none;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.footer {
  max-width: 992px;
  background-color: #ffffff;
  height: auto !important;
  color: black;
  margin: 0 auto;
  padding: 30px 0;
}
.footer .container {
  max-width: 960px;
}
.footer p {
  color: black;
  font-size: 13px !important;
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: black;
}
.footer a {
  color: #0b8f4c;
}
.footer a:hover {
  color: black;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
.footer-menu {
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0px;
  margin-right: 10px;
  padding: 0;
}
.footer-menu ul.menu li {
  display: inline-block;
}
.footer-menu ul.menu li a {
  color: #0b8f4c;
  font-size: 0.9em !important;
  text-decoration: none;
  font-family: 'verdana', sans-serif;
  position: relative;
  display: block;
  padding: 4px 5px;
}
.footer-menu ul.menu li a:hover {
  color: black;
}
.footer-menu ul.menu li.home-nav a {
  background-color: #ffffff !important;
  border-top-left-radius: 0;
}
.footer-menu ul.menu li.order-the-book a {
  background-color: #ffffff !important;
  border-top-right-radius: 0;
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  height: 80px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
}
.hero-banner .hero-banner-text {
  z-index: 100;
}
.hero-banner .hero-banner-text h1 {
  font-size: 2.1em !important;
  color: white !important;
  background-color: #1b94a5;
  font-family: 'Garamond', sans-serif;
  width: 100% !important;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 16px;
}
body.home .hero-banner {
  height: 550px;
}
@media (max-width: 768px) {
}
body.home .hero-banner .hero-banner-text h1 {
  font-size: 2.7em !important;
  color: green !important;
}
body.home .hero-banner .hero-banner-text h2 {
  font-size: 1.7em !important;
  color: blue !important;
}
body.blog .hero-banner-text h1,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
}
@media (max-width: 576px) {
}
body.blog .hero-banner-text h2,
body.blog .hero-banner-text h3.single-blog-header {
  color: red !important;
  font-size: 2.5em !important;
}
@media (max-width: 576px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'verdana', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.7em !important;
}
h2,
.h2 {
  font-size: 1.6em !important;
  font-weight: 300 !important;
}
h3,
.h3 {
  color: red;
  font-size: 1.3em !important;
}
h4,
.h4 {
  font-size: 1.2em !important;
}
h5,
.h5 {
  font-size: 1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
p a.mybutton,
a.mybutton {
  text-decoration: none !important;
  background: blue;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  font-weight: 600 !important;
  font-size: 20px;
  margin-top: 36px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 10px 30px;
}
@media all and (max-width: 576px) {
  p a.mybutton,
  a.mybutton {
    margin: 16px 3px 16px 3px;
  }
}
p a.mybutton.butlight,
a.mybutton.butlight {
  background: transparent;
  color: blue;
  border: 1px solid blue;
}
p a:hover.mybutton,
a:hover.mybutton {
  background: white;
  color: blue;
  border: 1px solid blue;
  transform: translate(3px, 3px) !important;
}
p a:hover.mybutton.butlight,
a:hover.mybutton.butlight {
  background: blue;
  color: white;
  border: 1px solid blue;
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition-timing-function: ease-in;
  transition: 0.5s;
  border: 1px solid #eeeeee;
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: #333333 !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: #333333 !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: red;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: blue;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: green;
  background: none;
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
  color: red;
}
body.woocommerce-page h1.entry-title {
  color: orange;
  font-size: 30px;
}
body.woocommerce-page h2 {
  color: violet;
  font-size: 30px;
}
body.woocommerce-page h3 {
  color: black;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
  font-weight: 600;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  width: 80%;
  background: lightskyblue;
  margin: -150px auto 0 auto;
  padding: 50px;
}
.get-advice {
  max-width: 520px;
  background-image: url("/wp-content/uploads/2026/01/home_advice_map-2026.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding: 20px 5px 10px 160px;
  border: 1px solid #cccccc;
}
@media all and (max-width: 768px) {
  .get-advice {
    padding: 20px 5px 10px 20px;
    background: none;
    background-color: #eeeeee;
  }
}
.get-advice h2 {
  font-size: 14px;
}
.get-advice p {
  font-size: 12px !important;
}
/*# sourceMappingURL=style.css.map */