/*
Theme Name: Tint Child Theme
Template: tint
Theme URI: https://tint.themerex.net/
Description: Tint Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: tint
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
    .logo_image {
        max-height: 70px !important;
    }
	.sc_layouts_iconed_text.sc_layouts_menu_mobile_button_burger.sc_layouts_menu_mobile_button.without_menu::before {
		content: 'Menü';
		font-size: 10px;
		line-height: 0;
		color: #171616;
	}
	ul#sticky-buttons-1 {
		--margin-block: 70px !important;
		--margin-inline: 16px !important;
	}
	.sticky-buttons .sb-label {    
    visibility: visible;
    opacity: 1;    
    font-size: 14px !important;
	}
}