/*
Theme Name: Heinimann Law 1.0
Author: CTWebFactory
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-size: 16px;
    font-family: "Geist", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Geist", sans-serif;
}

p {
    font-family: "Geist", sans-serif;
}
.wp-caption-text,.elementor-heading-title,
li{
    font-family: "Geist", sans-serif;
}

a {
    color:#001A70;
    font-family: "Geist", sans-serif;
}
.testimonial-name,.testimonial-content p,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-family: "Geist", sans-serif;
    font-size: 20px;
    line-height: 32px;
}

.btn-white-outline a:hover {
    background:#046a38 !important;
    color:#FFF !important;
}

.btn-blue-outline a:hover {
    background:#001a70 !important;
    color:#FFF !important;
}

.btn-phone a::before {
    background: url(./images/phone-icon.webp) no-repeat center center;
    background-size: contain;
    content:" ";
    display: inline-block;
    width:25px;
    height: 20px;
    margin-bottom: -5px;
}

.compass-block {
    z-index: 1;
    transform: translateY(-70px);
}

.green-box {
    margin-top: -5px;
    position: relative;
    z-index: 1;
}
.image-green-box{
    position: relative;
}
.image-green-box::after {
    width: 95.5%;
    height: 98%;
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 3%;
    right: 2%;
    bottom: 0;
    left: 2%;
    border: 5px solid #FFF;
}

.wpforms-submit {
    background-color: #046a38 !important;
}

.wpforms-submit:hover {
    color: #046a38 !important;
    background-color: #FFF !important;
}

#content {
    padding: 0px 20px 60px;
}

@media (max-width: 768px) {
    .hfe-nav-menu{
		overflow:hidden;
	}
  .wp-block-site-logo img {
    max-width: 200px;
  }
  .has-xx-large-font-size {
    font-size: 36px !important;
  }
  .has-x-large-font-size {
    font-size: 32px !important;
    line-height: 36px;
}
  .has-large-font-size {
    font-size: 20px !important;
    line-height: 28px;
  }
  
  .has-custom-2-font-size {
    font-size: 22px !important;
    line-height: 28px;
  }
  
  .has-custom-1-font-size {
    font-size: 20px !important;
    line-height: 28px;
  }
  
  .compass-block .wp-block-media-text__media {
    text-align: center;
  }
  .compass-block img {
    max-width: 128px;
  }
  
  .wp-block-media-text__content {
        padding: 0;
    text-align: center;
  }
  
}


