/*
Theme Name: Printy Child Theme
Theme URI: https://printy.themerex.net/
Description: Printy is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.13.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: printy
Template: printy
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* CLS: reserve logo/header space and stabilize above-the-fold layout */
.logo_image,
.sc_layouts_logo img,
.custom-logo-link img {
	height: auto;
	max-width: 197px;
	width: auto;
}

.top_panel,
.sc_layouts_row,
.sc_layouts_row_type_normal {
	min-height: 90px;
}

#trp_ald_modal_container,
.trp_model_container {
	contain: layout style paint;
}

body {
	text-rendering: optimizeSpeed;
}

@media (max-width: 767px) {
	.top_panel,
	.sc_layouts_row,
	.sc_layouts_row_type_normal {
		min-height: 70px;
	}

	.logo_image,
	.sc_layouts_logo img {
		max-width: 150px;
	}
}