/* 
 Theme Name:   Smartsfera Theme
 Theme URI:    https://smartsfera.ru
 Description:  Smartsfera Theme
 Author:       Andrey Kretov
 Author URI:   https://dev40.ru
 Template:     fairy
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.site-header-top {
    padding-top: 5px;
	padding-bottom: 5px;}

.custom-logo-link img {
    max-height: 50px;
    max-width: fit-content;
	margin: 5px !important;
}
@media screen and (max-width: 768px) {
	.custom-logo-link img {
		max-height: 50px;
		max-width: fit-content;
	}
}