/*
	Theme Name: emSpace Nexus Child
	Description: Child theme of emSpace for emSpace Creative
	template: emspace-nexus
	Version: 1.0.1
	Requires at least: 5.0
	Tested up to: 6.1
	Requires PHP: 7.4
	Author: Eliot Matheson
	Author URI: http://www.emspacecreative.ca
	License: GNU General Public License, version 3 (GPLv3)
	License URI: http://www.gnu.org/licenses/gpl-3.0.txt
	Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, featured-images, theme-options, footer-widgets
	Text Domain: emspace-nexus-child
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
Media Query Regerence
– Branding
- Header
- Footer
- Front Page
*/


@media screen and (max-width: 576px) {
	/* Extra Small */
}

@media screen and (min-width: 576px) {
	/* Small */
}

@media screen and (min-width: 768px) {
	/* Medium */
}

@media screen and (min-width: 992px) {
	/* Large */
}

@media screen and (min-width: 1200px) {
	/* Extra Large */
}



/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ---------------------------------------------------------------------- 2. Colors */


:root {
	--brand-colour: #5296a3;
	--secondary-brand-colour: #25ce71;
	--third-brand-colour: #ec008c;
}

body {
	background-color: #f3f3f3;
	color:#353330;
	font-family: "malila", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 2rem;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "parabolica", sans-serif;
	font-weight: 900;
	font-style: normal;
}

h2,h3,h4,h5,h6 {
	font-size: 2rem;
}

h4,h5,h6 {
	color: var(--secondary-brand-colour);
}

i {
	font-family: "open_sansitalic", sans-serif;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.header-banner {
	text-align: center;
}

.logo-area {
	padding: 2rem 0 0 0;
	margin: 0 auto;
	max-width: 300px;
}

.logo-area img {
	width: 100%;
}

.header-border {
	background-image: url('/wp-content/uploads/2025/07/rustic-border.png');
	background-repeat: repeat-x;
	height: 4px;
	margin: 2rem 0 -2px 0;
	position: relative;
	  z-index: 1000;
}

.slider-info {
	margin: 0 auto;
	margin-right: -30px;
}

@media screen and (min-width: 768px) {
	.slider-info {
		margin-right: auto;
	}
}


/* Header Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.uk-navbar {
  margin-top: 2rem;
}


.uk-navbar-dropdown .uk-drop .uk-open {
	top: 72px !important;
}

.uk-navbar-nav > li > a {
  font-family: "parabolica", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  color: var(--secondary-brand-colour);
  letter-spacing: 1px;
}

.uk-accordion ul > li, .uk-accordion ol > li {
	padding: 0;
}

.uk-accordion li{
	padding: 1rem;
}

.slider-titles {
	font-size: 250%;
	line-height: 2.5rem
}

.uk-slidenav-previous, .uk-slidenav-next {
	background-color: rgba(255,255,255,0.7);
	padding: 1.5rem;
}

.rustic-filter-menu {
	margin: 0 auto;
}
.filter-menu-border {
	background-image: url('/wp-content/uploads/2025/07/rustic-border.png');
	background-repeat: repeat-x;
	position: absolute;
	height: 4px;
	margin: -2px 0 -2px 0;
	position: relative;
	z-index: 200;
}

.rustic-product-grid {

}

.uk-subnav-pill > .uk-active > a {
  background-color: var(--secondary-brand-colour);
  color: #fff;
}

.product-header-image {
	text-align: center;
	margin: 0 auto;
}

.product-grid-title {
	font-family: "parabolica", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2rem;
}

.product-grid-title a {
	color: var(--secondary-brand-colour)
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer-border {
	background-image: url('/wp-content/uploads/2025/07/rustic-border.png');
	background-repeat: repeat-x;
	position: absolute;
	height: 4px;
	margin: -2px 0 -2px 0;
	position: relative;
	z-index: 200;
}

.footer {
	background-color: #d7cbba;
	text-align: center;
	background: url('/wp-content/uploads/2026/03/rustic-wood-grain-background.jpg');
	background-repeat: repeat;
}

.footer-logo {
	margin: 0 auto;
	max-width: 300px;
}
