/*
Theme Name: Lawn Wrangler
Version: 1.0
Author: Sizeable Interactive
Author URI: http://sizeableinteractive.com
Description: A custom WordPress theme for Lawn Wrangler
*/

/* Normalize v4.0.0 */

progress,
sub,
sup {
  vertical-align: baseline;
}
button,
hr,
input,
select {
  overflow: visible;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* WP Core */

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignleft,
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignleft,
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Owl Carousel */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 0.1s ease;
  transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

/*-------------------------------------
Global
-------------------------------------*/

::-moz-selection {
  color: #fff;
  background: #71d37a;
}
::selection {
  color: #fff;
  background: #71d37a;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?9brpgv");
  src: url("fonts/icomoon.eot?9brpgv#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?9brpgv") format("truetype"),
    url("fonts/icomoon.woff?9brpgv") format("woff"),
    url("fonts/icomoon.svg?9brpgv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angies-list:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-google:before {
  content: "\e902";
}

.icon-pinterest:before {
  content: "\e903";
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
}

/*

Dominant Fonts:
---------------
font-family: 'Open Sans', sans-serif;
font-family: 'Damion', cursive;

Dominant Colors:
----------------
D. Blue: 253146;
Green: 71d37a;
Tan: ccab88;

*/

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}

.container:before,
.container:after,
.clearfix:before,
.clearfix:after,
.columns:before,
.columns:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.container:after,
.clearfix:after,
.columns:after {
  clear: both;
}

.container {
  position: relative;
}

a {
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease,
    color 0.3s ease, opacity 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease,
    color 0.3s ease, opacity 0.3s ease;
}

input[type="text"] {
  color: #3d3d3d;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*-------------------------------------
Columns
-------------------------------------*/

@media only screen and (min-width: 768px) {
  .columns > * {
    display: block;
    float: left;
  }

  .columns.two > * {
    margin: 0 0 0 6%;
    width: 46%;
  }

  .columns.three > * {
    margin: 0 0 0 4%;
    width: 30.6%;
  }

  .columns.four > * {
    margin: 0 0 0 1.6%;
    width: 23.8%;
  }

  .columns > *:first-child,
  .columns.two > *:nth-child(2n + 1),
  .columns.three > *:nth-child(3n + 1) .columns.four > *:nth-child(4n + 1) {
    margin-left: 0 !important;
  }
}

a.button {
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
}

/*-------------------------------------
Site Logo
-------------------------------------*/

#site-logo {
  margin: 0;
}

#site-logo a {
  display: block;
  background-image: url(img/site-logo.png);
}

@media only screen and (min-width: 768px) {
  #site-logo {
    float: left;
  }
}

@media only screen and (min-width: 1081px) {
  #site-logo a {
    width: 265px;
    height: 77px;
  }
}

@media only screen and (max-width: 1080px) and (min-width: 890px) {
  #site-logo {
    margin-top: 15px;
  }

  #site-logo a {
    width: 200px;
    height: 58px;
    background-size: 200px 58px;
  }
}

@media only screen and (max-width: 889px) {
  #site-logo a {
    width: 151px;
    height: 44px;
    background-size: 151px 44px;
  }
}

/*-------------------------------------
Header: Main
-------------------------------------*/

/* All Resolutions */

#header-nav ul {
  margin: 0;
}

#menu-primary li {
  list-style: none;
}

/* Desktop */

@media only screen and (min-width: 890px) {
  header.main {
    background-color: #fff;
    padding-top: 28px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 117px;
  }

  #wrapper {
    margin-top: 117px;
  }

  #burger {
    display: none;
  }

  #header-nav {
    margin-top: 52px;
  }

  #header-nav ul.menu {
    padding: 0;
    float: right;
  }

  /* Primary Nav */

  #menu-primary > li {
    float: left;
    padding-bottom: 15px;
    position: relative;
  }

  #menu-primary > li.current-menu-item > a,
  #menu-primary > li:hover > a {
    border-bottom: 2px solid #71d37a;
  }

  #menu-primary > li:first-child {
    margin-left: 0;
  }

  #menu-primary > li > a {
    padding-bottom: 5px;
    text-decoration: none;
    color: #53738e;
    border-bottom: 2px solid #fff;
  }

  #menu-primary > li:hover > a {
    color: #71d37a;
  }

  #menu-primary > li > ul {
    display: none;
  }

  #menu-primary > li:hover ul {
    display: block;
  }

  /* Drop Down */

  #menu-primary .sub-menu {
    border-top: 1px solid rgba(89, 122, 150, 0.13);
    position: absolute;
    z-index: 998;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 37px;
    padding: 20px 20px 10px 20px;
    background-color: #fff;
    width: 160px;
  }

  #menu-primary .sub-menu li {
    margin: 0;
    padding: 0;
    margin-bottom: 11px;
  }

  #menu-primary .sub-menu a {
    color: #53738e;
    font-size: 14px;
    text-decoration: none;
  }

  #menu-primary .sub-menu a:hover {
    color: #71d37a;
  }

  /* Pre Nav Sidebar */

  .pre-nav {
    top: 3px;
    right: 30px;
    position: absolute;
  }

  .pre-nav li {
    font-size: 0.8em;
    color: #71d37a;
    font-weight: bold;
  }

  .pre-nav a {
    color: #71d37a;
  }

  .pre-nav li {
    margin-top: 2px;
    margin-left: 33px;
    float: right;
  }

  .pre-nav li:last-child {
    list-style: none;
  }

  .pre-nav li:first-child {
    list-style: none;
    margin-top: 0;
    margin-left: 33px;
  }

  .pre-nav a.button {
    padding: 5px 20px;
    font-weight: 500;
    font-size: 1.2em;
    background-color: #253146;
  }

  .pre-nav a.button:hover {
    color: #253146;
    background-color: #71d37a;
  }
}

/* Tablet-ish */

@media only screen and (min-width: 1081px) {
  #menu-primary li {
    margin-left: 42px;
  }
}

@media only screen and (max-width: 1080px) and (min-width: 890px) {
  #menu-primary li {
    margin-left: 15px;
  }
}

/* Mobile */

@media only screen and (max-width: 889px) {
  #wrapper {
    position: relative;
    padding-top: 71px;
  }

  header.main {
    background-color: #fff;
    position: fixed;
    height: 71px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }

  header.main .container {
    padding: 0;
  }

  #site-logo {
    float: left;
    padding: 12px 0 0 10px;
  }

  #burger {
    background-color: #253146;
    float: right;
    padding: 23px 17px 16px 20px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  #burger svg {
    fill: #71d37a;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }

  #burger.active {
    background-color: #71d37a;
  }

  #burger.active svg {
    fill: #253146;
  }

  #header-nav {
    background-color: #71d37a;
    z-index: 9;
    position: fixed;
    top: 71px;
    right: 0;
    width: 0;
    height: 100%;
    overflow: scroll;
    padding-bottom: 71px;
  }

  #header-nav > div {
    width: 292px;
  }

  /* Primary Nav */

  #menu-primary {
    background-color: #253146;
    padding: 35px 35px 38px 35px;
  }

  #menu-primary > li > a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    color: #71d37a;
  }

  #menu-primary > li {
    margin-bottom: 1.75em;
  }

  #menu-primary li.current-menu-item > a {
    color: #fff;
  }

  #menu-primary > li:last-child {
    margin-bottom: 0;
  }

  #menu-primary .sub-menu {
    padding-left: 25px;
    margin-top: 10px;
  }

  #menu-primary .sub-menu a {
    color: #71d37a;
    text-decoration: none;
  }

  .pre-nav {
    padding: 53px 35px;
  }

  .pre-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-weight: bold;
  }

  .pre-nav li,
  .pre-nav a {
    font-size: 0.8em;
    color: #fff;
  }

  .pre-nav li {
    margin-bottom: 0.8em;
  }

  .pre-nav li:first-child {
    margin-bottom: 2.3em;
  }

  .pre-nav a.button {
    padding: 9px 30px;
    font-size: 1.3em;
    background-color: #fff;
    color: #53738e;
  }
}

/*-------------------------------------
Homepage Banner
-------------------------------------*/

/* All Resolutions */

.home-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-banner .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-banner .owl-nav {
  display: none;
}

.home-banner .owl-dots {
  z-index: 9;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.home-banner .owl-dot {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 20px;
  background-color: #fff;
  width: 60px;
  height: 3px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.home-banner .owl-dot.active,
.home-banner .owl-dot:hover {
  height: 7px;
}

.home-banner .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.home-banner .tagline {
  border-radius: 10px;
  overflow: hidden;
  z-index: 9;
  background-color: #71d37a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-banner .tagline h2 {
  padding: 40px 30px;
  line-height: 1em;
  font-weight: 600;
  font-size: 2.45em;
  margin: 0;
  background-color: #fff;
  color: #ccab88;
}

.home-banner .tagline h2 span {
  font-family: "Damion", cursive;
  font-weight: 100;
  font-size: 1.4em;
}

.home-banner .tagline .cta {
  background-color: #71d37a;
  padding: 0 7px;
  text-align: center;
}

.home-banner .tagline .cta a.button {
  background-color: #fff;
  color: #71d37a;
  padding: 10px 20px;
}

.home-banner .tagline .cta a.button:hover {
  background-color: #253146;
}

/* Desktop */

@media only screen and (min-width: 1081px) {
  .home-banner .tagline .cta,
  .home-banner .tagline h2 {
    display: inline-block;
    vertical-align: middle;
  }

  .home-banner .tagline {
    width: 921px;
  }

  .home-banner .tagline h2 span {
    background-image: url(img/underline.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}

@media only screen and (min-width: 768px) {
  .home-banner .item {
    height: 880px;
  }

  .home-banner nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

@media only screen and (min-width: 1081px) {
  .home-banner .arrow {
    position: absolute;
    display: block;
    background-color: #fff;
    height: 118px;
    width: 28px;
    z-index: 99;
    top: 50%;
    margin-top: -58px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .home-banner .arrow svg {
    position: absolute;
    fill: #ccab88;
    width: 9px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-left: 11px;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }

  .home-banner .arrow:hover {
    fill: #fff;
    background-color: #ccab88;
  }

  .home-banner .arrow:hover svg {
    fill: #fff;
  }

  .home-banner .prev {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0;
  }

  .home-banner .next {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 0;
  }
}

/* Tablet */

@media only screen and (max-width: 1080px) {
  .home-banner .arrow {
    display: none;
  }

  .home-banner .tagline {
    max-width: 500px;
    width: 90%;
    text-align: center;
  }

  .home-banner .tagline h2 {
    padding: 25px 20px 18px 20px;
    line-height: 1.4em;
    font-size: 1.7em;
  }

  .home-banner .tagline .cta {
    padding: 25px 0;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .home-banner .item {
    height: 340px;
  }

  .home-banner .arrow {
    display: none;
  }
}

/*-------------------------------------
Home Content
-------------------------------------*/

/* All Resolutions */

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

.home-content h1 {
  font-family: "Damion", cursive;
  color: #253146;
}

.home-content .columns div {
  background-repeat: no-repeat;
  background-position: top center;
}

.home-content .columns div:nth-child(1) {
  background-image: url(img/illustration-landscape.svg);
  background-size: 147px 111px;
}

.home-content .columns div:nth-child(1) h2 {
  color: #ccab88;
}

.home-content .columns div:nth-child(2) {
  background-image: url(img/illustration-land.svg);
  background-size: 140px 118px;
}

.home-content .columns div:nth-child(2) h2 {
  color: #71d37a;
}

.home-content .columns div:nth-child(3) {
  background-image: url(img/illustration-lawn.svg);
  background-size: 152px 93px;
}

.home-content .columns div:nth-child(3) h2 {
  color: #47d4e9;
}

.home-content .columns h2 {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.home-content .columns p {
  font-size: 0.9em;
  line-height: 1.8em;
}

/* Desktop */

@media only screen and (min-width: 768px) {
  .home-content .container {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .home-content h1 {
    font-size: 2.4em;
    margin: 0 0 0.6em 0;
  }

  .home-content .columns > div {
    padding-top: 158px;
  }

  .home-content .container > p {
    margin: 0 17%;
    line-height: 1.75em;
    font-weight: 100;
    color: #53738e;
    font-size: 1.3em;
  }

  .home-content .columns.three > * {
    margin: 0 0 0 11%;
    width: 26%;
  }

  .home-content .columns {
    padding-top: 105px;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .home-content .container {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .home-content h1 {
    font-size: 2.2em;
  }

  .home-content .columns > div {
    padding-top: 130px;
    padding-bottom: 20px;
  }

  .home-content .container > p {
    margin: 0 10%;
    line-height: 1.75em;
    font-weight: 100;
    color: #53738e;
    font-size: 1em;
  }

  .home-content .columns {
    padding-top: 50px;
  }
}

/*-------------------------------------
Services CTAs
-------------------------------------*/

/* All Resolutions */

.services-ctas h2 {
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 3em;
}

.services-ctas h2 span {
  display: block;
  font-size: 2.5em;
  margin-bottom: 0;
  font-family: "Damion", cursive;
}

.services-ctas > div {
  text-align: center;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.services-ctas a.button {
  padding: 10px 20px;
  font-size: 0.7em;
  background-color: #fff;
  color: #53738e;
}

.services-ctas a.button:hover {
  background-color: #253146;
  color: #fff;
}

.services-ctas > div:nth-child(1) {
  background-image: url(img/services-ctas-commercial.jpg);
}

.services-ctas > div:nth-child(2) {
  background-image: url(img/services-ctas-residential.jpg);
}

/* Desktop */

@media only screen and (min-width: 768px) {
  .services-ctas > div {
    float: left;
    width: 50%;
    padding: 185px 0 140px 0;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .services-ctas > div {
    padding: 100px 0 55px 0;
  }
}

/*-------------------------------------
News Carousel
-------------------------------------*/

/* All Resolutions */

.carousel-news h2 {
  color: #ccab88;
  font-weight: 100;
  text-align: center;
  margin: 0;
  font-size: 2.35em;
}

.carousel-news .container {
  max-width: 1380px;
  padding: 0;
}

.carousel-news .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}

.carousel-news .entry {
  overflow: hidden;
  position: relative;
  z-index: 9999999;
  margin: 0 auto;
  max-width: 328px;
  border-radius: 10px;
  border: 1px solid #e6ebef;
  box-shadow: 5px 5px 5px 0px rgba(83, 115, 142, 0.08);
}

.carousel-news .image {
  position: relative;
  overflow: hidden;
}

.carousel-news .date {
  color: #ccab88;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -39px;
  background-color: #fff;
  font-weight: bold;
  font-size: 0.85em;
  border-radius: 50%;
  padding-top: 16px;
  height: 77px;
  width: 77px;
  text-align: center;
}

.carousel-news .info {
  padding: 35px 35px;
  border-top: none;
}

.carousel-news a {
  text-decoration: none;
}

.carousel-news a h3 {
  color: #71d37a;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.carousel-news p {
  font-size: 0.9em;
  line-height: 1.85em;
  color: #53738e;
  margin-bottom: 2em;
}

.carousel-news p:last-child {
  text-align: center;
  margin-bottom: 0;
}

.carousel-news a.button {
  padding: 7px 20px;
  font-size: 0.9em;
  color: #71d37a;
  background-color: #253146;
}

.carousel-news a.button:hover {
  color: #253146;
  background-color: #71d37a;
}

.carousel-news .owl-dots {
  display: block;
  text-align: center;
}

.carousel-news .owl-dots,
.carousel-news .owl-dot {
  display: inline-block;
  vertical-align: middle;
}

.carousel-news .owl-controls {
  text-align: center;
}

.carousel-news .owl-dot span {
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 5px 7px 10px 7px;
  background-color: #71d37a;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.carousel-news .owl-dot:hover span,
.carousel-news .owl-dot.active span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-news .arrow {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 41px;
  width: 41px;
  background-color: #faf6f3;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.carousel-news .arrow svg {
  display: block;
  margin: 12px auto;
  fill: #ccab88;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.carousel-news .arrow:hover {
  background-color: #ccab88;
}

.carousel-news .arrow:hover svg {
  fill: #faf6f3;
}

/* Desktop */

@media only screen and (min-width: 768px) {
  .carousel-news .container {
    padding-top: 105px;
  }

  .carousel-news .carousel {
    padding-top: 70px;
    padding-bottom: 112px;
  }

  .carousel-news h2 {
    font-size: 2.35em;
  }

  .carousel-news .owl-controls {
    padding-top: 49px;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .carousel-news .container {
    padding: 52px 0 40px 0;
  }

  .carousel-news .carousel {
    padding-top: 43px;
  }

  .carousel-news .owl-controls {
    padding-top: 40px;
  }

  .carousel-news h2 {
    font-size: 2.35em;
  }

  .carousel-news .owl-item {
    padding: 0 20px;
  }
}

/*-------------------------------------
Testimonials Carousel
-------------------------------------*/

/* All Resolutions */

.carousel-testimonials {
  background-image: url(img/testimonials-bg.jpg);
  background-position: center;
  background-size: cover;
}

.carousel-testimonials h2 {
  color: #fff;
  font-weight: 100;
  text-align: center;
  margin: 0;
  font-size: 2.35em;
}

.carousel-testimonials .quote,
.carousel-testimonials-aside .quote {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
}

.carousel-testimonials p,
.carousel-testimonials-aside p {
  color: #53738e;
  font-weight: 100;
}

.carousel-testimonials p.name,
.carousel-testimonials-aside p.name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.carousel-testimonials .owl-dots,
.carousel-testimonials-aside .owl-dots {
  display: block;
  text-align: center;
}

.carousel-testimonials .owl-dots,
.carousel-testimonials .owl-dot,
.carousel-testimonials-aside .owl-dots,
.carousel-testimonials-aside .owl-dot {
  display: inline-block;
  vertical-align: middle;
}

.carousel-testimonials .owl-controls,
.carousel-testimonials-aside .owl-controls {
  text-align: center;
}

.carousel-testimonials .owl-dot span,
.carousel-testimonials-aside .owl-dot span {
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 5px 7px 10px 7px;
  background-color: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.carousel-testimonials .owl-dot:hover span,
.carousel-testimonials .owl-dot.active span,
.carousel-testimonials-aside .owl-dot:hover span,
.carousel-testimonials-aside .owl-dot.active span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-testimonials .owl-item,
.carousel-testimonials-aside .owl-item {
  padding: 0 20px;
}

.carousel-testimonials .marks,
.carousel-testimonials-aside .marks {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .carousel-testimonials .marks.start {
    top: 25px;
    left: 25px;
  }

  .carousel-testimonials .marks.end {
    bottom: 25px;
    right: 22px;
  }

  .carousel-testimonials {
    padding-top: 90px;
  }

  .carousel-testimonials p {
    font-size: 1.25em;
    line-height: 1.85em;
    margin-bottom: 1.2em;
  }

  .carousel-testimonials .carousel {
    padding-top: 85px;
    padding-bottom: 70px;
  }

  .carousel-testimonials .owl-controls {
    padding-top: 70px;
  }

  .carousel-testimonials .quote {
    text-align: center;
    padding: 55px 50px 35px 50px;
    max-width: 895px;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .carousel-testimonials .marks.start {
    top: 25px;
    left: 31px;
  }

  .carousel-testimonials .marks.end {
    bottom: 25px;
    right: 22px;
  }

  .carousel-testimonials {
    padding-top: 35px;
    padding-bottom: 21px;
  }

  .carousel-testimonials p {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 1.6em;
  }

  .carousel-testimonials .carousel {
    padding-top: 25px;
  }

  .carousel-testimonials .owl-controls {
    padding-top: 18px;
  }

  .carousel-testimonials .quote {
    padding: 67px 40px 20px 40px;
  }
}

/*-------------------------------------
Footer
-------------------------------------*/

/* All Resolutions */

footer.main {
  background-color: #253146;
  color: #53738e;
  padding-bottom: 41px;
}

footer.main a {
  color: #53738e;
  text-decoration: none;
}

footer.main a:hover {
  color: #fff;
}

nav.social .container {
  max-width: 1200px;
  padding: 0;
}

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

nav.social li {
  position: relative;
  float: left;
  text-align: center;
}

nav.social li a:before {
  position: absolute;
  left: 50%;
  font-family: "icomoon" !important;
  top: 30%;
  font-size: 1.85em;
}

nav.social li.facebook a:before {
  margin-left: -4px;
  content: "\e901";
}

nav.social li.pinterest a:before {
  margin-left: -12px;
  content: "\e903";
}

nav.social li.google a:before {
  margin-left: -37px;
  content: "\e902";
}

nav.social li.angies-list a:before {
  margin-left: -54px;
  content: "\e900";
  font-size: 1.5em;
}

nav.social a {
  font-size: 0.85em;
  display: block;
  width: 100%;
  text-decoration: none;
}

p.call-us {
  font-size: 1.25em;
}

p.call-us,
p.call-us a {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #71d37a;
}

/* Footer Bottom */

.footer-column-1 strong {
  display: block;
}

footer.main .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.main .widget_nav_menu a {
  text-decoration: none;
}

.footer-column-3 a.button {
  padding: 8px 28px;
  font-size: 0.8em;
  background-color: #fff;
}

.footer-column-3 a.button:hover {
  color: #253146;
  background-color: #71d37a;
}

.footer-logos img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* Desktop */

@media only screen and (min-width: 768px) {
  nav.social {
    border-bottom: 1px solid #345150;
  }

  nav.social a {
    padding-top: 85px;
    padding-bottom: 30px;
  }

  nav.social li {
    width: 25%;
  }

  nav.social li:last-child a {
    border-right: 1px solid #345150;
  }

  nav.social a {
    border-left: 1px solid #345150;
  }

  p.call-us {
    margin-top: 75px;
    margin-bottom: 78px;
  }

  /* Footer Bottom */

  .footer-column-1,
  footer.main .widget_nav_menu,
  .footer-column-3,
  .footer-column-4 {
    float: left;
  }

  .footer-column-1 {
    width: 30%;
    margin-right: 10%;
  }

  .footer-column-1 p {
    font-size: 1.28em;
    line-height: 1.8em;
    margin-bottom: 2em;
  }

  .footer-column-1 p.copyright {
    font-size: 0.83em;
  }

  footer.main .widget_nav_menu {
    width: 20%;
    margin-right: 3%;
  }

  footer.main .widget_nav_menu li {
    margin-bottom: 0.95em;
  }

  .footer-column-3 {
    width: 20%;
    margin-right: 3.7%;
  }

  .footer-column-3 p {
    margin-bottom: 2.5em;
    line-height: 2em;
  }

  .footer-column-4 {
    width: 13.3%;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  footer.main > .container {
    padding: 0 40px;
  }

  nav.social a {
    padding-top: 75px;
    padding-bottom: 27px;
    border-bottom: 1px solid #345150;
  }

  nav.social li {
    width: 50%;
  }

  nav.social li:nth-child(odd) {
    border-right: 1px solid #345150;
  }

  p.call-us {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .footer-column-1 {
    margin-bottom: 42px;
  }

  .footer-column-1 p {
    text-align: center;
    line-height: 1.8em;
  }

  .footer-column-1 p.copyright {
    display: none;
  }

  .footer-column-3 {
    float: left;
    width: 50%;
    margin-right: 7%;
  }

  .footer-column-4 {
    margin-top: -10px;
    float: left;
    width: 43%;
  }

  .footer-column-4 img {
    float: right;
  }

  .footer-column-3 p {
    font-size: 0.9em;
    line-height: 1.9em;
  }

  .footer-column-4 a.button {
    display: none;
  }

  footer.main .widget_nav_menu {
    display: none;
  }

  .footer-logos {
    margin-top: 33px;
    text-align: center;
  }

  .footer-logos img {
    margin-left: 10px;
  }
}

/*-------------------------------------
Subpage Banner
-------------------------------------*/

/* All Resolutions */

.sub-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.sub-banner h1.title {
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-banner span {
  margin: 0;
  font-weight: normal;
  font-family: "Damion", cursive;
  color: #71d37a;
  line-height: 1em;

  background-color: #fff;
  border-radius: 10px;
}

/* Desktop */

@media only screen and (min-width: 768px) {
  .sub-banner {
    height: 480px;
  }

  .sub-banner h1.title {
    font-size: 4.5em;
  }

  .sub-banner span {
    padding: 5px 65px 10px 65px;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .sub-banner {
    height: 218px;
  }

  .sub-banner h1.title {
    font-size: 2.4em;
  }

  .sub-banner span {
    padding: 9px 30px 10px 30px;
  }
}

/*-------------------------------------
Sub Content
-------------------------------------*/

/* All Resolutions */

.sub-content article ul {
  margin: 0 0 1.3em 0;
  padding: 0 0 0 20px;
}

.sub-content article p,
.sub-content article li {
  color: #53738e;
}

.sub-content article p.large {
  font-weight: 100;
  margin-bottom: 1.4em;
}

.sub-content article h2 {
  margin-top: 1.1em;
  color: #71d37a;
}

.sub-content article p,
.sub-content article li {
  font-size: 0.85em;
  line-height: 1.95em;
}

/* Desktop */

@media only screen and (min-width: 768px) {
  .sub-content {
    padding-top: 78px;
    padding-bottom: 65px;
  }

  .sub-content.w-sidebar .content-left {
    width: 100%;
    float: left;
    margin-right: -328px;
  }

  .sub-content.w-sidebar .content-left article {
    margin-right: 328px;
  }

  .sub-content.w-sidebar aside.sidebar {
    float: right;
    margin-top: 10px;
    width: 328px;
  }

  .sub-content article p.large {
    font-size: 1.19em;
    line-height: 1.95em;
  }

  .sub-content article h2 {
    font-size: 1em;
    margin-bottom: 0.4em;
  }
}

@media only screen and (min-width: 1025px) {
  .sub-content.w-sidebar article {
    padding-right: 180px;
  }
}

/* Tablet */

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .sub-content.w-sidebar article {
    padding-right: 80px;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .sub-content {
    padding-top: 34px;
  }

  .sub-content article {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .sub-content article p.large {
    font-size: 1.05em;
    line-height: 1.7em;
  }

  .sub-content article h2 {
    font-size: 1em;
    margin-bottom: 0.4em;
  }
}

/*-------------------------------------
Carousel Testimonials (Sidebar)
-------------------------------------*/

/* All Resolutions */

.carousel-testimonials-aside .marks.start {
  top: 25px;
  left: 31px;
}

.carousel-testimonials-aside .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}

.carousel-testimonials-aside .marks.end {
  bottom: 25px;
  right: 22px;
}

.carousel-testimonials-aside p {
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 1.6em;
}

.carousel-testimonials-aside .carousel {
  padding-top: 25px;
}

.carousel-testimonials-aside .owl-controls {
  padding-top: 18px;
}

.carousel-testimonials-aside .quote {
  padding: 67px 40px 20px 40px;
}

.carousel-testimonials-aside .owl-item {
  padding: 0;
  border-radius: 10px;
  border: 1px solid #e6ebef;
  box-shadow: 0px 5px 5px 0px rgba(83, 115, 142, 0.08);
}

.carousel-testimonials-aside .owl-dot span {
  background-color: #71d37a;
}

/* Desktop */

@media only screen and (min-width: 768px) {
  .carousel-testimonials-aside {
    padding-top: 35px;
    padding-bottom: 21px;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .carousel-testimonials-aside {
    padding-top: 8px;
    padding-bottom: 33px;
  }
}

/*-------------------------------------
Make Maryland Beautiful (Widget)
-------------------------------------*/

/* All Resolutions */

.make-maryland-beautiful {
  border-radius: 10px;
  overflow: hidden;
  background-color: #253146;
}

.make-maryland-beautiful .image {
  height: 207px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.make-maryland-beautiful p {
  margin-top: 1em;
  line-height: 1.6em;
  font-size: 1.4em;
  color: #47d4e9;
  text-align: center;
  margin-bottom: 1.1em;
}

.make-maryland-beautiful p span {
  display: block;
  margin-top: 0.3em;
  font-size: 2.5em;
  font-weight: 100;
  font-family: "Damion", cursive;
  color: #71d37a;
  padding-bottom: 24px;
  background-image: url(img/underline.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 185px;
}

.make-maryland-beautiful .button {
  font-size: 0.6em;
  text-align: center;
  background-color: #fff;
  padding: 8px 20px;
  color: #253146;
}

.make-maryland-beautiful .button:hover {
  background-color: #71d37a;
}

/*-------------------------------------
Contact CTA
-------------------------------------*/

/* All Resolutions */

.contact-cta {
  max-width: 590px;
}

.contact-cta .image {
  height: 119px;
  background-image: url(img/illustration-land-2.svg);
  background-position: top left;
  background-size: 255px 119px;
  background-repeat: repeat-x;
}

.sub-content article .contact-cta p {
  font-size: 1.24em;
  line-height: 1.5em;
  color: #71d37a;
  font-weight: bold;
}

.contact-cta a.button {
  font-size: 0.8em;
  background-color: #71d37a;
  color: #fff;
  padding: 10px 25px;
}

.contact-cta a.button:hover {
  background-color: #253146;
  color: #71d37a;
}

/* Desktop */

@media only screen and (min-width: 768px) {
  .contact-cta {
    margin-top: 82px;
    min-height: 119px;
  }

  .contact-cta .text {
    width: 65%;
  }

  .contact-cta .image {
    float: right;
    margin-top: 10px;
    width: 35%;
  }

  .sub-content article .contact-cta p {
    margin-bottom: 1.2em;
  }

  .sub-content article .contact-cta p span {
    display: block;
  }

  .contact-cta a.button {
    margin-left: 13px;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .contact-cta {
    margin: 34px 10px;
  }

  .contact-cta .image {
    margin-bottom: 12px;
  }

  .sub-content article .contact-cta p {
    margin-bottom: 1.5em;
  }
}

.content.content-narrow {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (min-width: 889px) {
  .hide-on-desktop {
    display: none;
  }
}

#free-quote {
  position: fixed;
  right: 1em;
  bottom: 0;
  z-index: 9999;
}

#free-quote a {
  display: block;
  color: #fff;
  font-weight: bold;
  border: 2px solid rgba(0, 0, 0, 0.25);
  font-size: 20px;
  padding: 1em 2em;
  border-radius: 3px;
  border-bottom: 0;
  text-decoration: none;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px #000;
  background: #61cd66;
}

#free-quote a:hover {
  background: #1c2435;
}

@media screen and (max-width: 889px) {
  #free-quote {
    right: auto;
    left: calc(50% - 200px);
  }
}

@media screen and (max-width: 767px) {
  #free-quote {
    right: auto;
    left: calc(50% - 100px);
  }
  #free-quote a {
    font-size: 14px;
  }
}

.page-id-695 #free-quote {
  display: none;
}
