/*
	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, footer {
	background-color: var(--brand-colour);
	color: #fff;
}

header h1, footer h1 {
	color: #fff;
}

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

/* Hide navbar since this is a one page site */
.uk-navbar {
	display: none;
}

@media screen and (max-width: 768px) {
	/* Medium */
	.header-banner {
		padding-left :1rem;
		padding-right: 1rem;
		padding-bottom: 1rem;
		line-height: 1rem;
	}

	/* Hide scroll to top button */
	.scroll-to-top-button {
		display: none;
	}

	.header-contact {
		padding-bottom: 1rem;
	}
}

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

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

.header-description {
	color: #fff;
}

.footer-address {
	line-height: 1.5rem;
}

.footer-icon {
	display: inline;
	margin-right: 0.5rem;
}

.footer-address p {
	display: inline;
}

.primary-phone, .primary-email {
	margin-top: 0.5rem;
}

.primary-email a, .primary-email a:link {
	color: #fff;
}

.hero-text-area {
	width:90%;
}

.hero-text-area h1 {
	font-size: 150%;
}

@media screen and (min-width: 768px) {
	/* Medium */
	.hero-text-area {
		width:80%;
	}
}

@media screen and (max-width: 768px) {
	/* Medium */
	.hero-text-area {
		display: contents;
		position: initial;
		margin-top: 2rem;
		padding-top: 2rem;
	}

	.hero-text-area h1 {
		font-size: 150%;
		padding-top: 2rem;
	}

}

@media screen and (min-width: 1200px) {
	/* Large */
	.hero-text-area h1 {
		font-size: 300%;
	}

	.hero-text-area {
		width:70%;
	}
}

.bayview-divider::after {
  content: "";
  display: block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid var(--brand-colour);
  margin-top: 10px;
  vertical-align: top;
}

.bayview-badge {
	background-color: var(--third-brand-colour);
	color: #fff;
	padding: 0.25rem 0.75rem;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 1rem;
}

.floorplan-block {
	background-color: #fff;
}

/* 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */

