body {
  font-family: 'Pedigree-Light';
  font-size: 1.2rem;
}

.adoption-faq-view .form--inline  {
  display: flex !important;
}

.adoption-faq-view .form--inline .form-control {
  height: calc(1.95em + 0.75rem + 2px) !important;
}

.adoption-faq-view .form--inline .form-actions{
  margin-top: 34px;
  padding-left: 12px;
}

::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
:-ms-input-placeholder, /* Internet Explorer*/
::-ms-input-placeholder { /* Microsoft Edge */
  color: #b3b3b3 !important;
  opacity: 1; /* Firefox */
}

.contained {
  max-width: 1020px !important;
  margin: 0 auto;
}

.text-decoration-underline {
  text-decoration: underline;
}

/* Laod More and ajax css */
.js-pager__items .pager__item {
  list-style: none;
  margin: 0;
  text-align: center;
  display: block;
  padding: 0;
  line-height: 1.75rem;
}

.js-pager__items .pager__item .button {
  color: #fff;
  background-color: #0000a0;
  border-color: #0000a0;
  min-width: 210px;
  height: 50px;
  font-family: 'Pedigree-UnleashedBlk';
  line-height: normal;
  padding: 15px;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  border: 0;
  border-radius: 0;
}

.js-pager__items .pager__item .button:hover {
  background-color: #ff9d89;
  border-color: #ff9d89;
}

.ajax-progress-fullscreen {
  background-image: url(../images/preloader.gif) !important;
  opacity: 1 !important;
  height: 64px !important;
  width: 64px !important;
  background-color: transparent !important;
}

/* End Laod More and ajax css */

.node--type-shelter .field--name-body {
  color: #000;
  font-size: 1.125rem;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../images/menu.svg);
  padding: 25px;
}

.dropdown {
  text-align: right;
}

.dropdown p {
  line-height: 2.5rem;
  margin: 10px 10px;
  display: flex;
  align-items: center;
}

.dropdown #dropdownMenu2:active, .dropdown #dropdownMenu2:focus{
  border:none;
}
.dropdown #dropdownMenu2 p {
  margin: -2px 10px;
}

.dashboard-links a {
  display: flex;
  justify-content: center;
  border: none;
  width: 100%;
  background: rgb(228 15 36) !important;
  color: #fff !important;
  height: 50px;
  line-height: 2rem;
  border-radius: 30px;
  font-size: 16px;
  font-family: 'Pedigree-Unleashed';
}

.dashboard-links a i {
  width: 36px;
  height: 34px;
  margin-right: 10px;
  display: none;
}

.shelterusers {
  background: url("../images/shelteruser.png") no-repeat;
}

.addshelteruser {
  background: url("../images/addshelteruser.png") no-repeat;
}

.shelters {
  background: url("../images/shelters.png") no-repeat;
}

.addshelter {
  background: url("../images/addshelters.png") no-repeat;
}

.report {
  background: url("../images/report.png") no-repeat;
  background-size: contain;
}

.dashboard-links div:nth-child(3) a,
.dashboard-links div:nth-child(4) a {
  background: rgb(228 15 36) !important;
}

.no-margin {
  margin: 0;
  padding: 0;
}

.btn-primary {
  background-color: rgb(228 15 36);
}
.file--image a {
  color: #000 !important;
  font-size: 0.85em;
}
.image-widget-data .file-size {
  font-size: 0.85em;
}

.btn-primary:hover {
  background-color: rgb(228 15 36);
  color: #fff;
}
.btn-primary:focus {
  background-color: rgb(228 15 36) !important;
  color: #fff;
}
.dropdown-item {
  height: 60px;
  line-height: 3.75rem;
  display: block;
}
.dropdown-item:hover, .dropdown-item:focus{
  color: #fff !important;
  text-decoration: none;
  background-color: rgb(228 15 36) !important;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: rgb(228 15 36) !important;
}

footer {
  background-color: #f0ac03;
  padding: 30px;
}

.footer-logo p {
  color: #000;
  font-family: 'Pedigree-Unleashed';
  font-size: 16px;
  margin-top: 9px;
}

.footer-menu li {
  list-style-type: none;
}

.social li {
  margin-right: 20px;
  background-color: rgba(228, 15, 36, 1) !important;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
}

.footer-menu .w-100 {
  margin-top: 8px;
  width: auto !important;
}
.footer-menu.border-right ul.no-margin-mobile {
  margin-left: -8px;
}

.follow {
  font-size: 16px;
  color: #000;
  margin-left: -8px;
  font-family: 'Pedigree-Unleashed';
}
#block-followus .no-margin-mobile {
  padding-left: 0;
}

.trade-mark p {
  font-size: 1.1rem;
  color: #000;
  text-align: right;
  width: 100%;
}

.footer-menu a {
  color: #000;
  font-weight: normal;
  line-height: 2.5rem;
  font-size: 16px;
  font-family: 'Pedigree-Unleashed';
  text-decoration: none;
}

.footer-menu.border-right {
  border-right: #fff 1px solid;
}

.footer-menu a:hover {
  text-decoration: underline;
}
.form-check {
  text-align: center;
}

.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
  padding: 10px;
  height: 100%;
  margin-bottom: 50px;
}

.dog-content p:nth-child(1) {
  font-family: 'Pedigree-UnleashedBlk';
  margin: 0;
}

.dog-content hr {
  width: 80%;
  margin: 0;
  margin-bottom: 10px;
}

.dog-content {
  color: #000;
}

.related-pets .view-header {
  margin-bottom: -1rem;
}

.pet-image {
  overflow: hidden;
}

.dog-content p {
  margin-bottom: 2px;
  font-size: 1.125rem;
}

.readmore-position {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.readmore {
  color: #fff !important;
  width: auto;
  text-align: center;
  border-radius: 30px;
  font-family: 'Pedigree-Unleashed';
  float: right;
  padding-left: 15px;
  font-size: 1rem;
  background: rgb(228 15 36);
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.readmore:hover {
  text-decoration: underline;
}

.readmore::after {
  content: "";
  background: url("../images/readmore.png") no-repeat;
  width: 20px;
  height: 14px;
  float: right;
  margin: 6px 0 0 6px;
}

.admin {
  color: #000;
  font-size: 1.125rem;
  font-family: 'Pedigree-Unleashed';
}

.admin::after {
  content: "";
  display: block;
  background: url("../images/adminicon.png") no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 6px 0 10px;
  background-size: cover;
}

.page-front, header.xs-header.xs-nav-box {
  position: relative;
  background-color: #f0ac03 !important;
}

/* .page-front .nav-item a {
  font-family: 'mars_centrabook' !important;
} */

.user-logged-in .page-front .login-border {
  display: none;
}

.user-logged-in .page-front .menu--landing-page-main-navigation ul.navbar-nav {
  margin-right: auto;
}

.user-logged-in .page-front .menu--account {
  /*position: absolute;*/
  right: 5%;
  top: 5px;
}

.nav-item a {
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 1.5625rem;
  margin: 0 10px;
  font-size: 1rem;
  font-family: 'Pedigree-Unleashed';
  height: 40px;
}

.login-border {
  background-color: rgb(228 15 36) !important;
  color: #fff !important;
  border-radius: 60px;
  width: 157px !important;
  height: 40px !important;
  line-height: 25px !important;
}

.allpets {
  font-family: 'Pedigree-Unleashed';
  background: rgb(228 15 36);
  color: #fff;
  font-size: 1rem;
  width: 120px;
  text-align: center;
  line-height: 1.875rem;
  border-radius: 30px;
  height: 30px;
  float: right;
}
.donor-position {
  position: absolute;
  bottom: 20px
}

.allpets:hover {
  color: #fff;
  text-decoration: underline;
}

.allpets::after {
  content: "";
  display: block;
  background: url(../images/readmore.png) no-repeat;
  width: 30px;
  height: 20px;
  float: right;
  margin: 8px 0px 0 0;
}

.plus {
  bottom: 10px;
  right: 30px;
}

.puppyheading {
  font-size: 1.5rem;
  color: #000;
  font-family: "Pedigree-UnleashedBlk";
}

.card {
  border: none;
}
.card p {
  color: #000;
}

.pet-image img {
  background-color: #fff3ca;
  object-fit: contain;
  height: 180px;
  /*-webkit-transition: all .4s linear;*/
  transition: all .4s linear;
  /*height: auto;*/
}

.pet-image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dog-bg {
  background-color: #fff3ca;
  padding: 20px;
  height: 100%;
}

.address p::before {
  content: "";
  display: block;
  background: url(../images/location-w.png) no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 6px 0 0;
  background-size: contain;
}

.address p {
  color: #000;
}

.address p:nth-child(2)::before {
  content: "";
  display: block;
  background: url(../images/call.png) no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 6px 0 0;
  background-size: contain;
}

.max-width {
  max-width: 1200px;
}

.border-line {
  border-top: 1px solid #000;
  opacity: 1;
}

.template-maxwidth {
  max-width: 1440px;
  margin: 0 auto;
}

.min-height {
  min-height: 40vh;
}

.webform-submission-donors-form .form-item-first-name, .webform-submission-donors-form .form-item-last-name, .webform-submission-donors-form .form-item-email, .webform-submission-donors-form .form-item-contact, .webform-submission-donors-form .form-item-description{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.webform-submission-donors-form label {
  color: #000;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.webform-submission-donors-form .form-type-textfield input.form-control, .webform-submission-donors-form .form-type-textarea textarea.form-control, .webform-submission-donors-form .form-type-email input.form-control, .webform-submission-donors-form .form-type-tel input.form-control{
  width: 80%;
  border: 1px solid #000;
  border-radius: 2px !important;
  height: 50px;
}
.webform-submission-donors-form .form-type-textarea textarea.form-control {
  height: auto;
}
.webform-submission-donors-form .submit {
  width: 30%;
  height: 50px;
  color: #fff;
  background-color: rgb(228 15 36);
  border-radius: 30px !important;
  font-family: 'Pedigree-Unleashed';
  font-size: 16px;
}
.webform-submission-donors-form .submit:hover {
  background: rgb(228 15 36) !important;
  color: #fff;
}
.webform-submission-donors-form .form-textarea-wrapper, .webform-submission-donors-form .iti--allow-dropdown {
  width: 80% !important;
}
.webform-submission-donors-form .form-textarea{
  width:100% !important;
}
.webform-submission-donors-form .form-type-textfield, .webform-submission-donors-form .form-type-email, .webform-submission-donors-form .form-type-tel,.webform-submission-donors-form .form-type-textarea {
  margin-bottom: 1rem;
}
.ot-sdk-show-settings {
  background-color: rgb(228 15 36) !important;
  font-family: 'Pedigree-Unleashed';
  width: auto;
  box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
  color: #fff !important;
  border-radius: 30px;
  border: none !important;
}
.ot-sdk-show-settings:hover {
  background-color: rgb(228 15 36) !important;
}
.path-my-account .views-row .field {
  color: #000;
}
.path-my-account .mt-4 .btn {
  background-color: rgb(228 15 36) !important;
  font-family: 'Pedigree-Unleashed';
  width: auto;
  box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
}
.path-user .contained label {
  color: #000;
}

.path-user .contained input {
  border: 1px solid !important;
}
.path-user #edit-submit {
  background-color: rgb(228 15 36);
    font-family: 'Pedigree-Unleashed';
    box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
    color: #fff;
    border-radius: 30px !important;
    font-size: 1rem;
}
.path-user #edit-submit:hover{
  background-color: rgb(228 15 36) !important;
  color: #fff;
}
#node-pet-form label, #node-pet-edit-form label{
  color: #000;
}
#node-pet-edit-form h4 {
  color: #000;
  font-family: 'Pedigree-Unleashed';
}
#node-pet-edit-form .description {
  color: #000 !important;
}
#node-pet-edit-form .button, #node-pet-form .button {
  background-color: rgb(228 15 36);
    font-family: 'Pedigree-Unleashed';
    box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
    color: #fff;
    border-radius: 30px !important;
    font-size: 1rem;
}
#node-pet-edit-form .button:hover, #node-pet-form .button:hover {
  background-color: rgb(228 15 36) !important;
  color: #fff !important;
} 
#node-pet-form input, #node-pet-form select, #node-pet-form textarea {
  border: 1px solid;
}
#node-pet-edit-form input, #node-pet-edit-form select, #node-pet-edit-form textarea {
  border: 1px solid;
}
.node-form .image-widget-data {
  color: #000 !important;
}
table tr td, table th {
  color: #000 !important;
}
.webform-submission-pager__item--next a, .webform-submission-pager__item--previous a {
  color: rgb(228 15 36) !important;
}
.webform-submission-table .odd {
  background-color: #fff !important;
  border: 1px solid #f0ac03 !important;
}
.webform-submission-table th, .webform-submission-table td {
  border: 1px solid #f0ac03 !important;
}
.webform-submission-table .even {
  background-color: #fff3ca !important;
  border: 1px solid #f0ac03;
}
.pet-records td a {
  color: #000 !important;
  text-decoration: underline;
}
.pet-records .add-content {
  background-color: rgb(228 15 36) !important;
  font-family: 'Pedigree-Unleashed';
  width: auto;
  box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
  border-radius: 30px;
}
.pet-records .add-content a {
  color: #fff;
}
.add-content a:hover {
  text-decoration: none;
}
.btn:focus {
  box-shadow: none !important;
}
.red-btn {
  background-color: rgb(228 15 36) !important;
  font-family: 'Pedigree-Unleashed';
  width: auto;
  box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  font-size: 16px;
}
.red-btn:hover {
  color: #fff;
  text-decoration: none;
}
.red-btn:active {
  background-color: rgb(228 15 36);
  color: #fff;
}
.views-exposed-form .btn {
  background-color: rgb(228 15 36) !important;
  font-family: 'Pedigree-Unleashed';
  width: auto;
  box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
}
.petdata {
  padding-left: 15px !important;
  margin-right: 0;
}
.petdata .uptext{
  list-style: none;
  padding: 12px;
  border-top: 1px solid #dee2e6;
}
.puppy-blog-cards img {
  margin-bottom: 2rem;
  width: 340px;
  height: 226px;
}
.puppy-blog-cards .card-body {
  margin-top: 1rem;
}
.puppy-blog-cards .read-text {
  margin-top: 1.5rem;
  position: absolute;
  bottom: 10px;
}
.node--type-caring-for-pets {
  max-width: 100%;
  overflow: hidden;
}
.block-field-blocknodecaring-for-petsbody {
  margin-top: 25px;
}
.text-red {
  color: rgb(228 15 36) !important;
  font-weight: bold;
}
#onetrust-banner-sdk #onetrust-button-group {
  text-align: center;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: rgb(228 15 36) !important;
  border-color: rgb(228 15 36) !important;
  color: #FFFFFF;
  border-radius: 30px;
  width: 240px !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover, #onetrust-banner-sdk #onetrust-reject-all-handler:hover {
  background-color: rgb(228 15 36) !important;
  border-color: rgb(228 15 36) !important;
}
.text-uppercase {
  text-transform: none !important;
}
.node--type-caring-for-pets img {
  width: 50% !important;
  height: auto;
  display: inherit;
  margin: 0 auto;
}
.dropdown .btn:focus {
  box-shadow: none;
}
img.power-by {
  height: 50px;
}
.footer-menu.border-right ul.no-margin-mobile:first-child {
  padding-left: 0;
}
.footer-logo {
  margin-left: -55% !important;
  margin-right: 35px;
}
body {
  background-color: #FEFBF2;
}
.user-login-form label, .verify-user-form label, .form-type-textfield label, 
.form-type-email label, .form-type-phone-international label, .form-type-password label {
  background-color: #FEFBF2 !important;
}
.node-appointment-form label, .node-appointment-edit-form label {
  background: none !important;
}
.details-wrapper tr.draggable {
  background-color: #FEFBF2 !important;
}
.dropdown-menu.show {
  background-color: #FEFBF2;
}
.alert a {
  font-family: 'Pedigree-Light';
  font-size: 1.2rem !important;
}
.form-control {
  background-color: #FEFBF2 !important;
  border: 1px solid;
}
.page-node-type-caring-for-pets .field--name-field-pet-tag a {
  display: none;
}
.user-logged-in .xs-header .mobile-icon ul {
  display: none;
}
a#edit-cancel {
  box-shadow: none !important;
}
.xs-logo-wraper .navbar-brand img {
  height: 100px;
}
footer .menufirst {
  padding-right: 0;
  padding-left: 0;
}
.menu--footer-secondary .d-md-flex {
  margin-left: -20px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #FEFBF2 inset !important;
}
.crop-preview-wrapper__crop-reset {
  height: 38px !important;
  padding: 7px;
  padding-top: 5px;
  position: initial !important;
}
.iti__dial-code, .iti__country-name {
  font-size: 16px;
  font-family: 'Pedigree-Unleashed';
}
.resend-otp-wrapper {
  text-align: end;
}

.path-find-pet .js-pager__items .pager__item .button {
  background-color: #f0ac03 !important;
  border-color: #f0ac03 !important;
}
.path-find-pet .js-pager__items .pager__item .button:hover {
  background-color: rgb(228 15 36) !important;
  border-color: rgb(228 15 36) !important;
}
a {
  text-decoration: none;
  color: #0056b3;
}
.pet_register table, .tabledrag-toggle-weight-wrapper {
  --bs-table-bg: none;
  background: #FEFBF2;
}

.pet_register table .draggable .image-widget {
  display: inline-block;
}

.text-md-right {
  text-align: right;
}

/*header css end*/
@media only screen and (max-width: 767px) {
  .pet_register .details-wrapper td .button.js-form-submit.form-submit {
    bottom: -2px;
  }
  footer .menufirst {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu--footer-secondary .d-md-flex {
    margin-left: -7px;
  }
  .xs-logo-wraper .navbar-brand img {
    height: 85px;
  }
  .user-logged-in .text-right .navbar-toggler {
    display: none;
  }
  .user-logged-in .xs-header .mobile-icon .navbar-toggler {
    display: none;
  }
  .footer-menu.border-right ul.no-margin-mobile {
    margin-left: 0;
  }
  .footer-logo {
    margin-left: -11px !important;
  }
  img.adopt-logo {
    height: 85px;
    width: auto;
}
.footer-logo p {
  margin-top: 0;
}
.webform-submission-table tr th, .webform-submission-table tr td {
  font-size: 10px;
}
.node--type-caring-for-pets img {
    width: 100% !important;
}
  .red-btn {
    display: inline-block;
    width: 100%;
  }
  .page-node-type-appointment .marked {
    display: block !important;
  }
  #onetrust-button-group {
    text-align: center;
  }
  .node--type-caring-for-pets img {
    width: 100%;
    height: auto;
  }
  .page-front .navbar-nav  {
    margin-top: 5px !important;
    margin-bottom: 14px !important;
    margin-left: -10px !important;
  }
  .page-front .d-md-none a {
    margin-bottom: 0.3rem;
  }
  .page-front .xs-logo-area {
    padding-bottom: 0;
    margin-bottom: -15px !important;
  }
  .xs-header .xs-logo-area {
    margin-bottom: 15px !important;
  }
  .user-logged-in .page-front .xs-logo-area .text-right {
    z-index: 1;
    position: relative;
    width: auto;
  }
  .user-logged-in .page-front .navbar-nav{
    margin-top: 6.5rem !important;
    margin-left: 10px !important;
  }
  .user-logged-in .page-front .navbar-nav .nav-link {
    margin-bottom: 0.3rem;
  }
  .user-logged-in .page-front .xs-logo-wraper {
    z-index: 11;
    width: 250px;
    top: 15px;
    position: absolute;
  }

  .xs-header .navbar-toggler {
    top: 21px;
  }
  .user-logged-in .xs-header .navbar-toggler {
    top: 71px;
    right: 25px;
  }
  .xs-header {
    margin-top: -1rem;
    padding-bottom: 39px;
  }
  .pet-nav .nav-item a .icon {
    display: none !important;
  }
  .xs-header .nav-item a.active {
    background: none;
  }
.navbar-expand-md .navbar-nav .nav-link {
  padding-left : 8px !important;
}
.power-by {
  z-index: 11;
  position: absolute;
  top: 21px;
}
.user-logged-in .power-by {
  top: 26px;
}
.path-frontpage .power-by {
  position: relative !important;
  margin-top: -3px;
  top: 0;
}
.user-logged-in .page-front .power-by {
  top: 10px !important;
  z-index: 11;
  position: absolute !important;
  margin-top: 0 !important;
}
  .login-border {
    display: block !important;
    text-align: center !important;
    padding-left: 0 !important;
  }
.webform-submission-donors-form .form-type-email input.form-control,.webform-submission-donors-form .iti--allow-dropdown{
  width:75% !important;
}
  .donor-position {
    bottom: 10px;
  }
  .collapse:not(.show) {
    display: none !important;
  }

  .seashelters-logo {
    width: 200px;
  }

  .nav-item a {
    line-height: 1.25rem;
    justify-content: left;
  }

  .user-logged-in .page-front .menu--account {
    position: unset;
  }

  .login-border {
    border: none;
  }

  .nav-brand img {
    width: 100%;
    z-index: 1;
    margin-top: 5px;
  }
  .xs-header .mobile-icon {
    margin-top: 6%;
  }
  .user-logged-in .mobile-icon {
    z-index: 1;
    position: relative;
    width: auto;
    margin-top: 10%;
  }

  .xs-header .xs-logo-wraper {
    z-index: 11;
    width: 250px;
    top: 21px;
    position: absolute;
  }
  .user-logged-in .xs-header .xs-logo-wraper {
    top: 31px !important;
  }

  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 15px;
  }

  .nav-item a::after {
    content: "" !important;
    display: block;
    width: 18px !important;
    height: 40px;
    float: left;
    margin: 0 -16px 0 0;
  }

  .navbar-toggler {
    z-index: 999;
    position: absolute;
    right: 10px;
    top: -33px;
  }
  .page-front .navbar-toggler {
    top: -48px !important;
  }
  .user-logged-in .page-front .navbar-toggler {
    top: 55px !important;
    right: 25px;
  }

  .path-frontpage .navbar-brand img {
    margin: -3px 1rem 0 0;
  }
  .user-logged-in .navbar-brand img {
    margin: 0 1rem 0 0;
  }

  .navbar-dark .navbar-toggler {
    border: none;
  }

  .navbar-nav {
    line-height: 2.5rem;
    margin-top: 71px !important;
    margin-left: -1px !important;
    margin-bottom: -50px;
}

  .nav-item a.active {
    background: #ff9d89;
    height: 50px;
    line-height: 2.5rem;
    width: 100%;
    margin: 0;
  }

  .admin {
    margin-top: 48px !important;
    margin-left: -24px !important;
    margin-bottom: -38px !important;
  }

  .menuhead {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .user-logged-in .page-front .menuhead {
    visibility: visible !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
  }
  .user-logged-in .page-front .admin {
    margin: 71px -24px 31px !important;
  }
  .dashboard-links a {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .mobile-img {
    margin-bottom: 20px;
  }

  footer {
    padding: 20px;
  }

  .border-right {
    border: none !important;
  }

  .follow {
    margin: 0;
    margin-left: 1px;
  }

  .social li {
    margin-right: 20px;
  }

  .no-margin-mobile {
    margin: 0;
    padding: 0;
    margin-left: 10px;
  }

  .trade-mark p {
    text-align: center;
  }

  .social {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  header {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  .readmore-position {
    bottom: 10px;
  }

  .readmore::after {
    height: 13px;
    display: inline-flex;
    float: none;
  }
  .puppy-blog-cards img {
    width: auto;
    height: auto;
  }
  .webform-submission-donors-form .form-type-textfield input.form-control, .webform-submission-donors-form .form-type-textarea textarea.form-control, .webform-submission-donors-form .form-type-email input.form-control, .webform-submission-donors-form .form-type-tel input.form-control {
    width: 74% !important;
  }
  .webform-submission-donors-form .form-type-textarea textarea.form-control {
    width: 92% !important;
    margin-left: 21px;
  }
  .xs-header .cream-bg .navbar-toggler {
    display: none;
  }
  .xs-header .cream-bg .navbar-toggler {
    display: none;
  }
  .user-logged-in .xs-header .cream-bg .navbar-toggler {
    display: block;
  }
  .pet-image img {
    height: auto;
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-logo {
    margin-left: -50% !important;
    margin-right: 25px;
  }
  .footer-menu.border-right {
    margin-right: -21px;
  }
  .pet-nav {
    padding-bottom: 0 !important;
  }
  a.login-border.nav-link {
    margin: 2px !important;
  }
  .seashelters-logo {
    width: 250px;
  }

  .nav-item a {
    height: auto;
    font-size: 0.875rem;
  }

  .footer-menu a {
    line-height: 1.75rem;
    font-size: 1rem;
  }

  .nav-item li a::before:nth-child(1) {
    border-left: 1px solid;
  }

  .login-border {
    height: 35px;
    line-height: 1.125rem !important;
    width: 100px;
  }

  .dashboard-links a {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .dropdown-item {
    height: 24px;
    line-height: 1.25rem;
    display: block;
  }
  .puppy-blog-cards img {
    width: auto;
    height: auto;
  }
}

@media only screen and (device-width: 768px) {
  .nav-item a {
    margin: 0 -10px;
    font-size: 0.75rem;
  }

  .user-logged-in .page-front .menu--account {
    top: 0;
    right: 10%;
  }
}

/*Social login css below*/
#block-socialloginbuttons img.social-auth.auth-icon {
  margin: 5px;
}
/*Success stories*/
video {
  width: 100%;
  height: 100%;
}
#block-views-block-success-stories-block-1 > h2 {
  font-size: 2rem;
  color: #0000a0;
  font-family: "Pedigree-UnleashedBlk";
  text-align: center;
  margin-top:70px;
  margin-bottom: 50px;
}
.block-field-blocknodesuccess-storiesbody h2 {
  font-size: 2rem;
  color: #0000a0;
  font-family: "Pedigree-UnleashedBlk";
}
.view-success-stories .views-field-title
{
  margin-bottom: 18px;
}
.view-success-stories .views-field-title a,
.success-story-row a
{  font-size: 1.2rem;
  color: #0000a0;
  font-family: "Pedigree-Light";
}
.slick--view--success-stories .slick__slide {
  margin-right: 15px !important;
}
.slick--view--success-stories .slick__arrow {
  top:60% !important;
  left: -7px !important;
}
.field--name-field-success-story-image,
.view-success-stories .view-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin: 0px auto;
    /* justify-items: center; */
    margin-bottom: 30px;
}
.success-story-row {
  margin-bottom: 20px;
}

.terms {
  text-align: left !important;
  color:#000;
}
@media only screen and (max-width: 361px) {
  .xs-logo-wraper .navbar-brand img {
    height: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1110px) {
  footer .footerinfo{
    max-width: 850px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  footer .footerinfo{
    max-width: 1010px;
  }
}
