/*
Theme Name:        Around Child
Theme URI:         https://themeforest.net/user/madrasthemes/portfolio
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Around Multipurpose Busines Theme. A truly multipurpose WordPress Theme designed to facilitate the needs of businesses from different niches.
Requires at least: WordPress 5.0
Template:          around
Version:           1.0.34
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       around-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

/* Fix logo dimensions - ensure SVG logos display correctly */
/* Core logo image sizing */
.navbar-brand-img,
.logo-link img,
.navbar-stuck-logo img,
.footer-logo-link img,
.mobile-logo-link img {
	width: 200px !important;
	height: auto !important;
	max-width: 100% !important;
}

/* For mobile logo */
.mobile-logo-link img,
.navbar-brand-img.d-lg-none {
	width: 150px !important;
}

/* Ensure logo link doesn't collapse */
.logo-link,
.sticky-logo-link,
.mobile-logo-link {
	display: inline-block;
	min-width: 200px;
}

/* Reset theme max-height constraints that can cause 0x0 issues */
.logo-link img,
.navbar-stuck-logo img {
	max-height: none !important;
}

/* Custom text selection color */
::selection {
	background-color: #00b1e5 !important;
	color: #ffffff !important;
}

::-moz-selection {
	background-color: #00b1e5 !important;
	color: #ffffff !important;
}