/*
Theme Name: synergea
Theme URI: http://underscores.me/
Author: Brightside Studios
Author URI: http://brightsidestudios.ca
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: synergea
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

synergea is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*1280px; */
html {
  -webkit-font-smoothing: antialiased; }

body {
  font: 600 1.4rem/1.4em "Avenir LT Std", "Open Sans", Arial, Sans-serif;
  color: #281205; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

h3 {
  font-weight: bold;
  margin-top: 4rem;
  margin-bottom: 0rem; }

h4 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 2rem; }

a {
  color: #6a9c54; }
  a:link, a:active, a:visited {
    color: #6a9c54; }
  a:hover {
    text-decoration: none;
    color: #518739; }

strong {
  font-weight: 900; }

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

.nopadding {
  padding-left: 0;
  padding-right: 0; }

.lead {
  font-family: 400;
  font-size: 3rem;
  text-align: center;
  width: 90%;
  margin: 7rem auto 6rem;
  text-shadow: 1px 1px #444;
  line-height: 1.2em; }
  @media (max-width: 568px) {
    .lead {
      font-size: 2rem;
      margin: 4rem auto 3rem; } }

.h2--lined {
  font-size: 2.4rem;
  position: relative;
  z-index: 0; }
  .h2--lined:after {
    content: '';
    display: block;
    width: 100%;
    float: right;
    height: 1px;
    background: #50311d;
    position: relative;
    top: -14px;
    z-index: -1;
    cloear: both; }
  .h2--lined span {
    float: left;
    padding-right: 1rem;
    background: #fff; }
  .h2--lined span:last-child {
    font-weight: 900; }

.site__page {
  margin: 4rem auto !important; }
  .site__page:after {
    content: ' ';
    display: table;
    clear: both; }

.content__about {
  font-size: 1.8rem;
  line-height: 1.4em; }
  .content__about h2 {
    font-size: 2.4rem;
    line-height: 1.8em;
    overflow: hidden; }
    .content__about h2:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      float: right;
      position: relative;
      left: 240px;
      top: -24px; }
    .content__about h2 span:last-child {
      font-weight: 900 !important; }

.content__buttons {
  text-align: center;
  margin: 6rem 0 8rem; }
  @media (max-width: 502px) {
    .content__buttons a {
      display: block;
      margin: 0 0 2.1rem 0; } }

.btn {
  width: 100%;
  display: inline;
  padding: 1.5rem 2.5rem 1.2rem;
  text-align: center;
  margin: 0 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn:link, .btn:visited {
    color: #fff; }
  .btn.green {
    background: #6a9c54; }
    .btn.green:hover {
      background: #7bb462; }
  .btn.brown {
    background: #50311d; }
    .btn.brown:hover {
      background: #3b2516; }

.home__blog {
  padding: 4rem 0 6rem; }
  .home__blog--title h2 {
    font-size: 2.4rem;
    position: relative;
    z-index: 0; }
    .home__blog--title h2:after {
      content: '';
      display: block;
      width: 100%;
      float: right;
      height: 1px;
      background: #50311d;
      position: relative;
      top: -14px;
      z-index: -1; }
    .home__blog--title h2 span {
      float: left;
      padding-right: 1rem;
      background: #fff; }
    .home__blog--title h2 span:last-child {
      font-weight: 900; }
  .home__blog--article a:hover {
    text-decoration: none; }
  .home__blog--article h3 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #6a9c54;
    text-transform: capitalize;
    margi-bottom: 1rem; }
  .home__blog--article h5 {
    font-size: 1.4rem;
    text-transform: capitalize;
    margin: 0.4rem 0rem 2rem; }
  .home__blog--article .readmore {
    font-weight: 900; }
  .home__blog--article:first-child {
    font-size: 1.6rem;
    line-height: 1.6em;
    margin: 4rem 0; }
    .home__blog--article:first-child h3 {
      font-size: 2.4rem; }
    .home__blog--article:first-child h5 {
      font-size: 1.4rem; }

.home__contact {
  background: url("img/contact-map.jpg");
  background-size: cover;
  padding: 8rem 0; }
  .home__contact .contact__location,
  .home__contact .contact__form {
    background: #fff;
    padding: 4rem;
    margin-bottom: 4rem;
    min-height: 400px; }
  .home__contact h2 {
    color: #518739;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1.5rem; }
    .home__contact h2 span:last-child {
      font-weight: 900; }

.contact__theform div {
  float: left; }
.contact__theform div:first-child {
  margin-right: 5%; }
.contact__theform div:first-child,
.contact__theform div:nth-child(2) {
  width: 46%; }
.contact__theform .textarea__message {
  width: 100%;
  clear: both; }
.contact__theform label {
  text-transform: uppercase;
  margin-bottom: 0; }
  .contact__theform label span:last-child {
    font-weight: 900; }
.contact__theform button {
  float: right; }

.entry-content {
  padding: 1rem 0;
  margin: 0; }
  .entry-content .row {
    margin-top: 0;
    margin-bottom: 4rem; }
  .entry-content h2 {
    font-size: 2.4rem;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 2rem; }
    .entry-content h2:after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      float: left;
      background: #000;
      position: relative;
      top: -14px;
      z-index: -1; }
    .entry-content h2 span {
      background: #fff;
      float: left;
      padding-right: 1rem; }
    .entry-content h2 span:last-child {
      font-weight: 900; }
  .entry-content ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 2.1rem 0; }
    .entry-content ul li {
      margin-bottom: 0.5rem;
      padding-left: 2rem;
      position: relative; }
      .entry-content ul li:before {
        content: '.';
        color: #92c17d;
        font-size: 5rem;
        position: absolute;
        left: 0;
        top: -11px; }

.entry-header {
  padding: 4rem 0;
  min-height: 150px;
  background-size: cover;
  background-color: #ccc; }
  .entry-header .entry-title {
    color: #ffffff;
    font-size: 3.6rem;
    text-shadow: 1px 1px 8px #444;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1em; }
    .entry-header .entry-title span:last-child {
      font-weight: 900; }
  .entry-header .lead {
    color: #ffffff;
    font-size: 1.8rem;
    margin: 0;
    text-shadow: 1px 1px 8px #444; }

.banner {
  width: 100%;
  background: pink;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 0.02em;
  margin-bottom: 4rem; }
  .banner:before {
    content: "\f05a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 2rem;
    font-size: 1.8rem; }

.secondary {
  font-size: 12px; }

.navbar-brand {
  margin: 1.5rem 0;
  display: inline-block;
  float: left;
  padding: 0;
  width: 140px;
  height: 48px; }

.boxed {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem; }
  .boxed:after {
    content: '';
    display: table;
    clear: both; }

.mini-head {
  background: #281205;
  color: #ffffff;
  font: 600 1.2rem/1.4em "Avenir LT Std", "Open Sans", Arial, Sans-serif;
  padding: 1rem 1.5rem;
  text-align: right;
  height: 30px; }
  .mini-head strong {
    font-weight: 900; }
  .mini-head ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mini-head li {
    display: inline-block;
    margin-left: 1.5rem; }

.site-header {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 10px #444;
  -ms-box-shadow: 1px 1px 10px #444;
  -moz-box-shadow: 1px 1px 10px #444;
  -o-box-shadow: 1px 1px 10px #444;
  box-shadow: 1px 1px 10px #444; }

.page-content {
  padding: 4rem 0 8rem; }
  @media (max-width: 767px) {
    .page-content {
      padding: 1rem 0 2rem; } }

.main-head {
  background: #50311d;
  height: 80px;
  padding: 0; }

.site-footer {
  background: #281205;
  border-top: 10px solid #50311d;
  color: #ffffff;
  padding-top: 60px; }

.site-main {
  min-height: 400px; }

.home__showcase {
  background: url("img/home-bg.jpg");
  background-size: cover;
  color: #ffffff; }

@media (max-width: 767px) {
  .mini-head {
    font-size: 1rem; } }
.site-footer {
  padding-bottom: 10rem; }
  .site-footer h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600; }
    .site-footer h2 span:last-child {
      font-weight: 900; }
  @media (max-width: 767px) {
    .site-footer aside {
      margin-bottom: 8rem; } }

#menu-services {
  padding: 0;
  margin: 0;
  list-style: none; }
  #menu-services li {
    margin-bottom: 0.5rem; }

.section__services:after {
  content: ' ';
  display: table;
  clear: both; }
.section__services .h2--lined {
  clear: both; }
.section__services h5 {
  font-weight: 900; }
.section__services article {
  margin-bottom: 6rem; }
.section__services article .entry-content {
  clear: both;
  height: 100px;
  padding-bottom: 0; }
  .section__services article .entry-content p {
    margin-bottom: 0; }
  .section__services article .entry-content:after {
    content: ' ';
    display: table;
    clear: both; }
.section__services .primary .entry-content {
  height: auto; }
.section__services .read-more {
  display: block;
  clear: both;
  margin-top: 1rem;
  text-align: right;
  font-weight: 800; }
.section__services .secondary ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.section__services .secondary li {
  margin-bottom: 4rem; }
.section__services .secondary img {
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }
.section__services .secondary .read-more {
  text-align: left; }
.section__services .read-more {
  text-align: right; }

.section__family > div {
  min-height: 240px; }
.section__family:after {
  content: ' ';
  display: table;
  clear: both; }
.section__family .h2--lined {
  clear: both;
  display: block;
  margin-bottom: 4rem; }
  .section__family .h2--lined:before {
    content: ' ';
    display: table;
    clear: both; }
.section__family ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .section__family ul:before {
    content: ' ';
    display: table;
    clear: both; }
.section__family li {
  display: block;
  margin: 1rem 0 2rem; }
  .section__family li:after {
    content: ' ';
    display: block;
    clear: both; }
.section__family .profile-img {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 1rem;
  background: #92c17d;
  border-radius: 100%;
  overflow: hidden;
  top: -0.5rem;
  position: relative; }
.section__family .secondary img {
  width: 100%;
  height: auto;
  border-radius: 100%; }

.section__blog:after {
  content: ' ';
  display: table;
  clear: both; }
.section__blog .side ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.section__blog #secondary {
  width: 100%; }
.section__blog .widget-title {
  font-size: 1.4rem;
  font-weight: 900; }
.section__blog .widget {
  width: 100%; }

.home__blog--featured-img .wp-post-image {
  -webkit-border-radius: 100%; }

.navbar-toggle {
  margin-top: 2rem;
  border-radius: 0;
  background: #50311d;
  border: 0; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
  border: 0; }

.navbar-default .navbar-toggle .icon-bar {
  background: #fff; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: 0; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #7bb462; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: none;
  color: #7bb462; }

.navbar {
  border: 0;
  border-radius: 0;
  background: #50311d;
  box-shadow: none;
  padding: 0 3rem; }

.navbar-collapse {
  padding: 0; }

.navbar-default .navbar-nav > li > a {
  background: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff; }

.navbar-default .navbar-nav > li > a:hover {
  color: #7bb462; }

.home .navbar-default .navbar-nav > li#menu-item-1800 > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .current-menu-parent > a,
.category .navbar-default .navbar-nav > #menu-item-2625 > a,
.single-post .navbar-default .navbar-nav > #menu-item-2625 > a,
.single-post #menu-item-18 a,
.category #menu-item-18 a,
.single-member #menu-item-67 a {
  color: #7bb462; }

.navbar-default .navbar-nav > li > a {
  padding: 3rem 1.5rem; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 1.4rem;
  text-transform: uppercase; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: none;
  box-shadow: none;
  text-shadow: none; }

.navbar-default .navbar-nav > li > a span {
  display: none; }

.dropdown-menu {
  border: 0;
  background: #50311d; }
  .dropdown-menu li a {
    color: #ffffff; }
  .dropdown-menu li a:hover {
    color: #7bb462;
    background: #50311d; }

@media (max-width: 767px) {
  .main-head .row {
    padding: 0; }

  .navbar-default .navbar-nav > li > a {
    padding: 1rem 2rem; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #7bb462; } }
@media (min-width: 961px) {
  .navbar {
    padding: 0 1.5rem; } }
.socialmedia {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #50311d; }
  .socialmedia li {
    margin: 0 1rem 0 0;
    display: inline-block; }
  .socialmedia a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ffffff;
    color: #50311d;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
  .socialmedia .fa-facebook {
    position: relative;
    left: -2px;
    top: 2px; }

.site-footer .socialmedia {
  margin-top: 2rem; }
  .site-footer .socialmedia a {
    width: 30px;
    height: 30px;
    color: #281205; }
  .site-footer .socialmedia i {
    font-size: 2.6rem;
    position: relative;
    top: 4px;
    left: 4px; }
  .site-footer .socialmedia .fa-facebook {
    left: 8px;
    top: 6px; }

.fetched_tweets {
  font: 600 1.4rem/1.4em "Avenir LT Std", "Open Sans", Arial, Sans-serif; }
  .fetched_tweets .tweets_avatar {
    padding: 0 !important;
    background: none !important;
    margin-bottom: 2.5rem;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .fetched_tweets .tweets_avatar:after {
      content: '';
      display: table;
      clear: both; }
  .fetched_tweets .tweet_data {
    font: 600 1.4rem/1.4em "Avenir LT Std", "Open Sans", Arial, Sans-serif;
    color: #fff !important;
    width: 70%;
    float: right; }
    .fetched_tweets .tweet_data a,
    .fetched_tweets .tweet_data a:link,
    .fetched_tweets .tweet_data a:visited {
      color: #6a9c54; }
  .fetched_tweets .times {
    width: 70%;
    float: right; }
  .fetched_tweets .times em {
    font-style: normal;
    color: #fff !important;
    font-size: 1.4rem;
    font-family: "Avenir LT Std", "Open Sans", Arial, Sans-serif;
    font-weight: 900; }
  .fetched_tweets .clear {
    display: none !important; }

.tweets_avatar img {
  -webkit-border-radius: 0 !important;
  border-radius: 0;
  width: 60px;
  height: 60px; }

div.wdtf-user-card {
  width: auto !important; }

.info-panel {
  background: #518739;
  color: #ffffff;
  border-top: 10px solid #50311d;
  padding: 10%;
  min-height: 280px;
  position: relative;
  margin-bottom: 8rem; }
  .info-panel a,
  .info-panel a:link,
  .info-panel a:visited {
    color: #fff; }
    .info-panel a:hover,
    .info-panel a:link:hover,
    .info-panel a:visited:hover {
      color: #6a9c54; }
  @media (max-width: 850px) {
    .info-panel {
      min-height: 320px; } }
  @media (max-width: 767px) {
    .info-panel {
      padding: 3rem 2rem 2rem;
      min-height: auto;
      margin: 0 0 4rem 0; } }
  .info-panel h2 {
    font-size: 1.8rem;
    margin-top: 0; }
    .info-panel h2 span:last-child {
      font-weight: 900; }
  .info-panel .btn {
    width: 80%;
    display: block;
    padding: 1rem 1rem 0.8rem;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 900;
    background: #92c17d;
    color: #fff;
    position: absolute;
    bottom: 10%; }
    .info-panel .btn:hover {
      background: #7bb462;
      color: #fff !important; }
    @media (max-width: 767px) {
      .info-panel .btn {
        width: 200px;
        position: relative; } }
    @media (max-width: 479px) {
      .info-panel .btn {
        width: 100%; } }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select,
textarea {
  border: 1px solid #50311d;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 1.4rem;
  padding: 0.8rem 1rem;
  margin-bottom: 2rem; }

.wpcf7 p {
  margin: 0; }

input[type="submit"],
button {
  display: inline;
  padding: 1.5rem 5rem 1.4rem;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 900;
  border: 0;
  background: #6a9c54;
  color: #ffffff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none; }
  input[type="submit"] .green,
  button .green {
    background: #6a9c54; }
  input[type="submit"]:hover,
  button:hover {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: #518739; }

.contact__form {
  padding-bottom: 2rem !important; }
  .contact__form form {
    margin-top: 2rem; }
  .contact__form input[type="text"],
  .contact__form input[type="email"] {
    width: 100%; }
  .contact__form label {
    text-transform: uppercase; }
  .contact__form .input__name,
  .contact__form .input__email {
    width: 48%;
    float: left; }
    @media (max-width: 479px) {
      .contact__form .input__name,
      .contact__form .input__email {
        width: 100%; } }
  .contact__form .input__email {
    float: right; }
  .contact__form .wpcf7-textarea {
    height: 120px; }
  .contact__form button {
    padding: 0;
    margin: 0;
    background: none; }
    .contact__form button img {
      float: left; }

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