.slider-block .slider .slick-dots, .slider-block .slider .slick-slide .content, .contact-block .content {
max-width: 1180px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.slider-block .slider .slick-slide .content .cont a, .left-right-block .cont .col a.btn, .contact-block .content form input[type=submit] {
padding: 5px 30px 4px;
display: inline-block;
margin: 0;
font-family: "Poppins", sans-serif;
border: 2px solid var(--ff-green);
background-color: var(--ff-green);
font-weight: 400;
color: white;
transition: all 0.3s ease-in-out;
position: relative;
border-radius: 20px;
text-decoration: none;
font-size: 15px;
}
.slider-block .slider .slick-slide .content .cont a:hover, .left-right-block .cont .col a.btn:hover, .contact-block .content form input[type=submit]:hover {
background-color: transparent;
color: var(--ff-green);
cursor: pointer;
}
:root {
--ff-green: #6C7354;
--ff-sgreen: #6C7354;
--ff-ter: #AF7C63;
--ff-pgreen: #fafaf6;
--ff-blush: #fcf7f5;
}
.has-blush-background-color {
background-color: var(--ff-blush) !important;
}
.has-pgreen-background-color {
background-color: var(--ff-pgreen) !important;
}
.dev {
background-color: red;
color: white;
position: absolute;
top: 0;
left: 0;
text-transform: uppercase;
padding: 10px 15px 7px;
font-size: 14px;
z-index: 110;
font-family: "Arial";
font-weight: 600;
}
[data-type="acf/contact"] .contact-block {
min-height: 38px;
background-color: #f7f7f7;
}
[data-type="acf/contact"] .contact-block:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
z-index: 100;
top: 0;
}
.contact-block {
position: relative;
}
.contact-block .content {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
padding: 80px 20px;
box-sizing: border-box;
justify-content: space-between;
position: relative;
z-index: 10;
}
.contact-block .content .col:nth-child(1) {
width: 45%;
padding: 0 65px 0 0;
box-sizing: border-box;
}
.contact-block .content .col:nth-child(2) {
width: 50%;
}
.contact-block .content > h2 {
padding: 0;
margin: 0;
}
.contact-block .content > h2:after {
display: none;
}
.contact-block .content img {
width: 80%;
height: auto;
padding: 40px 0;
display: block;
margin: 0 auto;
}
.contact-block .content p strong {
font-size: 18px;
margin-top: 10px;
display: inline-block;
width: 100%;
}
.contact-block .content .info {
display: none;
}
.contact-block .content .info.active {
display: block;
}
.contact-block .content select {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: none;
font-size: 14px;
border-radius: 5px;
background-color: white;
transition: background-color 0.3s ease-in-out;
-moz-appearance: none; -webkit-appearance: none; appearance: none;
}
.contact-block .content .wpcf7-form-control-wrap:after {
content: "";
width: 20px;
height: 20px;
background-color: red;
}
.contact-block .content form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
position: relative;
padding: 118px 0 0 0;
}
.contact-block .content form label {
width: 49%;
display: inline-block;
font-family: "Poppins", sans-serif;
font-weight: 400;
font-size: 15px;
color: var(--heath-purple);
padding: 0;
margin: 25px 0 0;
}
.contact-block .content form label span {
width: 100%;
display: inline-block;
margin-top: 10px;
}
.contact-block .content form label span input {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: none;
font-size: 14px;
border-radius: 5px;
background-color: white;
transition: background-color 0.3s ease-in-out;
}
.contact-block .content form label span input:focus {
background-color: #f6f6f6;
}
.contact-block .content form label span textarea {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: none;
font-size: 14px;
border-radius: 5px;
background-color: white;
transition: background-color 0.3s ease-in-out;
}
.contact-block .content form label span textarea:focus {
background-color: #f6f6f6;
}
.contact-block .content form label .wpcf7-not-valid-tip {
font-size: 12px;
margin: 5px 0;
padding: 0;
display: inline-block;
position: absolute;
bottom: -25px;
left: 0;
}
.contact-block .content form label.full {
width: 100%;
}
.contact-block .content form input[type=submit] {
margin-top: auto;
width: 100%;
padding: 20px;
text-transform: uppercase;
border-radius: 40px;
font-size: 14px;
font-weight: 600;
background-color: var(--ff-ter);
border: none;
margin-top: 20px;
}
.contact-block .content form input[type=submit]:hover {
background-color: var(--ff-green);
color: white;
}
.contact-block .content form .wpcf7-response-output {
width: 100%;
text-align: center;
border: none;
padding: 20px 0 0;
position: relative;
bottom: 0;
margin: 0;
font-family: "Poppins", sans-serif;
color: var(--motor-orange);
}
.contact-block .content form .wpcf7-spinner {
position: absolute;
bottom: 14px;
right: -20px;
transform: translate(-50%, 0);
}
.contact-block .content form .section {
margin-bottom: 30px;
}
.contact-block .content form .section .cols {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contact-block .content form .section .cols .col {
width: 32%;
}
.contact-block .content form .section .cols .col label {
width: 100%;
}
.contact-block .content form .section .cols .col .wpcf7-radio {
margin-top: 0;
}
.contact-block .content form .section .cols .col .wpcf7-radio > span {
width: 50%;
margin: 0;
padding: 0;
}
.contact-block .content form .section .cols .col .wpcf7-radio > span > label {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.contact-block .content form .section .cols .col .wpcf7-radio > span > label > input {
width: 50%;
}
.contact-block .content form .section .cols .col .wpcf7-radio > span > label > span {
width: 50%;
margin-top: 0;
}
.contact-block .content form .center {
margin: 0 auto;
display: inline-block;
}
.contact-block .content form .center input[type=submit] {
padding: 14px 95px;
margin-top: 0;
}
.contact-block .content p.disclaimer {
font-size: 12px;
line-height: 20px;
color: #0A2433;
margin: 0;
padding: 0;
}
.contact-block .content .social {
margin: 20px 0;
}
.contact-block .content .social a {
font-size: 30px;
}
.wp-block-columns .contact-block {
padding: 0;
}
.wp-block-columns .contact-block .content {
padding: 0 !important;
}
.wp-block-columns .contact-block .content form label {
width: 48%;
}
.wp-block-columns .contact-block .content form input[type=submit] {
width: 48%;
}
@media screen and (max-width: 844px) {
.contact-block .content {
padding: 20px;
}
.contact-block .content .col {
width: 100% !important;
padding: 0 !important;
}
.contact-block .content .col img {
width: 100%;
}
.contact-block .content form {
padding: 0;
}
.contact-block .content form label {
width: 100%;
}
.contact-block form {
display: inline-block;
}
}
.container {
min-height: 60vh;
padding: 100px 0;
}
.container .cont {
padding-top: 0px;
display: flex;
flex-wrap: wrap;
}
.container .cont .col {
width: 60%;
padding-right: 50px;
box-sizing: border-box;
}
.container .cont .col img {
padding-top: 120px;
padding-bottom: 180px;
height: auto;
max-height: 450px;
width: auto;
margin: 0 auto;
display: block;
}
.container .cont .col h2 {
font-size: 45px;
margin: 10px 0 0;
padding: 0;
}
.container .cont .col h2:after {
display: none;
}
.container .cont .col:nth-child(2) {
align-self: flex-start;
width: 40%;
padding-right: 0;
}
@media screen and (max-width: 844px) {
.container {
padding: 50px 0;
}
.container .cont .col {
width: 100% !important;
}
.container .cont .col img {
padding: 20px 0;
}
}
.left-right-block {
position: relative;
}
.left-right-block .cont {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.left-right-block .cont .col {
width: 50%;
}
.left-right-block .cont .col h1 {
font-size: 37px;
line-height: 40px;
color: var(--ff-green);
letter-spacing: 0.5px;
}
.left-right-block .cont .col p {
font-size: 14px;
}
.left-right-block .cont .col ul, .left-right-block .cont .col ol {
padding: 0 0 0 45px;
margin: 20px 0;
}
.left-right-block .cont .col ul li, .left-right-block .cont .col ol li {
font-size: 26px;
line-height: 30px;
font-weight: 600;
list-style: none;
position: relative;
padding: 10px 40px 10px 0;
text-transform: uppercase;
font-family: "Amatic SC", cursive;
}
.left-right-block .cont .col ul li:before, .left-right-block .cont .col ol li:before {
content: "";
background: var(--ff-green) url(//www.fondfarewellvets.co.uk/wp-content/themes/vet/images/tick.svg) no-repeat center center;
width: 35px;
height: 35px;
border-radius: 20px;
position: absolute;
left: -45px;
top: 7px;
}
.left-right-block .cont .col ul.double, .left-right-block .cont .col ol.double {
column-count: 2;
}
.left-right-block .cont .col table {
width: 100%;
}
.left-right-block .cont .col table tr {
display: flex;
justify-content: space-between;
align-items: flex-end;
padding: 10px 0;
}
.left-right-block .cont .col table tr td {
font-family: "Alegreya Sans", sans-serif;
font-size: 28px;
font-weight: 400;
display: inline-block;
line-height: 19px;
}
.left-right-block .cont .col table tr .dots {
height: 2px;
border-bottom: dotted 2px black;
flex: 1;
}
.left-right-block .cont .col img {
padding: 50px 0;
max-width: 90%;
height: auto;
}
.left-right-block .cont .col:nth-child(1) {
padding: 100px 0;
}
.left-right-block .cont .col:nth-child(2) {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.left-right-block .left .cont .col:nth-child(1) {
order: 1;
}
.left-right-block .left .cont .col:nth-child(2) {
order: 0;
justify-content: flex-start !important;
}
@media screen and (max-width: 844px) {
.left-right-block {
padding: 30px 0;
}
.left-right-block .cont .col {
width: 100%;
padding: 0;
}
.left-right-block .cont .col img {
padding: 0;
max-width: 100%;
max-height: 60vh;
width: auto;
margin: 0 auto;
}
.left-right-block .cont .col table tr {
display: flex;
flex-wrap: wrap;
border-bottom: dotted 2px black;
}
.left-right-block .cont .col table tr td {
padding: 3px 0;
}
.left-right-block .cont .col table tr td:nth-child(1) {
font-weight: 600;
}
.left-right-block .cont .col table tr td:nth-child(2) {
display: none;
}
.left-right-block .cont .col table tr td:nth-child(3) {
width: 100%;
}
.left-right-block .cont .col:nth-child(1) {
padding: 0;
order: 0 !important;
}
.left-right-block .cont .col:nth-child(2) {
order: 1 !important;
}
.left-right-block .resp-image-top .cont .col:nth-child(1) {
padding: 0;
order: 1 !important;
}
.left-right-block .resp-image-top .cont .col:nth-child(2) {
order: 0 !important;
}
.left-right-block .pad-mob .cont .col:nth-child(2) {
padding-bottom: 40px;
}
}
.map-block {
position: relative;
}
.map-block #map {
width: 100%;
height: 60vh;
min-height: 650px;
max-height: 850px;
}
[data-type="acf/slider"] .slider-block .slick-dots {
height: 20px;
}
[data-type="acf/slider"] .slider-block .slider .slick-slide .scroll {
display: none;
}
.slider.slick-initialized {
opacity: 1;
}
.slider-block {
position: relative;
}
.slider-block .slick-initialized {
opacity: 1;
visibility: visible;
transition: all 0.3s ease-in-out;
transition-delay: 0.1s;
}
.slider-block .slider .slick-slide {
position: relative;
height: 50vh;
min-height: 700px;
max-height: 850px;
}
.slider-block .slider .slick-slide .content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px 20px;
text-align: center;
z-index: 2;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
}
.slider-block .slider .slick-slide .content .cont {
width: 50%;
padding: 0;
}
.slider-block .slider .slick-slide .content .cont > p {
color: var(--ff-green);
text-align: left;
position: relative;
opacity: 0;
padding: 5px 0;
margin: 0;
transition: opacity 0.8s ease-in-out;
transition-delay: 0.3s;
display: inline-block;
width: 100%;
font-family: "Poppins", sans-serif;
font-size: 14px;
}
.slider-block .slider .slick-slide .content .cont > p.tag {
font-family: "Amatic SC", cursive;
font-size: 38px;
line-height: 35px;
margin: 10px 50% 15px 0;
}
.slider-block .slider .slick-slide .content .cont h1 {
color: var(--ff-green);
letter-spacing: 0.5px;
transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
transform: translateY(115%) translateZ(0);
opacity: 0;
width: 100%;
text-align: left;
font-family: "Amatic SC", cursive;
font-size: 37px;
line-height: 40px;
}
.slider-block .slider .slick-slide .content .cont a {
color: white;
margin-top: 20px;
}
.slider-block .slider .slick-slide .content img {
width: 50%;
object-fit: cover;
object-position: center;
height: auto;
}
.slider-block .slider .slick-slide.animation .content .cont h1 {
transform: translateY(0) translateZ(0);
opacity: 1;
}
.slider-block .slider .slick-slide.animation .content .cont > p {
transform: translateY(0) translateZ(0);
opacity: 1;
}
.slider-block .slider .slick-slide.animation .content .cont > p:after {
right: -50px;
}
.slider-block .slider .slick-slide .scroll {
position: absolute;
transition: all 0.3s ease-in-out;
transform: rotate(90deg);
left: calc(50% - 565px);
bottom: 10px;
z-index: 10;
}
.slider-block .slider .slick-slide .scroll svg {
height: 41px;
width: auto;
}
.slider-block .slider .slick-slide .scroll svg path {
transition: transform 0.3s ease-in-out;
}
.slider-block .slider .slick-slide .scroll:hover {
cursor: pointer;
bottom: 5px;
}
.slider-block .slider .slick-arrow {
position: absolute;
top: 50%;
transform: translate(0, -50%);
z-index: 10;
background: transparent;
border: none;
text-indent: -5000px;
width: 80px;
height: 80px;
transition: all 0.3s ease-in-out;
left: 0;
}
.slider-block .slider .slick-arrow.slick-next {
right: 0;
left: auto;
}
.slider-block .slider .slick-arrow.slick-next:hover {
right: -3px;
left: auto;
}
.slider-block .slider .slick-arrow.slick-next:before {
transform: translate(-50%, -50%) rotate(0deg);
}
.slider-block .slider .slick-arrow:before {
content: "";
background-image: url(//www.fondfarewellvets.co.uk/wp-content/themes/vet/images/arrow-slider3.svg);
background-size: 80px;
background-position: center;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(180deg);
opacity: 1;
transition: all 0.3s ease-in-out;
opacity: 0.5;
}
.slider-block .slider .slick-arrow:hover {
left: -3px;
}
.slider-block .slider .slick-arrow:hover:before {
opacity: 1;
cursor: pointer;
}
.slider-block .slider .slick-dots {
position: absolute;
left: 50%;
bottom: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
margin: 0;
transform: translate(-50%, -50%);
}
.slider-block .slider .slick-dots li {
list-style: none;
margin: 6px 4px;
line-height: 0;
width: auto;
text-align: center;
}
.slider-block .slider .slick-dots li button {
border: none;
background-color: white;
text-indent: -5000px;
width: 15px;
height: 15px;
margin: 0;
padding: 0;
transition: all 0.3s ease-in-out;
border-radius: 0px;
opacity: 1;
position: relative;
border-radius: 10px;
}
.slider-block .slider .slick-dots li button:hover {
cursor: pointer;
}
.slider-block .slider .slick-dots li.slick-active button {
background-color: var(--motor-orange);
opacity: 1;
}
.slider-block .slider .slick-dots li.slick-active button:after {
opacity: 1;
}
.wp-block-columns .slider-block {
padding: 0;
}
.wp-block-columns .slider-block img {
height: 585px;
}
@keyframes example {
from {
background-color: red;
}
to {
background-color: yellow;
}
}
@media screen and (max-width: 844px) {
.slider-block .slider .slick-slide {
height: auto;
min-height: auto;
max-height: inherit;
}
.slider-block .slider .slick-slide .content {
position: relative;
top: 0;
transform: initial;
left: auto;
}
.slider-block .slider .slick-slide .content .cont {
width: 100%;
order: 1;
}
.slider-block .slider .slick-slide .content img {
width: 100%;
order: 0;
}
}
[data-type="core/spacer"] .components-resizable-box__container {
background-color: #f7f7f7;
}
.slick-arrow {
background-color: #c8beda;
border-radius: 20px;
border: none;
width: 35px;
height: 35px;
position: absolute;
top: 50%;
transform: translate(-18px, -20px) rotate(180deg);
z-index: 10;
left: -40px;
}
.slick-arrow:after {
content: "";
background: transparent url(//www.fondfarewellvets.co.uk/wp-content/themes/vet/images/arrow-slider4.svg) no-repeat center center;
background-size: 22px;
top: 50%;
left: calc(50% + 2px);
position: absolute;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
}
.slick-arrow:hover {
cursor: pointer;
}
.slick-arrow.slick-next {
right: -58px;
left: auto;
transform: translate(0, -20px);
}