@charset "UTF-8";
   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-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; } body,
button,
input,
select,
textarea {
color: #404040;
font-family: "Lato", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5; }
h1, h2, h3, h4, h5, h6 {
font-family: "Josefin Sans", sans-serif;
font-weight: 600;
letter-spacing: 0.5px; }
p {
margin-bottom: 1.5em;
font-size: 17px;
line-height: 25px; }
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: "Josefin Sans", sans-serif;
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%; } html {
box-sizing: border-box; }
*,
*:before,
*:after { box-sizing: inherit; }
body {
background: #fff; }
blockquote, q {
quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
content: ""; }
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; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%; } button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa; }
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111; }
select {
border: 1px solid #ccc; }
textarea {
width: 100%; }  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; } .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 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 li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%; }
.main-navigation ul ul a {
width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; }
.main-navigation li {
float: left;
position: relative; }
.main-navigation a {
display: block;
text-decoration: none; } .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%; }  .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; } #content[tabindex="-1"]:focus {
outline: 0; } .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; } .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;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; } .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%; }  .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; } .comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer {
display: block; } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; } embed,
iframe,
object {
max-width: 100%; } .wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; } .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; }    .container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box; } @media (min-width: 400px) {
.container {
width: 85%;
padding: 0; } } @media (min-width: 550px) {
.container {
width: 80%; }
.column,
.columns {
margin-left: 4%; }
.column:first-child,
.columns:first-child {
margin-left: 0; }
.one.column,
.one.columns {
width: 4.66666666667%; }
.two.columns {
width: 13.3333333333%; }
.three.columns {
width: 22%; }
.four.columns {
width: 30.6666666667%; }
.five.columns {
width: 39.3333333333%; }
.six.columns {
width: 48%; }
.seven.columns {
width: 56.6666666667%; }
.eight.columns {
width: 65.3333333333%; }
.nine.columns {
width: 74.0%; }
.ten.columns {
width: 82.6666666667%; }
.eleven.columns {
width: 91.3333333333%; }
.twelve.columns {
width: 100%;
margin-left: 0; }
.one-third.column {
width: 30.6666666667%; }
.two-thirds.column {
width: 65.3333333333%; }
.one-half.column {
width: 48%; } .offset-by-one.column,
.offset-by-one.columns {
margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns {
margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns {
margin-left: 26%; }
.offset-by-four.column,
.offset-by-four.columns {
margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns {
margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns {
margin-left: 52%; }
.offset-by-seven.column,
.offset-by-seven.columns {
margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns {
margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns {
margin-left: 78.0%; }
.offset-by-ten.column,
.offset-by-ten.columns {
margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns {
margin-left: 95.3333333333%; }
.offset-by-one-third.column,
.offset-by-one-third.columns {
margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
margin-left: 69.3333333333%; }
.offset-by-one-half.column,
.offset-by-one-half.columns {
margin-left: 52%; } }  html {
font-size: 62.5%; }
body {
font-size: 1.5em; line-height: 1.6;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222; } h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 {
font-size: 4.0rem;
line-height: 1.2;
letter-spacing: -.1rem; }
h2 {
font-size: 3.6rem;
line-height: 1.25;
letter-spacing: -.1rem; }
h3 {
font-size: 3.0rem;
line-height: 1.3;
letter-spacing: -.1rem; }
h4 {
font-size: 2.4rem;
line-height: 1.35;
letter-spacing: -.08rem; }
h5 {
font-size: 1.8rem;
line-height: 1.5;
letter-spacing: -.05rem; }
h6 {
font-size: 1.5rem;
line-height: 1.6;
letter-spacing: 0; } @media (min-width: 550px) {
h1 {
font-size: 5.0rem; }
h2 {
font-size: 4.2rem; }
h3 {
font-size: 3.6rem; }
h4 {
font-size: 3.0rem; }
h5 {
font-size: 2.4rem; }
h6 {
font-size: 1.5rem; } }
p {
margin-top: 0; } a {
color: #1EAEDB; }
a:hover {
color: #0FA0CE; } .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; } input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; } input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal; } ul {
list-style: circle inside; }
ol {
list-style: decimal inside; }
ol, ul {
padding-left: 0;
margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%; }
li {
margin-bottom: 1rem; } code {
padding: .2rem .5rem;
margin: 0 .2rem;
font-size: 90%;
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px; }
pre > code {
display: block;
padding: 1rem 1.5rem;
white-space: pre; } th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; } button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem; } .u-full-width {
width: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
float: left; } hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1; }  .container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }         h2 {
color: #9aa4d3;
font-weight: 600;
font-size: 42px;
letter-spacing: 0.5px; }
.center-block {
text-align: center;
padding: 50px 0; }
span.green {
color: #6c9449; } header.site-header {
width: 100%;
margin: 0 auto;
position: relative;
top: 0;
padding: 0;
background-color: #473320; }
header.site-header .logo {
width: 140px;
position: absolute;
top: 0;
left: 0;
z-index: 999; }
header.site-header .logo img {
width: 140px; }
header.site-header nav#site-navigation {
position: relative;
text-align: right;
right: 0; }
header.site-header nav#site-navigation ul {
text-align: right;
padding: 0;
margin-left: 175px; }
header.site-header nav#site-navigation ul li {
font-style: normal;
text-align: right;
margin: 20px 0 5px 7%;
letter-spacing: 0.6px; }
header.site-header nav#site-navigation ul li.current_page_item a {
color: #ffd84f; }
header.site-header nav#site-navigation ul li a {
text-transform: uppercase;
font-family: "Josefin Sans", sans-serif;
color: #fff;
font-size: 16px;
transition: all 0.3s ease-in-out;
font-style: normal;
font-weight: 600; }
header.site-header nav#site-navigation ul li a:hover {
color: #ffd84f; }
.brown-border {
background-image: url(//inspgardens.com/wp-content/themes/inspired-gardens/images/brown-border.svg);
background-repeat: repeat-x;
height: 15px;
width: 100%;
position: relative;
z-index: 99; }
.white-border {
background-image: url(//inspgardens.com/wp-content/themes/inspired-gardens/images/white-border.svg);
background-repeat: repeat-x;
height: 15px;
width: 100%;
position: relative;
z-index: 99;
top: -10px; }
.flip {
ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
img.alignright {
float: right;
margin: 0 0 1em 1em; }
img.alignleft {
float: left;
margin: 0 1em 1em 0; }
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
.alignright {
float: right; }
.alignleft {
float: left; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; } .home-hero {
height: 80vh;
background-size: cover !important;
background-position: center center !important;
position: relative;
margin-top: -10px;
z-index: 8; }
.home-hero h1 {
color: #fff;
font-size: 75px;
text-align: center;
font-style: italic;
font-weight: 600;
padding-top: 17%;
text-shadow: 1px 1px 5px #3c3c3c; }
.home-content {
width: 85%;
margin: 0 auto; }
.home-content p {
font-size: 26px;
line-height: 34px;
font-family: "Josefin Sans", sans-serif;
font-style: italic;
margin-bottom: 50px; }
.divider-bee {
text-align: right;
position: relative; }
.divider-bee hr {
border-top: 2px solid #9aa4d3;
background: transparent; }
.divider-bee img.bee {
width: 55px;
height: 59px;
position: absolute;
right: -55px;
top: -65px; }
.divider-bee img.bee-left {
width: 55px;
height: 59px;
position: absolute;
left: -55px;
top: -65px;
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH"; }
.divider-bee h2 {
text-align: center;
margin-bottom: 30px; }
.divider-bee h2 a {
text-decoration: none;
color: #9aa4d3;
transition: all 0.3s ease-in-out;
}
.divider-bee h2 a:hover {
color: #0e3f86;
}
.home-services ul {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-align-items: space-between;
align-items: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-align-content: space-between;
align-content: space-between;
background-color: #fff;
width: 100%;
margin: 0 auto;
position: relative; }
.home-services ul li {
width: 48%;
padding: 0;
margin-bottom: 30px;
position: relative;
overflow: hidden;
display: inline-block; }
.home-services ul li .service-bg {
padding: 40% 2%;
background-size: cover !important;
background-position: center !important; }
.home-services ul li .service-bg:hover .caption {
background: rgba(108, 148, 73, 0.85); }
.home-services ul li .service-bg .caption {
background: rgba(154, 164, 211, 0.85);
position: absolute;
z-index: 11;
bottom: 0;
width: 100%;
left: 0;
padding: 17px 1%;
transition: all 0.35s ease-in-out; }
.home-services ul li .service-bg .caption h4 {
font-size: 27px;
margin-bottom: -5px;
text-align: center;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff; }
.home-services ul li .service-bg .caption h4 a {
color: #fff;
text-decoration: none; } footer.site-footer {
background-color: #473320;
width: 100%;
margin: 0 auto;
padding: 5px 0 8px 0;
position: relative;
z-index: 10; }
footer.site-footer .footer-left {
width: 60%;
float: left;
margin-right: 2.5%;
padding-right: 2.5%;
padding: 5px 0;
position: relative;
border-right: 1px solid #fff; }
footer.site-footer .footer-right {
width: 35%;
float: right;
position: relative; }
footer.site-footer img.thistle {
position: absolute;
width: 200px;
bottom: 0;
right: 0;
opacity: 0.05;
z-index: 99; }
footer.site-footer img.bee {
position: absolute;
width: 50px;
top: 30px;
left: 100px;
opacity: 0.06;
z-index: 98; }
footer.site-footer .center-block {
width: 70%;
margin: 0 auto;
padding: 30px 0 10px 0; }
footer.site-footer .copyright {
text-align: center; }
footer.site-footer .copyright p {
color: #7c5938;
margin-bottom: 0; }
footer.site-footer .copyright p.lg {
font-size: 15px; }
footer.site-footer .copyright p.sm {
font-size: 12px;
line-height: 17px; }
footer.site-footer .copyright p.sm a {
color: #8d6640;
transition: all 0.2s ease-in-out; }
footer.site-footer .copyright p.sm a:hover {
color: #c09973;
cursor: pointer; }
footer.site-footer .ftr-logo {
width: 100%;
margin: 0 auto; }
footer.site-footer .ftr-logo img {
width: 100%;
height: 60px; }
footer.site-footer .ftr-location {
border-top: 1px solid #fff;
padding: 15px 0 0 0;
margin: 8px auto 0 auto;
width: 80%; }
footer.site-footer .ftr-location h3 {
color: #fff;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 22px;
margin-bottom: 0;
letter-spacing: 0.5px; }
footer.site-footer ul.ftr-contact {
padding: 0;
margin: 0; }
footer.site-footer ul.ftr-contact li {
display: block;
text-align: left;
list-style: none;
letter-spacing: 0.5px;
font-family: "Lato", sans-serif; }
footer.site-footer ul.ftr-contact li a {
color: #ffffff;
font-size: 17px;
text-decoration: none;
transition: all 0.3s ease-in-out; }
footer.site-footer ul.ftr-contact li a:hover {
color: #9aa4d3; }
footer.site-footer ul.ftr-social {
width: 100%;
margin: 20px 0 5px 0;
position: relative;
text-align: left; }
footer.site-footer ul.ftr-social li {
width: 40px;
display: inline-block;
text-align: left; }
footer.site-footer ul.ftr-social li img {
width: 31px;
height: 31px;
transition: all 0.3s ease-in-out; }
footer.site-footer ul.ftr-social li img:hover {
cursor: pointer;
opacity: 0.8; } .page-content {
padding: 80px 0 60px 0; }
.page-content .content {
margin-bottom: 60px; }
.page-content .content .featured-img {
float: left;
width: 310px;
margin: 0 30px 20px 0; }
.page-content .content .featured-img img.attachment-post-thumbnail {
width: 100%;
height: auto; }
.page-content .content h3 {
font-size: 38px;
line-height: 49px; }
.no-margin {
margin-bottom: 0;
padding-bottom: 0; } ul.testimonials-feed {
padding: 60px 5%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-align-items: space-between;
align-items: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-align-content: space-between;
align-content: space-between;
background-position: center !important;
background-size: cover !important;
width: 100%;
margin: 0 auto; }
ul.testimonials-feed li {
width: 31%;
background-color: #fff;
padding: 2%;
display: inline-block;
position: relative; }
ul.testimonials-feed li span.open-quote {
color: #6c9449;
font-size: 90px;
font-weight: 400;
position: absolute;
left: 20px;
top: 20px;
line-height: 90px;
font-family: "Lato", sans-serif; }
ul.testimonials-feed li .testimonial-content {
margin: 40px 0 0 35px; }
ul.testimonials-feed li .testimonial-meta {
margin-left: 35px; }
ul.testimonials-feed li .testimonial-meta img {
width: 65px;
height: 65px;
float: left;
border-radius: 80px;
margin-right: 15px; }
ul.testimonials-feed li .testimonial-meta p.client-name {
font-weight: 600;
font-size: 20px;
margin: 0;
padding-top: 9px;
padding-bottom: 3px; }
ul.testimonials-feed li .testimonial-meta p.client-location {
font-style: italic;
color: #6c9449;
font-size: 15px;
line-height: 17px; } .contact-wrapper {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-align-items: space-between;
align-items: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-align-content: space-between;
align-content: space-between;
background-position: center !important;
background-size: cover !important;
width: 100%;
margin: 0;
position: relative; }
.contact-wrapper .contact-left {
width: 57%;
margin-right: 8%; }
.contact-wrapper .contact-left ul.contact-info {
margin: 80px 0 0 0;
padding: 0; }
.contact-wrapper .contact-left ul.contact-info li {
display: block;
list-style: none;
font-size: 30px;
line-height: 38px;
margin-bottom: 45px;
color: #6c9449;
font-family: "Lato", sans-serif; }
.contact-wrapper .contact-left ul.contact-info li div.contact-type {
text-align: right !important;
margin-right: 20px;
text-transform: uppercase;
color: #9aa4d3;
font-family: "Josefin Sans", sans-serif;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.5px;
float: left;
width: 100px;
padding-top: 4px; }
.contact-wrapper .contact-left ul.contact-info li div.contact-method {
text-align: left !important; }
.contact-wrapper .contact-left ul.contact-info li a {
color: #6c9449;
transition: all 0.3s ease-in-out;
text-decoration: none; }
.contact-wrapper .contact-left ul.contact-info li a:hover {
color: #9aa4d3; }
.contact-wrapper .contact-right {
width: 35%; }
.contact-wrapper .contact-right h2 {
font-size: 20px;
line-height: 23px;
text-align: center; }
.contact-wrapper .contact-right .fb_iframe_widget iframe,
.contact-wrapper .contact-right .fb_iframe_widget span {
height: 440px !important; }
img.contact-bee {
width: 45px;
height: 48px;
position: absolute;
left: 0px;
top: 15px;
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1); }
.extra-margin {
margin-bottom: 70px;
position: relative;
z-index: 999; }
.contact-form {
text-align: center;
position: relative;
width: 100%;
padding: 0px 20%;
margin: 0 auto 0 auto; }
.contact-form h2 {
color: #fff;
font-size: 32px;
margin: 10px 0 40px 0; }
.contact-form .frm_style_formidable-style.with_frm_style input[type=text], .contact-form .frm_style_formidable-style.with_frm_style input[type=password], .contact-form .frm_style_formidable-style.with_frm_style input[type=email], .contact-form .frm_style_formidable-style.with_frm_style input[type=number], .contact-form .frm_style_formidable-style.with_frm_style input[type=url], .contact-form .frm_style_formidable-style.with_frm_style input[type=tel], .contact-form .frm_style_formidable-style.with_frm_style input[type=phone], .contact-form .frm_style_formidable-style.with_frm_style input[type=search], .contact-form .frm_style_formidable-style.with_frm_style select, .contact-form .frm_style_formidable-style.with_frm_style textarea, .contact-form .frm_form_fields_style, .contact-form .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .contact-form .frm_form_fields_active_style, .contact-form .frm_form_fields_error_style, .contact-form .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .contact-form .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
border-radius: 1px !important;
font-family: "Josefin Sans", sans-serif;
font-style: normal;
font-weight: 600;
letter-spacing: 0.4px;
padding: 8px;
opacity: 0.8; }
.contact-form .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .contact-form .frm_style_formidable-style.with_frm_style input[type=submit], .contact-form .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .contact-form .frm_style_formidable-style.with_frm_style .frm_submit button, .contact-form .frm_form_submit_style, .contact-form .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
text-transform: uppercase;
font-family: "Josefin Sans", sans-serif;
font-style: normal;
font-weight: 600;
letter-spacing: 1.5px;
padding: 12px 12px 8px 12px;
color: #fff;
border: 3px solid #fff;
border-radius: 0 !important;
font-size: 16px;
margin: 0 auto;
text-align: center;
transition: all 0.3s ease-in-out;
background: transparent !important; }
.contact-form .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .contact-form .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .contact-form .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .contact-form .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .contact-form .frm_form_submit_style:hover, .contact-form .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
color: #ffd84f;
background: transparent !important;
border: 3px solid #ffd84f; }
.contact-form .with_frm_style .frm_submit {
text-align: center;
margin: 0 auto; } .secondary-hero {
height: 275px;
background-size: cover !important;
background-position: center center !important;
position: relative;
margin-top: -10px;
z-index: 8; }
img.envira-gallery-image {
padding: 4px !important; } ul.services-feed {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-align-items: space-between;
align-items: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-align-content: space-between;
align-content: space-between;
background-color: #fff;
width: 100%;
margin: 0 auto;
position: relative; }
ul.services-feed li {
width: 31%;
padding: 0;
margin-bottom: 40px;
position: relative;
overflow: hidden;
display: inline-block; }
ul.services-feed li img {
width: 100%;
height: auto; }
ul.services-feed li h4 {
font-size: 22px;
margin: 10px 0;
text-align: left;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.4px;
color: #9aa4d3; }
ul.services-feed li .caption .content {
margin-bottom: 0; }
ul.services-feed li .caption .content p {
font-size: 16px;
line-height: 24px;
margin-bottom: 15px; }
ul.services-feed li .caption .content ul {
display: block;
margin: 0 0 0 15px;
padding: 0; }
ul.services-feed li .caption .content ul li {
width: 100%;
margin-bottom: 0px;
font-size: 16px;
line-height: 24px;
position: relative; }
ul.services-feed li .caption .content ul li:before {
content: '•';
font-size: 18px;
padding-right: 4px; } @media screen and (max-width: 1200px) {
header.site-header nav#site-navigation ul {
margin-left: 130px; }
header.site-header nav#site-navigation ul li {
margin: 20px 0 5px 5%; }
.home-services ul li .service-bg .caption h4 {
font-size: 22px; } } @media screen and (max-width: 1024px) {
.home-content {
width: 80%; }
h2 {
font-size: 40px; }
footer.site-footer .center-block {
width: 85%; }
.page-content .content h3 {
font-size: 32px;
line-height: 43px; } }
@media screen and (max-width: 950px) {
header.site-header nav#site-navigation ul {
margin-left: 110px; }
header.site-header nav#site-navigation ul li {
margin: 20px 0 5px 4%; }
header.site-header nav#site-navigation ul li a {
font-size: 14px; }
header.site-header .logo img {
width: 120px; } } @media screen and (max-width: 768px) {
.container {
width: 90%; }
.center-block {
padding: 30px 0; }
.home-content p {
font-size: 24px;
line-height: 32px; }
h2 {
font-size: 36px;
line-height: 46px; }
footer.site-footer .center-block {
width: 90%; }
.divider-bee img.bee {
width: 40px;
height: 43px;
position: absolute;
right: -35px;
top: -45px; }
.divider-bee img.bee-left {
width: 40px;
height: 43px;
position: absolute;
left: -35px;
top: -45px; }
.divider-bee {
width: 90%;
margin: 0 auto; }
footer.site-footer .footer-left {
width: 100%;
float: none;
display: block;
margin: 0 auto;
padding: 0;
border-right: none;
border-bottom: 1px solid #fff; }
footer.site-footer .footer-right {
width: 100%;
float: none;
display: block;
margin: 0 auto;
padding: 15px 0 0 0;
text-align: center; }
footer.site-footer .footer-right ul.ftr-contact,
footer.site-footer .footer-right ul.ftr-social {
text-align: center;
margin: 0 auto; }
footer.site-footer .footer-right ul.ftr-contact li,
footer.site-footer .footer-right ul.ftr-social li {
text-align: center; }
footer.site-footer .ftr-location {
width: 100%; }
footer.site-footer .ftr-location h3 {
margin-bottom: 10px; }
ul.testimonials-feed li {
width: 100%;
margin: 20px auto; }
ul.testimonials-feed li .testimonial-content {
margin-top: 55px; }
ul.services-feed li {
width: 48%; }
.contact-wrapper .contact-left {
width: 100%;
margin: 0 auto;
float: none;
display: block; }
.contact-wrapper .contact-left ul.contact-info {
margin: 60px auto 0 auto; }
.contact-wrapper .contact-right {
width: 100%;
margin: 40px auto 0 auto;
padding: 40px 0 0 0;
float: none;
display: block;
border-top: 1px solid #9aa4d3;
text-align: center; }
.contact-wrapper .contact-right h2 {
width: 80%;
font-size: 22px;
line-height: 26px;
text-align: center;
margin: 0 auto 20px auto; }
.contact-form {
width: 100%;
padding: 0; }
.contact-form h2 {
font-size: 28px; }
.page-content {
padding: 60px 0 40px 0; }
.page-content .content .featured-img {
width: 250px; } } @media screen and (max-width: 736px) { } @media screen and (max-width: 667px) {
header.site-header nav#site-navigation ul {
margin-left: 100px; }
header.site-header nav#site-navigation ul li {
margin: 20px 0 5px 2.5%; }
header.site-header nav#site-navigation ul li a {
font-size: 14px; }
header.site-header .logo img {
width: 100px; }
ul.testimonials-feed li span.open-quote {
font-size: 70px;
top: 15px; }
ul.testimonials-feed li .testimonial-content {
margin-right: 25px; }
ul.testimonials-feed li .testimonial-meta {
margin-bottom: 25px; } } @media screen and (max-width: 600px) {
header.site-header {
padding: 14px 0 0 0; }
header.site-header nav#site-navigation ul {
display: block !important;
text-align: left;
margin: 0 0 0 30%; }
header.site-header nav#site-navigation ul li {
width: 100%;
text-align: left;
margin: 5px auto 4px auto !important; }
header.site-header nav#site-navigation ul li.menu-item-home {
display: none !important; }
header.site-header nav#site-navigation ul li a {
font-size: 14px; }
footer.site-footer img.bee {
top: 40px;
left: 15px; }
footer.site-footer img.thistle {
width: 150px; } } @media screen and (max-width: 640px) {
h2,
.page-content .content h3 {
font-size: 32px;
line-height: 38px; }
.home-content {
width: 90%; }
.home-content p {
font-size: 22px;
line-height: 29px; }
.home-services ul li {
width: 100%; }
ul.services-feed li {
width: 100%; }
.page-content .content .featured-img {
width: 100%;
float: none;
display: block; }
.contact-wrapper .contact-left ul.contact-info li {
font-size: 22px;
margin-bottom: 20px; }
.contact-wrapper .contact-left ul.contact-info li div.contact-type {
font-size: 12px;
margin-right: 10px; } } @media screen and (max-width: 568px) {
.contact-wrapper .contact-left ul.contact-info li div.contact-type {
width: 100%;
margin: 0 auto;
line-height: 15px;
float: none;
display: block;
text-align: center !important; }
.contact-wrapper .contact-left ul.contact-info li div.contact-method {
text-align: center !important;
font-size: 22px;
line-height: 24px;
width: 100%;
margin: 0 auto;
float: none;
display: block; }
.contact-wrapper .contact-left ul.contact-info li {
margin-bottom: 30px; }
.contact-wrapper .contact-right h2 {
width: 90%; }
.contact-wrapper .contact-right iframe {
width: 80%; } } @media screen and (max-width: 414px) {
.white-border,
.brown-border {
display: none; }
.home-hero,
.secondary-hero {
margin-top: 0; }
.home-hero {
height: 55vh; }
.secondary-hero {
height: 150px; }
header.site-header nav#site-navigation ul {
margin-left: 30%; }
ul.testimonials-feed,
.contact-form {
margin-bottom: 40px; }
footer.site-footer img.bee {
top: 60px;
left: 15px;
width: 40px; } } @media screen and (max-width: 375px) { } @media screen and (max-width: 360px) { } @media screen and (max-width: 320px) { }