/*
 Theme Name:     PatelProperty Child
 Theme URI:      https://themeforest.net/user/sk-themes/
 Description:    PatelProperty Child Theme - Sell My House North West customisations
 Author:         SK Web Solutions / build team
 Template:       patelproperty
 Version:        1.0.1
*/

/* ---------------------------------------------------------------------------
 * Header logo sizing
 * The parent theme swaps in the retina logo via JS and never constrains the
 * <img>, so a proper 2x file renders at full pixel size. Cap the height and
 * let width follow, so any resolution file displays at the intended size.
 * ------------------------------------------------------------------------ */
.logo img,
.header-part .logo img,
.header-part.sticky-fixed .logo img {
    max-height: 64px;
    width: auto;
    height: auto;
}
@media (max-width: 767px) {
    .logo img { max-height: 52px; }
}
