/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* DINPro – Regular (400) */
@font-face {
  font-family: "DINPro";
  src: url("https://liquimech.com.au/wp-content/uploads/DINPro.woff2") format("woff2"),
       url("https://liquimech.com.au/wp-content/uploads/DINPro.woff") format("woff"),
       url("https://liquimech.com.au/wp-content/uploads/DINPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DINPro – Medium (500) */
@font-face {
  font-family: "DINPro";
  src: url("https://liquimech.com.au/wp-content/uploads/DINPro-Medium.woff2") format("woff2"),
       url("https://liquimech.com.au/wp-content/uploads/DINPro-Medium.woff") format("woff"),
       url("https://liquimech.com.au/wp-content/uploads/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* DINPro – Bold (700) */
@font-face {
  font-family: "DINPro";
  src: url("https://liquimech.com.au/wp-content/uploads/DINPro-Bold.woff2") format("woff2"),
       url("https://liquimech.com.au/wp-content/uploads/DINPro-Bold.woff") format("woff"),
       url("https://liquimech.com.au/wp-content/uploads/DINPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'DINPro', Arial, sans-serif;
}

/* Header */
@media (min-width: 1025px) {
    .header-mobile {
        display: none !important;
    }
}

@media (max-width: 1024px){
    .top-header-desktop, .bottom-header-desktop {
        display: none !important;
    }

    .header-mobile{
        display: flex !important;
    }
}

/* Footer */
@media (min-width: 1024px) {
    .footer-mobile {
        display: none !important;
    }
}

@media (max-width: 1023px){
    .footer-desktop {
        display: none !important;
    }

    .footer-mobile{
        display: block !important;
    }
}