/*
Theme Name:     Zebralove Web Solutions 2024
Theme URI:      https://zebralovewebsolutions.com
Text Domain: 	ZebraloveWebSolutions24
Author:         Lynne Lowell
Author URI:     https://zebralovewebsolutions.com
Version:        0.1.2
Tested Up To:   6.6
Requires PHP:	PHP 7.0
Description:	Zebralove Web Solutions in house theme.
*/
html, body {
  overflow-x: hidden;
  font-family: "Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair"; }

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

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.btn-custom, .wp-block-button__link, .field-wrap input[type="submit"] {
  border-bottom-right-radius: 200px;
  border-top-left-radius: 200px;
  background-color: #009f00;
  padding: 15px 20px;
  margin: auto;
  text-decoration: none;
  font-family: "Playfair";
  font-size: 24px;
  color: #FFF;
  border: none; }

.btn-custom a, .btn-custom a:hover {
  color: #FFF; }

.btn-custom:hover, .wp-block-button__link:hover, .field-wrap input[type="submit"]:hover {
  color: #FFF;
  background: rgba(0, 159, 0, 0.75); }

.slide-in-fwd-center {
  -webkit-animation: slide-in-fwd-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-fwd-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both; }

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

footer .mdi {
  color: #FFF;
  font-size: 1.3rem; }

.homeContact .mdi {
  font-size: 1.7rem; }

/*Navbar*/
.navbar {
  padding: .8rem 1.2rem; }

.nav-link {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-left: 45px;
  font-family: "Playfair";
  font-weight: bold; }

.bg-dark {
  background-color: #4D4D4D !important; }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #4D4D4D; }

.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase; }

.navbar-nav .nav-link.show {
  color: #009f00; }

#navbarSupportedContent .form-control {
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px; }

.dropdown-menu {
  background-color: #009f00;
  border-radius: 0px;
  border: none;
  left: 50px;
  font-family: "Playfair";
  padding: 0px; }

.dropdown-item {
  color: #FFF;
  padding: .7rem 1.5rem; }

.menu-item.current_page_item .dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
  color: #FFF;
  background-color: #020646; }

.navbar-toggler {
  background-color: #009f00;
  color: #020646; }

.top-bar {
  color: #FFF; }

.top-bar a {
  color: #4D4D4D; }

.top-bar a:hover {
  color: #4D4D4D; }

.top-bar .mdi {
  font-size: 2rem; }

.navBar, .navBar a {
  color: #FFF; }

.navBar .mdi {
  font-size: 1.5rem;
  color: #009f00; }

.homeHeader {
  /*-webkit-box-shadow: 1px 6px 7px 1px rgba(0,0,0,0.36); 
  box-shadow: 1px 6px 7px 1px rgba(0,0,0,0.36);*/
  position: relative;
  z-index: 1; }

.homeHero {
  height: 800px; }
  .homeHero .homeHeroLeft {
    background: url("https://seasidelandscaping.net/wp-content/themes/ZebraloveWebSolutions25/imgs/hero-left.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 800px; }
  .homeHero .homeHeroRight {
    background: url("https://seasidelandscaping.net/wp-content/themes/ZebraloveWebSolutions25/imgs/hero-right.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 800px; }

.view {
  height: 800px;
  transform: skew(-10deg); }

.left,
.right {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0; }

.left {
  left: -5%;
  right: 50%; }

.divider {
  /*background-color:#fff;
/*   border-left:solid 2px #000; */
  /*   border-right:solid 2px #000; 
    background:url('https://zebralovehost.com/sea/wp-content/themes/ZebraloveWebSolutions25/imgs/path.png') no-repeat 50% 50%;*/
  bottom: -5%;
  position: absolute;
  right: 37.9%;
  top: -5%;
  z-index: 1; }
  .divider img {
    transform: rotate(0deg);
    position: relative;
    top: 40px;
    left: 14%;
    max-height: 761px; }

.right {
  left: 50%;
  right: -5%;
  /*   background: purple; */ }

.sun,
.moon {
  bottom: -5%;
  left: -10%;
  position: absolute;
  right: -10%;
  top: -5%;
  transform: skew(10deg); }

.split-pane {
  padding-top: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 50%;*/
  min-height: 9em;
  font-size: 28px;
  color: white;
  font-family: "Playfair";
  font-weight: 300; }

@media (min-width: 500px) {
  .split-pane {
    padding-top: 2em;
    height: 100%; } }
.split-pane.sun > div {
  top: 80%; }

.split-pane.moon > div {
  top: 15%; }

.split-pane > div {
  position: relative;
  /* top: 50%; */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }

.split-pane > div .text-content {
  line-height: 1.6em;
  margin-bottom: 1em;
  background: rgba(2, 6, 70, 0.6);
  padding: 1rem; }

.split-pane > div .text-content .big {
  font-size: 2em; }

.split-pane > div img {
  height: 10.3em; }

@media (max-width: 500px) {
  .split-pane > div img {
    display: none; } }
.split-pane button, .split-pane a.button {
  font-family: "Playfair";
  font-weight: 800;
  background: none;
  border: 1px solid white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 15em;
  padding: 0.7em;
  font-size: 0.5em;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: white;
  display: inline-block;
  cursor: pointer; }

.split-pane button:hover, .split-pane a.button:hover {
  text-decoration: none;
  background-color: white;
  border-color: white;
  cursor: pointer; }

#split-pane-or {
  font-size: 2em;
  color: white;
  font-family: "Playfair";
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 925px) {
  #split-pane-or {
    top: 15%; } }
#split-pane-or > div img {
  height: 2.5em; }

@media (max-width: 500px) {
  #split-pane-or {
    position: absolute;
    top: 50px; }

  #split-pane-or > div img {
    height: 2em; } }
@media (min-width: 500px) {
  #split-pane-or {
    font-size: 3em; } }
.big {
  font-size: 2em; }

.bold {
  text-transform: uppercase;
  filter: drop-shadow(0px 0px 7px #000); }

.big {
  font-weight: 800; }

.centered {
  position: fixed;
  /* or absolute */
  top: 50%;
  left: 50%; }

img.centered {
  transform: skew(10deg);
  margin-left: -60px; }

.mobileLeft {
  position: relative;
  height: 400px;
  align-content: center; }
  .mobileLeft .text-content {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    color: #FFF;
    background: rgba(2, 6, 70, 0.6);
    padding: 2rem 1rem; }

.mobileRight {
  position: relative;
  height: 400px;
  align-content: center; }
  .mobileRight .text-content {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    color: #FFF;
    background: rgba(2, 6, 70, 0.6);
    padding: 2rem 1rem; }

.homeText {
  align-content: center;
  position: relative; }
  .homeText img {
    margin-bottom: -80px;
    position: relative;
    z-index: 0; }
  .homeText .homeTextLeft, .homeText .homeTextRight {
    opacity: 1; }
  .homeText .homeTextArea {
    background: #020646;
    padding: 1.5rem;
    color: #FFF;
    margin: 0 20px;
    box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    min-height: 370px; }
    .homeText .homeTextArea h2, .homeText .homeTextArea h3 {
      color: #FFF; }

.serviceBoxes .box1 {
  --bg-color: #009f00;
  --bg-color-light: #04c904;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(0, 159, 0, 0.48); }
.serviceBoxes .card {
  width: 100%;
  height: 250px;
  background: #fff;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 0; }
.serviceBoxes .card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
  border-color: #009f00; }
.serviceBoxes .card:hover .overlay {
  transform: scale(4) translateZ(0); }
.serviceBoxes .card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color); }
.serviceBoxes .card:hover .circle:after {
  background: var(--bg-color-light); }
.serviceBoxes .card:hover p {
  color: var(--text-color-hover); }
.serviceBoxes .card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color); }
.serviceBoxes .card p {
  font-size: 26px;
  color: #020646;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
  font-family: "Playfair"; }
.serviceBoxes .circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out; }
.serviceBoxes .circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out; }
.serviceBoxes .circle svg {
  z-index: 10000;
  transform: translateZ(0); }
.serviceBoxes .overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 32px;
  left: 93px;
  z-index: 0;
  transition: transform 0.3s ease-out; }

.interiorHeader {
  color: #FFF;
  background: #020646;
  height: 400px;
  margin-bottom: 2rem; }
  .interiorHeader h1 {
    color: #FFF;
    font-size: 2.5rem;
    word-wrap: break-word; }
  .interiorHeader h4 {
    color: #009f00;
    text-transform: uppercase;
    word-wrap: break-word; }
  .interiorHeader .headerLeft {
    height: 100%; }
    .interiorHeader .headerLeft .contentContainer {
      position: relative;
      z-index: 1;
      height: 100%;
      align-content: center; }
      .interiorHeader .headerLeft .contentContainer .content {
        width: 70%;
        margin: 0 auto;
        position: relative;
        z-index: 1; }
      .interiorHeader .headerLeft .contentContainer:after {
        position: absolute;
        z-index: 0;
        content: "";
        right: -6%;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #020646;
        -webkit-transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg); }

.intro {
  padding-bottom: 30px;
  /* Functions */
  /* 
   * Font / breakpoint sizes
   * @param [number] $px
   * @return [number]
   */
  /*
   * Strip unit from number
   * @param [number] $number
   * @return [number]
   */
  /* Mixins */
  /* 
   * Min media query
   * @param [string/number] $min
   */
  /* 
   * Max media query
   * ---------------
   *
   * @param [string/number] $max
   */
  /*
   * Object: Aspect Ratio
   * --------------------
   */
  /*
   * Object: Overlap
   * ---------------
   */ }
  @media only screen and (max-width: 43.75em) {
    .intro .l-max {
      max-width: 500px;
      margin: auto; } }
  .intro .o-aspect-ratio {
    position: relative;
    overflow: hidden; }
    .intro .o-aspect-ratio::before {
      content: '';
      display: block;
      padding-top: 100%; }
    .intro .o-aspect-ratio[data-padding="80"]::before {
      padding-top: 80%; }
    .intro .o-aspect-ratio[data-padding="66"]::before {
      padding-top: 66%; }
  .intro .o-aspect-ratio__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; }
  .intro .o-overlap-bottom,
  .intro .o-overlap-top {
    position: absolute;
    width: 70%; }
  .intro .o-overlap-bottom {
    left: 0;
    top: 0; }
  .intro .o-overlap-top {
    right: 0;
    bottom: 0; }
  .intro .o-overlap-bottom__deco {
    background: #37493E;
    width: 15%;
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
    transform: translateX(95%); }
    .intro .o-overlap-bottom__deco::before {
      content: '';
      position: absolute;
      width: 33.33333%;
      height: 100%;
      top: 0;
      left: 0;
      background: #FFFFFF;
      opacity: 0.2;
      transform: translateX(100%); }
    .intro .o-overlap-bottom__deco::after {
      content: '';
      position: absolute;
      width: 33.33333%;
      height: 100%;
      top: 0;
      left: 0;
      background: #FFFFFF;
      opacity: 0.5;
      transform: translateX(200%); }
  .intro .o-overlap-top__deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    background: url("https://seasidelandscaping.net/wp-content/themes/ZebraloveWebSolutions25/imgs/leaf.png") no-repeat 50% 50%;
    opacity: 0.8;
    transform: translate(-130%, 115%); }

@keyframes animate2 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes animate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
.serviceRow {
  padding: 4rem 0; }
  .serviceRow .card {
    position: relative;
    width: 90%;
    height: 180px;
    margin: 0 auto;
    background: #FFF;
    transition: 0.5s;
    margin-bottom: 7rem; }
    .serviceRow .card:hover {
      height: 450px; }
      .serviceRow .card:hover:before {
        animation-play-state: running; }
      .serviceRow .card:hover .imgBx {
        top: -30px;
        width: 200px;
        height: 200px; }
        .serviceRow .card:hover .imgBx:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 500px;
          height: 150px;
          transform: translate(-50%, -50%);
          background: linear-gradient(transparent, #009f00, #009f00, #009f00, transparent);
          animation: animate2 6s linear infinite;
          animation-play-state: paused; }
        .serviceRow .card:hover .imgBx img {
          opacity: 1; }
      .serviceRow .card:hover .content .details {
        transform: translateY(-10px); }
        .serviceRow .card:hover .content .details p, .serviceRow .card:hover .content .details a {
          opacity: 1; }
      .serviceRow .card:hover .content h2 {
        display: none; }
    .serviceRow .card .lines {
      position: absolute;
      inset: 0;
      background: #020646;
      overflow: hidden; }
      .serviceRow .card .lines:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 600px;
        height: 120px;
        background: linear-gradient(transparent, #009f00, #009f00, #009f00, transparent);
        animation: animate 4s linear infinite;
        animation-play-state: paused; }
      .serviceRow .card .lines:after {
        content: '';
        position: absolute;
        inset: 3px;
        background: #009f00; }
    .serviceRow .card .imgBx {
      position: absolute;
      top: -90px;
      left: 50%;
      width: 150px;
      height: 150px;
      transform: translateX(-50%);
      background: #020646;
      transition: 0.5s;
      z-index: 10;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      .serviceRow .card .imgBx:after {
        content: '';
        position: absolute;
        inset: 3px;
        background: #FFF; }
      .serviceRow .card .imgBx img {
        position: absolute;
        width: 100px;
        z-index: 1;
        opacity: 0.5s;
        transition: 0.5s; }
    .serviceRow .card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      overflow: hidden;
      flex-flow: wrap; }
      .serviceRow .card .content h2 {
        font-size: 1.5em;
        color: #020646;
        line-height: 1em;
        margin-top: 85px; }
      .serviceRow .card .content .details {
        padding: 0px 20px;
        text-align: center;
        width: 100%;
        transition: 0.5s;
        transform: translateY(145px); }
        .serviceRow .card .content .details p {
          color: #FFF;
          opacity: 0;
          transition: 0.5s; }
        .serviceRow .card .content .details a {
          display: inline-block;
          padding: 8px 15px;
          background: #020646;
          color: #FFF;
          margin-top: 10px;
          font-weight: 500;
          text-decoration: none;
          opacity: 0;
          transition: 0.5s; }

.homeText {
  padding: 4rem 0; }

.headerContent {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px; }

.header {
  padding: 10px 0px; }

.serviceBox {
  color: #777;
  padding: 20px 15px 25px 30px;
  border-radius: 0 0 2px 0;
  position: relative;
  z-index: 1;
  opacity: 0; }
  .serviceBox:before, .serviceBox:after {
    content: '';
    background: #fff;
    height: 100%;
    width: calc(100% - 19px);
    border-radius: inherit;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: -1; }
  .serviceBox:after {
    background: #009f00;
    top: 15px;
    right: -10px;
    z-index: -2; }
  .serviceBox .title {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 7px; }
  .serviceBox .description {
    letter-spacing: 0.5px;
    line-height: 23px;
    margin: 0; }

.serviceBox.purple:after,
.serviceBox.purple .service-icon {
  background: linear-gradient(#865aed, #6A47DC); }

.serviceBox.purple .title {
  color: #6A47DC; }

.serviceBox.pink:after,
.serviceBox.pink .service-icon {
  background: linear-gradient(#fc55a0, #E42485); }

.serviceBox.pink .title {
  color: #E42485; }

.serviceBox.orange:after,
.serviceBox.orange .service-icon {
  background: linear-gradient(#EC722F, #E65811); }

.serviceBox.orange .title {
  color: #E65811; }

@media only screen and (max-width: 1080px) {
  .serviceBox {
    margin: 0 5px 40px; } }
.fullWidth {
  background-image: linear-gradient(to right, rgba(0, 159, 0, 0.65), rgba(2, 6, 70, 0.95)), url("https://seasidelandscaping.net/wp-content/themes/ZebraloveWebSolutions25/imgs/full-width.jpg");
  background-size: cover;
  background-attachment: fixed; }
  .fullWidth h2, .fullWidth h3, .fullWidth h4, .fullWidth h5, .fullWidth h6 {
    color: #FFF; }

.homeTest {
  padding: 5rem 1rem; }
  .homeTest h2 {
    font-size: 4rem;
    margin-bottom: 3rem; }

/*Blog*/
.blog-border {
  margin: 10px 0px;
  padding: 20px 10px; }

.featuredImage {
  width: 100%;
  height: 100%; }

.blogSidebar {
  background-color: #4D4D4D;
  padding: 30px;
  margin-bottom: 15px;
  color: #FFF; }

.homeBlog {
  background-color: #009f00;
  background: -moz-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #269e4e), color-stop(100%, #1b6f37));
  /*safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* ie10+ */
  background: linear-gradient(180deg, #269e4e 9%, #1b6f37 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff944e', endColorstr='#004aad',GradientType=0 );
  /* ie6-9 */
  color: #FFF; }

.homeContact {
  background-image: linear-gradient(to right, rgba(2, 6, 70, 0.95), rgba(2, 6, 70, 0.7)), url("https://seasidelandscaping.net/wp-content/themes/ZebraloveWebSolutions25/imgs/footer.jpg");
  background-size: cover;
  background-position: 50% 63%;
  padding: 12rem 0; }
  .homeContact h2, .homeContact h3, .homeContact h4, .homeContact h5, .homeContact h6 {
    color: #FFF;
    opacity: 0; }
  .homeContact h2 {
    font-size: 4rem;
    margin-bottom: 3rem; }
  .homeContact p {
    font-size: 26px;
    color: #FFF;
    margin-top: 3rem; }
    .homeContact p a {
      text-decoration: none;
      color: #FFF; }

.strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
  color: #020646 !important;
  background: #020646 !important; }

/*form styles*/
.nf-field-element input, .nf-field-element textarea {
  padding: .5rem 1rem;
  border-radius: 5px;
  border: solid 2px #020646; }

/*portfolio styles*/
.tlp-portfolio button {
  background: #020646;
  font-family: "Playfair";
  color: #FFF; }

footer {
  background-image: url("https://seasidelandscaping.net/wp-content/themes/ZebraloveWebSolutions25/imgs/footer-grass.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0px;
  background-position-y: 600px; }
  footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #020646; }
  footer h2 {
    font-weight: bold;
    margin: 0 0 2rem 0; }
    footer h2 a {
      text-decoration: none; }
  footer .phone {
    text-decoration: none; }
    footer .phone h2 {
      font-size: 3rem; }

.copyright {
  text-align: center;
  font-size: .8rem;
  padding: 1rem;
  color: #FFF;
  background-color: #009f00; }
  .copyright a {
    color: #FFF !important;
    text-decoration: none !important; }

/* ----------------------------------------------
 * Generated by Animista on 2021-1-25 9:56:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2026-2-20 13:30:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2026-3-12 11:51:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2026-2-20 13:32:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@media (min-width: 766px) and (max-width: 1559px) {
  .divider img {
    display: none; } }
@media (min-width: 1200px) {
  .serviceRow .card {
    width: 350px; }

  .homeText .homeTextLeft, .homeText .homeTextRight {
    opacity: 0; } }
@media (min-width: 765px) and (max-width: 992px) {
  footer {
    background-position-y: 420px; } }
@media (min-width: 765px) {
  .serviceRow .card .content .details {
    padding: 10px 20px; }
    .serviceRow .card .content .details h2 {
      font-size: 1.75em;
      color: #020646;
      line-height: 1em; }

  .top-bar .mdi {
    font-size: 1rem; }

  .interiorHeader h1 {
    font-size: 3.5rem; } }
