/*
Theme Name:		 Homhero - Miami Child
Theme URI:		 https://homhero.com.au/
Description:     Miami Child is a child theme of Miami, created by Homhero
Author:			 HOMHERO
Author URI:		 https://homhero.com.au/
Template:		 homhero-miami
Version:		 1.0.0
Text Domain:     homhero-miami-child
*/


:root {

    /* Colours */
    --primary-color: #00acef;
    --primary-color-alt:#0058ab;
    --secondary-color: #00285F;
    --secondary-color-alt: #00585F;
    --tertiary-color: #130c0d;
    --tertiary-color-alt: #130c0d;  
    --header-background-color: #ffffff;
    --heading-color: var(--tertiary-color);
    --text-color: var(--tertiary-color);
    --button-primary-color: var(--primary-color);
    --button-primary-text: #ffffff;
    --button-primary-hover-color: var(--primary-color-alt);
    --button-primary-hover-text: #ffffff;
    --button-secondary-color: var(--secondary-color);
    --button-secondary-text: #ffffff;
    --button-secondary-hover-color: var(--secondary-color-alt);
    --button-secondary-hover-text: #ffffff;
    --footer-background-color: var(--tertiary-color);
    --footer-color: #ffffff;
    --featured-properties-background: #f4f4f4;

    /* Logo */
    --logo-max-height: 60px;
    --logo-max-width: 250px;
    --logo-vertical-spacing: 10px;

    /* Fonts */
    --body-font-size-mobile: 14px;
    --body-font-size-tablet: 15px;
    --body-font-size: 16px;
    --primary-font-family: "Poppins", sans-serif;
    --secondary-font-family: "Lato", sans-serif;
    --heading-font-family: var(--primary-font-family);
    --heading-font-weight: 500;
    --heading-line-height: 1.6em;
    --body-font-family: var(--secondary-font-family);
    --body-font-weight: 400;
    --body-line-height: 1.5em;
    --button-font-family: var(--primary-font-family);
    --button-font-weight: 700;
    --menu-font-family: var(--primary-font-family);
    --menu-font-weight: 400;
    --menu-letter-spacing: 0.05em;
    --menu-link-padding: 10px 10px; 
    
    
    /* Headings */
    --h1-font-size: 2.5em;
    --h1-text-transform: uppercase;
    --h2-font-size: 1.75em;
    --h2-text-transform: uppercase;
    --h3-font-size: 1.5em;
    --h3-text-transform: normal;
    --h4-font-size: 1.25em;
    --h4-text-transform: normal;
    --h5-font-size: 1.125em;
    --h5-text-transform: normal;
    --h6-font-size: 1em;
    --h6-text-transform: normal;

    /* Buttons */

    --button-border-radius: 4px;
    --button-border-width: 2px;
    --button-right-margin: 10px;
    
    
    /* Banners */
    --default-banner-height: 50vh;
    --default-banner-height-tablet: 40vh;
    --default-banner-height-mobile: 30vh;
    
    --homepage-banner-height: 70vh;
    --homepage-banner-height-tablet: 50vh;
    --homepage-banner-height-mobile: 30vh;
    
    
    /* Spacing */
    --container-max-width: 1140px;

}
.page-numbers li a:hover, .page-numbers li.active a {
    background-color: var(--primary-color-alt) !important;
}
.mainMenu>li:last-child a {
    padding-right: 0.75em;
}
.mainMenu li:last-child li a {
    white-space: pre-wrap;
}
@media screen and (min-width:490px){
	.siteLogo {
    max-width: 400px;
}
}
.featured-blocks.row.display-alternating .featured-block {
        outline: 4px double #f4f4f4;
    outline-offset: 0px;
    background-color: #f4f4f4;
}
.mainMenu > li a{
    text-transform: uppercase;
}
.productListing .btn-primary {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 3px;
    margin-top: 12px;
}
.tax-container{
    background-color:#f4f4f4;
}
@media screen and (min-width: 768px){
    .floating-search-bar {
        background:rgb(0 88 171 / 0.25);
    }
}
