/*
Theme Name: Decoria
Theme URI: https://themeforest.net/user/steelthemes/portfolio
Author: SteelThemes
Author URI: https://themeforest.net/category/wordpress?term=steelthemes&view=grid#content
Description: Decoria – Architecture & Interior Design WordPress Theme is crafted to help you build elegant, high-performance websites for architecture firms, interior design studios, and creative agencies.
Version: 1.0.1
Requires at least: 5.8
Tested up to: 6.9.4
Requires PHP: 7.4
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: decoria
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Custom logo sizing fix for An homes */
.default_header .logo_box a.logo {
    display: flex;
    align-items: center;
}

.default_header .logo_box .custom-logo {
    width: auto !important;
    max-width: 220px;
    max-height: 68px;
    height: auto !important;
    object-fit: contain;
}

.default_header .logo_box .site-description {
    display: none;
}

@media (max-width: 767px) {
    .default_header .logo_box .custom-logo {
        max-width: 160px;
        max-height: 52px;
    }
}



/* An homes logo override v2 */
#header_contents .elementor-widget-image img,
#header_contents .logo_box img,
#header_contents a.logo img,
#header_contents img.custom-logo {
    width: auto !important;
    height: auto !important;
    max-height: 64px !important;
    max-width: 220px !important;
    object-fit: contain !important;
}

#header_contents .elementor-widget-image,
#header_contents .logo_box {
    max-width: 220px !important;
}



/* Final hard cap for header logo height */
.top_page_wapper .header_area img,
.top_page_wapper .default_header img,
.top_page_wapper #header_contents img {
    max-height: 86px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

