/*
Theme Name: SingHoldings 2024
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: SingHoldings
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: SingHoldings 2024 is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme designed for a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0
Updated: 2024-08-29 11:11:11

*/
@import url('./assets/css/header.css');
@import url('./assets/css/search.css');
@import url('./assets/css/home-page.css');
@import url('./assets/css/investor-page.css');
@import url('./assets/css/properties.css');
@import url('./assets/css/contact-page.css');
@import url('./assets/css/about-page.css');

@font-face {
    font-family: Avenir;
    src: url(./assets/fonts/Avenir-Black.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Avenir;
    src: url(./assets/fonts/Avenir-Heavy.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Avenir;
    src: url(./assets/fonts/Avenir-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Avenir;
    src: url(./assets/fonts/Avenir-Book.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Avenir-Oblique;
    src: url(./assets/fonts/Avenir-BlackOblique.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Avenir-Oblique;
    src: url(./assets/fonts/Avenir-HeavyOblique.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Avenir-Oblique;
    src: url(./assets/fonts/Avenir-MediumOblique.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Avenir-Oblique;
    src: url(./assets/fonts/Avenir-BookOblique.ttf) format("truetype");
    font-weight: 400;
}

body {
    font-family: Avenir !important;
    color: #000000;
}

html {
    font-size: 18px !important;
    font-family: Avenir !important;
}

@media (max-width: 767px) {
    html {
        font-size: 14px !important;
    }
}

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #bdbdbd;
    border-radius: 10px;
    cursor: pointer;
}

h1 {
    font-size: 2rem;
    line-height: 2.25rem;
    font-family: Avenir !important;
}

h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    font-family: Avenir !important;
}

h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: Avenir !important;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: Avenir !important;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: Avenir !important;
}

h6 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: Avenir !important;
}

a, p, span, ol, ul, li {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: Avenir !important;
}

figcaption {
    font-family: Avenir !important;
    font-size: 0.8rem;
    padding-top: 10px;
    text-align: center;
}

body > div.elementor {
    min-height: calc(100vh - 184.61px) !important;
}

body.admin-bar > div.elementor {
    min-height: calc(100vh - 215px) !important;
}


#wpadminbar .ab-item>.ab-icon {
	font-family: 'dashicons' !important ;
}
@media screen and (max-width: 1250px) { 
    body > div.elementor {
        min-height: calc(100vh - 172.02px) !important;
    }

    body.admin-bar > div.elementor {
        min-height: calc(100vh - 170px) !important;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.75rem;
        line-height: 2rem;
        font-family: Avenir !important;
    }
    
    h2 {
        font-size: 1.75rem;
        line-height: 2rem;
        font-family: Avenir !important;
    }
    
    h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        font-family: Avenir !important;
    }

    body > div.elementor {
        min-height: calc(100vh - 241.77px) !important;
    }

    body.admin-bar > div.elementor {
        min-height: calc(100vh - 185px) !important;
    }
}