.custom-logo-link img, .sc_layouts_logo img {
max-height: 6em;
width: auto;
vertical-align: middle;
}
.sc_layouts_row_fixed .custom-logo-link img,
.sc_layouts_row_fixed .sc_layouts_logo img {
will-change: max-height;
-webkit-transition: max-height var(--trx-addons-fixed-rows-duration) ease;
-ms-transition: max-height var(--trx-addons-fixed-rows-duration) ease;
transition: max-height var(--trx-addons-fixed-rows-duration) ease;
}
.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
max-height: 4.5em;
}
.sc_layouts_row_type_narrow .custom-logo-link img,
.sc_layouts_row_type_narrow .sc_layouts_logo img {
max-height: 3em;
}
.sc_layouts_logo .logo_text {
display: block;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_logo .logo_slogan {
display: block;
font-size: 12px;
line-height: 15px;
letter-spacing: 0px;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}