/*
Theme Name: Custom Theme
Description: My Custom theme
*/
.gfield_price{
	margin:30px 0;
}
body {
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none !important;
	outline: none !important;
	color: #53226F;
}

a:hover {
	opacity: 0.8;
	color: #53226F;
}

h2 {
	font-size: 35px;
	font-weight: 900;
	padding-bottom: 35px;
}

p {
	color: #333;
	font-size: 16px;
	margin: 25px 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

section p,
section li {
	font-family: 'Lato', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.inner {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.button {
	color: #fff;
	font-style: normal;
	background: #C699D0;
	padding: 6px 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	border: none;
}

.dark {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

/*-----------HEADER--------------------*/
header {
	padding: 5px 0;
	border-bottom: #eeeeee 1px solid;
}

header.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}

.logo img {
	max-width: 100%;
}

.menus {
	padding-top: 25px;
}

.social-icons {
	text-align: right;
	margin-bottom: 10px;
}

.social-icons ul li {
	display: inline-block;
	margin: 0 2px;
}

.social-icons ul li a {
	opacity: .7;
}

.social-icons ul li:hover a {
	opacity: 1;
}

.social-icons ul li a img {
	max-width: 28px;
}

.navmenu {
	text-align: right;
}

.menu li {
	display: inline-block;
	padding: 0 15px;
}

.menu li a {
	color: #53226F;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
}

li#menu-item-15 {
	padding: 0;
}

li#menu-item-15 a {
	background: linear-gradient(to bottom, #C699D0 41%, #C699D0 100%);
	padding: 5px 20px;
	color: #fff;
}

/*--------------- Homepage Slider -----------*/
#main.fixed {
	padding-top: 96px;
}

.homepage-slider {
	overflow: hidden;
}
.homepage-slider .slick-slide:after {
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.homepage-slider .slides {
	float: left;
	position: relative;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.homepage-slider .slide-content {
	padding:60px 0 0;
	z-index:2;
	position:relative;
}
.homepage-slider .slide-content .listedon {
	text-align: center;
	font-size: 21px;
	opacity: .59;
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.homepage-slider .slide-content .sub-content {
	background: #53226F;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 41px;
	padding: 17px 0;
	font-family: 'Open Sans', sans-serif;
}
.homepage-slider-sub-content {
	background: #53226F;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 41px;
	padding: 17px 0;
	font-family: 'Open Sans', sans-serif;
}

/*.homepage-slider .slide-content {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
*/
.homepage-slider .slide-content h2 {
	display: block;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
	font-weight: 300;
	padding: 15px;
	line-height: 40px;
	margin-bottom: 10px;
	font-size: 32px;
	padding-right: 30px;
	background: rgba(0, 0, 0, 0.7);
}

.homepage-slider .slide-content h3 {
	display: block;
	color: #fff;
	font-size: 35px;
	max-width: 490px;
	font-weight: bold;
	margin: 0 auto;
}

.homepage-slider .slide-content h3 a {
	color: #fff;
	text-decoration: none;
}

.homepage-slider .slide-content h3 span {
	background: url(assets/images/buttonbg.jpg) repeat-x;
	padding: 6px 20px;
	font-style: normal;
	font-weight: 700;
	text-shadow: none;
	color: #fff;
	margin-left: 20px;
}

.homepage-slider .slider-quote {
	background: #4b2a3c;
	float: right;
	width: 320px;
	padding: 60px 30px 30px;
}

.homepage-slider .slider-quote p,
.homepage-slider .slider-quote a {
	color: #fff;
	font-size: 20px;
	margin: 0;
	font-weight: 300;
}

.homepage-slider .slider-quote a {
	margin-top: 15px;
	display: block;
	font-size: 16px;
}

/*----------- Section --------------*/
section {
	padding: 50px 0;
}

/*------------------------------*/
/*-----------hero-image--------*/
.img-fill .parents {
	float: left;
	width: 100%;
}

.single-item img {
	height: 430px;
	background-size: cover;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.info {
	color: #fff;
	position: absolute;
	top: 30%;

}

.info h2 {
	background: url(assets/images/taglinebg.png);
	font-size: 32px;
	line-height: 40px;
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 10px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif !Important;
	padding: 15px 30px 15px 15px;
}

.info h3 {
	background: url(assets/images/taglinebg.png);
	font-size: 24px;
	line-height: 32px;
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 10px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif !Important;
	padding: 15px;
	margin-right: 180px;
	font-style: italic;
}

.info h3 a.button {
	margin: -2px 0px -2px 20px;
}

/*-----------------------------*/
/*--------ABOUT----------------*/

#about blockquote {
	background: #53226F;
}
#about blockquote p {
	color: #fff;
}
.about h2 {
	font-size: 35px;
	padding-bottom: 35px;
	font-weight: 700;
	margin: 0;
}

.about-content h3 {
	font-style: italic;
	color: #53226F;
	font-size: 20px;
	font-weight: 600 !Important;
	padding-bottom: 15px;
	margin: 0;
}

.about-content ul {
	padding-left: 15px;
}

.about-content ul li {
	list-style: disc;
	color: #333;
	font-size: 16px;
	font-weight: 400 !Important;
}

.box {
	margin-top: 20px;
	width: auto;
	font-size: 15px;
}

.box p {
	color: #333;
	margin-top: 5px;
	margin-right: 15px;
	font-weight: 400 !important;
}

.box cite {
	font-style: italic;
	color: #7ba44b;
}

.box cite a {
	color: #7ba44b;

}

/*-----------VIDEOS--------------*/
.video {
	background: #F8EDE7;
}

.video .see-more {
	padding-top: 20px;
	text-align: center;

	text-decoration: underline;
}

.video .see-more a {
	color: #999999;
	font-style: italic;
	font-weight: 700 !important;
}

/*-------------------------------*/
/*-----------SERVICES-----------*/
.main-content {
	/*background: url(assets/images/services_back.png) repeat;*/
	background: #F8EDE7;
	padding: 50px 0;
}

.main-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: #53226F;
}

.service-content {
	margin-top: 20px;

}

.service-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 22px;
	margin-top: 20px;
	color: #53226F;
}

.service-content ul {
	padding-left: 15px;
}

.service-content ul li {
	list-style: disc;
	font-weight: 400 !important;
	color: #333;
	font-size: 16px;
}

.service-content ul li a {
	color: #333;
}

.service-content p {
	font-weight: 400 !important;

}

.service-content p a {
	color: #333;

}

.service-img {
	line-height: 200px;
	margin-top: 20px;
}
.service-img img {
	max-width: 400px;
}

/*--------------------------------------*/
/*------------HISTORY---------*/
.relcolorbox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.history h2 {
	font-weight: 900 !important;
	font-size: 35px;
}

.history h3 {
	padding-bottom: 30px;
	color: #53226F;
	font-weight: 700 !important;
	font-size: 22px;
}
.history-contents.content2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}
.history-contents.content2 img {
	padding: 0 15px;
	min-width: 300px;
}
.history-contents a {
	color: #333;
	text-decoration: underline;
	font-weight: 600 !important;
}

/*.history-contents p {
	font-weight: 300 !important;
	line-height: 28px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #333;
	font-weight: 300 !important;
}*/

.history-contents p img {
	padding-left: 25px;
	height: 152px;
	width: 135px;
}

/*#donate h3 {
font-size: 23px;
font-weight: 700;
margin-bottom: 15px;
}

#donate h4 {
font-size: 22px;
font-weight: 400;
margin-bottom: 25px;
color: #53226F;
}*/

/*#donate p {
font-size: 18px;
font-weight: 300;
margin-bottom: 20px;
line-height: 150%;
}*/

.history-btn {
	margin-bottom: 20px;
}

.history-btn p {
	display: inline-block;
}

.history-slider-wrapper {
	margin-bottom: 10px;
	position: relative;
}

.thumb-wrapper {
	margin-bottom: 50px;
}

.history-slider-wrapper img {
	float: left;
}

.history-slider {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 300px;
	overflow: hidden;
}

.history-slider-thumb {
	position: relative;
	height: 150px;
	max-width: 90%;
	margin: 0 auto;
}

.history-slider-thumb .thumbs,
.history-slider .main-image {
	outline: none;
	float: left;
	height: 150px;
	border: 1px solid #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.history-slider .main-image {
	height: 300px;
	background-size: contain;
	background-color: #333;
}

.history-slider-thumb .slick-next:hover,
.history-slider-thumb .slick-prev:hover {
	opacity: 1;
}

.history-slider-thumb .slick-prev,
.history-slider-thumb .slick-next {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	width: 100px;
	height: 100px;
	background-image: url(assets/images/arrowleft.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	font-size: 0;
	padding: 0;
	border: none;
	opacity: 0.5;
	outline: none;
}

.history-slider-thumb .slick-next {
	position: absolute;
	right: 0;
	left: auto;
	background-image: url(assets/images/arrowright.png);
}

.history-images {
	text-align: center;
}

.history-images img {
	margin-right: 10px;
	height: 220px !important;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-dots {
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	background: #000;
}

.slick-dots button {
	outline: none;
	font-size: 0;
	margin: 0 5px;
	background: #fff;
	height: 10px;
	width: 10px;
	padding: 0;
	border-radius: 100%;
	display: block;
	border: none;
	border: 1px solid #000;
}

/*--------------------------------*/
/*----------FAQ-----------*/
.faq {
	background: url(assets/images/services_back.png);
}

.faq-contents h2 {
	font-size: 35px;
	padding-bottom: 20px;
}

.faq-contents h3 {
	font-style: italic;
	font-size: 20px;
	color: #53226F;
	font-weight: 600 !important;
	padding-bottom: 10px;

}

.faq-contents .question a {
	color: #53226F;
	text-decoration: underline;
	font-weight: 700 !important;
	font-size: 18px;
	padding: 10px 0;
	display: block;
}

.faq-contents p,
.faq-contents li {
	color: #000;
	font-size: 16px;
}

.faq-contents ol li {
	margin: 0 0 10px;
}

.faq-contents .answer {
	display: none;
}

.faq-contents .answer a {
	color: #ff0000;
}

.buttns p {
	display: inline-block
}

.buttns .btnss {
	padding: 0;
	border-right: 1px solid #333;
	padding-right: 5px;
	color: #663300;
	text-decoration: underline;
	font-weight: 700 !important;
}

.buttns .btn {
	border-right: 0;
}

#petcem-history {
	padding: 50px 0;
}

#petcem-history .history {
	min-height: 200px;
}

#petcem-history .history-title a {
	color: #53226F;
	font-size: 20px;
}

#petcem-history .history-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 150px;
}

.history-lists {
	display: none;
}

.single-thumb img {
	display: block;
	margin: 0 auto;
}

.single h2 {
	text-align: center;
}

.single .main-content p {
	font-size: 18px;
	margin: 10px 0;
}

/*-----------------------------*/
/*-------PRIVACY---------------*/
.page-id-1086681 #main ul {
	margin-left: 20px;
	list-style: disc;
}

/*-----------------------------*/
/*-------FOOTER---------------*/
footer #mc_embed_signup {
	background: transparent;
}

footer #mc_embed_signup li label {
	margin-left: 10px;
	vertical-align: top;
}

footer #text-5 p {
	margin: 0;
}

footer #mc_embed_signup form {
	padding: 0;
}

.footertop {
	background: #53226F;
	color: #fff;
}

#contactpage h2,
.footertop h2 {
	font-weight: 700;
	font-size: 35px;
	margin: 0;
	padding-bottom: 35px;
}

#contactpage h4,
.footertop h4 {
	padding-top: 45px;
	margin: 0;
}

#contactpage p,
.footertop p {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 4px;
}

#contactpage p,
.footertop address p {
	font-size: 16px;
	margin: 0 0 4px;
}

#contactpage h4,
.footertop address h4 {
	font-weight: 600;
	font-size: 16px;
	padding: 15px 0;
}

.footertop p, .footertop p a, .footertop span {
	color: #fff;
}

.footertop .rt {
	text-align: right;
}

.map {
	border: 10px solid #657472 !important;
	width: 450px;
	height: 315px;
	max-width: 100%;
}
#contactpage .map {
	border: 10px solid #C699D0 !important;
	width: calc(100% - 15px);
	height: 315px;
	max-width: 100%;	
}
#mce-EMAIL {
	color: #000 !important;
}

.response a {
	color: #fff;
}

#text-3 {
	margin-bottom: 25px;
}

#text-6 a {
	width: 50%;
	display: inline-block;
	padding: 0 5px;
}

#media_image-2, #media_image-3 {
	display: inline-block;
	margin: 0 40px;
}

.footermid {
	background: #53226F;
	padding: 100px 0 60px;
	color: #fff;
}

.footermid h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 16px;
	text-align: left;
}
.footermid h2:after {
	content: '';
	background: #F8EDE7;
	height: 2px;
	width: 34px;
	display: block;
	margin-top: 16px;
}
.footermid p {
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans';
	margin: 0 0 15px;
	font-weight: normal;
}
.footermid p a {
	color: #fff;
}
.footermid p img {
	margin-right: 10px;
}
.footermid .mc-field-group {
	max-width: 270px;
}
.footermid #mce-EMAIL {
	max-width: 270px;
	height: 42px;
	width: 100%;
	border-radius: 2px;
	box-shadow: none;
	border: none;
	padding-left: 15px;
	color: #000;
	font-size: 12px;
	font-family: 'Open Sans';
}
.footermid #mce-EMAIL::placeholder {
	color: #000;
	font-family: 'Open Sans';
}
.footermid .mc-field-group {
	position: relative;
}
.footermid #mc-embedded-subscribe {
	border: none;
	background-color: #C699D0;
	width: 44px;
	height: 34px;
	display: block;
	padding: 0;
	font-size: 0;
	border-radius: 3px;
	position: absolute;
	top: 4px;
	right: 4px;
	background-image:url(/wp-content/uploads/2022/04/Icon-ionic-md-send.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.footermid #media_image-4 img {
	display: block;
	margin-bottom: 30px;
}
.footermid #text-7 {
	margin-bottom: 45px;
}
.footermid #text-8 {
	margin-bottom: 30px;
}
.footermid #text-6 img {
	border-radius: 5px;
	margin-bottom: 24px;
	margin-top: 13px;
}
.footerbottom {
	line-height: 150%;
	background: #C699D0;
	padding: 25px 0;
}
.footerbottom p,
.footerbottom a {
	color: #53226F;
	font-size: 13px;
	margin: 0;
}
.footerbottom .footerlinks {
	text-align: right;
}
.footerbottom .footerlinks a {
	margin-right: 30px;
}

#payhere {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	display: none;
}

.overlaybg {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#payhere .wufooform {
	padding: 50px 15px;
	background: #fff;
	border-radius: 7px;
	max-width: 800px;
	width: 95%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	max-height: 90%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#payhere .xbtn {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #000;
	font-weight: bold;
	display: block;
	font-size: 25px;
	background: #fff;
	line-height: 1em;
	height: 50px;
	padding: 10px;
	width: 50px;
	text-decoration: none;
	text-align: center;
	z-index: 9999;
}

#payhere .xbtn:hover {
	color: #fff;
	background: #000;
}

#payhere .wufooform iframe {
	max-width: 85%;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 5px;
	max-height: 1550px;
	overflow: scroll;
	padding: 15px;
}
@media screen and (max-width:480px) {
	#payhere .wufooform iframe {
		max-height:1800px;
		max-width:100%;
	}
}
#menu-footer li:first-child {
	padding-left: 0;
}

#menu-footer a {
	line-height: normal;
}

/*---------------------------*/
/*-------COLORBOX---------*/
.cboxPhoto {
	height: 100% !important;
	max-height: 100vh !important;
	width: initial !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}

#cboxLoadedContent {
	background: #000;
}

/*---------------------------*/
/*-------MEDIA QUERY---------*/
@media (max-width: 991px) {
	.homepage-slider .slider-quote {
		display: none;
	}

	header {
		padding-bottom: 0;
	}

	.menus {
		padding: 0;
	}

	.logo {
		text-align: center;
	}

	.social-icons {
		text-align: center;
	}

	.social-icons ul li {
		margin: 0 5px;
	}

	.burger-menu {
		display: block !important;
		padding: 2px 0;
		text-align: center;
		background: #333;
		margin: 10px 0 0;
	}

	.burger-menu img {
		width: 25px !important;
		height: 25px !important;

	}

	#menu-header-menu {
		text-align: center;
		margin: 0 -15px;
		display: none;
		overflow: auto;
		max-height: 50vh;
	}

	#menu-header-menu li {

		border-bottom: 1px solid #53226F;
		width: 100%;
	}
}

@media (max-width: 949px) {
	.history-images img {
		margin-right: 50px !important;
		margin-left: 50px !important;
		margin-top: 30px !important;
	}
}

@media screen and (min-width: 768px) {
	.footertop .rt {
		border-right: 1px solid #fff;
	}

	.footertop .rt,
	.footertop .lt {
		margin-bottom: 10px;
	}

	/*#payhere .wufooform iframe {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}*/
}

@media screen and (max-width: 767px) {
	.slick-dots {
		display: none !important;
	}

	.about-img {
		text-align: center;
		padding: 0 0 20px;
	}

	#text-6 {
		text-align: center;
	}

	#text-6 a {
		width: auto;
	}
	.history-contents.content2 {
		flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	.homepage-slider .slide-content h2,
	.homepage-slider .slide-content h3 {
		text-align: center;
	}

	.homepage-slider .slide-content h3 span {
		display: block;
		width: 195px;
		margin: 10px auto;
	}

	img.alignleft {
		float: none;
		display: block;
		margin: 10px auto;
	}

	.history-slider-thumb .slick-prev,
	.history-slider-thumb .slick-next {
		width: 50px;
		height: 50px;
	}

	.main-content {
		padding: 10px 0;
	}
	.homepage-slider .slide-content .listedon {
		font-size: 16px;
	}
	.homepage-slider .slide-content h3 {
		font-size: 25px;
	}
	.homepage-slider-sub-content,
	.homepage-slider .slide-content .sub-content {
		font-size: 20px;
		text-align: center;
		line-height: 26px;
		padding: 17px 15px;
	}
	.tiktok-embed {
		min-width: 0 !important;
		padding: 0;
	}

	/*#payhere .wufooform iframe {
	max-height:1350px;
}*/
}

/*@media screen and (max-width:420px) {
#payhere .wufooform iframe {
max-height:1550px;
}
}
@media screen and (max-width:320px) {
#payhere .wufooform iframe {
max-height:1620px;
}
}
@media screen and (min-height:1024px) {
#payhere .wufooform iframe {
max-height:100%;
}
}*/
