/*
Theme Name:     Zebralove Web Solutions 2026
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: "Atlantic Cruise", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

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 {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  border: 2px solid #f05023;
  color: #f05023;
  font-family: "Atlantic Cruise", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.75rem;
  text-decoration: none;
  margin: 20px auto;
  transition: color 0.4s;
  border-radius: 0px !important;
  background-color: transparent; }
  .btn-custom:after, .wp-block-button__link:after {
    content: " ";
    display: inline-block;
    border: 2px solid #f05023;
    width: calc(100% - 15px);
    height: calc(100% + 15px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s; }

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

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

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

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

.nav-link {
  font-size: 1.75rem;
  line-height: 3rem;
  font-family: "Atlantic Cruise", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase; }

.bg-dark {
  background-color: #575a5f !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: #575a5f; }

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

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

.dropdown-menu {
  background-color: #575a5f;
  border-radius: 0px;
  border: none;
  left: 50px;
  font-family: "Atlantic Cruise", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0px; }

.dropdown-item {
  color: #FFF;
  padding: .5rem 1.25rem;
  font-size: 1.5rem; }

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

.navbar-toggler {
  border-radius: 0px;
  background: #f05023;
  color: #FFF;
  padding: 1rem;
  border: none; }

.top-bar {
  color: #575a5f; }

.top-bar a {
  color: #575a5f; }

.top-bar a:hover {
  color: #575a5f;
  text-decoration: none; }

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

.navBar .mdi {
  font-size: 2rem;
  color: #f05023; }

/*hamburger menu*/
.hamburger-menu {
  z-index: 101;
  position: absolute;
  top: 50px;
  right: 5px;
  width: 68px;
  height: 60px;
  cursor: pointer; }

.bar,
.bar:after,
.bar:before {
  width: 68px;
  height: 10px; }

.bar {
  position: relative;
  transform: translateY(25px);
  transition: all 0ms 300ms;
  text-align: center; }
  .bar .text {
    font-size: 1.5rem;
    color: #f05023;
    line-height: 0rem;
    bottom: 4px;
    position: relative; }
  .bar.animate {
    background: rgba(255, 255, 255, 0); }
    .bar.animate:after {
      top: 0;
      transform: rotate(45deg);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .bar.animate:before {
      bottom: 0;
      transform: rotate(-45deg);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 17px;
    background: #f05023;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    background: #f05023;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

/*nav menu*/
.show {
  left: 0%;
  opacity: 1; }

.hide {
  opacity: 0;
  left: 100%; }

.mobile-nav {
  background: rgba(87, 90, 95, 0.9);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: .2s ease;
  z-index: 100;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/ }
  .mobile-nav ul {
    position: relative;
    top: 20%;
    list-style: none;
    padding-left: 0px; }
  .mobile-nav a {
    text-align: center;
    color: #FFF;
    opacity: 0;
    transition: opacity .9s ease-in-out; }

.mobile-nav.show a {
  text-align: center;
  color: #FFF;
  opacity: 1;
  padding-bottom: 15px; }

.mobile-nav a:hover {
  color: #f05023; }

.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; }

.interiorHeader {
  color: #FFF;
  padding: 80px 0px;
  -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); }

.interiorHeader h1 {
  text-shadow: 2px 5px 5px rgba(77, 77, 77, 0.74); }

.serviceRow {
  padding: 1rem 0; }

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

.header {
  padding: 10px 0px; }

.serviceBox {
  margin: 15px 10px auto 15px;
  text-align: center;
  transition: all 0.5s; }
  .serviceBox .icon {
    width: 100px;
    margin: auto;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #f05023;
    position: relative;
    top: 30px;
    z-index: 3; }
    .serviceBox .icon:before {
      transition: all 0.5s;
      content: " ";
      width: 120px;
      height: 120px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background-color: #f05023;
      z-index: -1; }
    .serviceBox .icon i {
      font-size: 3rem;
      color: #FFF; }
  .serviceBox:hover .icon:before {
    width: 140px;
    height: 140px; }
  .serviceBox:hover a.title:before {
    width: 100px; }
  .serviceBox .img-in {
    position: relative;
    margin-top: -20px;
    border-radius: 0px; }
    .serviceBox .img-in img {
      width: 100%;
      height: auto;
      transition: all 0.5s;
      border-radius: 0px;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
  .serviceBox .img-icon-box-content {
    padding: 0 20px; }
  .serviceBox a.title {
    font-size: 2rem;
    font-family: "Atlantic Cruise", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 20px auto 30px auto;
    display: block;
    position: relative;
    color: #575a5f;
    text-decoration: none; }
    .serviceBox a.title:before {
      transition: all 0.5s;
      content: " ";
      display: block;
      position: absolute;
      bottom: -15px;
      z-index: -1;
      height: 10px;
      border-radius: 15px;
      width: 0px;
      margin: auto;
      background-color: #f05023;
      left: 0;
      right: 0; }
  .serviceBox .wasf {
    color: #575a5f;
    margin-bottom: 10px; }
  .serviceBox a.more {
    color: #f05023;
    text-transform: uppercase;
    text-decoration: none; }

.homeContent .left {
  color: #575a5f;
  padding: 3.5rem 2.5rem; }
  .homeContent .left h1, .homeContent .left h2, .homeContent .left h3 {
    color: #000;
    padding-top: 1.5rem; }
  .homeContent .left h3, .homeContent .left h4, .homeContent .left h5, .homeContent .left h6 {
    color: #575a5f;
    position: relative; }
    .homeContent .left h3:before, .homeContent .left h4:before, .homeContent .left h5:before, .homeContent .left h6:before {
      transition: all 0.5s;
      content: " ";
      display: block;
      position: absolute;
      bottom: -15px;
      z-index: -1;
      height: 10px;
      border-radius: 15px;
      width: 100px;
      background-color: #f05023;
      left: 0;
      right: 0; }
.homeContent .right {
  position: relative; }
  .homeContent .right .rightContent {
    position: relative;
    background: #f05023;
    color: #FFF; }
    .homeContent .right .rightContent h3 {
      font-size: 2.75rem; }
    .homeContent .right .rightContent a {
      color: #FFF;
      text-decoration: none; }
    .homeContent .right .rightContent .cta {
      background: #575a5f; }
      .homeContent .right .rightContent .cta h1, .homeContent .right .rightContent .cta h2, .homeContent .right .rightContent .cta h3, .homeContent .right .rightContent .cta h4, .homeContent .right .rightContent .cta h5, .homeContent .right .rightContent .cta h6 {
        color: #FFF; }
    .homeContent .right .rightContent h1, .homeContent .right .rightContent h2, .homeContent .right .rightContent h3, .homeContent .right .rightContent h4, .homeContent .right .rightContent h5, .homeContent .right .rightContent h6 {
      color: #FFF; }

.homeTestimonials {
  padding: 3rem 0; }
  .homeTestimonials h3 {
    color: #575a5f;
    position: relative; }
    .homeTestimonials h3:before {
      transition: all 0.5s;
      content: " ";
      display: block;
      position: absolute;
      bottom: -15px;
      z-index: 0;
      height: 10px;
      border-radius: 15px;
      width: 100px;
      margin: auto;
      background-color: #f05023;
      left: 0;
      right: 0; }

/*Testimonial slider styles*/
.wprevpro_t1_DIV_2 {
  box-shadow: none;
  border: none; }

.wprevpro_t1_DIV_2::after {
  display: none; }

.wprevpro_t1_SPAN_5 {
  color: #575a5f; }

.wprs_unslider-nav ol li.wprs_unslider-active {
  background: #f05023; }

.wprs_unslider-nav ol li {
  border: 1px solid #f05023; }

.wprevpro_t1_P_3 {
  color: #575a5f;
  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";
  font-size: 1.125rem; }

.wprs_unslider-arrow {
  background: rgba(240, 80, 35, 0.45);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==");
  background-size: 7xp 11px;
  background-repeat: no-repeat; }

.homeBottom h3 {
  color: #575a5f;
  position: relative; }
  .homeBottom h3:before {
    transition: all 0.5s;
    content: " ";
    display: block;
    position: absolute;
    bottom: -15px;
    z-index: -1;
    height: 10px;
    border-radius: 15px;
    width: 100px;
    background-color: #f05023;
    left: 0;
    right: 0; }

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: 'Rubik', sans-serif;
  --font-serif: 'Cardo', serif; }

.portfolioRow {
  padding: 3rem 0; }
  .portfolioRow h3 {
    position: relative;
    color: #575a5f; }
    .portfolioRow h3:before {
      transition: all 0.5s;
      content: " ";
      display: block;
      position: absolute;
      bottom: -15px;
      z-index: -1;
      height: 10px;
      border-radius: 15px;
      width: 100px;
      margin: auto;
      background-color: #f05023;
      left: 0;
      right: 0; }
  .portfolioRow .card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    border-radius: 0px;
    border: none; }
    @media (min-width: 600px) {
      .portfolioRow .card {
        height: 350px; } }
    .portfolioRow .card:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 110%;
      background-size: cover;
      background-position: 0 0;
      transition: transform calc(var(--d) * 1.5) var(--e);
      pointer-events: none; }
    .portfolioRow .card:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200%;
      pointer-events: none;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
      transform: translateY(-50%);
      transition: transform calc(var(--d) * 2) var(--e); }
    .portfolioRow .card .content {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      padding: 1rem;
      transition: transform var(--d) var(--e);
      z-index: 1; }
      .portfolioRow .card .content > * + * {
        margin-top: 1rem; }
    .portfolioRow .card .title {
      font-size: 2rem;
      line-height: 1.2;
      color: #FFF; }
    .portfolioRow .card .copy {
      font-size: 1.125rem;
      font-style: italic;
      line-height: 1.35; }
    .portfolioRow .card.card1:before {
      background-image: url(https://gwcbuild.com/wp-content/uploads/2026/05/e72db642c6ef1b60c120e901fe2dcdb2l-m2668118495rd-w960_h720.webp); }
    .portfolioRow .card.card2:before {
      background-image: url(https://gwcbuild.com/wp-content/themes/ZebraloveWebSolutions25/imgs/IMG_8340.jpg); }
    .portfolioRow .card.card3:before {
      background-image: url(https://gwcbuild.com/wp-content/uploads/2026/05/IMG_06871-scaled.jpg); }

.thumbex {
  width: 100%;
  min-width: 250px;
  max-width: 435px;
  height: 300px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  outline: 2px solid #FFF;
  outline-offset: -15px; }
  .thumbex .thumbnail {
    overflow: hidden;
    min-width: 250px;
    height: 300px;
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out; }
    .thumbex .thumbnail img {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      width: auto;
      transform: translate(-50%, -50%);
      backface-visibility: hidden; }
    .thumbex .thumbnail span {
      position: absolute;
      z-index: 2;
      top: calc(225px - 20px);
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 10px 50px;
      margin: 0 45px;
      text-align: center;
      font-size: 2rem;
      color: #FFF;
      font-weight: 300;
      font-family: "Atlantic Cruise", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      letter-spacing: 0.2px;
      transition: all 0.3s ease-out; }
    .thumbex .thumbnail:hover {
      backface-visibility: hidden;
      transform: scale(1.15, 1.15);
      opacity: 1; }
      .thumbex .thumbnail:hover span {
        opacity: 0; }

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

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

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

.homeBlog {
  background-color: #377E7F;
  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; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #FFF; }
footer ul {
  list-style: none;
  padding-left: 0px; }

.copyright {
  text-align: center;
  font-size: .8rem; }

/* ----------------------------------------------
 * Generated by Animista on 2026-5-8 13:33:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@media (min-width: 768px) {
  .homeContent .right .rightContent {
    position: absolute;
    bottom: 0px;
    left: 12px;
    width: 100%; }

  .btn-custom, .wp-block-button__link {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    border: 2px solid #f05023;
    color: #f05023;
    font-family: "Atlantic Cruise", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.75rem;
    text-decoration: none;
    margin: 20px auto;
    transition: color 0.4s;
    border-radius: 0px !important;
    background-color: transparent; }
    .btn-custom:after, .wp-block-button__link:after {
      content: " ";
      border: 2px solid rgba(0, 0, 0, 0);
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transition: all 0.4s; }
    .btn-custom:hover, .wp-block-button__link:hover {
      color: #f05023; }
      .btn-custom:hover:after, .wp-block-button__link:hover:after {
        border: 2px solid #f05023;
        width: calc(100% - 15px);
        height: calc(100% + 15px); }

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

  .navbar .row {
    width: 100%; }

  .serviceRow {
    padding: 7rem 0; }

  .hamburger-menu {
    right: 50px;
    width: 100px; }

  .bar .text {
    font-size: 2rem; }

  .bar,
  .bar:after,
  .bar:before {
    width: 100px;
    height: 10px; }

  .bar::before {
    bottom: 25px; }

  .portfolioRow {
    padding: 7rem 0; }

  .homeTestimonials {
    padding: 7rem 0; } }
