/*
Author: JAZ Creative
Description:  CSS file for AAAC(WA) website.
Version: 1.0.0

*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.alignleft, img.alignleft {
  margin-right: 2em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 2em;
  display: inline;
  float: right; }

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding: 5px 0;
  background: #F2F2F2;
  max-width: 100%; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 12px;
  margin: 5px 10px; }

html {
  position: relative;
  min-height: 100%; }

body {
  /*background: url(images/page_onion_internal.png) 50% top no-repeat;*/
  margin-bottom: 155px;
  /* Margin bottom by footer height */ }

/*html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    font-size: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-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,
optgroup,
textarea {
  color: #444141;
  font-family: "Open Sans", san-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff; }

hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

h1, h2, h3, h4, h5, h6 {
  /*clear: both;*/
  font-family: "Montserrat", san-serif;
  font-weight: 500;
  color: #009e00;
  margin-bottom: 0.9rem;
  margin-top: 0.9rem;}

h1 {
  font-size: 23px;
  font-size: 1.4375rem;
  text-transform: uppercase; }

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase; }

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: inherit; }

p + h2 {
  margin-top: 2rem; }

.media-box-text {
	display: none;
}

.media-box-container {
	height: 275px;
	background-color: #f5f5f5;
}
.filters-container {
	visibility: hidden;
}

tr.eventplus--calendar-legend {
	display: none;
}

.bann3r {
	display: none;
}

.media-box-more a, .media-box-view-image a, .media-box-date {
	color: #009e00
}
/*h1 {
    @include font-size(3);
    line-height:1.2;

    @include large-desktop {
        @include font-size(2.2);
        line-height:1.15;
    }
    @include small-desktop {
        @include font-size(2);
        line-height:1.1;
    }
}
h2 {
    @include font-size(2.5);
    line-height:1;

    @include medium-desktop {
        @include font-size(1.8);
    }
}
h3 {
    @include font-size(2);
    line-height:1;

}
h4 {
    @include font-size(1.8);
    line-height:0.9;
}
h5 {
    @include font-size(1.6);
    line-height:0.7;
}
h6 {
    @include font-size(1.2);
    line-height:0.5;
}*/
/*@import "copy";
@import "fonthelper";*/
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #1e5d95;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  a:visited {
    /*color: $color__link-visited;*/
    text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #0f8f47;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:active {
    outline: 0; }

.btn {
  background-color: #009e00;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .btn:hover {
    background-color: #3a454f;
    color: #fff; }

.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
  padding: .5rem 1rem; }

@media only screen and (min-width: 64.063em) { 
	.btn-lg {
	  font-size: 17px;
	  font-size: 1.0625rem;
	  padding: .5rem 1.8rem }

}

.btn-sm {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: .6rem 1.35rem; }

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
/*.inline-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.inline-list li {
    display: inline-block;
    vertical-align: top;
}*/
.social-list .menu-item {
  margin: 0;
  display: inline-block; }

.social-list .menu-item + .menu-item {
  margin-left: 10px; }

.social-list .menu-item::before {
  display: none; }

.social-list .menu-item > a {
  display: block;
  text-decoration: none;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1rem; }
  .social-list .menu-item > a:hover {
    color: #15191d; }

.social-list .menu-item > a:hover {
  text-decoration: none; }

.social-list .menu-item > a:focus {
  outline: none; }

.social-list .menu-item > a[href*="facebook.com"]::before {
  content: '\f09a'; }

.social-list .menu-item > a[href*="plus.google.com"]::before {
  content: '\f0d5'; }

.social-list .menu-item > a[href*="instagram.com"]::before {
  content: '\f16d'; }

.social-list .menu-item > a[href*="linkedin.com"]::before {
  content: '\f0e1'; }

.social-list .menu-item > a[href*="pinterest.com"]::before {
  content: '\f0d2'; }

.social-list .menu-item > a[href*="twitter.com"]::before {
  content: '\f099'; }

.social-list .menu-item > a[href*="vimeo.com"]::before {
  content: '\f27d'; }

.social-list .menu-item > a[href*="youtube.com"]::before {
  content: '\f167'; }

.social-list .menu-item > a::before {
  font-family: Font Awesome\ 5 Brands;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.social-list.social-list--footer .menu-item > a {
  color: #3A454F; }
  .social-list.social-list--footer .menu-item > a:hover {
    color: #0f8f47; }

.social-list--text .social-list .menu-item > a::before {
  display: none; }

.social-list--text .menu-item > a::before {
  display: none; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  /*position:relative;*/
  background-color: #f2f2f2;
        /*ul {
            list-style-type: none;
            padding:0;
            margin:0;

            li {
                display: inline-block;

                a {
                    display:block;
                    color:#fff;
                    padding:6px;
                    font-weight:700;
                    font-family:$font__heading;
                    @include font-size(0.9);

                    &:hover, &:focus {
                        color:$primary__color;
                    }

                    i.fa-phone {
                        margin-right:10px;
                    }
                }
            }
        }
    }
    #main-header {

        .logo {
            max-width:120px;
            padding:12px 0 10px 0;
            @include small-desktop {
                display:none;
            }
        }
        .header-login {
            padding-top:16px;
            @include small-desktop {
                display:none;
            }
            li {
                display:inline-block;

                a {
                    display:block;
                    background-color:$primary__color;
                    padding:6px 16px;
                    color:#fff;
                    border-radius:4px;
                    @include font-size(0.85);
                    text-transform:uppercase;

                    &:hover, &:focus {
                        background-color:$secondary__color;
                    }
                }
            }
        }
    }

    #main-menu {
        background-color:transparent;
        ul {

            @include small-desktop {
                display:none;
            }
            li {
                a {

                }
            }
        }
        .mobile-logo {
            display:none;

            @include small-desktop{
                display:block;
            }
        }

    }

    .logo {
        text-align:center;

        a {
            display:block;

            img {
                max-width:320px;

                @include large-desktop{
                    max-width:280px;
                }
                @include tablet {
                    max-width:240px;
                    padding-top:20px;
                }
            }
        }
    }
    #header-contact {
        text-align:right;

        ul {
            li {
                a {
                    span {
                        @include small-desktop {
                            display:none;
                        }
                    }

                    @include small-desktop{
                        width:16px;
                        height:29px;
                        background:url('../img/mobile-icon.png');
                        background-repeat:no-repeat;
                        background-size:auto;
                        background-position:left top;
                    }

                }
            }
        }

    }

*/ }
  header #top-header {
    background-color: #3a454f;
    background-color: rgba(58, 69, 79, 0.85);
    /*opacity: 0.5;*/
    font-size: 18.4px;
    font-size: 1.15rem; }
    header #top-header a {
      font-weight: 400;
      color: #fff; }
    header #top-header .fa-phone {
      transform: rotateY(180deg);
      font-size: 12.2px;
      font-size: 1.2rem; }

.navbar-light .navbar-nav {
  margin-right: -1.9rem; }
  .navbar-light .navbar-nav .nav-item {
    padding-left: 1.4rem;
    padding-right: 1.4rem; }
    .navbar-light .navbar-nav .nav-item .nav-link {
      color: #231F20;
      font-size: 15px;
      font-size: 0.9375rem; }

/* Sidebar Navigation */
.snav ul {
  padding-left: 0;
  margin-top: .5rem;
  margin-right: 1em;
  text-transform: uppercase; }
  .snav ul li {
    display: none; }
    .snav ul li a {
      color: #231f20;
      display: block;
      padding: 1.1rem 2rem;
      position: relative; }
      .snav ul li a:hover {
        text-decoration: none;
        cursor: pointer; }
    .snav ul li.current_page_ancestor {
      display: block; }
      .snav ul li.current_page_ancestor a {
        display: none; }
      .snav ul li.current_page_ancestor li {
        display: block;
        border-bottom: 1px solid #b6b8ba; }
        .snav ul li.current_page_ancestor li a {
          display: block; }
        .snav ul li.current_page_ancestor li li {
          display: none; }
        .snav ul li.current_page_ancestor li.current_page_ancestor li {
          display: block; }
  .snav ul .current_page_item a {
    font-weight: 600;
    color: #009e00; }
    .snav ul .current_page_item a:before {
      content: "\f054";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      position: absolute;
      left: 0;
      font-size: 24px;
      font-size: 1.5rem; }

/*.snav ul li, .snav>ul>li.current_page_ancestor li li {
	display: none;
}

.snav>ul>li.current_page_ancestor, .snav>ul>li.current_page_ancestor li, .snav>ul>li.current_page_ancestor li.current_page_ancestor li {
	display:block;
}

.snav>ul>li.current_page_ancestor>a {
	
	display: none;
}
to here
.snav ul li.current_page_item>a {

	font-weight: 600;

}

.snav ul li.current_page_item>a:before, .snav ul li a:hover:before {

	background-color: #DBBC33;

}

.snav ul ul {
	padding-left: 0;
}

.snav>ul>li.current_page_ancestor li.current-menu-ancestor li {
	display: block;
}*/
/*.navbar {
    padding-right:0;
    padding-top:8px;

    .custom-toggler {
        border:0;
        border-radius:4px;
        background-color:$primary__color;

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

    }

    .navbar-brand {
        display:none;
        img {
            max-width:100px;
        }
        @include small-desktop {
            display:block;

        }
    }
    #farm-main-menu {

        ul {

            li {
                @include small-desktop {
                    text-align:left;
                }
                a {
                    display:block;
                    text-transform:uppercase;
                    font-family: $font__heading;
                    font-weight:400;
                    padding:0 1em;
                    color:#231f20;

                    &:hover, &:focus {
                        color:$primary__color;
                    }
                    @include small-desktop {
                        padding:6px 0;
                    }
                }
            }
            li.nav-contact{

                a.nav-link {
                    padding-right:0;
                    @include small-desktop {
                        padding-right:1em;
                    }
                }
            }
            li.mobile-nav-item {
                display:none;

                @include small-desktop {
                    display:block;
                }
            }
        }
    }
}*/
/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
#carousel-container {
  position: relative;
  /*opacity: 0.5;*/ }
  #carousel-container .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0px;
    color: inherit;
    text-align: inherit;
    /*@include small-desktop {
    	left:0;
    }*/ }
    #carousel-container .carousel-caption h1 {
      font-size: 36px;
      font-size: 2.25rem;
      color: inherit; }
    #carousel-container .carousel-caption p.lead {
      font-size: 17px;
      font-size: 1.0625rem; }

.carousel.fade {
  opacity: 1; }

.carousel.fade .carousel-item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1; }

.carousel.fade .carousel-item:first-child {
  top: auto;
  position: relative; }

.carousel.fade .carousel-item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index: 2; }

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .carousel-item.next,
  .carousel-fade .carousel-inner > .carousel-item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .carousel-item.prev,
  .carousel-fade .carousel-inner > .carousel-item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .carousel-item.next.left,
  .carousel-fade .carousel-inner > .carousel-item.prev.right,
  .carousel-fade .carousel-inner > .carousel-item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*.jaz-slider {
    position:relative;
    width:100%;

    .slider-content {
        position:absolute;
        width:80%;
        left:10%;
        z-index:2;
        padding:5% 0 0 0;
        @include tablet {
            display:none;
        }
        h1 {
            color:#231f20;
            font-weight:700;
            text-transform:uppercase;
            margin-bottom:16px;
        }
        p {
            color:#231f20;
        }
        a {
            display:inline-block;
            background-color:$primary__color;
            padding:6px 16px;
            color:#fff;
            border-radius:4px;
            @include font-size(0.85);
            text-transform:uppercase;
            font-weight:700;
            margin-right:10px;

            &:hover, &:focus {
                background-color:$secondary__color;
            }
        }

    }
    .slider {
        position:relative;
        .slider-item {
            display: block;
            widows: auto;
            height:auto;
            width:100%;

            img {
                width:100%;
                height:auto;
            }
        }

        .owl-nav {
            position:absolute;
            top:50%;
            left:0px;
            width:100%;
            margin-top:-24px;
            z-index:9;
            @include tablet {
                display:none;
            }
            &:hover, &:focus {
                background:transparent;

            }
            .owl-prev {
                float:left;
                background-color:$primary__color;
                @include font-size(1.5);
                border-radius:0;
                padding:4px 0;
                text-align:center;
                width:48px;
                height:48px;
                margin:0;
                color:#fff;
                @include transition();
                @include mobile {
                    @include font-size(1);
                }
                &:hover {
                    background-color:$secondary__color !important;
                    color:#fff;
                    @include transition();
                }
            }
            .owl-next {
                float:right;
                background-color:$primary__color;
                @include font-size(1.5);
                border-radius:0;
                padding:4px 0;
                text-align:center;
                width:48px;
                height:48px;
                margin:0;
                color:#fff;
                @include transition();
                @include mobile {
                    @include font-size(1);
                }

                &:hover {
                    background-color:$secondary__color !important;
                    color:#fff;
                    @include transition();
                }
            }
        }
        .owl-dots {
            position:absolute;
            bottom:20px;
            width:100%;
            z-index:9;

            span {
                background-color:$primary__color !important;
                border:0;
                border-radius:50%;

            }

            .owl-dot.active span {
                background-color:$secondary__color !important;;
            }

        }
    }
}
.slider-content-mobile {
    display:none;
    padding:40px 0;
    @include tablet {
        display:block;
    }
    h1 {
        color:#231f20;
        font-weight:700;
        text-transform:uppercase;
        margin-bottom:16px;
    }
    a {
        display:inline-block;
        background-color:$primary__color;
        padding:6px 16px;
        color:#fff;
        border-radius:4px;
        @include font-size(0.85);
        text-transform:uppercase;
        font-weight:700;
        margin-right:10px;

        &:hover, &:focus {
            background-color:$secondary__color;
        }
    }
}*/
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.parallax-window {
  min-height: 450px;
  background: transparent;
  position: relative; }
  .parallax-window #section-heading {
    background-color: rgba(58, 69, 79, 0.85);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.8rem 0; }
    .parallax-window #section-heading h1 {
      font-family: "Open Sans", san-serif;
      font-weight: 600;
      font-size: 24.9968px;
      font-size: 1.5623rem;
      margin-bottom: 0; }

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
/*@import "layout/back-to-top";*/
/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*.site-content {
    padding-top:60px;
    padding-bottom:60px;
}
.btn-green,
.btn-green:visited {
    display:inline-block;
    background-color:$primary__color;
    color:#fff;
    text-transform: uppercase;
    font-weight:700;
    padding:8px 20px;
    border-radius:4px;

    &:hover, &:focus {
        background-color:$secondary__color;
        color:#fff;

    }
}*/
#breadcrumbs {
  list-style: none;
  margin: 0 0 1.2rem 0;
  overflow: hidden;
  text-align: right;
  font-size: 11px;
  font-size: 0.6875rem; }
  #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    #breadcrumbs li:last-child {
      margin-right: 0; }
  #breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc; }

#sidebar:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: -2000px;
  right: 15px;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: -1; }

.opt_hide {
  display: none; }

/* Posts */
.post-list {
  border-top: 1px solid #eee;
  padding-top: 1.4rem; }

/* BOOTSTRAP 3 Collapse */
.panel-group {
  margin-bottom: 20px; }

.panel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  .panel .panel-heading {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .panel .panel-heading:first-child {
      border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }
    .panel .panel-heading h4 {
      margin-bottom: 0;
      font-size: 0.9rem;
      text-transform: uppercase;
      position: relative;
      padding-left: 25px; }
      .panel .panel-heading h4 a {
        color: #444141; }
        .panel .panel-heading h4 a:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          padding-right: 5px;
          font-size: 22px;
          color: #78909c;
          top: calc(50% - 11px);
          left: 0;
          position: absolute;
          content: "\f054"; }
        .panel .panel-heading h4 a:focus {
          outline: none; }
        .panel .panel-heading h4 a[aria-expanded="true"]:before {
          content: "\f078"; }
  .panel .panel-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem; }
    .panel .panel-body ul:last-child {
      margin-bottom: 0; }

/*--------------------------------------------------------------
# Find Consultant
--------------------------------------------------------------*/
#search-form {
  margin-top: -130px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 15;
  position: relative; }
  #search-form h1 {
    color: inherit; }
  #search-form select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 11px);
    color: #444141;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    padding-right: 32px; }
  #search-form select + i.fa {
    pointer-events: none;
    padding-right: 5px;
    font-size: 22px;
    color: #009e00;
    top: calc(50% - 11px);
    right: 5px;
    position: absolute; }

/*.find-farms {
    position:absolute;
    width:100%;
    border:1px solid #000;
    border-radius:10px;
    text-align:center;
    padding:2.5em 2em;
    margin-top:-150px;
    background-color:#fff;
    z-index:9;

    @include tablet {
        margin-top:0;
        position:relative;
        padding:2.5em 15px;
    }

    ul {
        list-style-type: none;
        margin:0;
        padding:0;

        li {
            display:block;
            padding:8px 0;
            select {
                -webkit-appearance: none;
                -moz-appearance: none;
                width:100%;
                padding:10px;
                background: url('../img/select-arrow.png') no-repeat 96% center;
                height: 48px;
                overflow: hidden;

            }
            input[type="submit"] {
                background-color:$primary__color;
                color:#231f20;
                width:auto;
                padding:6px 32px;
                text-transform:uppercase;
                font-weight:700;
                float:left;
                border:0;
                border-radius:4px;
                color:#fff;
                margin-top:32px;
                @include transition();

                &:hover, &:focus {
                    background-color:$primary__color;
                    color:#fff;
                    @include transition();
                }
            }
        }
    }
}*/
/*--------------------------------------------------------------
# Events Box
--------------------------------------------------------------*/
.parallax {
  min-height: 470px;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  /*opacity: 0.5;*/ }
  .parallax .event-img {
    background-image: url(images/consultant01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .parallax .bg-opaque {
    background: rgba(255, 255, 255, 0.8); }

.home .parallax {
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(images/wheat.jpg); }

.enews-subscribe {
  background: rgba(58, 69, 79, 0.85); }
  .enews-subscribe p span {
    font-size: 20px;
    font-size: 1.25rem; }
  .enews-subscribe .form-control {
    background-color: #9A9EA0;
    border: 1px solid #ced4da;
    color: white !important;
    padding: .65rem .75rem;
    font-size: 14px;
    font-size: 0.875rem; }
  .enews-subscribe ::-webkit-input-placeholder {
    color: #fff; }
  .enews-subscribe ::-moz-placeholder {
    color: #fff; }
  .enews-subscribe :-ms-input-placeholder {
    color: #fff; }
  .enews-subscribe :-moz-placeholder {
    color: #fff; }
  .enews-subscribe input[type="submit"] {
    background-color: #fff;
    color: #231f20;
    padding: .712rem 2.35rem;
    font-weight: 700;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .enews-subscribe input[type="submit"]:hover, .enews-subscribe input[type="submit"]:focus {
      background-color: #231f20;
      color: #fff;
      border: 1px solid #231f20 !important;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }

/*
.event-box-content {
    padding:20px 30px;
    background-color:rgba(255,255,255,0.8);


}
.event-box{
    background-color:rgba(255,255,255,0.8);


}

#parallax-contact{
    background-color:rgba(58,69,79,0.8);
    padding:2em 0 3em 0;

    h3 {
        text-transform: none;
        color:#fff;
        @include font-size(1.2);
        font-weight:400;
    }
    .enquiry {

        form {
            width:100%;
            ul {
                list-style-type:none;
                padding:0 15px;
                margin:0;
                li {
                    display:inline-block;
                    float:left;
                    margin:8px 0;


                    @include tablet {
                        float:none;
                    }

                }
            }
            input {
                border:1px solid #fff;
                border-radius:4px;
                background-color:#9a9ea0;
                padding:6px 12px;
                width:100%;
                @include font-size(0.9);

            }
            ::-webkit-input-placeholder {color: #fff;}
            ::-moz-placeholder { color: #fff;}
            :-ms-input-placeholder { color: #fff;}
            :-moz-placeholder { color: #fff;}
            input[type="submit"] {
                background-color:#fff;
                color:#231f20;
                width:auto;
                padding:6px 32px;
                text-transform:uppercase;
                font-weight:700;
                @include transition();

                &:hover, &:focus {
                    background-color:$primary__color;
                    color:#fff;
                    border:1px solid $primary__color !important;
                    @include transition();
                }
            }
        }
    }
}*/
/*--------------------------------------------------------------
# Members Area
--------------------------------------------------------------*/
.page-template-membership h3 {
  text-transform: uppercase;
  margin-bottom: .8rem; }
.page-template-membership .wppb-logout-url, .page-template-membership input[type="submit"] {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  /*font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  line-height: 1.5;
  border-radius: .25rem;
  display: table;
  background-color: #868e96;
  margin-top: 15px; }
  .page-template-membership .wppb-logout-url:hover, .page-template-membership input[type="submit"]:hover {
    background-color: #3a454f;
    color: #fff; }
.page-template-membership input[type="submit"] {
  background-color: #009e00; }
.page-template-membership .wppb-alert {
  background: #efefef;
  padding: 30px; }
.page-template-membership .spacer {
  border-top: 1px solid #e8e8e8;
  margin: 30px 0 0px; }
.page-template-membership .col-padding-right {
  padding-right: 50px; }
.page-template-membership .col-padding-left {
  padding-left: 50px; }

/* form */
#loginform p {
  margin-bottom: 1rem; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  top: -.1rem;
  margin-right: .2rem; }

.wppb-error {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.wppb-user-forms ul {
  list-style: none;
  padding-left: 0; }
  .wppb-user-forms ul .wppb-msf-step ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px !important;
    margin-left: -5px !important; }
    .wppb-user-forms ul .wppb-msf-step ul li {
      padding-left: 5px;
      padding-right: 5px; }
      .wppb-user-forms ul .wppb-msf-step ul li h2 {
        padding: 0 0 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ececec; }

.wppb-user-forms ul li {
  margin-bottom: 1rem; }

.wppb-description-delimiter {
  font-size: 80%;
  color: #6c757d; }

#wppb-register-user {
  margin-top: 50px; }

#wppb-register-user #wppb-msf-tabs, p#wppb_register_pre_form_message {
  display: none; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 155px;
  /* Set the fixed height of the footer here */ }
  footer #menu-footer-links {
    list-style: none;
    font-size: 11px;
    font-size: 0.6875rem;
    padding-left: 0; }
    footer #menu-footer-links li {
      display: inline; }
      footer #menu-footer-links li a {
        padding: 0 0.9rem; }
    footer #menu-footer-links li + li:before {
      content: '|'; }
  footer p.site-credit {
    font-size: 9px;
    font-size: 0.5625rem; }




.welcome-message {
    width: 100%;
    margin-top: 30px;
	background: rgba(255,255,255,0.6);
	padding: 20px;
}

/*
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	.welcome-message{

		width: 60%;
	}
}  min-width 641px and max-width 1024px, use when QAing tablet-only issues 
*/


@media only screen and (min-width: 64.063em) { 
	.welcome-message{

		width: 45%;
		margin-top: 45px;
	}
} /* min-width 1025px, large screens */





