/*
Theme Name: Flat Hills
Author: Nick Pitcher
Version: 1.0.0
Template: uncode
Text Domain: uncode
*/

/*--- START FONTS ---*/

@font-face {
	font-family: 'Dolcissimo';
	src: url('https://dev.flathills.co.nz/wp-content/fonts/Dolcissimo-Regular.woff2') format('woff2'),
		url('https://dev.flathills.co.nz/wp-content/fonts/Dolcissimo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'National Forest';
	src: url('https://dev.flathills.co.nz/wp-content/fonts/NationalForest-Regular.woff2') format('woff2'),
		url('https://dev.flathills.co.nz/wp-content/fonts/NationalForest-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

/*--- END FONTS ---*/

/*--- START MEDIA QUERIES ---*/

@media (min-width: 960px) {
	body[class*=hmenu] .menu-icons i:not(.fa-dropdown), body.menu-overlay-center .menu-icons i:not(.fa-dropdown) {
		font-size: 32px;
		width: 1em;
	}
}

/*--- END MEDIA QUERIES ---*/

/*--- START GENERAL STYLES ---*/

p, li, dt, dd, dl, address, label, small, pre, code, span.tab-excerpt, .menu-smart .block-wrapper-parent p, .menu-smart .block-wrapper-parent li, .menu-smart .block-wrapper-parent dt, .menu-smart .block-wrapper-parent dd, .menu-smart .block-wrapper-parent dl, .menu-smart .block-wrapper-parent address, .menu-smart .block-wrapper-parent label, .menu-smart .block-wrapper-parent small, .menu-smart .block-wrapper-parent pre, .menu-smart .block-wrapper-parent code, .menu-smart .block-wrapper-parent span.tab-excerpt, .text-lead, .text-lead:not(ul):not(ol) > * {
	line-height: 1.6;
}

b, strong {
    font-weight: 700;
}

.text-lead,
.text-lead:not(ul):not(ol) > *,
.text-lead > *:not(ul):not(ol):not(li) {
	margin-top: 27px;
}

ul li:not(:first-child),
ol li:not(:first-child) {
    margin-top: 5px;
}

[class*="fontsize-"] * {
	font-size: inherit;
}

.btn-underline-text:before {
    top: 95% !important;
}

/*--- END GENERAL STYLES ---*/