/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
	--wn-color-primary: #ED2025;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/flatsome-child/fonts/Montserrat-VariableFont_wght.ttf'),
}

body, h1, h2, h3, h4, h5, h6, a {
    font-family: 'Montserrat', sans-serif !important;
}

.header-inner {
	width: 85%;
}

.nav > li > a {
	font-size: 1.1rem;
	color: black !important;
}

.nav {
  gap: 20px;
}

.absolute-footer {
	background: black;
}

.absolute-footer > .container {
	width: 85%;
	max-width: 85%;
	color: white;
	font-size: 1.3rem;
	line-height: 2.4em;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.absolute-footer > .container {
		font-size: 1rem;
	}
}