/* General
   ========================================================================== */
.screen-reader-text,
.genesis-skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

hr {
  margin: 50px auto;
  width: 200px;
  clear: both;
  border: none;
  border-top: 3px solid rgba(91, 97, 19, 0.05); }

.alignleft {
  float: left;
  margin: 0 25px 25px 0; }

.alignright {
  float: right;
  margin: 0 0 25px 25px; }

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }

.pagination a {
  padding: 3px 10px;
  color: white;
  background-color: #5B6113;
  -webkit-transition: .3s all ease;
  transition: .3s all ease; }

.pagination li.active a,
.pagination a:hover {
  background-color: #5b6113;
  color: white; }

body {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  background: #EEEFE6;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      font-weight: 14px; } }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease; }

.entry-content a {
  color: #e09306;
  border-bottom: 3px solid transparent; }
  .entry-content a:hover {
    color: #5b6113;
    border-color: rgba(91, 97, 19, 0.1); }

.entry-content img {
  max-width: 100%;
  height: auto !important; }

.entry-content ul {
  padding: 10px 0 10px 40px; }

.entry-content li {
  list-style: none;
  position: relative;
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 5px; }

.entry-content li::before {
  content: "\f111";
  color: #e09306;
  font-family: "FontAwesome";
  font-size: 8px;
  position: absolute;
  left: -20px; }

a {
  color: #e09306;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; }
  a:hover {
    color: #5B6113;
    text-decoration: none; }

body.custom-background {
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center; }

ul li,
p {
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5 {
  margin: 25px 0 10px;
  font-weight: normal;
  line-height: 1em; }

h1 {
  text-transform: uppercase;
  font-size: 34px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 22px; } }

h2 {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 5px;
  color: #5B6113; }
  h2:first-child {
    margin-top: 0; }
  @media (max-width: 600px) {
    h2 {
      font-size: 18px; } }

h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold; }

h3.widgettitle {
  margin: 0 0 10px;
  font-weight: bold; }

h1.entry-title,
h1.page-title,
h1.archive-title {
  margin: 0 0 35px;
  color: #5B6113; }

h1.archive-title {
  margin-bottom: 10px; }

.archive-description {
  text-align: center;
  margin-bottom: 35px; }
  .archive-description p:last-child {
    margin-bottom: 0; }

.entry-content p,
.entry-content ul {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.6em; }

body.page .entry-content > p:first-child,
body.single-services .entry-content > p:first-child,
body.single-clientgoals .entry-content > p:first-child {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: 'Crimson Text';
  font-style: italic;
  color: #5B6113; }

body.page .entry-content > p:first-child::after,
body.single-services .entry-content > p:first-child::after,
body.single-clientgoals .entry-content > p:first-child::after {
  content: "";
  width: 150px;
  border-top: 3px solid rgba(91, 97, 19, 0.1);
  margin-top: 30px;
  margin-bottom: 30px;
  display: block; }

/* Buttons
   ========================================================================== */
a.button,
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  padding: 8px 15px;
  border: 3px solid #e09306;
  background-color: #e09306;
  box-shadow: 0 4px 0 0 #ae7205;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  margin-right: 5px;
  display: inline-block;
  line-height: 1em;
  margin-top: 5px;
  color: white; }
  a.button:hover,
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover,
  .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #cc8605;
    border-color: #cc8605; }
  a.button.button-highlight,
  .gform_wrapper .gform_footer input.button.button-highlight, .gform_wrapper .gform_footer input[type=submit].button-highlight, .gform_wrapper .gform_page_footer input.button.button-highlight,
  .gform_wrapper .gform_page_footer input[type=submit].button-highlight {
    color: white;
    background-color: #770000;
    border-color: #770000;
    box-shadow: 0 4px 0 0 #530000; }
    a.button.button-highlight:hover,
    .gform_wrapper .gform_footer input.button.button-highlight:hover, .gform_wrapper .gform_footer input[type=submit].button-highlight:hover, .gform_wrapper .gform_page_footer input.button.button-highlight:hover,
    .gform_wrapper .gform_page_footer input[type=submit].button-highlight:hover {
      background-color: #680000;
      color: white;
      border-color: #680000; }
  @media (max-width: 600px) {
    a.button,
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
      display: block;
      margin: 0 0 10px;
      text-align: center; } }

a.button:last-child {
  margin-right: 0; }

/* Structure
   ========================================================================== */
.wrap,
.site-inner {
  max-width: 1216px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .wrap,
    .site-inner {
      padding-left: 20px;
      padding-right: 20px; } }

.site-inner {
  padding-top: 60px; }

@media (min-width: 960px) {
  body.content-sidebar .content-sidebar-wrap .content,
  body.sidebar-content .content-sidebar-wrap .content {
    width: 68%; }
  body.content-sidebar .content-sidebar-wrap .sidebar,
  body.sidebar-content .content-sidebar-wrap .sidebar {
    width: 30%; }
  body.content-sidebar .content-sidebar-wrap .content {
    float: left; }
  body.content-sidebar .content-sidebar-wrap .sidebar {
    margin-left: 70%; }
  body.sidebar-content .content-sidebar-wrap .content {
    float: right; }
  body.sidebar-content .content-sidebar-wrap .sidebar {
    float: left; } }

.content {
  padding: 0 30px;
  margin-bottom: 25px;
  min-height: 500px; }
  @media (max-width: 767px) {
    .content {
      padding: 20px; } }

body.full-width-content .content-sidebar-wrap .content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }

body.full-width-content.page-id-148 .content-sidebar-wrap .content {
  max-width: 100%; }

/* Sidebars
   ========================================================================== */
.sidebar {
  margin-bottom: 60px; }
  .sidebar li.clientgoals,
  .sidebar li.services {
    position: relative;
    padding: 0 !important;
    margin: 0 0 5px 0 !important; }
    .sidebar li.clientgoals img,
    .sidebar li.services img {
      margin: 0 0 -4px 0 !important; }
    .sidebar li.clientgoals a,
    .sidebar li.services a {
      display: block; }
  .sidebar li.clientgoals::after,
  .sidebar li.services::after {
    background-color: rgba(91, 97, 19, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 0;
    -webkit-transition: .3s background ease;
    transition: .3s background ease;
    border-radius: 3px; }
  .sidebar li.clientgoals:hover::after,
  .sidebar li.services:hover::after {
    background-color: rgba(125, 82, 3, 0.7); }
  .sidebar div.title {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.2em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: white;
    z-index: 5;
    padding: 50px 20px; }
  .sidebar li.clientgoals div.title::before {
    content: "You can";
    text-transform: lowercase;
    font-family: 'Crimson Text';
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 1em;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.1);
    width: 90px;
    margin-left: auto;
    margin-right: auto; }
  .sidebar .attachment-service-small {
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease; }
    .sidebar .attachment-service-small:hover {
      opacity: 0.8; }
  .sidebar .widget {
    background-color: white;
    border-radius: 3px;
    padding: 15px 20px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4em;
    clear: none; }
    .sidebar .widget.widget_dpe_fp_widget {
      background-color: transparent;
      padding: 0; }
    .sidebar .widget img {
      max-width: 100%;
      height: auto !important; }
    .sidebar .widget .widget-title {
      color: #5B6113; }
    .sidebar .widget select {
      width: 100%; }
    .sidebar .widget ul {
      margin: 0;
      padding: 0; }
    .sidebar .widget ul li {
      list-style: none;
      padding-left: 0;
      margin-left: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
    .sidebar .widget ul li.type-services,
    .sidebar .widget ul li.type-clientgoals {
      margin-bottom: 5px; }
      .sidebar .widget ul li.type-services img,
      .sidebar .widget ul li.type-clientgoals img {
        border-radius: 3px; }
    .sidebar .widget ul li:last-of-type {
      border-bottom: 0;
      padding-bottom: 0; }
  .sidebar .widget:last-of-type {
    margin-bottom: 0; }

/* Preheader
   ========================================================================== */
.preheader {
  background-color: #e09306;
  width: 100%;
  z-index: 99;
  padding: 10px 0 5px; }
  .preheader a {
    color: white; }
  .preheader .widget-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
    line-height: 1em; }
  .preheader p {
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    color: white; }

.widget-preheader:nth-of-type(1) {
  float: left; }
  .widget-preheader:nth-of-type(1) .widget {
    display: inline-block;
    margin-right: 10px; }
  .widget-preheader:nth-of-type(1) .widget:last-of-type {
    margin-right: 0; }

.widget-preheader:nth-of-type(2) {
  float: right; }
  .widget-preheader:nth-of-type(2) p {
    font-size: 18px;
    margin-top: 3px; }

body .simple-social-icons ul li {
  margin: 0 3px 0 0 !important; }
  body .simple-social-icons ul li a {
    padding: 11px 15px !important;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }

.preheader-button {
  background-color: #637029;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  padding: 9px 15px;
  text-decoration: none;
  float: right;
  font-size: 13px; }
  .preheader-button:hover {
    background-color: #637029;
    color: white; }

/* Header
   ========================================================================== */
.position-site-header {
  position: relative;
  z-index: 50; }

.site-header {
  padding: 15px 0;
  width: 100%;
  background-color: #FFE0A8;
  position: relative; }

.site-header::before {
  content: "";
  width: 100%;
  background-color: #CE8704;
  height: 40px;
  display: block;
  margin-top: 43px;
  -webkit-transform: rotate(0.5deg);
          transform: rotate(0.5deg);
  position: absolute;
  z-index: -2;
  -webkit-transition: .7s all ease;
  transition: .7s all ease; }

.site-header::after {
  content: "";
  width: 100%;
  background-color: #FFCD71;
  height: 55px;
  display: block;
  margin-top: -31px;
  -webkit-transform: rotate(-0.7deg);
          transform: rotate(-0.7deg);
  position: absolute;
  z-index: -1;
  -webkit-transition: .7s all ease;
  transition: .7s all ease; }

.site-header:hover::after {
  height: 40px;
  -webkit-transform: rotate(-1.2deg);
          transform: rotate(-1.2deg); }

.site-header:hover::before {
  margin-top: 43px;
  -webkit-transform: rotate(1.2deg);
          transform: rotate(1.2deg); }

.logo,
.menu-container {
  float: left; }

.logo {
  width: 30%; }
  @media (max-width: 1100px) {
    .logo {
      width: 312px;
      margin: 0 auto;
      float: none; } }

.menu-container {
  width: 70%;
  margin: 17px 0; }
  @media (max-width: 1100px) {
    .menu-container {
      margin: 0; } }

.site-logo a,
.site-logo a .site-name,
.site-logo a .site-name * {
  -webkit-transition: ease-in-out .15s;
  transition: ease-in-out .15s; }

.site-logo a,
.site-logo a:hover {
  color: #e09306;
  -webkit-transition: none;
  transition: none; }

.site-logo .logo-heart-wrapper {
  width: 60px;
  height: 60px;
  float: left;
  background-size: 60px 60px;
  background-position: center center;
  position: relative; }
  .site-logo .logo-heart-wrapper .one,
  .site-logo .logo-heart-wrapper .two,
  .site-logo .logo-heart-wrapper .three {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 60px 60px;
    background-position: center center; }

@-webkit-keyframes fadeinandout {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; } }

@keyframes fadeinandout {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; } }
  .site-logo .logo-heart-wrapper .one {
    background-image: url("../images/logo-1.png");
    z-index: 1; }
  .site-logo .logo-heart-wrapper .two {
    background-image: url("../images/logo-2.png");
    -webkit-animation: 10s ease 0s normal forwards 1 fadeinandout;
            animation: 10s ease 0s normal forwards 1 fadeinandout;
    z-index: 2; }
  .site-logo .logo-heart-wrapper .three {
    -webkit-animation: 10s ease 0s normal forwards 1 fadein;
            animation: 10s ease 0s normal forwards 1 fadein;
    background-image: url("../images/logo-3.png");
    z-index: 3; }

.site-logo .site-name {
  padding: 8px 0;
  margin-left: 75px;
  color: #e09306; }
  .site-logo .site-name .site-title-line-1,
  .site-logo .site-name .site-title-line-2 {
    display: block; }
  .site-logo .site-name .site-title-line-1 {
    font-size: 31px;
    letter-spacing: 0;
    color: #770000;
    margin-bottom: 5px;
    letter-spacing: 0; }
  .site-logo .site-name .site-title-line-2 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1em;
    color: rgba(119, 0, 0, 0.5);
    font-weight: bold; }

/* Main Nav
   ========================================================================== */
@media (min-width: 767px) {
  .menu-primary li.menu-item-has-children > a span:after {
    content: "\f347";
    font-family: dashicons;
    font-size: 11px;
    color: rgba(224, 147, 6, 0.6);
    margin: 5px 0 0 5px;
    -webkit-transition: .3s color ease;
    transition: .3s color ease;
    top: 3px;
    display: inline;
    position: relative;
    width: 20px; }
  .menu-primary li.menu-item-has-children:hover > a span:after,
  .menu-primary li.menu-item-has-children.current-menu-ancestor > a span:after {
    color: rgba(255, 255, 255, 0.5); } }

.menu-primary {
  text-align: right;
  float: right;
  list-style: none;
  padding: 0;
  margin: 0; }
  .menu-primary > li:hover a,
  .menu-primary > li.current-menu-ancestor a,
  .menu-primary > li.current-menu-item a {
    color: white;
    background-color: #e09306; }
  .menu-primary > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative; }
    .menu-primary > li a {
      padding: 10px 15px 5px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      color: #e09306;
      -webkit-transition: .5s all ease;
      transition: .5s all ease;
      border-bottom: 5px solid transparent;
      border-radius: 3px; }
    .menu-primary > li:hover > .sub-menu {
      opacity: 1; }
    .menu-primary > li > .sub-menu::before {
      content: "";
      display: block;
      border: 10px solid white;
      border-color: #e09306 transparent transparent transparent;
      left: 50%;
      margin-left: -10px;
      position: absolute; }
    .menu-primary > li > .sub-menu {
      background-color: white;
      list-style: none;
      border-radius: 3px;
      opacity: 1;
      display: block;
      position: absolute;
      width: 310px;
      text-align: left;
      margin: 5px auto 0;
      padding: 0;
      opacity: 0;
      z-index: 9999;
      left: 50%;
      margin-left: -155px; }
      .menu-primary > li > .sub-menu li {
        padding: 0;
        margin: 0; }
      .menu-primary > li > .sub-menu a {
        width: 310px;
        color: #e09306;
        text-decoration: none;
        background-color: white;
        font-size: 13px;
        padding: 15px 15px;
        text-transform: none;
        display: block;
        line-height: 1.2em;
        letter-spacing: 0;
        font-weight: normal;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
        border: none;
        text-align: center;
        -webkit-transition: .3s background-color ease;
        transition: .3s background-color ease;
        border-radius: 0; }
      .menu-primary > li > .sub-menu li.current-page-item a,
      .menu-primary > li > .sub-menu a:hover {
        background-color: #fff2db; }
      .menu-primary > li > .sub-menu li:first-child a {
        padding-top: 20px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .menu-primary > li > .sub-menu li:last-child a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
  .menu-primary > li.menu-item-has-children:hover > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }

/* Blog
   ========================================================================== */
body.archive .content-sidebar-wrap .content,
body.blog .content-sidebar-wrap .content {
  max-width: 1024px;
  background-color: #f5f5f5; }

body.archive .content .post,
body.blog .content .post {
  position: relative;
  height: 300px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  border-radius: 3px;
  float: left;
  width: 100%; }
  body.archive .content .post .post-edit-link,
  body.blog .content .post .post-edit-link {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    padding: 0px 10px;
    border-top-left-radius: 3px;
    left: 0; }
    body.archive .content .post .post-edit-link:hover,
    body.blog .content .post .post-edit-link:hover {
      background-color: black; }

body.archive .content .post:nth-of-type(2),
body.blog .content .post:nth-of-type(2) {
  height: 400px; }

body.archive .content .post:nth-of-type(3), body.archive .content .post:nth-of-type(4n+3),
body.blog .content .post:nth-of-type(3),
body.blog .content .post:nth-of-type(4n+3) {
  float: left;
  width: 58%; }

body.archive .content .post:nth-of-type(4), body.archive .content .post:nth-of-type(4n+4),
body.blog .content .post:nth-of-type(4),
body.blog .content .post:nth-of-type(4n+4) {
  float: right;
  width: 40%; }

body.archive .content .post:nth-of-type(5), body.archive .content .post:nth-of-type(4n+5),
body.blog .content .post:nth-of-type(5),
body.blog .content .post:nth-of-type(4n+5) {
  float: left;
  width: 40%; }

body.archive .content .post:nth-of-type(6), body.archive .content .post:nth-of-type(4n+6),
body.blog .content .post:nth-of-type(6),
body.blog .content .post:nth-of-type(4n+6) {
  float: right;
  width: 58%; }

.blog-image {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #e7e7e7;
  border-radius: 3px; }

h2.entry-title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  border: none; }
  h2.entry-title a {
    color: #23272A; }
    h2.entry-title a:hover {
      color: #5B6113; }

.post-excerpt {
  padding: 15px 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .post-excerpt p.excerpt {
    margin: 0;
    color: rgba(35, 39, 42, 0.7);
    font-size: 12px;
    line-height: 1.3em; }

.clear {
  clear: both;
  width: 100%; }

.background-image-wrap::after {
  background-color: #5B6113;
  height: 30px;
  position: absolute;
  z-index: -2;
  width: 100%;
  content: "";
  bottom: -20px;
  -webkit-transform: rotate(-0.4deg);
          transform: rotate(-0.4deg);
  border-bottom: 10px solid #474c0f; }

.background-image-wrap:before,
.flex-content.background-image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3; }
  @media (max-width: 767px) {
    .background-image-wrap:before,
    .flex-content.background-image:before {
      z-index: 3; } }

.background-image-wrap {
  min-height: 40vh;
  height: 100px;
  position: relative; }
  @media (max-width: 1100px) {
    .background-image-wrap {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .background-image-wrap {
      padding-top: 40px;
      padding-bottom: 40px;
      min-height: 30vh; } }
  .background-image-wrap .wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    max-width: 600px;
    left: 50%;
    text-align: center;
    width: 100%;
    z-index: 10; }
  .background-image-wrap .page-title {
    color: white;
    text-align: center;
    text-transform: none;
    margin-bottom: 0;
    font-size: 30px; }
    @media (max-width: 767px) {
      .background-image-wrap .page-title {
        font-size: 22px; } }
  .background-image-wrap p.subtitle {
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 5px 0 20px;
    letter-spacing: 1px;
    font-size: 14px; }
  .background-image-wrap p {
    color: white; }

/* Flex sections
   ========================================================================== */
.home,
.page-template-page-flexible-content {
  background-image: none;
  background: transparent !important; }
  .home .site-inner,
  .page-template-page-flexible-content .site-inner {
    max-width: 100%;
    background-color: transparent;
    padding: 0; }

.flex-content {
  padding: 30px 20px;
  position: relative;
  background-color: white; }
  @media (max-width: 768px) {
    .flex-content {
      padding: 60px 20px; } }
  .flex-content:nth-of-type(even) {
    background-color: #5B6113;
    background-image: url("../images/bkg-green.png");
    background-position: center center;
    background-repeat: repeat;
    border-top: 10px solid #5B6113;
    border-bottom: 10px solid #5B6113; }
    .flex-content:nth-of-type(even) * {
      color: white; }
  .flex-content:nth-of-type(odd) h2.section-title::after {
    border-color: rgba(91, 97, 19, 0.1); }

.flex-content.background-image {
  background: transparent;
  height: 200px;
  min-height: 60vh; }
  .flex-content.background-image .wrap {
    z-index: 10; }
  .flex-content.background-image h2.section-title::after {
    border-color: rgba(255, 255, 255, 0.3); }
  .flex-content.background-image * {
    color: white; }
  .flex-content.background-image p:last-child {
    margin-bottom: 0; }
  @media (min-width: 767px) {
    .flex-content.background-image.align-left .flex-heading {
      text-align: left;
      max-width: 550px;
      margin: 0; }
      .flex-content.background-image.align-left .flex-heading h2.section-title:after {
        margin-left: 0; } }
  @media (min-width: 1100px) {
    .flex-content.background-image .wrap {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (max-width: 1100px) {
    .flex-content.background-image {
      padding-top: 70px;
      padding-bottom: 50px;
      min-height: auto;
      height: auto; }
      .flex-content.background-image .wrap {
        position: relative;
        top: auto;
        -webkit-transform: none;
                transform: none; } }
  @media (max-width: 768px) {
    .flex-content.background-image {
      padding-bottom: 30px;
      min-height: auto; } }

@media (min-width: 768px) {
  .flex-item a.buttononhover {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: 50%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0.001;
    background-color: #637029;
    padding: 6px 15px !important;
    letter-spacing: 1px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 60%; }
  .flex-item:hover a.buttononhover {
    opacity: 1;
    top: 70%; }
    .flex-item:hover a.buttononhover:hover {
      background-color: #637029; }
  .asset-cycle .flex-item:before {
    background-color: rgba(0, 0, 0, 1e-05);
    -webkit-transition: .3s background ease;
    transition: .3s background ease; }
  .asset-cycle .flex-item:hover:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; } }

.full-width-area p:last-child {
  margin-bottom: 0; }

.flex-content.featured-items .flex-heading p:last-child {
  margin-bottom: 30px; }

.flex-heading {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 25px; }
  .flex-heading img {
    max-width: 100%;
    height: auto !important; }
  .flex-heading .gform_wrapper .gform_description {
    text-align: center;
    display: block; }
  .flex-heading .gfield_label {
    display: none !important; }
  .flex-heading input[type="text"],
  .flex-heading input[type="tel"],
  .flex-heading input[type="email"] {
    border-radius: 3px;
    height: 40px; }
  .flex-heading h2.section-title {
    border: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-transform: none;
    font-family: 'Crimson Text';
    font-style: italic;
    font-size: 30px;
    line-height: 1.2em; }
    @media (max-width: 600px) {
      .flex-heading h2.section-title {
        font-size: 22px;
        line-height: 1em; } }
  .flex-heading h2.section-title:after {
    content: "";
    margin: 20px auto 25px;
    width: 100px;
    border: none;
    border-top: 3px solid rgba(255, 255, 255, 0.3);
    display: block; }
  .flex-heading h3,
  .flex-heading h4 {
    padding: 0;
    margin-bottom: 10px; }
  .flex-heading p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px; }

.allow-full-width .flex-heading {
  max-width: 100%; }

.two-column .content-wrapper {
  text-align: left;
  font-size: 14px;
  line-height: 1.4em; }
  @media (min-width: 768px) {
    .two-column .content-wrapper {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-rule-style: solid;
         -moz-column-rule-style: solid;
              column-rule-style: solid;
      -webkit-column-rule-width: 3px;
         -moz-column-rule-width: 3px;
              column-rule-width: 3px;
      -webkit-column-rule-color: rgba(91, 97, 19, 0.05);
         -moz-column-rule-color: rgba(91, 97, 19, 0.05);
              column-rule-color: rgba(91, 97, 19, 0.05);
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      text-align: justify; } }
  .two-column .content-wrapper p {
    margin: 0 0 10px;
    padding: 0; }

.half-wrap {
  padding: 20px 30px; }
  .half-wrap h1,
  .half-wrap h2 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin-top: 0; }
  .half-wrap h2 {
    font-size: 20px; }
  @media (max-width: 768px) {
    .half-wrap {
      padding: 0;
      margin-bottom: 40px; }
      .half-wrap h1,
      .half-wrap h2 {
        font-size: 20px; } }

@media (max-width: 768px) {
  .one-half:last-of-type .half-wrap {
    margin-bottom: 0; } }

.form-header .gform_wrapper .gform_description {
  text-align: center;
  display: block; }

.form-header .gfield_label {
  display: none !important; }

.form-header input[type="text"],
.form-header input[type="tel"],
.form-header input[type="email"] {
  border-radius: 3px;
  height: 40px; }

.form-header h2.section-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  padding-bottom: 0; }

.form-header p {
  margin-bottom: 35px; }

.form-header .one-half:nth-of-type(2) .half-wrap {
  background-color: #326C95;
  padding: 40px 25px;
  border-radius: 40px;
  box-shadow: 0 5px 0 0 #2C5F84, 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; }
  .form-header .one-half:nth-of-type(2) .half-wrap h1,
  .form-header .one-half:nth-of-type(2) .half-wrap h2,
  .form-header .one-half:nth-of-type(2) .half-wrap h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
    border: none; }
  .form-header .one-half:nth-of-type(2) .half-wrap form {
    padding-left: 15px; }
  @media (max-width: 768px) {
    .form-header .one-half:nth-of-type(2) .half-wrap {
      box-shadow: none;
      border-radius: 0;
      margin-left: -40px;
      margin-right: -40px; } }

.one-half {
  text-align: left; }

.allow-full-width .flex-heading {
  max-width: 960px; }

.allow-full-width img.margin-top {
  margin-top: -40px; }

.flex-item {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 1200px) {
    .flex-item {
      margin-bottom: 35px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .flex-item {
      padding-left: 0;
      padding-right: 0; } }
  .flex-item h3.item-title {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 0; }
  .flex-item img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto !important; }
  .flex-item p {
    font-size: 12px;
    line-height: 1.5em;
    color: rgba(35, 39, 42, 0.7); }
    .flex-item p:last-child {
      margin-bottom: 0; }

.slider-section.slider-full {
  margin-bottom: 0 !important;
  position: relative;
  background-size: cover;
  background-attachment: fixed; }
  .slider-section.slider-full .slick-slide {
    height: auto;
    padding: 80px 0;
    position: relative;
    background-size: cover; }
    @media (min-width: 768px) {
      .slider-section.slider-full .slick-slide {
        height: 100vh;
        background-attachment: fixed; }
        .slider-section.slider-full .slick-slide .wrap {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .slider-section.slider-full .slick-slide .wrap {
      max-width: 960px; }
    .slider-section.slider-full .slick-slide * {
      color: white; }
    .slider-section.slider-full .slick-slide .slider-content {
      max-width: 600px; }
      .slider-section.slider-full .slick-slide .slider-content h2 {
        border: none;
        text-transform: uppercase; }
      .slider-section.slider-full .slick-slide .slider-content p {
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
        display: block; }
        .slider-section.slider-full .slick-slide .slider-content p a.button {
          top: 10px;
          position: relative; }
      .slider-section.slider-full .slick-slide .slider-content p:last-child {
        margin-bottom: 0; }

.slick-slider .slick-dots {
  bottom: 50px; }
  @media (max-width: 768px) {
    .slick-slider .slick-dots {
      bottom: 0px; } }

.slick-slider .slick-dots li button:before {
  color: white;
  font-size: 20px;
  opacity: 0.5; }

.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: white; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 40px;
  height: 40px; }

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  font-size: 40px; }

.slick-slider .slick-prev {
  left: 25px;
  z-index: 99; }

.slick-slider .slick-next {
  right: 45px;
  z-index: 99; }

@media (max-width: 1031px) {
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    display: none; } }

/* Client goals archive
   ========================================================================== */
.services_archive {
  padding: 20px; }
  @media (max-width: 600px) {
    .services_archive .wrap {
      padding: 0; } }
  .services_archive .services_heading_top {
    text-align: left;
    margin-bottom: 50px; }
  .services_archive .services_heading_bottom {
    text-align: right;
    margin-bottom: 0;
    margin-top: 50px; }
  .services_archive .services_heading_top,
  .services_archive .services_heading_bottom {
    border: none;
    padding-bottom: 0;
    text-transform: none;
    font-family: 'Crimson Text';
    font-style: italic;
    font-size: 30px;
    line-height: 1em; }
    @media (max-width: 767px) {
      .services_archive .services_heading_top,
      .services_archive .services_heading_bottom {
        text-align: center;
        font-size: 22px; } }
  .services_archive .services-content {
    max-width: 600px;
    margin: 0 auto; }
  .services_archive .loop-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    line-height: 1em; }
  .services_archive .item {
    display: inline-block;
    margin: 0 3px 3px 0; }
    .services_archive .item h3 {
      text-transform: capitalize;
      padding: 0;
      font-weight: normal;
      letter-spacing: 0;
      display: inline-block;
      background: rgba(51, 54, 11, 0.2);
      border: 2px solid rgba(51, 54, 11, 0.1);
      padding: 3px 7px;
      margin: 0;
      border-radius: 3px;
      font-size: 15px;
      line-height: 1em;
      float: left; }
      @media (max-width: 600px) {
        .services_archive .item h3 {
          border: none;
          padding: 0;
          font-size: 13px;
          padding: 2px 2px;
          background-color: transparent; } }

.clientgoals_archive .loop-container .item {
  position: relative;
  padding: 0 8px;
  text-align: left;
  margin-bottom: 30px; }
  .clientgoals_archive .loop-container .item a {
    color: black; }
  .clientgoals_archive .loop-container .item img {
    max-width: 100%;
    height: auto !important;
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease;
    border-radius: 3px; }
    .clientgoals_archive .loop-container .item img:hover {
      opacity: 0.8; }
  .clientgoals_archive .loop-container .item h3.item-title {
    margin: 5px 0 0;
    letter-spacing: 0; }
  .clientgoals_archive .loop-container .item p {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.3em;
    margin: 5px 0 0; }

/* Quetsions
   ========================================================================== */
.entry-content blockquote.question {
  margin: 0 0 15px -20px;
  padding: 0;
  font-size: inherit; }
  @media (max-width: 768px) {
    .entry-content blockquote.question {
      margin-left: 0; } }
  .entry-content blockquote.question p {
    display: block;
    margin-bottom: 0;
    margin-left: 55px;
    font-family: 'Crimson Text';
    font-size: 24px;
    padding: 5px 35px;
    background-color: rgba(102, 107, 38, 0.18);
    color: #676c26; }
    @media (max-width: 600px) {
      .entry-content blockquote.question p {
        margin-left: 0;
        font-size: 18px;
        line-height: 1.2em;
        padding: 10px 15px; } }

/* Quotes
   ========================================================================== */
.quote {
  float: left;
  width: 300px;
  margin: 5px 15px 10px -35px;
  background-color: #5B6113;
  color: white;
  padding: 15px 25px 15px 40px;
  font-family: 'Lato';
  border-left: 5px solid #33360b; }
  @media (max-width: 1000px) {
    .quote {
      margin-left: 0; } }
  @media (max-width: 600px) {
    .quote {
      float: none;
      width: 100%;
      margin: 0 0 15px 0; } }
  .quote p {
    margin-bottom: 5px; }
  .quote .the-quote p {
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 10; }
  .quote .the-quote p:first-child::before {
    content: '"';
    font-size: 115px;
    position: absolute;
    color: #6f7617;
    font-family: 'Lato';
    font-style: italic;
    margin-top: 20px;
    margin-left: -50px;
    z-index: -1; }
  .quote .the-quote p:last-child::after {
    content: '"';
    font-size: 115px;
    position: absolute;
    color: #6f7617;
    font-family: 'Lato';
    font-style: italic;
    z-index: -1;
    margin-top: 40px;
    right: 0; }
  .quote .author {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400; }

/* Partners
   ========================================================================== */
p.partner-name {
  margin: 0; }

.partner-image {
  border: 1px solid #e7e7e7;
  box-shadow: 0 5px 8px -4px rgba(0, 0, 0, 0.15); }

.partner-container {
  text-align: center; }

.single-partners .partner-image {
  margin: 0 auto 15px;
  max-width: 100%;
  height: auto !important; }

.single-partners .entry-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }

.single-partners .content {
  background-color: #e7e7e7; }

.single-partners .entry-header {
  display: none; }

/* Packages
   ========================================================================== */
.page-id-148 .content-sidebar-wrap .content {
  text-align: center; }

.package {
  border-top: 5px solid #abb624;
  background-color: white;
  text-align: left;
  min-height: 400px;
  box-shadow: 3px 3px 0 0 rgba(91, 97, 19, 0.1);
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
  margin: 0 0.5% 25px;
  padding: 15px;
  width: 18.5%;
  display: inline-block;
  vertical-align: top; }
  .package .package-name {
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold; }
  .package:hover {
    box-shadow: 3px 3px 0 0 rgba(91, 97, 19, 0.2);
    border-color: #5B6113; }
  .package .fine-print {
    font-family: 'Crimson';
    font-size: 12px;
    font-style: italic;
    color: #555;
    display: block;
    line-height: 1.2em; }
  .package .package-content {
    margin-top: 15px;
    border-top: 1px dashed #d6d6d6;
    border-bottom: 1px dashed #d6d6d6;
    margin-bottom: 10px;
    padding-top: 15px; }
  .package .package-content p {
    padding: 0;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.3em; }
  .package .button-package {
    margin-bottom: 15px;
    display: block;
    text-align: center; }
  @media (max-width: 1200px) {
    .package {
      width: 32%;
      min-height: 350px; }
      .package .button-package {
        font-size: 13px !important;
        letter-spacing: 0 !important; } }
  @media (max-width: 960px) {
    .package {
      width: 48%;
      min-height: 300px; } }
  @media (max-width: 767px) {
    .package {
      width: 100%;
      min-height: auto; } }

/* Gravity forms
   ========================================================================== */
body .gform_wrapper .top_label .gfield_label {
  margin-bottom: 0; }

body .gform_wrapper {
  margin: 0;
  max-width: 100%; }
  @media (min-width: 768px) {
    body .gform_wrapper {
      margin-top: -100px;
      box-shadow: 2px 2px 0 0 rgba(91, 97, 19, 0.1); } }

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important; }

body .gform_wrapper ul li.gfield,
body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
  margin-bottom: 15px; }

body .gform_wrapper ul li.gfield:last-child {
  margin-bottom: 0; }

.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
  margin-bottom: 0 !important; }

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="email"],
body .gform_wrapper textarea {
  border: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
  color: black !important; }

body .gform_wrapper textarea {
  padding-top: 5px;
  margin-top: 5px; }

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus {
  outline: none;
  border: 1px solid rgba(91, 97, 19, 0.5); }

body .gform_wrapper .validation_error {
  display: none; }

body .gform_wrapper li.gfield.gfield_error {
  border: none;
  background-color: transparent;
  padding: inherit;
  margin: inherit; }
  body .gform_wrapper li.gfield.gfield_error input[type="text"],
  body .gform_wrapper li.gfield.gfield_error input[type="email"],
  body .gform_wrapper li.gfield.gfield_error input[type="tel"],
  body .gform_wrapper li.gfield.gfield_error textarea {
    border-color: red; }
  body .gform_wrapper li.gfield.gfield_error label {
    color: white; }
  body .gform_wrapper li.gfield.gfield_error .validation_message {
    display: none; }

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 4px !important; }

body .gform_wrapper {
  background-color: #C9CCB1;
  padding: 20px 15px 30px 30px;
  border-radius: 3px; }

/* Prefooter
   ========================================================================== */
.prefooter {
  background-color: #33360b;
  text-align: center;
  color: white;
  padding: 30px 0; }
  .prefooter .widget-prefooter {
    text-align: left;
    vertical-align: top;
    padding: 0 20px; }
    @media (min-width: 767px) {
      .prefooter .widget-prefooter {
        width: 30%;
        display: inline-block; } }
  .prefooter .widget-title {
    margin-bottom: 10px; }
  .prefooter p {
    font-size: 13px;
    line-height: 1.4em; }
  .prefooter p:last-child {
    margin-bottom: 0; }

/* Footer widgets
   ========================================================================== */
.footer-widgets {
  padding: 50px 0;
  vertical-align: top;
  background-color: rgba(91, 97, 19, 0.2);
  border-top: 10px solid rgba(91, 97, 19, 0.1);
  background-image: url("../images/bkg-light.png");
  background-position: center center;
  background-repeat: repeat;
  text-align: center; }
  .footer-widgets .widget-title {
    color: #5B6113;
    margin-bottom: 10px; }
  .footer-widgets p {
    padding: 0;
    margin: 0 0 10px; }
  .footer-widgets .wrap {
    max-width: 620px; }
  .footer-widgets .widget {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: center;
    padding: 0 10px; }
    .footer-widgets .widget p:last-child {
      margin-bottom: 0; }
    @media (max-width: 600px) {
      .footer-widgets .widget {
        float: none;
        width: 100%;
        margin-bottom: 10px; } }
  .footer-widgets .widget:first-of-type {
    float: none;
    clear: both;
    max-width: 600px;
    margin: 0 auto 45px;
    width: 100%; }
  .footer-widgets img {
    max-width: 100%;
    height: auto !important; }
  .footer-widgets a img {
    box-shadow: 0 0 0 5px rgba(91, 97, 19, 0.1);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 3px; }
    .footer-widgets a img:hover {
      box-shadow: 0 0 0 8px rgba(91, 97, 19, 0.3); }

/* Footer menu
   ========================================================================== */
.nav-secondary {
  background-color: #4f5410;
  padding: 0; }

.nav-secondary .genesis-nav-menu {
  padding: 0;
  margin: 0;
  float: none;
  text-align: center; }
  .nav-secondary .genesis-nav-menu > li {
    display: inline-block; }
    .nav-secondary .genesis-nav-menu > li > a {
      color: white;
      text-transform: none;
      padding: 5px;
      font-size: 13px; }
      .nav-secondary .genesis-nav-menu > li > a:hover {
        background-color: transparent; }

/* Falling text
   ========================================================================== */
.fontFlake {
  position: absolute;
  left: 0px;
  top: -50px;
  z-index: 10;
  position: block; }

.falling-text-area {
  position: relative;
  padding: 150px 0 150px;
  width: 100%;
  overflow: hidden; }
  .falling-text-area p {
    font-size: 25px;
    margin-bottom: 25px; }

#fallingtext {
  position: absolute;
  left: 0;
  height: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3; }

.wrap {
  z-index: 3;
  position: relative; }

/* Site Footer
   ========================================================================== */
.site-footer {
  text-align: center;
  line-height: 1.4em;
  font-size: 12px;
  background-color: #5B6113;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  padding: 5px 20px; }
  .site-footer a {
    color: white; }

/*
   Additions to section 1
   ========================================================================== */
#section-1 p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

#section-1 h1 {
  text-transform: none;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 30px; }
  @media (max-width: 600px) {
    #section-1 h1 {
      font-size: 24px; } }
/*# sourceMappingURL=familyresults.css.map */