/*
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 {
  padding: .5rem 2rem; }

.btn-custom, .wp-block-button__link {
  background-color: #e31116 !important;
  border-radius: 0px !important;
  color: #FFF !important;
  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" !important;
  display: inline-block; }

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

.btn-custom:hover, .wp-block-button__link:hover {
  color: #FFF !important;
  text-decoration: none !important;
  -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); }

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

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.1rem;
  line-height: 3rem;
  margin-left: 45px;
  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"; }

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

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

.dropdown-menu {
  background-color: #269e4e;
  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: .7rem 1.5rem; }

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

.top-bar {
  color: #FFF; }

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

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

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

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

.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-bottom: 30px; }

.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: #377E7F;
    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; } }
/*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: #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; }

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

/* ----------------------------------------------
 * 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; } }
@media (min-width: 765px) {
  .top-bar .mdi {
    font-size: 1rem; } }
