/* header 2 version 1.0.0 */
/* header 2 widgets css starts */
/* .sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1030;
} */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none !important;
}

.header-border {
  border-top: 3px solid #3e275e;
}

.header-widgets a {
  text-decoration: none;
}

.header-widgets .logo {
  text-align: center;
}

.header-widgets .row {
  align-items: center;
}

.header-widgets .telephone-widgets {
  text-align: right;
  font-family: "comic neue";
}

.header-widgets .email-widgets span,
.header-widgets .telephone-widgets span {
  text-transform: uppercase;
  margin-left: 10px;
}

.header-widgets .telephone-widgets a {
  color: #3e275e;
}

.header-widgets .email-widgets {
  text-align: right;
  border-left: 1px solid #8e969b;
  font-family: "comic neue";
}

.header-widgets .donate-button {
  text-align: right;
  border-left: 1px solid #8e969b;
  font-family: "comic neue";
}

.header-widgets .donate-button .btn {
  font-size: 14px;
  padding: 6px 20px;
  border: 1px solid #3e275e;
  color: #3e275e;
  border-radius: 3px;
  text-transform: uppercase;
}

.header-widgets .donate-button .btn:hover {
  color: #fff;
  background-color: #3e275e;
}

.header-widgets .email-widgets a {
  color: #3e275e;
}

.header-widgets .logo-icon-color {
  color: #3e275e;
}

.header-widgets .social-networks {
  text-align: right;
}

.header-widgets .social-networks ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header-widgets .social-networks li {
  display: inline-block;
  margin-left: 5px;
}

.header-widgets .social-networks li:first-of-type {
  margin-left: 0;
}

.header-widgets .social-networks li a {
  background: #8e969b;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  background-clip: padding-box;
  border-radius: 50%;
}

.header-widgets .social-networks li a i {
  color: #5d6970;
  font-size: 20;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  margin-top: 4px;
}

.header-widgets .social-networks li a:hover {
  background-color: #3e275e;
  transition: 0.4s;
}

.header-widgets .social-networks li a:hover i {
  color: #fff;
}

/* ------------------------ header 2 widgets css ends ----------------------- */
/* --------------------------- header 2 css starts -------------------------- */

.header {
  background-color: #fff;
}

.header .mainmenu {
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.header .mainmenu .navbar-brand,
.header .mobile-widget {
  display: none;
}

.header .mobile-widget .btn {
  font-size: 20px;
  color: #3e275e;
  padding:5px;
}

.header .navbar-toggler .bar1,
.header .navbar-toggler .bar2,
.header .navbar-toggler .bar3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

.header .navbar-toggler .menu {
  color: #fff;
  padding-left: 10px;
}

.header .change .bar1 {
  transform: rotate(-45deg) translate(-5px,5px);
}

.header .change .bar2 {
  opacity: 0;
}

.header .change .bar3 {
  transform: rotate(45deg) translate(-5px,-5px);
}

.header .mainmenu ul {
  padding-left: 0;
  list-style-type: none;
  text-transform: uppercase;
}

.header .navbar {
  background-color: #3e275e;
}

.header .nav-link,
.header .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  padding: 15px;
  font-family: "comic neue";
}

.header .navbar-expand-lg .navbar-nav .nav-link:hover {
  background-color: #281740;
}

.header .navbar-nav .cc-active {
  background-color: #281740;
}

.header .navbar-nav {
  width: 100%;
}

/* ----------------------- header 2 responsive css starts ------------------- */

@media only screen and (min-width: 992px) {

.header .navbar {
  padding: 0;
}

.header .mobile-widget {
  display: none;
}

}

@media only screen and (max-width: 991px) {
  .header .mainmenu {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
  }

  .header .navbar-nav {
    position: relative;
  }

  .header .nav-link,
  .header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 34px;
    font-size: 14px;
  }

  .header .navbar-toggler {
    display: flex;
    align-items: center;
  }

  .header-widgets .telephone-widgets,
  .header-widgets .email-widgets,
  .header-widgets .donate-button {
    border-left: none;
    margin: 10px 0;
    text-align: center;
  }
}

/* ----------------------- header 2 responsive css ends --------------------- */



.bg-image {
  background-color: rgb(49, 47, 47);
  color: #fff;
  height: 80vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.search_section {
  text-align: center;
  height: 80vh;
}

/* menu section Ends */
/* Logo part start */
#header .header .logo a img {
  max-height: 45px;
}

/* Icon part */
#header .header .icons ul li {
  list-style-type: none;
  float: left;
  padding-left: 10px;
}

#header.light_scheme .icons ul li a {
  color: #606060;
  padding: 10px;
}

#header.light_scheme .icons ul li a:hover {
  color: #000;
  text-decoration: none;
}

#header.dark_scheme .icons ul li a {
  color: #808080;
  padding: 10px;
}

#header.dark_scheme .icons ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#header .header .center_logo {
  text-align: center;
}

#header .header .center_logo h1 a {
  text-decoration: none;
}

#header .header .center_logo a img {
  max-height: 100%;
  margin-bottom: 20px;
}
/* header section ends */

/* petlist section Starts */
.pets a {
  text-decoration: none;
}

.pets .pets-list p {
  line-height: 35px;
}

.pets .petslist-section {
  margin:40px 0;
}

.pets .petslist-section .right-side .follow {
  width: 50%;
  margin: auto;
}

.pets .petlist_rate ul li,
.pets .petslist-section .petitems ul li a {
  text-decoration: none;
  color: #404040;
  font-size: 13px;
}

.pets .petslist-section .petitems ul li {
  margin-right: 5px;
  padding: 5px 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
}

.pets .petlist_rate .card .card-body h6 {
  color: #000;
  text-transform: capitalize;
}

.pets .petlist_rate .card .card-body ul {
  display: inline-flex;
  padding: 0;
}

.pets .petlist_rate .card {
  margin-bottom: 30px;
}

.pets .petlist_rate .card a:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pets .petlist_rate .card .card-body span,
.pets .petlist_rate .card .card-body p,
.pets .petlist_rate ul li {
  color:#737373;
  font-size: 13px;
  text-transform: capitalize;
}

.pets .petlist_rate .card .card-body ul li {
  padding: 0 25px 0 0;
}

.pets .petlist_rate .card .card-body ul li:first-child {
  list-style-type: none;
}

.pets .petlist_rate .pagination .page-item .page-link {
  padding: .5rem 1.75rem;
  border: transparent;
}

.pet_info {
  margin: 0 -10px 10px 0;
  display: flex;
  flex-flow: wrap;
}

.pet_info span {
  display: block;
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 30px 5px 30px;;
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  transition: 250ms linear;
  border: 1px solid #000;
}

.pet_info span:hover {
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

.pet_info span:before {
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  content: "\f00c";
  position: absolute;
  left: 5px;
  font-weight: 900;
  top: 5px;
  color: #32a852;
  transition: color 250ms linear;
}

/* petlist section ends */

/* single pet pimage starts */

/* ============================================== SINGLE PET POST ============================================== */
#single_petpost_photos-wrap {
  float: left;
  margin-bottom: 20px;
}

.entry-content p {
  line-height: 35px;
}

.posts-wrap .type-petfinder_pets .entry-content h5,h1 {
  margin: 20px 0;
  text-transform: capitalize;
}

#single_petpost_photos {
  width: 210px;
  margin: 0 40px 20px 0;
  padding: 9px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 1px solid #DEDEDE;
}

#single_petpost_photos img {
  display: block;
  max-width: 100%;
  height: auto;
}

.preview {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: block;
  background-color:#FFFFFF;
  border-radius: 3px;
  color:#909090;
  font-size: 12px;
}

.preview:before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f00e";
  font-weight: 900;
  display: block;
  line-height: 23px;
  width:23px;
  height:23px;
  text-align: center;
}

.single_petpost_thumbnails {
  width: 240px;
  margin-right: -20px;
}

.single_petpost_thumbnails a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 1px;
  border: 1px solid #DEDEDE;
}

.single_petpost_thumbnails a img {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  padding: 3px;
}

/* single pet page ends */

/* footer section starts */
.widget_footer {
  background-color: #F9F9F9;
  padding-top: 80px;
  text-align: center;
}

.widget_footer .footer_widget {
  margin-bottom: 80px;
}

.widget_footer .box_title {
  margin-bottom: 40px;
  position: relative;
}

.widget_footer .footer_widget ul {
  padding: 0px;
}

.widget_footer .footer_widget ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}

.widget_footer .footer_widget ul li a {
  text-decoration: none;
  padding: 0px;
}

.widget_footer .footer_widget .box_title h4 {
  background-color: #F9F9F9;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
  display: inline-block;
  margin: auto;
  position: relative;
  color: #848484;
  font-size: 120%;
  font-family: 'Roboto', sans-serif;
}

.widget_footer .footer_widget .box_title:before {
  content: "";
  background-color: #E5E5E5;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}

#post_footer {
  background-color: #F2F2F2;
  padding: 20px 10px;
}

#post_footer #footer_copy {
  text-align: center;
}

#post_footer #footer_copy a {
  color: #454545;
  display: inline-block;
}

#post_footer #footer_copy a:hover {
  color: #000;
}

#post_footer #credit_space {
  display: block;
  margin: 0 10px;
  font-size: 1.5vh;
}

#post_footer #socnets_wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

#post_footer #socnets {
  float: left;
  position: relative;
  left: 50%;
}

#post_footer #socnets a {
  float: left;
  position: relative;
  right: 50%;
  margin: 0 5px;
  display: block;
  color: #6D6D6D;
  text-decoration: none;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  background-color: transparent;
}

#post_footer #socnets a:hover {
  background-color: #FEFEFE;
}

#post_footer #socnets a {
  display: block;
  font-size: 30px;
  height: 40px;
  width: 40px;
  text-align: center;
}

#post_footer #socnets a i {
  line-height: 40px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

#post_footer #socnets a:hover .fa-twitter {
  color: #00ACED
}

#post_footer #socnets a:hover .fa-facebook {
  color: #335795
}

#post_footer #socnets a:hover .fa-google {
  color: #DD4B39
}

#post_footer #socnets a:hover .fa-flickr {
  color: #FF0084
}

#post_footer #socnets a:hover .fa-tumblr {
  color: #668195
}

#post_footer #socnets a:hover .fa-vimeo-square {
  color: #0DADD6
}

#post_footer #socnets a:hover .fa-youtube {
  color: #D02525
}

#post_footer #socnets a:hover .fa-pinterest {
  color: #CB2027
}

#post_footer #socnets a:hover .fa-linkedin {
  color: #0977b5
}

/* footer section Ends */

/* Custom CSS Starts */
.bg-image {
	height: 7.5vh;
}

.search_section {
	display: none !important;
}

/*Custom CSS */

/* General CSS Start */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: comic neue;
	margin-top: 0;
	color: #040f0f
}

h1 {
	font-size: 32px;
	font-weight: 600;
}

h2 {
	font-size: 26px;
	font-weight: 600;
}
h3 {
	font-size: 22px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p, li {
	font-size: 14px;
	color: #414a4e;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}
/* General CSS End */

/* Header Section Starts */
.header-section {
	border-top: 3px solid #3e275e;
}

.header-widgets .telephone-widgets a, .header-widgets .email-widgets a,
.header-widgets .email-widgets span, .header-widgets .telephone-widgets span {
	font-size: 14px;
}

.custom-menu ul .current_page_item a {
	color: #281740;
}

.header .navbar-nav li.active a {
    background-color: #281740;
}
/* Header Ends */

/* Footer Starts */ 
.widget_footer {
	text-align: left;
	background-color: #fff;
	padding-top: 25px;
}

.widget_footer .footer_widget {
    margin-bottom: 20px;
}

.widget_footer .footer_widget .box_title {
	border-top: 1px solid #5d6970;
	margin-bottom: 0;
}

.widget_footer .footer_widget .box_title h4 {
	font-size: 18px;
  padding: 20px 0 0;
  text-transform: capitalize;
  color: #3e275e;
  margin-bottom: 16px;
  word-break: break-word;
	font-family: "comic neue";
	background-color: transparent;
}

.widget_footer .footer_widget .box_title:before {
	content: none;
}

.widget_footer .footer_widget ul li {
	padding: 5px 0 0;
}

.widget_footer a {
	color: #5d6970;
}

.widget_footer a:hover {
	color: #3e275e;		
}

.widget_footer #footer_copy .footer-copyright {
	text-align: left;
	margin-bottom: 50px;
}

.widget_footer #post_footer {
	background-color: #fff;
	padding: 0;
}

.widget_footer #post_footer #footer_copy .scube-link {
	color: #131516;
}
/* Footer Ends */ 

/* Home page Start */
/* carousel starts*/
.carousel-slide {
  position: relative;
  margin-bottom: 70px;
}

.carousel-slider {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* carousel indicators */

.carousel-indicators {
  bottom: -60px;
  z-index: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8e969b;
  transition: opacity 0.3s ease;
}

.carousel-indicators .active {
  background-color: #eff0f1;
}

/* carousel carousel arrow */

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	z-index: 1;
}
/* carousel ends*/
.home-page-list {
	margin-bottom: 25px;
}

.home-page-list .align-right {
	float: right;
}

.home-page-list h3 {
	color: #3e275e;	
	margin-bottom: 25px;
}

.home-page-list .home-page-button .wp-block-button__link {
	font-size: 12px;
  font-weight: 600;
	padding: 10px 28px;
	border: 1px solid #3e275e;
	color: #3e275e;
	transition: .5s;
}

.home-page-list .home-page-button .wp-block-button__link:hover {
	background-color: #3e275e;
	color: #fff;
}

.purple-bg {
	background-color: #3e275e;
	margin-bottom: 0;
}

.purple-bg .wp-block-columns {
	margin-bottom: 0;
}

.purple-bg .bv-cta.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.purple-bg .cta-title h2,
.purple-bg p {
	color: #fff;
}

.purple-bg .cta-title {
align-self: center
}

.purple-bg .bv-button .wp-block-button .wp-block-button__link {
	font-size: 12px;
	font-weight: 600;
	padding: 15px 30px
}
/* Home page End */

/* About Page Start */
.about-section a {
	color: #3e275e;
}
/* Abou Page End */

/* Day Care Page Start */
.day-care-img img {
	height: auto;
}
/* Day Care Page Ends */

/* Hall Hiring Page Start */
.hall-hiring-img img {
	height: auto;
}
/* Hall Hiring Page Ends */

/* Lunch Club Page Start */
.lunch-club-img img {
	height: auto;
}
/* Lunch Club Page Ends */

/* Meal On Wheel Page Start */
.meal-on-wheel-img img {
	height: auto;
}
/* Meal On Wheel Page Ends */

/* Contact Page CSS Starts */
.contact-section a {
	color: #3e275e;
}

.contact-social-meida a {
    width: 32px;
    padding: 4px;
    display: block;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
}

.contact-social-meida .facebook {
	border: 1px solid #193e91;
  color: #193e91;
}

.contact-social-meida .facebook:hover {
 background-color: #193e91;
 color: #fff;
 transition: 0.5s;
}

.contact-social-meida .twitter {
  border: 1px solid #00acee;
  color: #00acee;
}

.contact-social-meida  .twitter:hover {
    background-color: #00acee;
    color: #fff;
    transition: 0.5s;
}

.contact-social-meida .linkedin {
  border: 1px solid #0077b5;
  color: #0077b5;
}

.contact-social-meida  .linkedin:hover {
  background-color: #0077b5;
  color: #fff;
  transition: 0.5s;
}

.contact-page-title {
	margin-top: 0;
}

.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="url"], .contact-form input[type="email"], .contact-forminput[type="tel"], .contact-form input[type="number"], .contact-form textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #ced4da;
  border-radius: .25rem;
}

.contact-form .contact-form-button {
	text-align: center;
}

.contact-form .contact-form-button .wpcf7-submit {
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 15px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 5px;
	background-color: #3e275e!important;
	    background-image: -webkit-linear-gradient(top, rgb(62 39 94), rgb(62 39 94));
	color: #fff;
	border: 0;
}

.contact-form .contact-form-button .wpcf7-submit:hover {
	background-color: #3e275e!important;
	    background-image: -webkit-linear-gradient(top, rgb(62 39 94), rgb(62 39 94));
	color: #fff;
	border: 0;
}

/* Contact Page CSS Ends */

/* Videos Page CSS Starts */

.video-page .video-image {
  margin-bottom: 20px;
  height: 200px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Videos Page CSS Ends */

/* Donate Now CSS Starts */
.donate-now-img img {
	height: auto;
}

.donate-now-form input[type="text"], 
.donate-now-form input[type="password"], 
.donate-now-form input[type="url"], 
.donate-now-form input[type="email"], 
.donate-now-forminput[type="tel"], 
.donate-now-form input[type="number"], 
.donate-now-form textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #ced4da;
  border-radius: .25rem;
}

.donate-now-form .donate-now-button {
	text-align: center;
}

.donate-now-form .donate-now-form-button .wpcf7-submit {
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 15px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 5px;
	background-color: #3e275e!important;
	    background-image: -webkit-linear-gradient(top, rgb(62 39 94), rgb(62 39 94));
	color: #fff;
	border: 0;
}

.donate-now-form .donate-now-form-button .wpcf7-submit:hover {
	background-color: #3e275e!important;
	    background-image: -webkit-linear-gradient(top, rgb(62 39 94), rgb(62 39 94));
	color: #fff;
	border: 0;
}


/* Donate Now CSS Ends */

/* Medi Query Start */
@media only screen and (max-width: 991px) {
	.header .mainmenu {
	z-index: 2;
}
}

@media only screen and (max-width: 767px) {
.carousel-slider {
height: 375px;
}
	
.purple-bg h3,
.purple-bg p,
.purple-bg .wp-block-buttons{
	text-align: center;
}
}

.bv-button {
	display: block;
}

@media only screen and (max-width: 400px) {
.carousel-slider {
height: 250px;
}
}
/* Media Query End */
/*Custom CSS Ends*/

