/*
    Theme Name: Timber Pro Coatings
    Author: Whetham Solutions
    Author URI: https://whethamsolutions.com
    Description: Wordpress theme for Timber Pro Coatings. Use of this theme outside of this company's website is strictly prohibited.
    Template: ion
    Text Domain: t
*/

@font-face {
    font-family: 'lg';
    src: url('fonts/lg.woff') format('woff'),
    url('fonts/lg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#helpContainer .help-card .elementor-icon-box-icon {
    margin: auto;
}

.pg-contact .contact-info .ci-section.mt-0 ul li:first-child,
.pg-contact .contact-info .ci-section.mt-0 ul li:first-child strong {
    margin: 0 !important;
}

#header .navigation a {
    font-size: clamp(14px, 1.3541666666666667vw, 26px);
}

@media (max-width: 991px) {
    #header .navigation li {
        margin-right: 10px;
    }
    #header .menu-logo a {
        width: 85px;
        height: 49px;
    }
    #header .navigation li.menu-logo {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    #hero:after {
        content: none !important;
    }
    #hero {
        padding: 50px 30px 0 !important;
    }
    #hero .mobile-show {
        margin: 50px 0 0;
    }
}

@media (max-width: 500px) {
    #hero {
        padding: 50px 30px 0 !important;
    }
}