/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/
/* Force Font Avenir Light */
@font-face {
    font-family: 'avenirlight';
    src: url('assets/fonts/avenir/avenir_light-webfont.woff2') format('woff2'),
         url('assets/fonts/avenir/avenir_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body, ul, .tooltip-inner, .surefont{
  font-family: "avenirlight", "Helvetica", "Arial", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .hestia-title, .hestia-title.title-in-content, p.meta-in-content, .info-title, .card-title, .page-header.header-small .hestia-title, .page-header.header-small .title, .widget h5, .hestia-title, .title, .footer-brand, .footer-big h4, .footer-big h5, .media .media-heading, .carousel h1.hestia-title, .carousel h2.title, .carousel span.sub-title, .hestia-about h1, .hestia-about h2, .hestia-about h3, .hestia-about h4, .hestia-about h5 {
  font-family: "avenirlight", "Helvetica", "Arial", sans-serif !important;
}
.team, .hestia-team {
    background-image: url(https://www.hcs.ag/goellwurzn/wp-content/uploads/2023/08/parallax.jpg);
}
.hestia-team .card, .team .card {
    text-align: left;
    background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 768px){
	.hestia-team .card-image, .team .card-image, .authors-on-blog .card-image {
		height:unset;
	}
}
h2.title, h2.hestia-title {
    color: white;
}
.navbar, .navbar a, .label, .footer .footer-menu a, .media-footer a, .hestia-top-bar {
    font-size: 16px;
}
.woocommerce-gzd-legal-checkbox-text{
	margin-left:20px;
}
footer.footer.footer-black h5, footer.footer.footer-black h4, footer.footer.footer-black i, footer.footer.footer-black .copyright {
    display:none;
}