/**
* Theme Name: Kinsey Child
* Description: This is a child theme of Kinsey, generated by Merlin WP.
* Author: <a href="https://artemsemkin.com">Artem Semkin</a>
* Template: kinsey
* Version: 1.9.2
*/

h2, .h2, h3, .h3, body, p, .paragraph {
	font-weight: 300 !important;
}
h4, .h4 {
	font-weight: 400 !important;
}
h2.h1, h3.h1, p.h2, p.h3 {
	font-weight: 100 !important;
}
p.h3 b {
	font-weight: 300 !important;
}

.section-content__content.content.arts-split-text p {
	font-weight: 300 !important;
}

.header[data-arts-theme-text=light] .menu > li a, .preloader[data-arts-theme-text=light]:not(.preloader_ended) + #page-header .menu > li a {
	color: var(--color-white) !important;
}

.header[data-arts-theme-text=light] .menu .sub-menu, .preloader[data-arts-theme-text=light]:not(.preloader_ended) + #page-header .menu .sub-menu {
	background-color: var(--color-custom-1) !important;
}

.input-float__input_focused + .input-float__label, .input-float__input_not-empty + .input-float__label {
    transform: scale(0.8571) translateY(-2rem);
}

@media only screen and (min-width: 1920px) {
	#page-header .menu > li > a {
		font-size: 1.2rem
	}	
}