.material-search-open #search .container {
    top: -70px;
    transition: .3s ease all;
}

.grecaptcha-badge {
    visibility: hidden;
}

span.cart-number {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    background: #73c167;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -18px;
    left: 18px;
    z-index: -1;
}

/* Light Card */

.light-card {
    transition: .3s ease all;
}

.light-card:hover {
    transform: scale(1.1);
}

.light-card .img-with-aniamtion-wrap {
    min-height: 4.5em;
}

.light-card>.vc_column-inner {
    box-shadow: 0px 5px 9px rgba(0, 102, 204, 0.05), 0px 15px 52px rgba(0, 146, 207, 0.2);
}

.light-card h5 {
    font-size: 16px !important;
    line-height: 1.5em !important;
}

/* Animal care stats */
.animal-care-stats>.vc_column-inner>.wpb_wrapper,
.animal-care-stats .nectar-milestone .number {
    display: flex;
    align-items: center;
}

.animal-care-stats .nectar-milestone {
    margin: 0;
    display: flex;
}

.animal-care-stats .wpb_content_element.milestone {
    margin-bottom: 0;
}

.animal-care-stats span.milestone-count {
    color: #0093D0;
}

.animal-care-stats .symbol {
    font-weight: 700;
    font-size: 68px;
    font-family: 'Montserrat';
}

.animal-care-stats .milestone .symbol {
    position: relative;
    top: -3px;
}

.animal-care-stats .vc_custom_heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 15px;
    /* margin-top: -10px; */
    margin-top: -30px;
}


/* Help animal section */
.help-animal-section .iwithtext {
    font-size: 14px;
    color: #fff;
    display: flex;
}

.help-animal-section .iwithtext i {
    color: #fff;
    font-size: 18px;
}

.help-animal-section .iwithtext .iwt-text {
    padding-left: 30px;
    position: relative;
    top: 3px;
}

.help-animal-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/* Partner logo */
.partner-logo-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.partner-logo-col .rspca-logo {
    /* left: 30px; */
}

/* Campaign section */

.campaign-card {
    position: relative;
    overflow: hidden;
}

.campaign-card img {
    min-width: 100%;
    border-radius: 10px;
    margin-bottom: 0 !important;
}

.campaign-card .campaign-desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    transform: translateY(-4px);
    opacity: 0;
    transition: all 350ms;
    height: 0;
}

.campaign-permalink:hover+.campaign-card .campaign-desc {
    opacity: 1;
    transform: translateY(0px);
    height: 3em;
}

.campaign-card .campaign-card-hover {
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 15px;
    left: 0;
    color: #fff;
    padding: 25px 30px;
    height: auto;
    overflow: hidden;
}

.campaign-card.news-card .campaign-card-hover {
    padding: 15px 30px;
}

.campaign-card .campaign-card-hover::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
        height: calc(100% + 50px);
    bottom: 0;

    background: rgba(0, 146, 207, .8);
    transition: all 350ms;
    opacity: 0;
    border-radius: 0 0 10px 10px;
}

.campaign-permalink:hover+.campaign-card .campaign-card-hover::before {
    opacity: 1;
}

.campaign-card .campaign-card-hover h5 {
    position: relative;
    color: #fff;
}

.campaign-permalink {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.view-campaign-btn {
    display: none;
}

.campaign-permalink:hover {
    cursor: pointer;
}

/* News */
#ajax-content-wrap .news-list {
    display: flex;
}

#ajax-content-wrap .news-list img {
    width: 150px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 0;
    border-radius: 10px;
}

#ajax-content-wrap .news-list .post-header {
    margin-bottom: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#ajax-content-wrap .news-list .post-header .title {
    font-family: 'Montserrat';
    color: #0093D0;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 700;
}

#ajax-content-wrap .news-list .meta {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.campaign-card.news-card .campaign-card-hover::before {
    background: rgba(33, 37, 41, .7);
    opacity: 1;
    border-radius: 0 0 10px 10px;
    height: 8em;
    top: calc(100% - 8em);
}

.news-card .meta {
    color: #fff;
    font-size: 14px;
    position: relative;
}

body .row .col .news-card h3 {
    color: #fff;
    font-family: 'Montserrat';
    position: relative;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 700;
}

.latest-news-col .blog-recent[data-style="minimal"]  .post {
    padding: 0 20px;
}

/* Shop */

.shop-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.shop-wrapper .shop-href {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 999;
}

.shop-wrapper .shop-href:hover {
    cursor: pointer;
}

.shop-wrapper:hover .shop-card {
    transform: scale(1.2);
}

.shop-btn-div {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
}

.shop-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 18em;
    width: 100%;
    position: relative;
    transition: all .5s;
}

.shop-wrapper a.shop-btn {
    margin: auto;
    position: relative;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #0093D0;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 20px;
    text-align: center;
    width: auto;
    display: inline-flex;
    z-index: 1000;
    border: 2px solid #0093D0;
}

.shop-wrapper a.shop-btn {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shop-wrapper a.shop-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.shop-wrapper a.shop-btn:hover,
.shop-wrapper a.shop-btn:focus,
.shop-wrapper a.shop-btn:active {
    color: #0093D0;
}

.shop-wrapper a.shop-btn:hover:before,
.shop-wrapper a.shop-btn:focus:before,
.shop-wrapper a.shop-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Toggle Panel */
body div[data-style*="minimal"] .toggle h3 a {
    font-size: 21px;
    color: #0093D0;
    padding: 20px 40px 20px 0;
    font-family: 'Montserrat';
}

body div[data-style="minimal"] .toggle {
    border-bottom: 2px solid #0093D0;
}

body div[data-style="minimal"] .toggle.default:hover i,
body div[data-style="minimal"] .toggle:hover h3 i:before {
    background-color: transparent;
}

body div[data-style*="minimal"] .toggle h3 i {
    border-radius: 0;
    border: 0;
}

body div[data-style="minimal"] .toggle h3 i:before {
    content: '\f078';
    width: 30px;
    height: 30px;
    background: none;
    color: #0093D0;
    left: 0;
    top: 0px;
    font-size: 25px;
    position: relative;
    transition: .3s ease all;
    display: block;
}

body div[data-style="minimal"] .toggle h3 i:after {
    content: '';
    display: none;
}

body div[data-style="minimal"] .toggle.open h3 i:before {
    background-color: transparent;
    /* transform: rotate(180deg); */
    content: '\f077';
}

/*** ADOPTION CSS STYLES ***/

.social-sharing-block {
    float: right;
}

.sharing-btn-list {
    margin: 0;
    padding: 0;
}

.sharing-btn-list li {
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    line-height: 80px;
    opacity: 0.8;
    display: inline-block;
}

.sharing-btn-list li:hover {
    opacity: 1.0;
}

.sharing-btn-list li:last-child {
    margin-right: 0;
}

.single-adoption .main-information {
    margin-top: 40px;
}

.featured-image-block img {
    width: 100%;
    max-width: 100%;
}

.row .main-info-block h3 {
    margin-bottom: 30px;
}

.main-info-block p {
    padding-bottom: 5px;
}

.location {
    padding-left: 30px;
}

.location::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/icon-location.svg') no-repeat center center / contain;
    position: absolute;
    left: 0;
}

.icon-wrapper {
    width: 25%;
    float: left;
    text-align: center;
}

.icon-block {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 10px auto;
}

.icon-block.health-icon {
    background: url('../images/icon-heartbeat.svg') no-repeat center center / contain;
}

.icon-block.microchip-icon {
    background: url('../images/icon-microchip.svg') no-repeat center center / contain;
}

.icon-block.worming-icon {
    background: url('../images/icon-worming.svg') no-repeat center center / contain;
}

.icon-block.desexing-icon {
    background: url('../images/icon-desexing.svg') no-repeat center center / contain;
}

.lost-pet-list .location {
    display: none;
}

.icon-wrapper p {
    font-size: 14px;
}

.main-description-block {
    margin-bottom: 20px;
}

.featured-image-block {
    min-height: 350px;
}

#gallery-images {
    margin: 10px 0 0 0;
    padding: 0;
    width: auto;
}

#gallery-images li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 85px;
    float: left;
}

#gallery-images li img {
    width: 100%;
    margin-bottom: 0;
    border: 2px solid transparent;
}

#gallery-images li img:hover {
    border: 2px solid #0093D0;
}

.gallery-thumb-wrapper {
    width: 360px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
}

.donation-block {
    border-radius: 15px;
    -moz-border-radius: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.donation-block a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.donation-block:hover {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

.donation-block:hover span {
    background: #684CA0;
}

.donation-block span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 15px 30px;
    color: #fff;
    background: #74C8BA;
    font-weight: bold;
    width: 100%;
    transition: .3s ease all;
}

/* Pet Filter */
body .wpb_text_column .pet-filter h3 {
    margin-bottom: 0 !important;
    line-height: 24px;
}

body div.pet-filter {
    margin-top: 1.5em;
}

.filter-component {
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
}

body .filter-component.bootstrap-iso {
    margin-right: 15px;
}

body .bootstrap-iso {
    background-color: transparent;
}

body .bootstrap-iso .dropdown-menu.show {
    width: 100%;
    border-radius: 10px;
}

.bootstrap-iso .dropdown-menu li {
    list-style: none;
    padding: 12px 10px;
}

.bootstrap-iso .dropdown-menu li a {
    color: #000;
}

body .bootstrap-iso .dropdown-toggle {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat';
    background: #fff;
    color: #000 !important;
    padding: 12px 15px;
    border-radius: 50px !important;
}

body .bootstrap-iso .dropdown-toggle::after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #0093D0;
    border: none;
    margin: 0;
    vertical-align: unset;
}

select.filterSelect {
    min-width: 14em;
}

.adopt-filter-btn {
    min-width: 14em;
    margin-bottom: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.adopt-filter-btn h3 {
    margin-bottom: 0 !important;
    line-height: 24px;
    color: #fff;
    margin: auto;
}

.adopt-filter-btn:hover h3,
.adopt-filter-btn:focus h3 {
    color: #0093D0;
}

body[data-form-submit="regular"] .container-wrap button.adopt-filter-btn[type=submit]:hover {
    border-radius: 100px !important;
}

.adopt-filter-btn:hover h3,
.fav-btn:hover h3,
.adopt-filter-btn:focus h3,
.fav-btn:focus h3 {
    color: #0093D0;
}

.advanced-filter-col {
    text-align: left;
}

body .full-width-section .nectar-button.adopt-filter-btn:hover {
    opacity: 0.87 !important;
    color: #0093D0;
}

.advanced-search-div {
    justify-content: right;
}

.advanced-search-component {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

/* select 2 css */
body .select2-container {
    width: auto;
    display: block;
    background: #fff;
    padding: 12px 15px;
    border-radius: 50px;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ffffff;
    color: #000;
    padding: 12px 15px;
    font-size: 14px;
}

body .select2-container--open .select2-dropdown {
    border-radius: 10px;
    overflow: hidden;
    margin-top: -10px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
    height: 100%;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 24px;
    text-align: left;
    padding: 0;
}

body .select2-results__option {
    padding: 12px 15px;
    font-size: 14px;
    color: #000;
}

body .select2-selection__arrow::before {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #0093D0;
    border: none;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    display: block;
    transition: .5s ease all;
}

body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single[aria-expanded="true"] .select2-selection__arrow::before {
    transform: translateY(-50%) rotate(180deg);
}

/* Default Template */
.post-template-default p>a:hover,
.post-template-default p>a:focus {
    text-decoration: underline;
}

/* Related content */

.post-container h5.related-content-title {
    margin-top: 10px;
}

.post-container h5.related-content-title a {
    display: block;
    min-height: 2.5em;
}

/* Donate now card */
/* .donate-now-card {
    border-radius: 10px;
    overflow: hidden;
}

.donate-now-card .img-with-aniamtion-wrap {
    border-radius: 10px;
    overflow: hidden;
} */

.donate-now-card .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0px;
}

.donate-now-card .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    overflow: hidden;
}

.donate-now-card .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img {
    width: 100%;
    /* object-fit: cover; */
    transition: .3s ease all;
    overflow: hidden;
}

.donate-now-card .column-bg-overlay {
    transform: .3s ease all;
}

.donate-now-card:hover .column-bg-overlay {
    /* transform: scale(1.1); */
    background-color: #684CA0 !important;
}

.donate-now-card .wpb_wrapper p strong {
    font-family: 'Inter';
}


.donate-now-card:hover {
    cursor: pointer;
}

.single-pet-row .slick-slide img {
    border-radius: 10px;
}

.single-pet-row .slick-slide {
    margin: 0 10px;
    transition: .3s ease all;
}

.single-pet-row .slick-slide:hover {
    cursor: pointer;
    opacity: .85;
}

.single-pet-row .slick-list {
    margin: 0 -10px;
}

.single-pet-row .slider-nav .fas {
    color: #0093D0;
    font-size: 18px;
}

.single-pet-info .row .col h4 {
    margin-bottom: 20px;
}

.single-pet-info p {
    line-height: 1.5em;
}

.single-pet-info .wpb_text_column {
    margin-bottom: 10px;
}

.single-pet-info .label {
    color: #0093D0;
}

.single-pet-row .adopt-single-slider .slick-slide img {
    margin-bottom: 0px !important;
}

.single-pet-row .adopt-nav-slider .slick-slide,
.single-pet-row .adopt-nav-slider .slick-slide img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
}

.apply-instruction {
    padding-bottom: 1.5em;
}

.how-to-apply a:hover {
    color: #000;
    text-decoration: underline;
}

.apply-btn-row a.nectar-button {
    font-size: 18px;
}

.how-to-apply a.nectar-button:hover {
    text-decoration: none;
}

/* Learning cta modules */
.learning-cta-modules .wpb_wrapper p {
    padding: 0;
}

.learning-cta-modules .wpb_text_column {
    margin-bottom: 7px;
}

.learning-cta-modules .vc_col-sm-6:first-child .column-bg-overlay::before {
    content: '';
    background: #fff;
    width: 15em;
    height: 15em;
    position: absolute;
    bottom: -45%;
    right: -15%;
    border-radius: 50%;
    opacity: .2;
}

.learning-cta-modules .vc_col-sm-6:last-child .column-bg-overlay::before {
    content: '';
    background: #fff;
    width: 20em;
    height: 30em;
    position: absolute;
    left: 2%;
    top: -10%;
    border-radius: 50%;
    opacity: .2;
}

.learning-cta-modules .vc_col-sm-6:last-child .column-bg-overlay::after {
    content: '';
    background: #74c8ba;
    width: 15em;
    height: 15em;
    position: absolute;
    left: -8%;
}

.learning-cta-modules .vc_col-sm-6:first-child .nectar-button:hover,
.learning-cta-modules .vc_col-sm-6:first-child .nectar-button:focus {
    border: 2px solid #fff;
    color: #fff !important;
}

.learning-cta-modules .vc_col-sm-6:first-child .nectar-button:before {
    background-color: #0093D0;
}

.learning-cta-modules .vc_col-sm-6:last-child .nectar-button {
    border: 2px solid #74c8ba;
    color: #74c8ba !important;
}

.learning-cta-modules .vc_col-sm-6:last-child .nectar-button:before {
    background-color: #74c8ba;
}

.learning-cta-modules .vc_col-sm-6:last-child .nectar-button:hover,
.learning-cta-modules .vc_col-sm-6:last-child .nectar-button:focus {
    color: #fff !important;
    border: 2px solid #fff;
}

.learning-cta-modules .nectar-button:hover:before,
.learning-cta-modules .nectar-button:focus:before,
.learning-cta-modules .nectar-button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.serviceContainer .serviceCard {
    display: flex
}

.serviceContainer .serviceCard:hover .card {
    -webkit-box-shadow: 5px 5px 25px 5px rgb(0 0 0 / 26%);
    box-shadow: 5px 5px 25px 5px rgb(0 0 0 / 26%);
}

.serviceContainer .serviceCard:hover .card h5 {
    color: #0093D0;
}

#learn-post-list .serviceCard img {
    height: auto;
    max-height: 14em;
    min-height: 14em;
    object-fit: cover;
    margin-bottom: 0;
}

/* foster carer banner */
#foster-carer-banner .row-bg.using-bg-color::before {
    content: '';
    background: #fff;
    width: 65%;
    height: 50em;
    position: absolute;
    left: -20%;
    top: -10%;
    border-radius: 50%;
    opacity: .2;
}

div#foster-carer-banner p {
    padding-bottom: 0;
}

body.material #foster-carer-banner .nectar-button.regular.m-extra-color-gradient-1 {
    border: 2px solid #8670b3;
}

body.material #foster-carer-banner.navy-alt .nectar-button.regular.m-extra-color-gradient-1 {
    border: 2px solid #74c8ba;
}

body.material #foster-carer-banner .nectar-button.regular.m-extra-color-gradient-1:hover {
    border: 2px solid #fff;
    color: #fff !important;
}

body.material #foster-carer-banner .nectar-button.regular.m-extra-color-gradient-1:before {
    background-color: #684CA0;
}

body.material #foster-carer-banner.navy-alt .nectar-button.regular.m-extra-color-gradient-1:before {
    background-color: #74c8ba;
}

body.material .navy-alt .nectar-button {
    border: 2px solid #fff;
}

body.material .wpb_column.navy-alt .nectar-button:before {
    background: #74C8BA;
}

body.material .wpb_column.navy-alt .nectar-button:hover {
    color: #fff !important;
}

body.material .navy-alt .nectar-button:hover {
    color: #74c8ba !important;
}

/* learn table row */
.learn-table-row .vc_column_container {
    padding: 0 !important;
}

/* Event calendar page */
#event-calendar-row .serviceContainer .serviceCard {
    margin-top: 0px;
    padding: 0;
    border-radius: 10px;
}

#event-calendar-row .serviceContainer .serviceCard .card {
    overflow: hidden;
    border-radius: 10px;
}

#event-calendar-row .serviceContainer .serviceCard .card img {
    margin-bottom: 0;
}

.event-card .wpb_row {
    margin-bottom: 0px;
}

.eventList.serviceContainer .serviceCard .card {
    width: 100%;
}

/* Blog */
.blog-card {
    margin-bottom: 30px;
}

.single .post-content a:hover,
.single .post-content a:focus {
    text-decoration: underline;
}

.single .single-description h1,
.single .single-description h2,
.single .single-description h3,
.single .single-description h4,
.single .single-description h5,
.single .single-description h6 {
    margin-bottom: 20px;
}

/* Pet search */
.material .wpb_row.pet-search-row,
.pet-search-row .container {
    margin-bottom: 0;
}

/* Pet Card */
.petCard .card .fa-heart:hover {
    cursor: pointer;
}

.petCard .card .like.favorite {
    color: #C92A2A;
}

.animal-card {
    border-radius: 10px;
    overflow: hidden;
}

/* Post banner */
.post-banner {
    background-size: cover;
    height: 400px;
    margin: 40px 0 60px;
    border-radius: 10px;
    background-position: center;
}

/* Card */
.card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.card-tile:hover .post-block {
    -webkit-box-shadow: 5px 5px 25px 5px rgb(0 0 0 / 26%);
    box-shadow: 5px 5px 25px 5px rgb(0 0 0 / 26%);
}

.card-tile:hover .post-block .title-sec h5 {
    color: #0093D0;
}

/* Media Center */
.media-card a.card-permalink {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}

.media-releases .title-sec {
    transition: .2s ease all;
}

.media-releases .media-card:hover .title-sec {
    background-color: rgba(0, 0, 0, 0.7);
}

/* Subscribe Div */
.subscribe-div {
    float: right;
}

.subscribe-div button,
.subscribe-div button:hover {
    font-size: 16px !important;
    line-height: 22px;
    background: #fff;
    color: #0093D0 !important;
    cursor: pointer;
}

.newsletter-form .consent-checkbox {
    margin-left: 0;
    display: inline-block !important;
}

.newsletter-form .wpcf7-list-item {
    margin-left: 0;
    margin-right: 5px;
}

.newsletter-form a {
    color: #fff !important;
}

.light .newsletter-form .wpcf7 div.wpcf7-response-output {
    position: absolute;
    margin-top: 60px;
    background: none;
    color: #fff !important;
    padding: 0;
    border: none;
}

.newsletter-form a:hover,
.newsletter-form a:focus {
    text-decoration: underline;
}

body[data-button-style] .full-width-section .light .subscribe-div button:hover {
    color: #fff !important;
    opacity: .99 !important;
}

.subscribe-div .nectar-button.regular-button:before {
    background-color: #0093D0;
}

/* Gallery Slider */
.gallery-single-slider img,
.gallery-nav-slider img {
    border-radius: 10px;
}

.pet-info .gallery-single-slider img {
    max-height: 20em;
    object-fit: contain;
}

.gallery-nav-slider .slick-list {
    width: 80%;
    margin: auto;
}

.gallery-nav-slider .fa-chevron-left.slick-arrow {
    position: absolute;
    top: 25px;
    font-size: 20px;
    color: #0093D0;
    left: 0;
}

.gallery-nav-slider .fa-chevron-right.slick-arrow {
    position: absolute;
    top: 25px;
    font-size: 20px;
    color: #0093D0;
    right: 0;
}

.gallery-nav-slider fas {
    color: #0093D0;
}

.gallery-nav-slider img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}

.gallery-nav-slider.slick-initialized .slick-slide {
    text-align: center;
}

/* Single Store */
.single-store .title-block {
    padding-bottom: 36px;
}

.single-store .store_locator_single_map {
    margin-top: 0;
}

/* Misc */
.text-image-cta .wpb_text_column {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    pointer-events: none;
}

.generic-main-content-module .text-image-cta img {
    margin: 0 !important;
}

.text-image-cta .img-with-aniamtion-wrap .hover-wrap {
    border-radius: 20px;
    transform: translateZ(0);
}

li#search-btn>div {
    position: relative;
    bottom: 2px;
}

li#cart-btn {
    margin-right: 0px !important;
}

.btn.search-contact-us {
    padding: 12px 24px;
}

.contact-us-filter .span_4 {
    width: auto;
}

/* Makes secondary menu always stick at the top */
body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header="true"]) {
    transform: translateY(0%) !important;
}

.training-btn+.wpcf7-response-output {
    border: none !important;
    text-align: center;
    font-weight: 700;
}

#tab-diet-nutrition.visible-tab {
    visibility: visible;
    position: relative;
    opacity: 1;
    left: 0px;
    display: block;
}

html body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus {
    transform: none;
    opacity: .99;
    box-shadow: none !important;
}

.pet-location {
    display: flex;
}

button.found {
    display: none;
}

button.found.true {
    display: block;
}

.wpcf7-form p span {
    font-weight: 700;
}

[data-class="wpcf7cf_group"] {
    padding-bottom: 1.5em;
}

.lost-pet-filter .advanced-search-div {
    display: flex;
    width: 100%;
    justify-content: center;
}

a.fav-btn {
    position: relative;
    top: -2px;
}

.event-social .social-sharing-container {
    text-align: left !important;
}

.event-social .social-sharing-container a {
    margin-left: 0;
    margin-right: 10px;
}

body .container .row.dual-cta-row {
    padding: 36px 0 60px;
}

.wpb_column[data-border-radius="10px"]>.vc_column-inner>.column-bg-overlay-wrap {
    border-radius: 10px;
}

.donate-input .fa-usd {
    top: 1px;
}

.container.main-content.single-article-banner {
    margin-top: 60px;
    margin-bottom: 60px;
}

.post-template-single-article .wpb_row,
.single-post .wpb_row {
    padding-bottom: 60px;
}

.post-template-single-article .single-description,
.single-post .single-description {
    padding-bottom: 0;
    margin-bottom: 0;
}

body.single-post.material[data-bg-header="true"] .container-wrap {
    padding-top: 40px !important;
}

.single-post[data-bg-header="true"] .container-wrap:not(.no-sidebar)>.main-content {
    padding-top: 0;
}

body.archive.category #page-header-wrap #page-header-bg {
    padding: 0;
}

.accordion .toggle span {
    display: inline-block;
    max-width: 95%;
}

.accordion .nectar-cta span {
    max-width: 100%;
}

.container .row.last-custom-row {
    padding-bottom: 60px;
}

.last-custom-row .cta-btn {
    border: 2px solid #0093D0;
}

.generic-main-content-module table th,
.generic-main-content-module table td {
    font-size: 16px !important;
}

.single-pet-row .adopt-nav-slider .slick-list .slick-track {
    display: flex;
    justify-content: center;
}

/* .first-campaign-row .hover-wrap {
    margin-bottom: 0;
} */

.first-news-col > .vc_column-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first-campaign-row .hover-wrap-inner {
    overflow: hidden;
    border-radius: 10px;
}

.latest-news-row .first-campaign-row img {
    transition: .3s ease all;
}

.latest-news-row .first-campaign-row:hover img {
    transform: scale(1.1);
}

.formcategory {
    padding-bottom: 24px;
}

.wpcf7-not-valid-tip {
    box-shadow: none;
}

.fostering-filter .fav-btn {
    display: none;
}

body[data-header-resize="0"].page-id-2645 .container-wrap {
    padding-top: 40px;
}

body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    width: 100% !important;
}

body.material #header-outer:not([data-format="left-header"]) #top nav>.buttons>li {
    margin: 0 10px;
}

span.nectar-icon.ic.ic-cart {
    display: none;
}

body:not(.woocommerce-cart) .main-content td {
    font-size: 16px;
}


/* Sensitive Content */
.sensitive-content .img-with-aniamtion-wrap .hover-wrap {
    display: inline-block;
    width: 100%;
}

.sensitive-content .img-with-aniamtion-wrap .showphoto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    z-index: 10;
    text-align: center;
}

.sensitive-content .hover-wrap-inner {
    overflow: hidden;
}

.wpb_column .show-content-text {
    display: none;
}

.wpb_column.sensitive-content .show-content-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    height: 100%;
    width: 100%;
    max-width: 70%;
}

.sensitive-content .show-content-text h3 {
    font-size: 1.75em;
    color: #fff;
    margin-bottom: 24px;
}

.sensitive-content .show-content-text p {
    line-height: 1.5em;
    margin-bottom: 24px;
}

.sensitive-content img {
    width: 100% !important;
    overflow: hidden;
    filter: blur(50px);
    -webkit-filter: blur(50px);
}

/* Mailchimp */
.newsletter-form #mc_embed_signup {
    width: 100%;
}

.newsletter-form #mc_embed_signup form {
    background: #212529;
    padding: 0;
}

.newsletter-form #mc_embed_signup .indicates-required {
    display: none;
}

.newsletter-form .mc-field-group {
    margin-bottom: 10px;
}

.newsletter-form #mc-embedded-subscribe {
    float: right;
    border: 2px solid #0093D0;
}

.newsletter-form #mc-embedded-subscribe {
    padding: 10px 24px;
    min-width: 7em;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
    background-color: #fff;
    color: #0093D0;
}

.newsletter-form #mc-embedded-subscribe:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
    background: #0093D0;
}

html body[data-button-style="slightly_rounded_shadow"] .container-wrap .main-content .newsletter-form #mc-embedded-subscribe:hover,
html body .main-content .newsletter-form #mc-embedded-subscribe:hover,
body #header-outer #header-secondary-outer li.newsletter-form #mc-embedded-subscribe:hover {
	box-shadow: none !important;
	transform: none !important;
	-webkit-transform: none !important;
}

.newsletter-form #mc-embedded-subscribe:focus:before,
.newsletter-form #mc-embedded-subscribe:hover:before,
.newsletter-form #mc-embedded-subscribe:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.newsletter-form #mc-embedded-subscribe:hover,
.newsletter-form #mc-embedded-subscribe:focus,
.newsletter-form #mc-embedded-subscribe:active  {
    color: #fff;
    opacity: .99 !important;
}

#wpcf7-f3650-p564-o2, #wpcf7-f3653-p564-o3, 
#wpcf7-f3654-p564-o4, #wpcf7-f3655-p564-o5,
#wpcf7-f3656-p564-o6 {
    display: none;
}

/* Tablet to Mobile */
@media screen and (max-width: 999px) {
    .material-search-open #search .container {
        top: -70px;
        transition: .3s ease all;
    }
 	
    div#latest-campaign-section {
        margin-bottom: 0;
    }

    span.nectar-icon.ic.ic-cart {
        display: inline-block;
    }

    .search-mobile-div {
        display: flex;
        text-align: right;
        margin-left: auto;
        padding-right: 0;
        order: 2;
        height: 100%;
        position: relative;
        top: 5px;
    }

    #header-outer #search-outer.material-open #search-box,
    #search-outer #search #close,
    body.material #header-outer #search-outer #search #close {
        top: 30px;
    }

    #slide-out-widget-area.fullscreen-alt .inner-wrap {
        padding-top: 100px !important;
    }

    .animal-care-stats .symbol-wrap .symbol h1 {
        margin-bottom: -3px;
    }

    html body.material #header-secondary-outer nav>ul>li:last-child {
        border: 2px solid #0093D0;
    }

    .using-mobile-browser #slide-out-widget-area.fullscreen-alt .inner-wrap {
        padding-top: 120px !important;
    }

    div#header-outer {
        display: flex;
        flex-direction: column-reverse;
    }

    #header-secondary-outer,
    #header-outer #header-secondary-outer {
        display: block;
        top: 10px;
        height: 100%;
    }

    /* ul, ol {
        margin-left: 10px;
    } */

    #page-header-wrap {
        min-height: 150px !important;
    }

    #page-header-wrap #page-header-bg {
        min-height: 100% !important;
    }

    .single-store .map-block {
        display: flex;
        flex-direction: column-reverse;
    }

    .gallery-slider-div,
    .adopt-single-slider {
        text-align: center;
    }

    .gallery-single-slider img,
    .single-pet-row .adopt-single-slider .slick-slide img {
        max-width: 400px !important;
    }

    .gallery-nav-slider.slick-initialized .slick-slide,
    .single-pet-row .adopt-nav-slider .slick-slide {
        max-width: 90px;
    }

    .gallery-nav-slider .slick-list .slick-track,
    .single-pet-row .adopt-nav-slider .slick-list .slick-track {
        display: flex;
        justify-content: center;
    }

    .main-content .main-information .social-sharing-container {
        text-align: center !important;
    }

    .gallery-nav-slider.slider-nav {
        margin-top: 0 !important;
    }

    .volunteer-bg {
        min-height: 30vh;
    }

    body.home .row .col .news-card h3 {
        color: #0093D0;
    }

    .generic-main-content-module table {
        display: block;
    }

    .generic-main-content-module table tbody {
        overflow-x: auto;
        display: block;
    }

    .price-row {
        margin: 0;
        padding-bottom: 0px !important;
    }

    .homepage-icon-section .vc_row.vc_row-flex>.span_12 {
        justify-content: center;
    }

    /* Advanced Filter Search */
    .filter-component {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .adopt-filter-btn {
        margin-top: 30px;
    }

    #adv-search-btn {
        text-align: center;
    }

    .fav-btn {
        top: -12px;
    }

    .servicefilter .adopt-filter-btn {
        margin-top: 0;
    }

    #foster-carer-banner .vc_col-sm-6.wpb_column:last-child {
        margin-bottom: -30px !important;
    }

    .pagination .page-numbers {
        padding: 10px 5px;
    }

    .mobile-main-banner-row {
        min-height: 35vh;
    }

    .main-banner-row {
        display: none;
    }

    .homepage-icon-section .vc_col-sm-2 {
        margin-bottom: 10px !important;
    }

    #header-secondary-outer {
        display: none;
    }

    #menu-top-secondary-navigation-menu-1 {
        margin: 0;
        justify-content: center;
        display: flex;
    }

    body .mobile-secondary-nav ul li.nectar-button {
        margin: 0 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* min-width: 10em; */
    }

    body.material #header-secondary-outer nav>ul>li>a {
        margin: 0 !important;
    }

    body #header-secondary-outer nav>ul>li>a>span {
        font-size: 12px !important;
    }

    body.material #header-secondary-outer nav>.sf-menu {
        width: 100%;
    }

    body div#header-secondary-outer li {
        min-width: auto;
        width: 32%;
        margin: auto;
        padding: 8px 0px;
    }

    .animal-care-stats .symbol {
        font-size: 45.75px;
        position: relative;
        top: -5px;
    }

    .shop-cardbox {
        width: 50% !important;
        margin-bottom: 0px !important;
        padding: 10px !important;
        margin: 0;
    }

    .shop-card {
        height: 12em;
    }

    .shop-wrapper a.shop-btn {
        font-size: 14px;
        padding: 5px 10px;
        position: absolute;
        min-width: 90%;
    }

    .subscribe-div,
    .subscribe-div button {
        width: 100%;
    }

    .latest-news-col .category-media {
        width: 33.3%;
        padding-top: 0 !important;
    }

    .latest-news-col .news-list {
        flex-direction: column;
    }

    .help-animal-section .iwithtext {
        text-align: center;
        justify-content: center;
    }

    .help-animal-section .iwithtext .iwt-icon {
        position: relative;
    }

    .help-animal-section .iwithtext .iwt-text {
        padding-left: 0px;
    }

    .latest-news-row .first-campaign-row .news-card h3 {
        color: #fff !important;
    }

    .post-banner {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .fav-btn {
        top: 0;
    }

    body .select2-container {
        width: 100% !important;
    }

    .mobile-main-banner-row {
        min-height: 35vh;
    }

    .mobile-banner-desc h1 {
        text-align: center;
    }

    .mobile-banner-desc a.nectar-button {
        width: 100%;
        box-shadow: 0px 5px 9px rgba(0, 102, 204, 0.05), 0px 15px 52px rgba(0, 146, 207, 0.2);
    }

    .help-animal-section a.nectar-button {
        width: 100%;
        text-align: center;
    }

    .help-animal-section .iwithtext {
        text-align: center;
        justify-content: center;
    }

    .help-animal-section .iwithtext .iwt-icon {
        position: relative;
    }

    .help-animal-section .iwithtext .iwt-text {
        padding-left: 0px;
    }

    .animal-stats-section div.number {
        font-size: 27.5px !important;
        line-height: 27.5px !important;
    }

    .mobile-secondary-nav ul {
        margin: 0;
    }

    body .mobile-secondary-nav ul li.nectar-button {
        font-size: 12px;
        min-width: 32%;
        text-align: center;
        padding: 8px 15px;
        margin-bottom: 5px;
    }

    .homepage-icon-section h5 {
        font-size: 14px;
    }

    .homepage-icon-section .img-with-aniamtion-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .homepage-icon-section .img-with-aniamtion-wrap img {
        max-width: 50px;
    }

    .homepage-icon-section .vc_col-sm-2 {
        margin-bottom: 10px !important;
    }

    .homepage-icon-section .vc_col-sm-2 .vc_column-inner {
        border: 1px solid #DEE2E6;
        box-shadow: none;
    }

    .animal-care-stats .vc_custom_heading {
        text-align: center !important;
    }

    .animal-care-stats>.vc_column-inner>.wpb_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .animal-care-stats .nectar-milestone .number {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .animal-care-stats .symbol-wrap {
        font-size: 27.5px !important;
        line-height: 27.5px !important;
    }

    .main-banner-row {
        display: none;
    }

    .shop-cardbox {
        width: 50% !important;
        margin-bottom: 0px !important;
        padding: 10px !important;
    }

    .shop-card {
        height: 12em;
    }

    .shop-wrapper a.shop-btn {
        font-size: 14px;
        padding: 5px 10px;
        position: absolute;
        min-width: 90%;
    }

    .mobile-news-card .desc {
        text-align: center;
        padding: 30px 0;
    }

    .mobile-news-card .meta,
    .mobile-news-card .title {
        color: #000;
    }

    .mobile-news-card .image-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

    .mobile-news-card .hover-wrap-inner img {
        transition: .3s ease all;
        border-radius: 10px;
    }

    .mobile-news-card .hover-wrap-inner:hover img {
        transform: scale(1.2);
    }

    .owl-carousel .owl-item .mobile-news-card img {
        max-height: 25vh;
        object-fit: cover;
    }

    .partner-logo-col .rspca-logo {
        left: 10px;
    }

    .mobile-campaign-card,
    .second-campaign-row {
        display: none;
    }

    .view-campaign-btn {
        display: block;
        font-size: 16px !important;
        text-align: center;
        background: #fff;
        border: 1px solid #0093D0;
        color: #0093D0 !important;
        margin-top: -30px;
    }

    .campaign-col {
        margin-bottom: 10px !important;
    }

    .owl-theme.news-slider .owl-dots {
        padding-bottom: 30px;
    }

    .footer-button-section .wpb_wrapper {
        display: flex;
    }

    body div[data-style*="minimal"] .toggle h3 a {
        font-size: 18px;
    }

    body div[data-style="minimal"] .toggle h3 i:before {
        top: 7px;
    }

    body div[data-style*="minimal"] .toggle h3 a span {
        width: 90%;
        display: block;
    }

    .single-adoption .main-information {
        margin-top: 0;
    }

    .social-sharing-block {
        width: 100%;
        margin-top: 20px;
    }

    .sharing-btn-list,
    .main-info-block {
        text-align: center;
    }

    .sharing-btn-list li {
        line-height: 20px;
    }

    .location::before {
        position: relative;
        left: auto;
        top: 3px;
        margin-right: 5px;
        display: inline-block;
    }

    .icon-wrapper {
        width: 50%;
        margin-bottom: 40px;
    }

    .icon-summary.tile-styling {
        padding-bottom: 0;
    }

    .single-pet-row .adopt-nav-slider .slick-track {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1340px) {
    .advanced-search-div {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 30px 0;
    }

    .first-row-filter {
        width: 100%;
        justify-content: center;
    }
}

/* Tablet */
@media only screen and (min-width: 691px) and (max-width: 999px) {
    #foster-carer-banner img {
        width: 100%;
        object-fit: cover;
        margin-bottoM: 30px;
    }
}

/* Mobile Media */
@media only screen and (max-width: 690px) {
    .banner-heading-1, .banner-heading-2,
    .banner-heading-3, .banner-heading-4 {
        position: absolute;
        top: 0;
    }

    .banner-heading {
        opacity: 0;
        transition: .3s ease all;
    }

    .banner-heading.active {
        opacity: 1;
    }

    body div#header-secondary-outer li {
        width: 49%;
        margin-bottom: 10px;
    }

    .animal-care-stats .symbol-wrap .symbol h1 {
        margin-bottom: 0;
    }

    .animal-care-stats .vc_custom_heading {
        margin-left: 0;
    }

    .adoption-pet-search #pagination {
        margin-bottom: 0;
    }

    .pet-location {
        justify-content: center;
    }

    .latest-news-row .first-campaign-row .news-card h3 {
        color: #000 !important;
    }

    .latest-news-row .first-campaign-row:hover img {
        transform: none;
    }

    .campaign-card .campaign-card-hover {
        bottom: 15px;
    }

    #foster-carer-banner .vc_col-sm-6:last-child {
        display: none;
    }

    .subscribe-div,
    .subscribe-div button {
        width: 100%;
    }

    .campaign-col {
        width: 100%;
    }

    .animal-care-stats .symbol {
        font-size: 27.5px;
        position: relative;
        top: -2px;
    }

    .serviceContainer.layout1 .serviceCard:first-child .card {
        flex-direction: column;
    }

    .serviceContainer.layout1 .serviceCard:first-child .span_6.main-card-img {
        height: 12em;
        max-height: 14em;
    }

    .serviceContainer.layout1 .serviceCard:first-child .span_6 {
        min-height: unset;
        height: auto;
    }

    .post-banner {
        padding: 30px 0;
        height: 150px;
    }

    .social-sharing-container a {
        margin-left: 0;
    }

    .container.main-content.single-article-banner {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .post-template-single-article .wpb_row {
        padding-bottom: 30px;
    }

    .row .col .post-block img {
        width: 100%;
    }

    .post-template-single-article .wpb_row .wpb_column.padding-4-percent_phone>.vc_column-inner {
        padding: calc(690px * 0.04);
        padding-top: calc(27.6px);
        padding-right: calc(27.6px);
        padding-bottom: calc(27.6px);
        padding-left: calc(27.6px);
    }

    span.cart-number {
        top: -15px;
	left: 15px;
	z-index: 1;
	text-align: center;
    }
}
