
/*# sourceMappingURL=maps/custom.css.map */

#mouseScroll {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    /*border: 2px solid #696871;
    border-radius: 50px;*/
}

.scroll-arrow {
    display: block;
    width: 70px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}

#mouseScroll a span {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    margin-left: -14px;
    border-left: 3px solid #93919e;
    border-bottom: 3px solid #93919e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    .scroll {
      display: none;
    }
    .scroll-arrow {
        display: none;
      }
  }

  .current-search input {
    background-color: #93919e;
    color: #000000;
}

.current-search h2, .current-search span, .current-search i {
    color: #000000 !important;
}

.light-gray-background {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #000000 !important;
}


.current-search input::placeholder {
    color: #000000 !important;
}

.full-width {
    min-width: 100%!important;
}

textarea::placeholder {
    color: #696871 !important;
    font-size: 18px;
    font-weight: 200;
    background: #fff;
    top: 25%;
    padding: 0 25px;
    left: 0px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    pointer-events: none;
    font-family: "CircularStd", sans-serif;
    font-size: 18px;
    font-weight: 300;

}

.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
  }

  .active-link {
    color: #77bf41 !important;
  }

  .category-sidebar-list a:hover {
	color: #77bf41 !important;
  }

  .mobile{display:none!important}.desktop{display:inline-block!important}@media (max-width:992px){.desktop{display:none!important}.mobile{display:inline-block!important}}

  .card-blue {
    max-width: 70%; min-width: 70%; margin: 0 auto;
}

@media (max-width: 992px) {
    .card-blue {
        max-width: 100%; min-width: 70%; margin: 0 auto;
    }
  }
  .back-button {
    font-size: 18px !important;
    height: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.responsive-tr {
    display: table-cell;
}



@media (max-width: 992px) {
    .current-badge {
        margin-bottom: 10px;
		margin-left: -5px !important;
		margin-right: 10px !important;
        float: left !important;
    }
    .post-button {
       margin-bottom: 10px !important;
    }
    
    .blog-post-area {
        margin-top: 90px !important;
    }
    #faqTabContent .faq-title {
        text-align: left;
    }

    .responsive-tr {
        display: block;
    }

	.note-text {
		font-size: 12px;
	}

  }

  @media (max-width: 500px) {
    .current-badge {
        margin-bottom: 10px;
		margin-left: -5px !important;
		margin-right: 100px !important;
        float: left !important;
    }
  }

  
  .landing-paragraph {
	color: #696871;
	font-family: "CircularStd", sans-serif;
	font-size: 22px !important;
	font-weight: 300;
	letter-spacing: -0.66px;
	line-height: 35px !important;
  }
  
  @media (max-width: 992px) {
	  .landing-paragraph {
		  line-height: 30px !important;
		  font-size: 18px !important;
		}
	}

	.landing-hero {
		padding-top: 30px !important;
	}

	@media (min-width: 700px) {
		.landing-hero {
			padding-top: 80px !important;
		}
	  }
	
	@media (min-width: 992px) {
		.landing-hero {
			padding-top: 0px !important;
		}
	  }

	  @media (min-width: 1100px) {
		.landing-hero {
			padding-top: 0px !important;
		
		}
		.landing-div {
			padding-top: 50px !important;
		}
	  }

	  @media (min-width: 1400px) {
		.landing-hero {
			padding-top: 0px !important;
		}
		.landing-div {
			padding-top: 130px !important;
		}
	  }

      @media (min-width: 1550px) {
		.landing-hero {
			padding-top: 70px !important;
		}
		.landing-div {
			padding-top: 140px !important;
		}
	  }

      #message-area::placeholder {
        opacity: 0 !important;
      }

    
      #emailInput[placeholder]:empty:before {
        content: attr(placeholder);
        color: #77bf41;
    }
    
    #emailInput[placeholder]:empty:focus:before {
        content: "";
    }
    
      #phoneInput[placeholder]:empty:before {
        content: attr(placeholder);
        color: #77bf41;
    }
    
    #phoneInput[placeholder]:empty:focus:before {
        content: "";
    }

    #bioInput[placeholder]:empty:before {
        content: attr(placeholder);
        color: #77bf41;
    }
    
    #bioInput[placeholder]:empty:focus:before {
        content: "";
    }

    .child-birthday[placeholder]:empty:before {
        content: attr(placeholder);
        color: #77bf41;
    }
    
    .child-birthday[placeholder]:empty:focus:before {
        content: "";
    }

    .pet-type[placeholder]:empty:before {
        content: attr(placeholder);
        color: #77bf41;
    }
    
    .pet-type[placeholder]:empty:focus:before {
        content: "";
    }

    [contenteditable] {
        outline: 0px solid transparent;
      }

    .header-icon {
        position:relative;
        float: right;
        top:-40px;
        left:-10px;
      }


      @media (max-width: 750px) {
        .more-content {
            border-style: solid;
            border-width:0 20px 0 0;
  border-image: linear-gradient(to left, rgba(140, 151, 172, 0.5) 1%, rgba(0, 0, 0, 0) 100%) 
                0 100% 0 0/0px 20px 0px 0px;

          }
      }

      .address-title {
        font-size: 40px !important;
        line-height: 54px !important;
        padding-bottom: 0px !important;
      }
    
      @media (min-width: 760px) {
        .address-title {
          font-size: 50px !important;
          line-height: 62px !important;
        }
      }

	  .fa-trash-alt {
		color: #8c97ac;
		transition: 0.3s;
	  }

	  .fa-trash-alt:hover {
		color: #f04037;
	  }

      .address-link {
        text-decoration: underline !important;
    }
    .address-link:hover {
        text-decoration: underline !important;
    } 


    .bio-text a{
        color: #77bf41;
    }

    .bio-text a:hover{
        color: #88db48;
    }

    .bio-text p {
        padding: 0 !important;
        margin: 0 !important;
        margin-block-start: 1em !important;
        margin-block-end: 1em !important;
        margin-inline-start: 0px !important;
        margin-inline-end: 0px !important;

        color: #696871;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -0.56px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .post-content {
        color: #696871;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -0.56px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .post-content p {
        color: #696871;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -0.56px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .post-content a{
        color: #77bf41;
    }

    .post-content a:hover{
        color: #88db48;
    }

    .post-content ol {
        padding-left: 30px;
        padding-right: 30px;
    }

/* Customizing the scrollbar for Webkit Browsers */

/*::-webkit-scrollbar {
    width: 13px; 
  }
  
  ::-webkit-scrollbar-track {
    background: #e4e4e4;
    border-radius: 10px; 
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #77bf41;
    border-radius: 10px;
    border: 3px solid #e4e4e4;
  }
  
  
  ::-webkit-scrollbar-button {
    display: none;
  }*/

  ::-webkit-scrollbar {
    display: none;
  }
  
  