@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body {
font: 16px "Open Sans", sans-serif;
font-weight: 300;
color: #282828;
background: #ffffff;
}
input:focus, select:focus, textarea:focus, button:focus {
outline: none;
}
a {
color: #282828;
text-decoration: none;
}
a:hover {
color: #1B1B1B;
text-decoration: none;
}
.logo {
text-align: center;
margin-bottom: 20px;
}
.logo a {
font-weight: 600;
font-size: 200%;
background-color: #A0A0A0;
color: transparent;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
-webkit-background-clip: text;
background-clip: text;
}            .wolds-bold-purple strong {
color: #8f639e;
}
.flex-container {
min-height: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
list-style-type: none;
padding: 0px;
}
.flex-container li {
position: relative;
flex-basis: calc(50% - 40px);
justify-content: center;
flex-direction: column;
margin: 10px;
}
@media (max-width: 992px) {
.flex-container li {
flex-basis: calc(100% - 0px);
margin: 10px;
}
}
.flex-container li .wolds_team_wrapper {
background-color: #efefef;
padding: 50px 50px 95px 50px;
border-radius: 50px;
}
.flex-container li .wolds_team_wrapper img {
display: block;
width: 250px;
height: 250px;
margin: 0px auto;
clip-path: circle(50% at 50% 50%);
object-fit: cover;
object-position: top;
}
.flex-container li .wolds_team_wrapper p {
color: #616160;
font-weight: 300;
font-family: "League Spartan", sans-serif;
}
.flex-container li .wolds_team_wrapper .wolds_team_name {
font-size: 30px;
color: #26a4dc;
font-weight: 500;
font-family: "Raleway", sans-serif;
}
.flex-container li .wolds_team_wrapper .wolds_team_position {
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 13px;
}
.flex-container li .wolds_team_wrapper .wolds_team_bio {
position: relative;
}
.flex-container li .wolds_team_wrapper .toggle-text {
height: 70px;
overflow: hidden;
}
.flex-container li .wolds_team_wrapper .heightAuto {
height: auto;
}
.flex-container li .wolds_team_wrapper .wolds_team_btn {
border: none;
padding: 10px 30px;
background: #5063be;
background: linear-gradient(90deg, #5063be 0%, #80c8d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5063be",endColorstr="#80c8d8",GradientType=1);
color: #ffffff;
font-family: "League Spartan", sans-serif;
letter-spacing: 0.1em;
font-size: 13px;
text-transform: uppercase;
border-radius: 50px;
margin-top: 20px;
float: right;
}
.wolds_pet_plan_wrapper {
min-height: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
list-style-type: none;
padding: 0px;
text-align: center;
position: relative;
font-family: "Raleway", sans-serif;
justify-content: center;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper {
position: relative;
flex-basis: calc(33% - 20px);
justify-content: center;
flex-direction: column;
margin: 10px;
padding: 75px 20px 50px;
background: #f1f1f1;
border-radius: 50px;
box-shadow: 5px 5px 10px #00000026;
}
@media (max-width: 992px) {
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper {
flex-basis: calc(100% - 0px);
margin: 10px;
}
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper button {
border: none;
padding: 10px 50px;
color: #ffffff;
font-family: "League Spartan", sans-serif;
letter-spacing: 0.2em;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
border-radius: 50px;
margin-bottom: 25px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper button:focus {
outline: none;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper:nth-child(1) .wolds_health_plan_topper {
height: 50px;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
border-radius: 50px 50px 0px 0px;
background: #9f6932;
background: linear-gradient(90deg, #9f6932 0%, #f1ad69 35%, #9f6932 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f6932",endColorstr="#9f6932",GradientType=1);
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper:nth-child(1) button {
background: #9f6932;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper:nth-child(2) .wolds_health_plan_topper {
height: 50px;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
border-radius: 50px 50px 0px 0px;
background: #bcbcbc;
background: linear-gradient(90deg, #bcbcbc 0%, #e5e5e5 72%, #bcbcbc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bcbcbc",endColorstr="#bcbcbc",GradientType=1);
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper:nth-child(2) button {
background: #9d9d9d;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper:nth-child(3) .wolds_health_plan_topper {
height: 50px;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
border-radius: 50px 50px 0px 0px;
background: #b98433;
background: linear-gradient(90deg, #b98433 0%, #f8d98f 23%, #b98433 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b98433",endColorstr="#b98433",GradientType=1);
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper:nth-child(3) button {
background: #d4a24c;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper .wolds_health_plan_title {
font-size: 32px;
color: #606060;
font-weight: 500;
margin: 0px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper .wolds_health_care_prices {
font-size: 60px;
color: #8f639e;
font-weight: 500;
margin: 0px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper .wolds_health_care_prices :nth-child(1) {
display: block;
margin: 0px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper .wolds_health_care_prices :nth-child(2) {
display: none;
margin: 0px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper .wolds_health_care_prices :nth-child(3) {
display: none;
margin: 0px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper .wolds_health_care_prices :nth-child(4) {
display: none;
margin: 0px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper .wolds_health_care_prices :nth-child(5) {
display: none;
margin: 0px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper .wolds_health_plan_month {
color: #606060;
font-size: 20px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper .wolds_health_plan_divider {
height: 2px;
width: 100%;
background: #8f639e;
margin-bottom: 25px;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul {
text-align: left;
padding: 0;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul li {
padding: 7px;
color: #606060;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-tick {
list-style-type: none;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-tick::after {
content: url(//woldsvets.com/wolds-veterinary/wp-content/uploads/2023/01/tick.svg);
width: 22px;
height: auto;
object-fit: contain;
float: right;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-10 {
list-style-type: none;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-10::after {
content: "10% Off";
float: right;
font-weight: 600;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-20 {
list-style-type: none;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-20::after {
content: "20% Off";
float: right;
font-weight: 600;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-30 {
list-style-type: none;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-30::after {
content: "30% Off";
float: right;
font-weight: 600;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-1x {
list-style-type: none;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-1x::after {
content: "x 1";
float: right;
font-weight: 600;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-2x {
list-style-type: none;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-2x::after {
content: "x 2";
float: right;
font-weight: 600;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-unlimited {
list-style-type: none;
}
.wolds_pet_plan_wrapper .wolds_health_plan_wrapper ul .wolds-benefits-unlimited::after {
content: "UNLIMITED";
float: right;
color: #1fc77e;
font-weight: 600;
}
.wolds-pet-plan-button-wrapper {
display: flex;
width: 80%;
margin: 0px auto;
font-family: "Raleway", sans-serif;
}
@media (max-width: 992px) {
.wolds-pet-plan-button-wrapper {
width: 100%;
}
}
.wolds-pet-plan-button-wrapper button {
position: relative;
flex-basis: calc(100%);
justify-content: center;
align-items: center;
flex-direction: column;
margin: 20px;
padding: 10px 25px;
border-radius: 35px;
border: none;
background-color: #f1f1f1;
color: #606060;
font-size: 16px;
}
.wolds-pet-plan-button-wrapper button:focus {
outline: none;
}
@media (max-width: 992px) {
.wolds-pet-plan-button-wrapper button {
margin: 5px;
padding: 5px;
}
}
.wolds-pet-plan-button-wrapper #wolds-pet-plan-button-10 {
background-color: #1fc77e;
color: #ffffff;
}
.active {
display: block !important;
}
.wolds_team_bio p {
font-size:18px;
line-height:24px;
} .payment-form-container {
max-width: 500px;
margin: 40px auto;
padding: 30px 30px 40px;
border-radius: 10px;
box-shadow: 5px 5px 25px 8px rgba(0, 0, 0, 0.2);
font-family: Arial, sans-serif;
}
.payment-form-container h2 {
text-align: center;
margin-bottom: 20px;
font-size: 30px;
color: var( --e-global-color-5b59eea );
font-weight: 600;
text-align: left;
}
.payment-form-container label {
font-weight: bold;
display: block;
margin-top: 20px;
margin-bottom: 0px;
font-size: 18px;
}
.payment-form-container input {
width: 100%;
padding: 6px 12px;
margin-top: 5px;
border: 1px solid #69727d;
border-radius: 5px;
font-size: 16px;
}
.payment-form-container input[type="submit"] {
background-image: linear-gradient(90deg, var(--e-global-color-93f4110) 22%, var(--e-global-color-bf0b816) 100%) !important;
color: white;
font-weight: bold;
border: none;
cursor: pointer;
margin-top: 30px;
padding: 12px;
font-size: 20px;
border-radius: 50px
}
.secure-img{
margin-top: 25px;
width: 60%;
height: auto;
max-width: 100%;
}
.payment-form-container input[type="submit"]:hover {
background: #218838;
}
.payment-msg-container{
max-width: 515px;
margin: 40px auto 120px;
padding: 35px 30px 45px;
border-radius: 10px;
box-shadow: 5px 5px 25px 8px rgba(0, 0, 0, 0.2);
font-family: Arial, sans-serif;
}
.payment-msg-container > h2{
margin-bottom: 25px;
font-weight: bold;
}
.return-btn{
background-image: linear-gradient(90deg, var(--e-global-color-93f4110) 22%, var(--e-global-color-bf0b816) 100%) !important;
color: white !important;
font-weight: bold;
border: none;
cursor: pointer;
margin-top: 20px;
padding: 8px 30px;
font-size: 18px;
border-radius: 50px;
display: inline-block;
text-decoration: none !important;
}
.loop-posts-container .e-loop-item{
box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.2);
border-radius: 30px;
}