/*
Theme Name: Peti Care Child (For Mike's Pet Care)
Theme URI: https://netnus.com/product/peticare-pro-wordpress-theme-for-multipurpose/
Author: Jamal Ahmed
Author URI: https://j8ahmed.com/
Template: peti-care

Description: This theme is build from the Peti Care theme by Netnus. It is intended to be customized for use by Mike's Pet Care.

Version: 0.0
License: GNU General Public License version 2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: peti-care
Requires PHP:  5.6
Tested up to: 5.8
Tags:blog,two-columns,right-sidebar,full-width-template,custom-colors,custom-menu,custom-header,custom-logo,featured-images,editor-style,custom-background,threaded-comments,
theme-options, translation-ready
Peti Care WordPress Theme has been created by Netnus(netnus.com), 2022.
Peti Care WordPress Theme is released under the terms of GNU GPL
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300&display=swap");
.site-footer {
  margin: auto;
  background-color: #ffffff;
  color: #000000;
}
.site-footer .container {
  padding: 1rem;
}
.site-footer #mpc_footer_menu_cont {
  padding: 1.5rem 0;
}
.site-footer #mpc_footer_menu_cont ul#menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer #mpc_footer_menu_cont ul#menu-footer li {
  padding: 8px 16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-footer #mpc_footer_menu_cont ul#menu-footer li::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 20px;
    background-color: #000000;
  }
  .site-footer #mpc_footer_menu_cont ul#menu-footer li:last-of-type::after {
    width: 0;
    height: 0;
  }
}
.site-footer #mpc_footer_menu_cont ul#menu-footer li a {
  color: #000000;
}
.site-footer #mpc_footer_menu_cont ul#menu-footer li a:hover {
  color: #91601b;
}
.site-footer .copyright-wrapper {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
}
.site-footer .copyright-wrapper > .container {
  width: 100%;
  padding: 0;
  display: grid;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.site-footer .copyright-wrapper .left p {
  width: 100%;
}
.site-footer ul li::before {
  content: none;
}
.site-footer ul.social-media-links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .site-footer ul.social-media-links {
    padding: 0 0 1rem;
  }
}
.site-footer ul.social-media-links li {
  padding: 0;
  margin: 0;
}
.site-footer ul.social-media-links li a img {
  height: 100px;
  width: auto;
  will-change: transform;
  transition: 0.25s;
}
.site-footer ul.social-media-links li a img:hover {
  transform: scale(0.95);
}
@media only screen and (max-width: 400px) {
  .site-footer ul.social-media-links li a img {
    height: 50px;
  }
}

@font-face {
  font-family: pasadena;
  src: url(./assets/fonts/Pasadena-Serial-Regular.ttf);
}
/* Styles for Banner Image over default header with menu */
#mpc-header-contact {
  position: relative;
  height: 492px;
  background: white;
}
@media only screen and (min-width: 1024px) {
  #mpc-header-contact {
    border-bottom: solid 2px #1c2012;
    box-shadow: 0 0 20px 10px rgb(162, 151, 118);
  }
}
@media only screen and (max-width: 1023px) {
  #mpc-header-contact {
    height: 330px;
  }
}
@media only screen and (max-width: 600px) {
  #mpc-header-contact {
    background-color: #ffffff;
    height: 180px;
  }
}
#mpc-header-contact #headerBak {
  width: 100%;
  height: 444px;
  background-image: url(./assets/images/logo_bak.jpg);
  background-repeat: repeat-x;
}
@media only screen and (max-width: 1024px) {
  #mpc-header-contact #headerBak {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  #mpc-header-contact #headerBak {
    background-image: none;
    background-color: #ffffff;
    height: 201px;
  }
}
#mpc-header-contact #headerBak .mpc-header {
  width: 1015px;
  height: 413px;
  background-image: url(./assets/images/header_logo.png);
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #mpc-header-contact #headerBak .mpc-header {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 370px;
  }
}
@media only screen and (max-width: 600px) {
  #mpc-header-contact #headerBak .mpc-header {
    height: 210px;
  }
}
#mpc-header-contact #headerBak .mpc-header #spacer {
  height: 413px;
}
@media only screen and (max-width: 600px) {
  #mpc-header-contact #headerBak .mpc-header #spacer {
    height: 170px;
  }
}
#mpc-header-contact #headerBak .mpc-header #spacer #header-text {
  float: right;
  width: 350px;
  height: 23px;
  margin-right: 5px;
  margin-top: 220px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #mpc-header-contact #headerBak .mpc-header #spacer #header-text {
    margin-top: 20.5%;
    width: 34.5%;
  }
}
#mpc-header-contact #headerBak .mpc-header #spacer #header-text a#mpc-phone-number {
  text-decoration: none;
  color: #ddcd1c;
  font-size: 27px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  #mpc-header-contact #headerBak .mpc-header #spacer #header-text a#mpc-phone-number {
    font-size: 19px;
  }
}
#mpc-header-contact #headerBak .mpc-header #spacer #header-text a#mpc-phone-number:hover {
  color: #ffffff;
}
#mpc-header-contact #headerBak .mpc-header #spacer #mpc-email {
  float: right;
  width: 350px;
  height: 23px;
  margin-right: 5px;
  margin-top: 9px;
  text-align: left;
  font-size: 27px;
}
@media only screen and (max-width: 1024px) {
  #mpc-header-contact #headerBak .mpc-header #spacer #mpc-email {
    width: 34.5%;
    font-size: 24px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  #mpc-header-contact #headerBak .mpc-header #spacer #mpc-email {
    font-size: 14px;
    margin-top: -10px;
  }
}
#mpc-header-contact #headerBak .mpc-header #spacer #mpc-email a {
  text-decoration: none;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
}
#mpc-header-contact #headerBak .mpc-header #spacer #mpc-email a:hover {
  color: #ddcd1c;
}
#mpc-header-contact #mpc-header-container {
  width: 100%;
  max-width: 1170px;
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media only screen and (min-width: 1170px) {
  #mpc-header-contact #mpc-header-container {
    right: 50%;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 1023px) {
  #mpc-header-contact #mpc-header-container {
    position: static;
    background: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 900px) {
  #mpc-header-contact #mpc-header-container {
    margin-top: -64px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
  #mpc-header-contact #mpc-header-container {
    margin-top: -120px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 600px) {
  #mpc-header-contact #mpc-header-container {
    margin-top: 0;
  }
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
  #mpc-header-contact #mpc-header-container {
    margin-top: -64px;
  }
}
#mpc-header-contact #mpc-header-container .RightNavMenu {
  padding: 0;
}
@media only screen and (min-width: 1023px) {
  #mpc-header-contact #mpc-header-container .RightNavMenu {
    width: 100%;
  }
}
@media only screen and (min-width: 1023px) {
  #mpc-header-contact #mpc-header-container .RightNavMenu #navigationpanel .site-navigation ul {
    display: block !important;
  }
  #mpc-header-contact #mpc-header-container .RightNavMenu #navigationpanel .site-navigation ul li {
    display: inline-block;
    text-align: center;
    padding: 10px 18px;
  }
}
@media only screen and (min-width: 1023px) {
  #mpc-header-contact #mpc-header-container .RightNavMenu #navigationpanel .site-navigation button.menu-toggle {
    display: none;
  }
}
#mpc-header-contact #mpc-header-container .site-navigation li {
  position: relative;
}
@media screen and (min-width: 1022px) {
  #mpc-header-contact #mpc-header-container .site-navigation li::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 20px;
    background-color: #000000;
  }
  #mpc-header-contact #mpc-header-container .site-navigation li:last-of-type::after {
    width: 0;
    height: 0;
  }
}
#mpc-header-contact #mpc-header-container .site-navigation li a {
  font-size: 1.25em;
  text-transform: uppercase;
}

/* Styles for "Contact Form 7" WordPress Plugin */
.wpcf7 {
  margin: 0;
}
.wpcf7 .wpcf7-form label {
  font-weight: bold;
}
.wpcf7 .wpcf7-form input[type]:not([type=submit]), .wpcf7 .wpcf7-form textarea {
  padding: 24px 16px;
}
.wpcf7 .wpcf7-form input[type=text],
.wpcf7 .wpcf7-form input[type=tel],
.wpcf7 .wpcf7-form input[type=email],
.wpcf7 .wpcf7-form input[type=submit],
.wpcf7 .wpcf7-form select,
.wpcf7 .wpcf7-form textarea,
.wpcf7 .wpcf7-form p {
  color: black;
  font-size: 18px;
  max-width: 500px;
  width: 100%;
}
.wpcf7 .wpcf7-form select {
  padding: 4px;
}
.wpcf7 .wpcf7-form input[type=submit] {
  color: white;
  max-width: 200px;
  border-radius: 4px;
  background-color: #663300;
  transition: all 0.25s;
}
.wpcf7 .wpcf7-form input[type=submit]:hover {
  background-color: #000000;
}
.wpcf7 #recaptcha-disclaimer {
  font-style: italic;
}
.wpcf7 #recaptcha-disclaimer a {
  color: #663300;
}
.wpcf7 #recaptcha-disclaimer a:hover {
  color: #000000;
}

/* Hide Home Page Title */
.page-id-5 .entry-title,
.page-id-433 .entry-title {
  display: none;
}

.mpc-home-start {
  margin-bottom: 24px;
}
.mpc-home-start > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-template-rows: auto 1fr;
  gap: 16px 32px;
}
@media screen and (max-width: 776px) {
  .mpc-home-start > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.mpc-home-start > .wp-block-group__inner-container .vet-recommended-section {
  margin: 0;
}
@media screen and (max-width: 776px) {
  .mpc-home-start > .wp-block-group__inner-container .vet-recommended-section .wp-block-group__inner-container {
    height: auto;
    display: block;
  }
}
.mpc-home-start > .wp-block-group__inner-container .vet-recommended-section .wp-block-group__inner-container .wp-block-heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 776px) {
  .mpc-home-start > .wp-block-group__inner-container .vet-recommended-section .wp-block-group__inner-container .wp-block-heading {
    margin-bottom: 16px;
  }
}
.mpc-home-start > .wp-block-group__inner-container .vet-recommended-section .wp-block-group__inner-container blockquote {
  color: #91601b;
  background: none;
  border-left: none;
  padding: 0;
  margin-bottom: 0;
}
.mpc-home-start > .wp-block-group__inner-container .vet-recommended-section .wp-block-group__inner-container blockquote p {
  padding-bottom: 16px;
  font-weight: 600;
}
.mpc-home-start > .wp-block-group__inner-container .mpc-image {
  grid-area: 1/2/3/3;
  align-self: flex-start;
  margin: 0;
}
@media screen and (max-width: 776px) {
  .mpc-home-start > .wp-block-group__inner-container .mpc-image {
    grid-area: initial;
  }
}
.mpc-home-cbd-section {
  padding: 1rem;
  background-image: url(./assets/images/cat-dog-isolated.jpg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .mpc-home-cbd-section {
    padding-bottom: 100px;
  }
}
.mpc-home-cbd-section .mpc-inline-link-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #91601b;
  font-weight: bold;
  gap: 16px;
}
.mpc-home-cbd-section .mpc-inline-link-heading a {
  text-decoration: none;
}
.mpc-home-cbd-section .mpc-inline-link-heading img {
  margin-left: 2px;
  width: auto;
  height: 64px;
  margin-top: -7px;
}

.mpc-home-awards-gallery {
  padding: 1rem;
  flex-wrap: nowrap !important;
  gap: 2rem !important;
}
@media screen and (max-width: 500px) {
  .mpc-home-awards-gallery {
    flex-direction: column;
    align-items: center !important;
    flex-wrap: wrap !important;
  }
}

.mpc-slider-image img {
  width: 100%;
  height: auto;
}

.mpc-services-list li {
  margin: 1rem 0 !important;
}

/* @use 'front-page' as *; */
/* @use 'media-frontpage' as *; */
/* Adjust width on mobile */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .home .container {
    width: 100% !important;
  }
}
body {
  background: linear-gradient(to bottom, #ffffff 400px, #91601b 1800px);
  background-size: 100%;
}

.wp-block-heading, .entry-title {
  font-family: "Roboto Condensed", "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
.wp-block-heading::first-letter, .entry-title::first-letter {
  font-size: 1.25em;
}
.wp-block-heading.contact-number-heading a, .entry-title.contact-number-heading a {
  text-decoration: none;
}
.wp-block-heading.contact-number-heading::first-letter, .entry-title.contact-number-heading::first-letter {
  font-size: inherit;
}

p, li {
  font-size: 18px;
}

.mpc-page-heading, .entry-title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 35px;
}

.SitePageStyle-2 {
  background-color: rgb(255, 255, 255);
}

.mpc-blockquote p {
  padding-bottom: 16px;
}

.mpc-image {
  border: 7px solid white;
  box-shadow: 2px 2px 20px #444;
}
.mpc-image img {
  width: 100%;
  height: auto;
}

.mpc-gallery figure {
  border: 7px solid white;
  box-shadow: 2px 2px 20px #444;
}

.mpc-list li {
  margin: 4px 0 !important;
}

/* Donation Buttons Container */
.donate-btn-container form {
  display: flex;
  justify-content: center;
}
.donate-btn-container form input[type=image] {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */
