/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
h1:not([class*="fontsize-"]), .h1:not([class*="fontsize-"]) { font-size: 1.5rem; }
h2:not([class*="fontsize-"]), .h2:not([class*="fontsize-"]) { font-size: 1.25rem; }
.fontsize-161825 { font-size: 1.5rem; }
.fontsize-232649 { font-size: 1.5rem; }
.text-lead, .text-lead > *, .nav-tabs .tab-excerpt.text-lead { font-size: 1rem; }
h2.text-logo.h3.logo-skinnable.main-logo { font-size: 1.5rem; }

@media (min-width: 48rem) and (max-width: 104.9375rem) {
	h1:not([class*="fontsize-"]), .h1:not([class*="fontsize-"]) { font-size: calc(1.5 + (2.1875 - 1.5) * (100vw - 48rem) / (104.9375 - 48)); }
	h2:not([class*="fontsize-"]), .h2:not([class*="fontsize-"]) { font-size: calc(1.5 + (1.8125 - 1.5) * (100vw - 48rem) / (104.9375 - 48)); }
	.fontsize-161825 { font-size: calc(1.5 + (3.875 - 1.5) * (100vw - 48rem) / (104.9375 - 48)); }
	.fontsize-232649 { font-size: calc(1.5 + (2.625 - 1.5) * (100vw - 48rem) / (104.9375 - 48)); }
	.text-lead, .text-lead > *, .nav-tabs .tab-excerpt.text-lead { font-size: calc(1 + (1.125 - 1) * (100vw - 48rem) / (104.9375 - 48)); }
	h2.text-logo.h3.logo-skinnable.main-logo { font-size: calc(1.5 + (3 - 1.5) * (100vw - 48rem) / (104.9375 - 48)); }
}
@media (min-width: 105rem) {
	.fontsize-161825 { font-size: 3.875rem; }
	.fontsize-232649 { font-size: 2.625rem; }
	h1:not([class*="fontsize-"]), .h1:not([class*="fontsize-"]) { font-size: 2.1875rem; }
	h2:not([class*="fontsize-"]), .h2:not([class*="fontsize-"]) { font-size: 1.8125rem; }
	h2.text-logo.h3.logo-skinnable.main-logo { font-size: 3rem; }
}
.top-menu .topbar-col a:nth-child(2),
.top-menu .topbar-col a:nth-child(3) { padding-left: 18px; }