@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #264a49;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Alegreya", serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #1e3b3a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #264a49; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Alegreya", serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Alegreya", serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #264a49;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(29, 57, 56, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #000;
  font-family: "Alegreya", serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya", serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #264a49;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #1d3837; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

body {
  margin: 0; }
  body a {
    color: #fff;
    font-weight: normal; }
  bodyhover {
    color: #95b1b0; }

header {
  background: #3b706f;
  color: #fff;
  text-align: center; }
  header .hdr-logo {
    font-size: 3em;
    margin: 0 0 0.4em;
    padding: 40px 0 0 0; }
    header .hdr-logo .hdr-logo-link {
      font-family: 'trajan-pro-3'; }
  header .hdr-strap {
    font-size: 22px;
    margin: 0 0 20px; }
  header .hdr-contact-info {
    margin: 0 0 40px; }
    header .hdr-contact-info .hdr-contact-info-tel {
      margin-right: 20px; }
    header .hdr-contact-info .underline {
      border-bottom: 1px solid #95b1b0;
      padding: 0 5px 20px 5px; }
  header .hdr-footer {
    margin-bottom: 25px;
    font-style: italic; }
    header .hdr-footer .stars {
      padding-top: 10px; }
      header .hdr-footer .stars span {
        padding: 0 5px; }

.centered-navigation {
  background-color: #264a49;
  border-bottom: 0px solid #1c3635;
  min-height: 50px;
  width: 100%;
  z-index: 9999; }
  .centered-navigation .mobile-logo {
    display: inline;
    float: left;
    max-height: 50px;
    padding-left: 1em; }
    .centered-navigation .mobile-logo img {
      max-height: 50px;
      opacity: .6;
      padding: .8em 0; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation .mobile-logo {
        display: none; } }
  .centered-navigation .centered-navigation-mobile-menu {
    color: #fff;
    display: block;
    float: right;
    line-height: 50px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation .centered-navigation-mobile-menu {
        display: none; } }
    .centered-navigation .centered-navigation-mobile-menu:focus, .centered-navigation .centered-navigation-mobile-menu:hover {
      color: #fff; }
  .centered-navigation .centered-navigation-wrapper {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 999; }
    .centered-navigation .centered-navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    .centered-navigation .centered-navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  .centered-navigation ul.centered-navigation-menu {
    -webkit-transform-style: preserve-3d;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 99999; }
    .centered-navigation ul.centered-navigation-menu.show {
      display: block; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation ul.centered-navigation-menu {
        display: block;
        text-align: center; } }
  @media screen and (min-width: 53.75em) {
    .centered-navigation .nav-link:first-child {
      margin-left: 2.2em; } }
  .centered-navigation ul li.nav-link {
    background: #264a49;
    display: block;
    line-height: 50px;
    overflow: hidden;
    padding-right: 1em;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    .centered-navigation ul li.nav-link:hover a {
      background: #95b1b0; }
    .centered-navigation ul li.nav-link a {
      color: #fff;
      display: inline-block;
      outline: none;
      text-decoration: none;
      padding: 0 10px; }
      .centered-navigation ul li.nav-link a:focus, .centered-navigation ul li.nav-link a:hover {
        color: #264a49;
        background: #95b1b0; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 50px; }
        .centered-navigation ul li.nav-link a {
          padding-right: 1em;
          padding-left: 1em; } }
  .centered-navigation li.logo.nav-link {
    display: none;
    line-height: 0; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation li.logo.nav-link {
        display: inline; } }
  .centered-navigation .logo img {
    margin-bottom: -0.66667em;
    max-height: 2em;
    opacity: 0.6; }
  .centered-navigation li.more.nav-link {
    padding-right: 10px; }
    .centered-navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 0.5em; }
    .centered-navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation li.more.nav-link > a {
        padding-right: 1em;
        margin-right: 0; } }
    .centered-navigation li.more.nav-link > a:after {
      content: none; }
  .centered-navigation li.more {
    overflow: visible;
    padding-right: 0; }
    .centered-navigation li.more a {
      padding-right: 1em; }
    .centered-navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 53.75em) {
        .centered-navigation li.more > a {
          margin-right: 1em; } }
      .centered-navigation li.more > a:after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    .centered-navigation li.more:focus > .submenu, .centered-navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation li.more {
        padding-right: 1em;
        position: relative; } }
  .centered-navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation ul.submenu {
        left: 0;
        position: absolute;
        top: 2.21em; } }
    @media screen and (min-width: 53.75em) {
      .centered-navigation ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    .centered-navigation ul.submenu li {
      display: block;
      padding-right: 0;
      background: #95b1b0; }
      @media screen and (min-width: 53.75em) {
        .centered-navigation ul.submenu li {
          line-height: 38.46154px; }
          .centered-navigation ul.submenu li:hover {
            background: #709594; }
            .centered-navigation ul.submenu li:hover a {
              background: none; }
          .centered-navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          .centered-navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: .7em; } }
      .centered-navigation ul.submenu li a {
        background-color: #95b1b0;
        display: inline-block;
        text-align: right;
        text-decoration: none;
        width: 100%; }
        @media screen and (min-width: 53.75em) {
          .centered-navigation ul.submenu li a {
            background-color: #95b1b0;
            padding-left: 1em;
            text-align: left;
            width: 12em; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?lcmq68");
  src: url("fonts/icomoon.eot?#iefixlcmq68") format("embedded-opentype"), url("fonts/icomoon.ttf?lcmq68") format("truetype"), url("fonts/icomoon.woff?lcmq68") format("woff"), url("fonts/icomoon.svg?lcmq68#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-star-full:before {
  content: "\e600"; }

.footer {
  background: #646764;
  padding: 3em 1.618em;
  width: 100%;
  margin-top: 50px; }
  .footer ul:nth-child(1) li h3 {
    font-family: 'trajan-pro-3'; }
  .footer h3 {
    font-weight: lighter; }
  .footer .footer-logo {
    margin-bottom: 2em;
    text-align: center; }
    .footer .footer-logo img {
      height: 3em; }
  .footer .footer-links {
    margin-bottom: 1.5em; }
    .footer .footer-links::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 53.75em) {
      .footer .footer-links {
        margin-left: 25.58941%; } }
  .footer ul {
    margin-bottom: 3em;
    padding: 0; }
    @media screen and (min-width: 53.75em) {
      .footer ul {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .footer ul:last-child {
          margin-right: 0; }
        .footer ul:nth-child(3n) {
          margin-right: 0; }
        .footer ul:nth-child(3n+1) {
          clear: left; }
        .footer ul::after {
          clear: both;
          content: "";
          display: table; } }
  .footer li {
    position: relative; }
  @media screen and (min-width: 53.75em) {
    .footer ul:nth-child(2) {
      padding-left: 100px; }
      .footer ul:nth-child(2) h3:after {
        content: '';
        width: 95px;
        position: absolute;
        left: 0;
        bottom: -8px;
        border-width: 0 0 1px;
        border-style: solid; }
      .footer ul:nth-child(2) li:first-child {
        margin-bottom: 20px; }
    .footer ul:nth-child(3) li {
      text-align: right; }
    .footer ul:first-child li:nth-child(2) {
      margin-bottom: 20px; }
    .footer ul:first-child li:nth-child(2):after {
      content: '';
      width: 220px;
      position: absolute;
      left: 0;
      bottom: -8px;
      border-width: 0 0 1px;
      border-style: solid; } }
  .footer li {
    line-height: 1.5em;
    list-style: none;
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 40em) {
      .footer li {
        text-align: left; } }
  .footer li a {
    color: #fff;
    text-decoration: none; }
    .footer li a:focus, .footer li a:hover {
      color: #709594; }
  .footer li h3 {
    color: #fff;
    font-size: 1em;
    margin-bottom: 0.4em;
    position: relative; }
  .footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 1.5em;
    width: 12em; }
  .footer p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.5em;
    margin: auto;
    max-width: 35em;
    text-align: center; }

.hero {
  background: url("images/grove-farm-b-and-b.jpg"), -webkit-linear-gradient(-280deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
  background: url("images/grove-farm-b-and-b.jpg"), linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
  background-color: #324766;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em; }
  .hero .hero-logo img {
    height: 4em;
    margin-bottom: 1em; }
  .hero .hero-inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    padding: 3.5em;
    text-align: center;
    height: 200px; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 53.75em) {
      .hero .hero-inner {
        height: 750px; } }
    .hero .hero-inner .hero-copy {
      text-align: center; }
      .hero .hero-inner .hero-copy h1 {
        color: white;
        font-size: 1.8em;
        margin-bottom: 0.5em; }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy h1 {
            font-size: 1.8em; } }
      .hero .hero-inner .hero-copy p {
        font-size: 1.2em;
        color: white;
        line-height: 1.4em;
        margin: 0 auto 3em auto;
        text-shadow: 0 1px 15px black;
        font-style: italic;
        max-width: 70%; }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy p {
            font-size: 2em;
            max-width: 51%;
            margin: 55% auto 3em auto; } }

.three-col-homepage .home-page-section {
  margin-bottom: 1.5em; }
  .three-col-homepage .home-page-section::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .three-col-homepage .home-page-section {
      margin-left: 25.58941%; } }
.three-col-homepage ul {
  list-style-type: disc; }
  @media screen and (min-width: 53.75em) {
    .three-col-homepage ul {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      padding: 10px;
      margin-bottom: 3em; }
      .three-col-homepage ul:last-child {
        margin-right: 0; }
      .three-col-homepage ul:nth-child(3n) {
        margin-right: 0; }
      .three-col-homepage ul:nth-child(3n+1) {
        clear: left; }
      .three-col-homepage ul::after {
        clear: both;
        content: "";
        display: table; } }
.three-col-homepage ul:first-child, .three-col-homepage ul:nth-child(2) {
  border-right: 1px dotted #3b706f; }
.three-col-homepage li {
  line-height: 1.5em;
  list-style: disc;
  color: #709594;
  font-size: 1em;
  padding-left: 10px;
  line-height: 36px;
  text-align: center;
  border-bottom: 1px solid lightgrey;
  padding: 10px 0; }
  @media screen and (min-width: 53.75em) {
    .three-col-homepage li {
      border-bottom: 0 solid lightgrey;
      padding: 0; } }
  .three-col-homepage li a {
    text-align: left;
    color: #709594;
    font-style: italic;
    font-size: 1.5em; }
    @media screen and (min-width: 53.75em) {
      .three-col-homepage li a {
        font-size: 1em;
        line-height: 1.25em; } }
    @media screen and (min-width: 75em) {
      .three-col-homepage li a {
        font-size: 1.5em;
        line-height: 2em; } }
  @media screen and (min-width: 53.75em) {
    .three-col-homepage li {
      text-align: left; } }

.page.home .article-body {
  text-align: center;
  max-width: 706px;
  margin: 40px auto;
  font-size: 1.5em; }
  @media screen and (min-width: 40em) {
    .page.home .article-body {
      margin: 70px auto; } }
  .page.home .article-body h2 {
    font-size: 1.5em; }

.page.page-id-28 .article-body .featured-image img {
  width: auto !important; }

.page .featured-image, .blog .featured-image, .single-post .featured-image {
  margin-bottom: 60px; }
.page .icon-star-full:before, .blog .icon-star-full:before, .single-post .icon-star-full:before {
  content: "\e600"; }
.page .icon-arrow-up2:before, .blog .icon-arrow-up2:before, .single-post .icon-arrow-up2:before {
  content: "\e601"; }
.page .icon-arrow-right2:before, .blog .icon-arrow-right2:before, .single-post .icon-arrow-right2:before {
  content: "\e602";
  margin-top: 5px;
  position: absolute;
  margin-left: 5px;
  font-size: 15px; }
.page .article-body, .blog .article-body, .single-post .article-body {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding: 0 30px; }
  .page .article-body::after, .blog .article-body::after, .single-post .article-body::after {
    clear: both;
    content: "";
    display: table; }
  .page .article-body .column-one, .blog .article-body .column-one, .single-post .article-body .column-one {
    display: none; }
  @media screen and (min-width: 40em) {
    .page .article-body .column-one, .blog .article-body .column-one, .single-post .article-body .column-one {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .page .article-body .column-one:last-child, .blog .article-body .column-one:last-child, .single-post .article-body .column-one:last-child {
        margin-right: 0; }
    .page .article-body .column-two, .blog .article-body .column-two, .single-post .article-body .column-two {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 8.5298%;
      margin-right: 0; }
      .page .article-body .column-two:last-child, .blog .article-body .column-two:last-child, .single-post .article-body .column-two:last-child {
        margin-right: 0; }
    .page .article-body .column-three, .blog .article-body .column-three, .single-post .article-body .column-three {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .page .article-body .column-three:last-child, .blog .article-body .column-three:last-child, .single-post .article-body .column-three:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 40em) {
    .page .article-body .column-one, .blog .article-body .column-one, .single-post .article-body .column-one {
      display: block; }
    .page .article-body .column-one-mobile, .blog .article-body .column-one-mobile, .single-post .article-body .column-one-mobile {
      display: none; } }
  .page .article-body .blog-author, .blog .article-body .blog-author, .single-post .article-body .blog-author {
    color: #709594;
    font-style: italic;
    font-size: 18px; }
  .page .article-body .read-more, .blog .article-body .read-more, .single-post .article-body .read-more {
    color: #709594; }
  .page .article-body .blog-author + h3.h3, .blog .article-body .blog-author + h3.h3, .single-post .article-body .blog-author + h3.h3 {
    font-size: 22px; }
  .page .article-body .tease.tease-post, .blog .article-body .tease.tease-post, .single-post .article-body .tease.tease-post {
    margin-bottom: 30px;
    border-bottom: 1px solid #709594;
    padding-bottom: 20px; }
  .page .article-body img:not(.ajax-loader), .page .article-body .wp-caption, .blog .article-body img:not(.ajax-loader), .blog .article-body .wp-caption, .single-post .article-body img:not(.ajax-loader), .single-post .article-body .wp-caption {
    width: 100% !important;
    height: auto !important; }
  .page .article-body h1, .blog .article-body h1, .single-post .article-body h1 {
    font-size: 34px;
    color: #709594; }
  .page .article-body h2, .page .article-body h3, .page .article-body h4, .blog .article-body h2, .blog .article-body h3, .blog .article-body h4, .single-post .article-body h2, .single-post .article-body h3, .single-post .article-body h4 {
    font-size: 22px;
    color: #709594; }
  .page .article-body h3, .page .article-body h4, .blog .article-body h3, .blog .article-body h4, .single-post .article-body h3, .single-post .article-body h4 {
    font-size: 18px;
    color: #709594; }
  .page .article-body p + h2, .blog .article-body p + h2, .single-post .article-body p + h2 {
    margin-top: 40px; }
  .page .article-body p + .wp-caption, .blog .article-body p + .wp-caption, .single-post .article-body p + .wp-caption {
    margin-top: 70px; }
  .page .article-body a, .blog .article-body a, .single-post .article-body a {
    color: #709594; }
  .page .article-body .telephone, .blog .article-body .telephone, .single-post .article-body .telephone {
    display: block;
    color: #3b706f; }
  .page .article-body .venue-details, .blog .article-body .venue-details, .single-post .article-body .venue-details {
    color: #000; }
  .page .article-body ul, .blog .article-body ul, .single-post .article-body ul {
    list-style-type: disc; }
    .page .article-body ul li, .blog .article-body ul li, .single-post .article-body ul li {
      padding-bottom: 25px;
      color: #3b706f; }
  .page .article-body .wp-caption-text, .blog .article-body .wp-caption-text, .single-post .article-body .wp-caption-text {
    font-size: 17px;
    font-style: italic;
    color: #3b706f;
    padding-top: 20px; }
  .page .article-body .wp-caption + .wp-caption, .blog .article-body .wp-caption + .wp-caption, .single-post .article-body .wp-caption + .wp-caption {
    margin-top: 50px; }
  .page .article-body blockquote, .blog .article-body blockquote, .single-post .article-body blockquote {
    padding: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-style: italic;
    color: #3b706f;
    font-size: 22px; }
    .page .article-body blockquote footer, .blog .article-body blockquote footer, .single-post .article-body blockquote footer {
      font-size: 18px;
      text-align: right; }
      .page .article-body blockquote footer a, .blog .article-body blockquote footer a, .single-post .article-body blockquote footer a {
        color: #3b706f;
        font-weight: normal; }
.page .price-container,
.page .price-container:before,
.page .price-container:after,
.page .price-container .price,
.page .price-container .price:before,
.page .price-container .price:after, .blog .price-container,
.blog .price-container:before,
.blog .price-container:after,
.blog .price-container .price,
.blog .price-container .price:before,
.blog .price-container .price:after, .single-post .price-container,
.single-post .price-container:before,
.single-post .price-container:after,
.single-post .price-container .price,
.single-post .price-container .price:before,
.single-post .price-container .price:after {
  height: 11.5em;
  width: 11.5em;
  background: #e4390b;
  background-size: 10.5em; }
.page .price-container:before,
.page .price-container:after,
.page .price-container .price:before,
.page .price-container .price:after, .blog .price-container:before,
.blog .price-container:after,
.blog .price-container .price:before,
.blog .price-container .price:after, .single-post .price-container:before,
.single-post .price-container:after,
.single-post .price-container .price:before,
.single-post .price-container .price:after {
  content: "";
  position: absolute; }
.page .price-container, .blog .price-container, .single-post .price-container {
  position: relative;
  /* Context */
  float: right;
  margin-bottom: 130px;
  margin-right: 80px;
  top: 2.5em;
  left: 2.5em;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.page .price-container:before, .blog .price-container:before, .single-post .price-container:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg); }
.page .price-container:after, .blog .price-container:after, .single-post .price-container:after {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg); }
.page .price-container .price, .blog .price-container .price, .single-post .price-container .price {
  padding: .5em 0em;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  /* important so the text shows up */ }
.page .price-container .price:before, .blog .price-container .price:before, .single-post .price-container .price:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg); }
.page .price-container .price:after, .blog .price-container .price:after, .single-post .price-container .price:after {
  top: 0;
  left: 0;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotat; }
.page .price-container .price span, .blog .price-container .price span, .single-post .price-container .price span {
  position: relative;
  z-index: 100;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-style: italic;
  -webkit-transform: rotate(8deg);
  padding-top: 20px; }
.page .price-container .price .comment-author, .blog .price-container .price .comment-author, .single-post .price-container .price .comment-author {
  font-size: 18px; }
.page .wpcf7, .blog .wpcf7, .single-post .wpcf7 {
  margin: 50px 0;
  background: #e3e9e9;
  padding: 20px; }
.page .contact-form tr td:first-child, .blog .contact-form tr td:first-child, .single-post .contact-form tr td:first-child {
  width: 30%;
  padding-right: 2%;
  text-align: right;
  display: none; }
.page .contact-form tr td:nth-child(2), .blog .contact-form tr td:nth-child(2), .single-post .contact-form tr td:nth-child(2) {
  width: 70%;
  padding-right: 10%; }
.page .contact-form td, .blog .contact-form td, .single-post .contact-form td {
  padding: 0.25em 0; }
@media screen and (min-width: 40em) {
  .page .contact-form .mobile-label, .blog .contact-form .mobile-label, .single-post .contact-form .mobile-label {
    display: none; }
  .page .contact-form tr td:first-child, .blog .contact-form tr td:first-child, .single-post .contact-form tr td:first-child {
    display: table-cell; } }
.page td, .blog td, .single-post td {
  border-bottom: 0px;
  padding: 0; }
@media screen and (min-width: 40em) {
  .page .metaslider-72 .flexslider .caption-wrap, .blog .metaslider-72 .flexslider .caption-wrap, .single-post .metaslider-72 .flexslider .caption-wrap {
    opacity: 1;
    margin: 0px 0px;
    color: white;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    width: 18%;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    clear: none;
    position: absolute;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; }
  .page .metaslider .caption, .blog .metaslider .caption, .single-post .metaslider .caption {
    word-wrap: break-word;
    bottom: 0;
    position: absolute;
    text-align: center;
    padding: 30px;
    font-style: italic; }
  .page .filmstrip .flex-direction-nav, .blog .filmstrip .flex-direction-nav, .single-post .filmstrip .flex-direction-nav {
    display: none; }
  .page #metaslider_72_filmstrip.flexslider .slides li, .blog #metaslider_72_filmstrip.flexslider .slides li, .single-post #metaslider_72_filmstrip.flexslider .slides li {
    margin-right: 31px; }
  .page .metaslider .flexslider.filmstrip, .blog .metaslider .flexslider.filmstrip, .single-post .metaslider .flexslider.filmstrip {
    margin-top: 30px; }
  .page .metaslider:hover .caption-wrap, .blog .metaslider:hover .caption-wrap, .single-post .metaslider:hover .caption-wrap {
    display: block; }
  .page .metaslider .caption-wrap, .blog .metaslider .caption-wrap, .single-post .metaslider .caption-wrap {
    display: none; } }
.page .scroll-on-page, .blog .scroll-on-page, .single-post .scroll-on-page {
  display: inline-block; }
  .page .scroll-on-page a, .blog .scroll-on-page a, .single-post .scroll-on-page a {
    color: #264a49;
    text-decoration: none; }
  .page .scroll-on-page p, .blog .scroll-on-page p, .single-post .scroll-on-page p {
    margin-bottom: 2em; }
  .page .scroll-on-page p + h3, .blog .scroll-on-page p + h3, .single-post .scroll-on-page p + h3 {
    margin-top: 25px; }
  .page .scroll-on-page .scroll-on-page-link, .blog .scroll-on-page .scroll-on-page-link, .single-post .scroll-on-page .scroll-on-page-link {
    border-bottom: 1px solid #3b706f;
    display: block;
    margin-right: 1.5em;
    outline: none;
    padding: 0.25em 0;
    font-style: italic; }
    .page .scroll-on-page .scroll-on-page-link:last-child, .blog .scroll-on-page .scroll-on-page-link:last-child, .single-post .scroll-on-page .scroll-on-page-link:last-child {
      margin-bottom: 1.5em;
      border-bottom: 0; }
  .page .scroll-on-page article h4, .blog .scroll-on-page article h4, .single-post .scroll-on-page article h4 {
    margin: 0 0 0.5em 0; }
  .page .scroll-on-page article p, .blog .scroll-on-page article p, .single-post .scroll-on-page article p {
    color: #000;
    line-height: 1.5; }
  .page .scroll-on-page article section p:last-of-type, .blog .scroll-on-page article section p:last-of-type, .single-post .scroll-on-page article section p:last-of-type {
    margin-bottom: 2em; }

.single-post .article-body img {
  padding: 20px 0; }

.blog a.read-more {
  display: block;
  margin-top: 20px; }

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