<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 991px) {
	footer .footer-content .footer-menu ul li a {
		margin-left: 10px;
	}
	footer .footer-content .footer-social ul li a {
		margin-right: 20px;
	}
}
@media screen and (max-width: 768px) {
	header .header-menu ul li a {
		padding: 15px 10px;
	}
	.title {
		padding: 0 30px;
	}
	.title h1 {
		font-size: 1.8rem;
	}
	.single-page .single-sidebar .title {
		padding: 05px;
	}
	.single-page .single-sidebar .title h2 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 576px) {
	header .top-header {
		padding: 12px 0;
	}
	header .top-header .top-header-right, header .top-header .top-header-left {
		font-size: 2rem;
	}
	header .top-header .top-header-logo img {
		width: 170px;
	}
	header .header-menu {
		display: none;
	}
	.hamburger {
		display: block;
		float: left;
		margin-left: 30px;
		cursor: pointer;
	}
	.index-about-section .index-about-text a {
		margin-bottom: 20px;
	}
	.index-about-summary-section span.spn1 {
		font-size: 2.5rem;
	}
	.index-about-summary-section span.spn2 {
		font-size: 1.7rem;
	}
	.index-about-summary-section span.spn3 {
		font-size: 1.2rem;
	}
	footer .footer-contact .footer-address, footer .footer-contact .footer-phone {
		margin-bottom: 20px;
	}
	footer .footer-content .footer-logo {
		display: table;
		margin: 0 auto;
	}
	footer .footer-content .footer-menu {
		float: none;
		text-align: center;
	}
	footer .footer-content .footer-social {
		display: table;
		margin: 30px auto 0;
	}
	.single-page .single-sidebar {
		margin-top: 40px;
	}
	.contact-page .contact-form {
		border: none;
	}
}
@media screen and (max-width: 480px) {
	.about-page .about-page-content {
		width: 90%;
		margin: 0 auto;
		padding: 20px;
	}
	.products-page .products-page-content, .single-page, .contact-page {
		padding: 20px;
	}
	.products-page .products-menu {
		margin-bottom: 20px;
	}
	.products-page .products-menu .controls {
		display: inline-block;
	}
	.contact-page .contact-form form input[type='text'], .contact-page .contact-form form textarea, .contact-page .contact-form form input[type='submit'] {
		width: 95%;
	}
}
@media screen and (max-width: 375px) {
	.hamburger {
		margin-left: 0;
	}
	footer .footer-content .footer-menu ul li a {
		font-size: .8rem;
	}
}
@media screen and (max-width: 320px) {
	footer .footer-content .footer-menu ul li a {
		margin-left: 5px;
		font-size: .75rem;
	}
}</pre></body></html>