/*
Theme Name: Vethouse Child
Theme URI: https://vethouse.freevision.me/
Template: vethouse
Author: freevision
Author URI: https://themeforest.net/user/freevision/portfolio
Description: Vethouse - Pet Care &amp; Veterinary WordPress Theme is responsive and versatile veterinary WordPress theme with lovely, modern design. It will fit perfectly for pet sites, animal care, veterinary sites, vet doctors, veterinary clinics or any other animal related websites.
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,translation-ready
Version: 3.7.1725277919
Updated: 2024-09-02 11:51:59

*/

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

body {
	font-family: "Geologica", sans-serif !important;
}

.zp__hidden {
	display: none;
}

/* HEADER */
.nav-container a.menu-logo>img {
    max-width: 199px;
}

/* HOMEPAGE */
.home_bio_image .ozy-flex_box {
    background-size: cover;
    background-position: center 40%;
}

/* FOOTER */
.contact-information {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

i.fa.fa-envelope, i.fa.fa-phone.margin-icon, i.fa.fa-map-marker.margin-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-widget-bar a {
    color: #ffffff;
    font-weight: 500;
}

i.fa.fa-envelope a,
i.fa.fa-phone a,
i.fa.fa-map-marker p {
    font-family: "Geologica", sans-serif !important;
}

div#footer-wrapper a:hover {
    color: #fff;
    text-decoration: underline;
}

div#footer-wrapper .fa-phone:before {
    content: "\f095";
    transform: rotate(90deg);
}