/*!
Theme Name: guardianvets
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: guardianvets
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

guardianvets is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.video-testimonials-slider-wrapper .swiper-button-nav {
	display: none;
}
.wpcf7-form.subscribe-form.submitting [type="submit"] {
	width: 56px;
	aspect-ratio: 1;
	display: grid;
	border-radius: 50%;
	background: #509c86 url(./assets/markup/img/icons/loader.png) no-repeat center !important;
	animation: rotate 1s infinite steps(8);
	pointer-events: none;
}
.wpcf7-form.subscribe-form.submitting [type="submit"] svg {
	display: none;
}
.wpcf7-form.subscribe-form.submitting [type="submit"]::before,
.wpcf7-form.subscribe-form.submitting [type="submit"]::after {
	content: "";
	grid-area: 1/1;
	border-radius: 50%;
	background: inherit;
	opacity: 0.915;
	transform: rotate(30deg);
}
.wpcf7-form.subscribe-form.submitting [type="submit"]::after {
	opacity: 0.83;
	transform: rotate(60deg);
}
@keyframes rotate {
	100% {transform: rotate(1turn)}
}

.wpcf7-form.subscribe-form.sent [type="submit"] {
	width: 56px;
	aspect-ratio: 1;
	display: grid;
	border-radius: 50%;
	background: #509c86 url(./assets/markup/img/icons/check-circle.png) no-repeat center !important;
	pointer-events: none;
}
.wpcf7-form.subscribe-form.sent [type="submit"] svg {
	display: none;
}
.wpcf7-form.subscribe-form .wpcf7-response-output {
	display: none;
}
.wpcf7-form.subscribe-form .wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
	line-height: 14px;
	bottom: 0;
	left: 24px;
}

.grecaptcha-badge {
	display: none !important;
}
.product-hiw-layout ol {
	list-style: numbers;
	margin-left: 24px;
}
.product-hiw-layout ol li {
	margin-top: 24px;
}

.btn.animate {
    position: relative;
	text-transform: capitalize;
}
.solutions-doctor__content .btn.animate:after,
.solutions-doctor__content .btn.animate:before{
	content: '';
	background-color: #509c86;
}
.solutions-doctor__content .btn.animated:after {
		opacity: .1;
}
.solutions-doctor__content .btn.animated:before{
		opacity: .3;
}
.btn.animate:before,
.btn.animate:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100px;
}

.btn.animate:before {
    animation: buttonWave 5s infinite;
    z-index: -1;
}

.btn.animate:after {
    animation: buttonWave2 5s infinite;
    z-index: -2;
}
.cs-hero-layout .cs-hero-layout__img {
	box-shadow: none;
}
.cs-hero-layout__content-pretitle.text-small-accent {
	font-size: 32px;
}
@keyframes buttonWave {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    90% {
        opacity: 0;
        transform: scale(1);
    }
    91% {
        opacity: 1;
        transform: scale(1.02);
    }
    95% {
        transform: scale(1.05);
    }
    99% {
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes buttonWave2 {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    90% {
        opacity: 0;
        transform: scale(1);
    }
    91% {
        opacity: 1;
        transform: scale(1.04);
    }
    95% {
        transform: scale(1.1);
    }
    99% {
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}


.footer-menu .footer-menu-nav {
	flex-wrap: wrap;
	max-width: 830px;
	margin: 0 auto;
	row-gap: 24px;
}
.footer-social-nav.__user {
	align-items: center;
}
@media (max-width:767px) {
	[data-swiper-slide-index="0"] .need-help-slider-item__img img {
		right: -53px;
		top: -40px;
		height: 420px;
		width: auto;
	}
}
.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
	line-height: 14px;
	bottom: -14px;
	left: 0;
}
.wpcf7-form.submitting [type="submit"] .btn-status-icon {
	display: block;
	pointer-events: none;
	cursor: default;
	background-image: url(./assets/markup/img/icons/loader.svg);
	animation: spin 1s linear infinite;
}
.wpcf7-form.submitting [type="submit"] .btn-label:not(._loading) {
	display: none !important
}
.wpcf7-form.submitting [type="submit"] .btn-label._loading {
	display: block !important
}

.wpcf7-form.sent [type="submit"] .btn-status-icon {
	display: block;
	background-image: url(./assets/markup/img/icons/check-circle.svg);
}
.wpcf7-form.sent [type="submit"] .btn-label:not(._done) {
	display: none !important;
}
.wpcf7-form.sent [type="submit"] .btn-label._done {
	display: block !important;
}
#subscribe-form.wpcf7-form:not(.sent):not(.submitting) .btn-status-icon {
	display: block;
	background-image: url(./assets/markup/img/icons/send.svg);
}
#subscribe-form.wpcf7-form .btn-label {
	display: none !important;
}
#subscribe-form .wpcf7-not-valid-tip {
	bottom: 0;
	left: 24px;
}
#subscribe-form .wpcf7-response-output {
	display: none;
}
.wpcf7 form .wpcf7-response-output {
	border-width: 1px;
	border-radius: 8px;
	margin: 24px 0 0;
	padding: 11px 23px;
}
.testimonials-slider .testimonials-counter {
	bottom: 90px;
}
.testimonials-item .testimonials-item__txt p {
	text-align: left;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    overflow: visible;
    height: auto;
}
.testimonials-slider .testimonials-item {
	min-height: 320px;
	display: flex;
    flex-direction: column;
}
.testimonials-slider .testimonials-item .testimonials-item__author {
	margin-top: 40px;
}
.cs-hero-section .cs-hero-layout:before {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
	background-size: cover;
    background-repeat: no-repeat;
}
#subscribe-form .control-input input {
	padding-left: 32px;
}
#menu-footer-social-green li:first-child {
	padding-left: 0;
}
.logos-section .logos-marquee-wrapper ,
.logos-section .logos-marquee-wrapper .logos-marquee-item img {
	height: 56px;
}
.about-partners-card-inner .about-partners-card__desc {
	text-align: center;
}
.footer-privacy__wrapper {
	display: flex;
	margin-top: 30px;
}
.footer-privacy__wrapper a {
	font-weight: 600;
}
.footer-privacy__wrapper a:not(:last-child) {
	padding-right: 16px;
	border-right: 1px solid #9D9C9C66;
}
.footer-privacy__wrapper a:last-child {
	padding-left: 16px;
}

.home .problem-solution-section__desc {
	max-width: 560px;
}
.cs-choose-layout__content-desc ul {
	list-style: disc;
	text-align: left;
    padding-left: 24px;
}
.statistics-section .statistics-grid-item {
	height: auto;
}
.statistics-section .statistics-grid-item .statistics-item {

	display: flex;
	flex-direction: column;
	justify-content: center;
}
.statistics-section .statistics-grid-item .statistics-item__label {
	margin-top: 0;
}
@media (max-width: 767px) {
	.footer-privacy__wrapper {
		display: flex;
		margin: 24px 0;
	}
	.testimonials-slider .testimonials-item {
		min-height: auto;
	}
	#subscribe-form.wpcf7-form:not(.sent):not(.submitting) .btn-label:not(._done):not(._loading) {
		display: block !important;
	}
	#subscribe-form [type="submit"] {
		column-gap: 8px;
	}
	#menu-user-menu-green-1 {
		flex-direction: column;
    	row-gap: 24px;
	}
	.footer-button {
		width: 100%;
	}
	.testimonials-layout__slider .testimonials-slider {
		padding: 24px 16px;
	}
	.testimonials-slider .testimonials-item .testimonials-item__author {
		margin-top: 24px;
	}
}
