/*
Theme Name: MARL Theme
Theme URI: http://media-shark.com
Author: J Cooper
Author URI: http://media-shark.com
Description: MARL Theme.
Version: 1.0
License: GNU General Public License

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('css/jquery.steps.css');
@import url('css/owl.carousel.min.css');
@import url('css/owl.theme.default.min.css');

*:focus {
	outline: none;
}

html, * {
	box-sizing: border-box;
}
	
body {
	margin: 0;
	font-family: 'Roboto', 'Arial', 'san-serif';
	font-size: 17px;
	color: #757575;
	background: #fff;
}

body.home {
	background: rgb(234, 234, 234);
}

body.no-scroll { 
  overflow: hidden;
}

#page-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	background: #999;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 100;
}

#popup {
	position: fixed;
	top: 10%;
	left: 50%;
	background: #fff;
	width: 90%;
	max-width: 400px;
	transform: translate(-50%, -50%);
	z-index: 200;
	opacity: 0;
}

.helper-block {
	font-size: 13px;
}

.popup-header {
	padding: 15px 25px;
}

.popup-close  {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
}

.popup-close:hover {
  	opacity: 1;
	cursor: pointer;
}

.popup-close:before, .popup-close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #333;
}

.popup-close:before {
  	transform: rotate(45deg);
}

.popup-close:after {
  	transform: rotate(-45deg);
}

.popup-content {
	padding: 0 25px;
}

.popup-footer {
	padding: 15px 25px 25px 25px;
}

h1, h2, h3, h4 {
	font-family: 'Montserrat', 'san-serif';
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

hr, hr.wp-block-separator {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 50px auto;
	max-width: 500px;
}

.fancy-title {
	font-family: 'Libre Baskerville', serif;
	line-height: 1.4em;
}

.donate--box h4 {
	font-family: 'Libre Baskerville', serif;
	margin: 15px 0;
}

.text-small {
	font-size: 12px;
}

.img-fadeup {
	opacity: 0;
	transform: translateY(10vh);
	visibility: hidden;
	transition: opacity 1s ease-out, transform 1.2s ease-out;
	will-change: opacity, visibility;
}

.btn-green {
	background: #98ca46;
	color: #fff;
}

.btn-green:hover {
	background: #81ac3b;
	color: #fff;
	border-color: #3a4d1b;
}

.btn-pink {
	background: #db4176;
	color: #fff;
}

.btn-pink:hover {
	background: #bf3967;
	color: #fff;
	border-color: #af345e;
}


.btn-orange {
	background: #f26945;
	color: #fff;
}

.btn-orange:hover {
	background: #dc5f3f;
	color: #fff;
	border-color: #a1462e;
}

.img-fadeup.is-visible {
	opacity: 1;
	transform: none;
	visibility: visible;
}


.header-blue {
	color: #4883b7;
}

.text-bold {
	font-weight: 700;
}

.type-signature--wrapper {
	box-sizing: border-box;
    width: 800px;
    height: 250px;
	border: 2px solid rgb(204, 204, 204);
	margin: 0 0 10px 0;
}

.type-signature--wrapper input {
	font-size: 65px;
    font-family: 'Oooh Baby', cursive;
    padding: 20px;
    width: 100%;
    margin-top: 50px;
	border: 0 !important;
}

.zoom-wrap {
	position: relative;
	overflow: hidden;
}

.img-zoom {
	transition: transform .4s;
}

.img-zoom:hover {
	transform: scale(1.15);
}

.zoom-pet img {
	transition: transform .4s;
}

.zoom-pet:hover img {
	transform: scale(1.15);
}

.btn-primary {
	background: #03b5ff;
}

.btn-primary:hover, .btn-primary:focus {
	background: #03a3e5;
}

.btn-secondary {
	background: #ee7273;
	border-color: #ee7273;

}

.btn-secondary:hover {
	background: #d86768;
	border-color: #d86768;
}
	
.container {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.white-bg {
	background: rgba(255, 255, 255, .9);
	padding: 40px;
} 

.shadow {

}

.form-group {
	margin: 0 0 20px 0;
}

.form-control {
	background: #f1f1f1;
	border-radius: 0;
}

[name="printed_name_1"], [name="parent_printed_name_1"], [name="app_date"], [name="printed_name_2"] {
	max-width: 300px;
}

#adoptionAppFrm {
	margin: 40px 0 0 0;
}

#adoptionAppFrm label, #volunteerAppFrm label, .form-label {
	font-size: 12px;
	font-weight: 500;
}

#adoptionAppFrm label.label-md, #volunteerAppFrm label.label-md {
	font-size: 14px;
}

#volunteerAppFrm small {
	font-size: 13px;
}

#parent_consent {
	display: none;
}

.cf-subheader {
	max-width: 500px;
    margin: 40px auto;
}

.bg-gray {
	background: #f1f1f1;
	color: #333;
}

.required_label {
	color: #C50003;
	font-style: italic;
	font-weight: 500;
	font-size: 13px;
}
.form-title {
	margin: 0;
	font-size: 16px;
	font-family: 'Roboto', 'Arial', 'san-serif';
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
}

header.top-header {
	background: #fff;
	height: 120px;
	width: 100%;
	transition: all 0.5s ease-out;
	position: relative;
	z-index: 12;
}

.header-container {
	margin: 0 auto;
	max-width: 1600px;
	padding: 0 20px;
}

.logo {
	width: 100px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	position: absolute;
	bottom: 10px;
	width: 100px;
	transition: all 0.25s ease-out;
	z-index: 10;
}

/*
.header.fixed {
	background: #fff;
	position: fixed;
	top: -150px;
	left: 0;
	height: 120px;
	/*height: 90px;*\/
	width: 100%;
	z-index: 110;
	transition: all 0.25s ease-out;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.44);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.44);
}

.header.fixed.open {
	top: 0;
	height: 90px;
}

.header.fixed.open .logo img {
	width: 70px !important;
}
*/


header.top-header.fixed {
	position: fixed;
	top: -55px;
	width: 100%;
	z-index: 110;
	transition: all 0.25s ease-out;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.44);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.44);
}

header.top-header.fixed .logo {
	padding-top: 60px;
}

header.top-header.fixed .logo img {
	width: 55px !important;
	bottom: 5px;
}

#top-nav {
	transition: all 0.5s ease-out;
	margin-top: 10px;
	opacity: 1;
}

#top-nav .btn {
	border-radius: 0;
	text-transform: uppercase;
	padding: 6px 25px;
	font-family: 'Montserrat', 'san-serif';
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
}

#mobile-nav-logo {
	display: none;
}

.header.fixed #top-nav {
	margin-top: -46px;
	opacity: 0;
}

.nav {
	width: calc(100% - 105px);
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

.nav ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.header.fixed .nav {
	position: relative;
	top: 0px;
	transition: all 0.5s ease-out;
}

.header.fixed.open .nav {
	top: 17px;
}

.nav ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.nav ul li i {
	transition: all 0.5s ease-out;
}

.nav ul li a {
	font-family: 'Montserrat', sans-serif;
	color: #898989;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
	padding: 20px 20px;
	text-transform: uppercase;
	display: block;
}

.nav ul li a:hover {
	color: #6c6c6c;
}

.nav ul ul {
	background: #fff;
	position: absolute;
	top: 52px;
	left: 0;
	text-align: left;
	/*display: none;*/
	height: 0;
	overflow: hidden;
	transition: all 0.25s linear;
	padding: 0 5px;
	/*border: 1px solid #f1f1f1;
	border-top: 1px solid #fff;
	*/
}

.header.fixed .nav ul ul {
	top: 52px;
	padding-top: 10px;
}

.nav ul ul li {
	display: block;
}

.nav ul ul li a {
	text-transform: none;
	font-weight: 300;
	letter-spacing: .5px;
	padding: 10px 20px;
	white-space: nowrap;
}

.nav ul ul li a:hover {
	background: #f1f1f1;
}

.nav ul li.open i {
	transform: rotate(180deg);
}

.nav ul li.open ul {
	height: 300px;
}

.mobile-menu {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 30px;
	right: 0px;
	transition-duration: 0.5s;
	z-index: 9999;
}

.header.fixed .mobile-menu {
	top: 15px;
}

.mobile-menu .icon-circle {
	transition-duration: 0.5s;
	position: absolute;
	height: 50px;
	width: 50px;
	top: 2px;
	border-radius: 100%;
	background: transparent;
	border: 4px solid black;
	left: -14px;
}

.mobile-menu .icon-circle:hover {
  background: #fff;
}

.mobile-menu .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 23px;
  top: 25px;
  background-color: #212121;
  border-radius: 4px;
}
.mobile-menu .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 23px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: -10px;
  border-radius: 4px;
}
.mobile-menu .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 23px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: 10px;
  border-radius: 4px;
}
.mobile-menu.open .icon-circle {
  background: #fff;
}
.mobile-menu.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.mobile-menu.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}

.top-header.fixed .mobile-menu {
    top: 61px;
}

.mobile-menu.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.mobile-menu:hover {
	cursor: pointer;
}


.social-icon {
	font-size: 20px;
	border-radius: 100%;
	background: #ccc;
	color: #fff;
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 1.8em;
	vertical-align: middle;
	margin-right: 15px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.social-icon:hover {
	color: #fff;
}

.facebook-icon {
	background: #4883b7;
}

.twitter-icon {
	background: #7fb2d5;
}

.youtube-icon  {
	background: #fe3e0f;
}

.hero {
	position: relative;
	width: 100%;
	height: 700px;
	background: url('img/banner1_a.jpg') no-repeat;
	background-size: cover;
	background-position: bottom;
	/*top: -65px;*/
	z-index: 8;
}

.hero.scrolled, #primary.scrolled {
	margin-top: 100px;
}


.hero-text {
	width: 90%;
	padding: 0px 200px 100px 200px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.hero-text h2 {
	text-align: center;
	color: #fff;
	font-size: 65px;
	font-weight: 800;
	position: relative;
	z-index: 10;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.64);
	padding: 100px;
	opacity: 0;
}

.hero::after {
	position: absolute;
	z-index: 8;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
}

.hero-wave {
	position: absolute; 
	bottom: -75px; 
	left: 0; 
	z-index: 10; 
	width: 100%;
}

.page-wave {
	position: absolute; 
	bottom: -40px;
	left: 0; 
	z-index: 10; 
	width: 100%;
}

.page-wave svg {
	height: 200px;
}

#home-content {
	margin-top: -117px !important;
	padding: 100px 60px;
	position: relative;
	z-index: 10;
}

#home-welcome h3 {
	color: #a1a1a1;
	font-family: 'Roboto', 'san-serif';
	font-size: 15px;
	font-weight: 300;
}

#home-welcome h2 {
	color: #4883b7;
	font-weight: 600;
	font-size: 40px;
	margin: 0 0 40px 0;
}

.secondary-title {
	color: #4883b7;
	font-weight: 600;
	font-size: 40px;
}

#home-welcome p {
	font-size: 18px;
}

.services-block {
	position: relative;
	overflow: hidden;
}

.services_title_container {
	position: absolute;
	/*4BB3E6
	background: rgba(53, 188, 169, .8);
	*/
	background: rgba(75, 179, 230, .8);
	color: #fff;
	z-index: 10;
	left: 0;
	top: 345px;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.29);
}

.services_title_container h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
}

.services_title_container p {
	font-size: 15px;
}

.services_title_container a {
	color: #fff;
}

.wp-block-image .alignleft {

}

.pets-block {

}

.pets-block h3 {
	color: #4883b7;
}

.pets-block .card {
	text-align: center;
}

.pets-block .card h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0 0 0;
}

.pets-block .card h4 {
	color: #a1a1a1;
	font-size: 13px;
	font-family: 'Roboto', 'san-serif';
}

.pets-block .card .btn {
	font-size: 13px;
	padding: 6px 45px;
	margin-bottom: 15px;
}

.pets-search-results {}

.pets-search-results {

}

.pets-search-results h3 {
	color: #4883b7;
}

.pets-search-results .card {
	text-align: center;
}

.pets-search-results .card h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0 0 0;
}

.pets-search-results .card h4 {
	color: #a1a1a1;
	font-size: 13px;
	font-family: 'Roboto', 'san-serif';
}

.pets-search-results .card .btn {
	font-size: 13px;
	padding: 6px 45px;
	margin-bottom: 15px;
}

.page-header {
	/*background: #fe3e0f;
	background: #4BB3E6;
	background: #DB4176;*/
	background: rgb(254,62,15);
	background: -webkit-linear-gradient(rgba(254,62,15,1) 0%, rgba(179,44,11,1) 100%);
	background: -o-linear-gradient(rgba(254,62,15,1) 0%, rgba(179,44,11,1) 100%);
	background: linear-gradient(rgba(254,62,15,1) 0%, rgba(179,44,11,1) 100%);
	color: #fff;
	padding: 38px 0 80px 0;
	position: relative;
}

.page-header h1 {
	margin: 0;
	text-shadow: 4px 4px 1px rgba(0,0,0,0.45);
}

.pet-results-count {
	font-size: 14px;
	color: #999;
}

.post {
	position: relative;
    z-index: 10;
    padding: 50px 0 120px 0;
}

.page-template-page-contact .post {
	padding-bottom: 0;
}

.page-icons {
	position: absolute;
	right: 15px;
	top: -63px;
	font-size: 13px;
}

.page-icons img {
	opacity: .5;
	margin-right: 5px;
}

.page-icons span {
	cursor: pointer;
	margin: 0 10px;
}

.page-icons span:hover img {
	opacity: 1;
}

.page-icons span:hover {
	color: #4883b7;
}

footer {
	display: block;
	min-height: 200px;
	background: #373737;
	color: #fff;
	padding: 100px 0;
	font-size: 14px;
}

footer h3 {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer a {
	color: rgba(255, 255, 255, .5);
}

footer a:hover {
	color: rgba(255, 255, 255, 1);
}

.fl-left {
	width: 125px;
	display: block;
	vertical-align: top;
}

.fl-right {
	width: 100%;
	display: block;
	vertical-align: top;
	margin: 20px 0 0 0;
}

footer .social-icon {
	font-size: 20px;
	border-radius: 100%;
	background: #ccc;
	color: transparent;
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 1.8em;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: 10px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

footer .facebook-icon,  footer .twitter-icon, footer .youtube-icon {
	background: rgba(255, 255, 255, .2);
	color: #373737 !important;
}

footer .facebook-icon:hover,  footer .twitter-icon:hover, footer .youtube-icon:hover {
	background: rgba(255, 255, 255, 1);
}

footer .hours {
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding-left: 20px;
}

footer .hours p {
	line-height: 2em;
	color: rgba(255, 255, 255, .6);
}

footer .links {
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding-left: 20px;
}

footer .links a {
	margin-left: -15px;
	margin-bottom: 5px;
	display: block;
}

footer .links a:before {
	content: '';
	background: url('img/paw_white.png') no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: unset;
	background-size: contain;
	margin-right: 5px;
	opacity: 0;
	transition-duration: 0.5s;
}

footer .links a:hover {
	margin-left: 0px;
}

footer .links a:hover:before {
	opacity: 1;
	transform: rotate(-32deg);
}

footer .newsletter {
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding-left: 20px;
}
footer .newsletter .footer-newsletter-form {
	position: relative;
	height: 40px;
	/*overflow: hidden;*/
	border-radius: 3px;
	margin-top: 25px;
}

footer .newsletter .footer-newsletter-form input {
	width: 100%;
	height: 40px;
	padding: 10px 18px;
	padding-right: 50px;
}

footer .newsletter .footer-newsletter-form button {
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0;
	right: 0;
	background: #fe3e0f;
	color: #fff;
	border: none;
}

.copyright {
	background: #4883b7;
	color: rgba(255, 255, 255, .6);
	padding: 18px 0;
	font-size: 11px;
}

.container-left {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}

.container-right {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.copyright a {
	color: #fff;
	opacity: .4;
}

.copyright a:hover {
	opacity: .8;
}

.pet-images {
	margin: 0 0 30px 0;
	background: #f1f1f1;
	overflow: hidden;
	position: relative;
	height: 600px;
}

.pet-images-wrapper {
	position: absolute;
	left: 0;
}

.pet-image {
	display: inline-block;
}

.pet-image img {
	opacity: .6;
}

.pet-image img.active {
	opacity: 1;
}

h5.title {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8da;
    margin-bottom: 25px;
    font-size: 20px;
}

.breeder-info-item {
    margin-bottom: 25px;
}

.breeder-info-item h6 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 700;
}

.breeder-info-item span {
    display: block;
    font-size: 16px;
    color: #fe3e0f;
    font-weight: 700;
    font-family: 'Roboto', 'Arial', 'san-serif';
}

.powered_by {
	font-size: 12px;
}

.wizard > .content {
    background: #fff;
	min-height: 2000px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #fff;
    color: #333;
    cursor: default;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #fff;
    color: #aaa;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #fff;
    color: #666;
	font-weight: 600;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 2em 1em 0;
}


.wizard > .steps .number {
	border: 2px solid #fe3e0f;
	border-radius: 50%;
	height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3em;
    font-size: 20px;
	margin-right: 10px;
}

.wizard > .steps .done .number {
	background: #fe3e0f;
	color: #fff;
}

.wizard > .content > .body {
	width: 100%;
	height: auto;
	padding: 0;
}

.donate-blocks {
	
}
	
.donate-block {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px 20px;
	font-family: 'Roboto', 'Arial', 'san-serif';
	color: #000;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

.donate-block:hover {
	background: rgba(254, 62, 15, .1);
}

.donate-block.active {
	background: rgba(254, 62, 15, 1);
	color: #fff;
}

.custom_amt {
	width: 80px;
    border: 0;
    background-color: transparent;
    font-weight: 600;
}

.customAmount.active .custom_amt {
	color: #fff;
}

.submitDonationBtn {
	padding: 12px 30px;
	border-radius: 25px;
	min-width: 180px;
}

.submitDonationBtn span {
	opacity: .8;
}

.checkbox-btn {
	border: 3px solid #464646;
	display: inline-block;
	padding: 8px 25px;
	position: relative;
	text-align: center;
	transition: background 600ms ease, color 600ms ease;
	font-size: 14px !important;
}

.checkbox-btn.checkbox-left {
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.checkbox-btn.checkbox-right {
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

input[type=radio].toggle {
  display: none !important;
}
input[type=radio].toggle + label {
  cursor: pointer;
  min-width: 60px;
}
input[type=radio].toggle + label:hover {
  background: none;
  color: #1a1a1a;
}
input[type=radio].toggle + label:after {
  background-color: transparent;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}

input[type=radio].toggle.toggle-left {
	
}

input[type=radio].toggle.toggle-left + label {
  border-right: 0;
}
input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}
input[type=radio].toggle.toggle-right + label {
  margin-left: -5px;
}
input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}
input[type=radio].toggle:checked + label {
	cursor: default;
	color: #fff;
	background: #fe3e0f;
 	transition: color 200ms;
}
input[type=radio].toggle:checked + label:after {
  left: 0;
}

.checkbox-btn-sm {
	border: 2px solid #464646;
	display: inline-block;
	padding: 3px 10px;
	position: relative;
	text-align: center;
	transition: background 600ms ease, color 600ms ease;
	font-size: 14px !important;
}

.checkbox-btn-xs {
	border: 2px solid #464646;
	display: inline-block;
	padding: 3px 6px;
	position: relative;
	text-align: center;
	transition: background 600ms ease, color 600ms ease;
	font-size: 12px !important;
}

.checkbox-btn.checkbox-btn-xs.checkbox-left {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.checkbox-btn.checkbox-btn-xs.checkbox-right {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

input[type=radio].toggle-xs + label {
  cursor: pointer;
  min-width: 20px;
}



#cat--wrapper {
	display: none;
}

.pets-table {
	width: 100%;
	border: 2px solid #757575;
}

.pets-table th {
	/*transform: rotate(45deg);*/
	font-size: 13px;
	padding: 3px;
	border-left: 1px solid #ccc;
}

.pets-table tbody tr:nth-child(even) {background: #f1f1f1; }
.pets-table tbody tr:nth-child(odd) {background: #FFF; }

.pets-table tbody td {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.availability-table {
	width: 100%;
	max-width: 800px;
	border: 2px solid #757575;
}

.availability-table th {
	/*transform: rotate(45deg);*/
	font-size: 13px;
	padding: 3px;
	border-left: 1px solid #ccc;
}

.availability-table tbody tr:nth-child(even) {background: #f1f1f1; }
.availability-table tbody tr:nth-child(odd) {background: #FFF; }

.availability-table tbody td {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.custom-checkbox {
	font-family: system-ui, sans-serif;
	font-size: 14px !important;
	line-height: 1.8em !important;
	display: grid !important;
	grid-template-columns: 1em auto !important;
	gap: 20px !important;
}

.custom-checkbox + .custom-checkbox {
  margin-top: 1em !important;
}

.custom-checkbox--disabled {
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio]  {
	font-size: 24px !important;
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	-moz-appearance: none;
	   appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor !important;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid !important;
	place-content: center;
}

.custom-checkbox input[type=checkbox]::before, .custom-checkbox input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.custom-checkbox input[type=checkbox]:checked::before, .custom-checkbox input[type=radio]:checked::before {
  transform: scale(1);
}

.custom-checkbox input[type=checkbox]:focus, .custom-checkbox input[type=radio]:focus {
  
}

.custom-checkbox input[type=checkbox]:disabled, .custom-checkbox input[type=radio]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

#for_whom_other_wrapper {
	display: none;
}

#reason_for_pet_other_wrapper {
	display: none;
}

#pet-adopted--wrapper {
	display: none;
}

#dogs_table {
	display: none;
}

#cats_table {
	display: none;
}

#areas_of_interest_other_wrapper {
	display: none;
}

#ever_volunteer_wrapper {
	display: none;
}

#ever_adopted_wrapper {
	display: none;
}

#how_parcipation_wrapper {
	display: none;
}

.pet-det-right {
	padding-left: 50px;
}

.pet-det-right h3 {
	font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.pd-donate-box {
	background: #5e2a77; color: #fff; border-radius: 8px; text-align: center;
}

.pd-donate-box a {
	color: #fff;
	display: block;
	 padding: 30px;
}

.pd-donate-box h4 {
	font-size: 21px;
    margin: 15px 0 0 0;
}

.pd-donate-box h3 {
	margin: 15px 0 0 0;
	font-weight: 700;
	font-size: 26px;
}

.contact-heaader {
	text-align: center;
	margin: 40px  auto 0 auto;
	max-width: 700px;
}

#contact-form {
	max-width: 500px;
	margin: 30px auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
    height: auto;
}
.tribe-common header {
	height: auto;
}

@media only screen and (max-width: 1369px) {
	.hero-text {
		padding: 0px 100px 100px 100px;
	}
}
	
@media only screen and (max-width: 1189px) {
	.hero-text {
		padding: 0px 0 100px 0;
	}
	
	.hero-text h2 {
		font-size: 55px;
	}
	
	.nav ul li a {
		padding: 20px 12px;
	}
	
	.wizard > .steps {
		text-align: center;
	}
	
	.wizard > .steps .number {
		height: 32px;
		width: 32px;
    	display: block;
		margin: 0 auto 5px;
	}
}

@media only screen and (max-width: 1069px) {
	.hero {
    	background-position: inherit;
	}
	.hero-wave {
		bottom: -50px; 
	}
	
	.mobile-menu {
		display: block;
	}
	
	
	#mobile-nav-logo {
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
	
	#top-nav {
		display: none;
	}
	
	.header.fixed .nav, header .nav {
		background: #fff;
		position: fixed;
		left: 0;
		top: -100%;
		height: 100%;
		width: 100%;
		padding: 20px 0 40px 0;
		z-index: 998;
	}
	
	.nav {
		overflow-y: auto
	}

	.nav ul li {
		width: 100%;
	}
	
	.nav ul li a {
		text-align: center;
		font-size: 18px;
		padding: 7px 20px;
	}
	
	.nav ul ul {
		top: 0;
		position: relative;
		margin-top: 0;
		height: auto;
	}
	
	.nav ul ul li a {
    	padding: 5px 20px;
	}

}


@media only screen and (max-width: 991px) {
	footer .hours {
		border-left: 0;
		padding-left: 0;
	}
	
	.container-left {
		width: 100%;
		display: block;
		text-align: center;
	}
	.container-right {
		width: 100%;
		display: block;
		text-align: center;
		margin: 20px 0 0 0;
	}
	
	.wizard > .steps .current a, .wizard > .steps .disabled a, .wizard > .steps .done a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 769px) {
	.hero-text h2 {
		font-size: 45px;
	}
	
	.pet-det-right {
		padding-left: 0px;
	}
	
	footer .links {
		border-left: 0;
		padding-left: 0;
	}
	
	footer .newsletter {
		border-left: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 600px) {
	

	.hero {
		height: 500px;
	}

	.hero-text {
		width: 90%;
		padding: 0px;
	}

	.hero-text h2 {
		font-size: 37px;
		padding: 30px 20px;
	}

	.hero-wave {
		bottom: 0;
	}

	#home-content {
		margin-top: 0!important;
		padding: 60px 30px;
	}

}

@media only screen and (max-width: 468px) {
	body {
		font-size: 20px;
	}
	
	.page-icons span {
		margin: 0 5px;
		font-size: 12px;
	}
	
	.page-icons img {
		margin-right: 3px;
		width: 18px;
	}

}

/* Pet Image Gallery */
/*loader thx:https://codepen.io/aurer*/
.loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: #101014;
	background: linear-gradient(to left, #19191f, #101014);
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader svg path,
.loader svg rect {
  	fill: #ed1b28;
}

/*gallery*/
.pet-wrapper {
	background: #000;
	margin-bottom: 50px;
	overflow: hidden;
    position: relative;
}

.pet-wrapper .single-image {
	margin: 0 auto;
	position: relative;
	z-index: 4;
}

.pet-wrapper .blur {
  	background: rgba(0, 0, 0, 0.7);
  	backdrop-filter: blur(8px);
  	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.main-carousel {
  	max-width: 1200px;
    margin: 0 auto;
	position: relative;
	height: 500px;
	z-index: 4;
}

.carousel-cell {
	opacity: .4;
	/*width: 66%;
	height: 500px;
	counter-increment: gallery-cell;*/
}

.carousel-cell.is-selected {
	opacity: 1;
}

/* Woocommerce */

.woocommerce h3 {
	font-family: 'Libre Baskerville', serif;
	color: #4883b7;
	text-transform: capitalize;
}

#order_review_heading {
	margin-top: 30px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #ccc;
	background: #f1f1f1;
    border-radius: 0;
	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}


.woocommerce form .form-row .select2-container {
	border: 1px solid #ccc;
	background: #f1f1f1;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	height: 38px;
    vertical-align: middle;
	margin-top: -1px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	color: #212529;
}

.select2-container--default .select2-selection--single {
	padding: 0.375rem 0.75rem;
	border: 0;
	color: #212529;
	background: #f1f1f1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #fff;
}

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em 0;
}

.woocommerce-terms-and-conditions-wrapper {
	font-size: 13px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #03b5ff;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #03a3e5;
}

#order_comments {
	height: 150px;
}

#billing_city_field {
	width: 50%;
	display: inline-block;
}

#billing_state_field {
	width: 25%;
	display: inline-block;
}

#billing_postcode_field {
	width: 25%;
	display: inline-block;
}
.woocommerce form .form-row label {
	text-transform: uppercase;
    font-size: 13px;
}

.woocommerce-additional-fields {
	margin: 30px 0 0 0;
}

.checkout.woocommerce-checkout {
	max-width: 800px;
	margin: 0 auto;
}
.woocommerce-checkout .col2-set .col-1 {
	width: 100%;
	float: none;
}

.woocommerce-checkout .col2-set .col-2 {
	width: 100%;
	float: none;
}

.removeItemFromCart {
	font-size: 12px;
    padding: 2px 12px;
    margin-left: 11px;
}

.wizard > .content > .body input.is-invalid {
	border-color: #dc3545 !important;
}

@media print {
	header, footer, .page-icons {
		display: none;
	}
	
	.page-header {
		padding: 30px 0 0 0;
	}
	
	.page-header h1 {
		color: #000;
		font-weight: 700;
		text-shadow: none;
	}

	
	.post {
		padding: 20px 0;	
	}
}