/*
Theme Name: EDA AJH Starter Theme
Theme URI: http://evolutiondesign.com.au
Author: Evolution Design Agency
Author URI: http://evolutiondesign.com.au
Description: Responsive Bootstrap Theme
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* -------------------------------------------------------------- 
	WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:0.8em;
    margin:5px 0 0 0;
}

.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}


.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

/* -------------------------------------------------------------- 
	End WordPress Core
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
	Variables / Custom Properties 
-------------------------------------------------------------- */

div#navbar-cart, div#navbar-cart-mobile {
    display: none;
}

/* -------------------------------------------------------------- 
	Typography
-------------------------------------------------------------- */

body {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #788392;
}

h1 {
	font-family: 'Muli', sans-serif;
    font-size: 42px;
    font-weight: 300;
    color: #788392;
	margin-bottom: 2rem;
}

.home h1 {
	background-image: url('/wp-content/uploads/2020/04/qds-vector_header-swish.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

h2 {
	font-family: 'Muli', sans-serif;
	font-size: 33px;
	font-weight: 300;
	color: #788392;
	margin-bottom: 1rem;
}

h3 {
	font-family: 'Muli', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: #788392;
}

h4 {
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #788392;
}

a, a:hover {
	color: #788392;
	text-decoration: none;
}


/* -------------------------------------------------------------- 
	General Styling
-------------------------------------------------------------- */

img {
	max-width: 100%;
}

.button {
	display: inline-block;
	padding: 14px 40px;
	color:  #788392;
	border: solid 1px #788392;
}

.button:hover {
	color: #ffffff !important;
	background-color:  #788392;
	border: solid 1px #ffffff;
}

.button.dark {
	color: #ffffff !important;
	background-color:  #788392;
}

.button.dark:hover {
	color:  #788392 !important;
	background-color:  #ffffff;
	border: solid 1px #788392;
}

#back-to-top {
	position: fixed;
	bottom: 4px;
	right: 4px;
	height: 36px;
	width: 36px;
	background-image: url('/wp-content/uploads/2020/04/qds-vector_menu.svg');
	background-position: center center;
	background-size: cover;
	border: solid 1px #788392;
	z-index: 999;
	cursor: pointer;
}


/* -------------------------------------------------------------- 
	Header & Navigation Styling
-------------------------------------------------------------- */

#header-wrapper {
    width: 100%;
    background-color: #ffffff;
}

#header {
	display: none;
	position: relative;
	width: 100%;
	height: 128px;
	background-color: #ffffff;
}

#header nav {
	height: 100%;
}

#header nav .navbar-holder {
	height: 100%;
}

#header-mobile {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

#main-menu-mobile {
	position: absolute;
	top: 82px;
	left: 0px;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	background-color: #ebecef;
	z-index: 999;
	transition: max-height 1s linear;
}

#navigation {
	position: absolute;
	top: 0;
	right: 0;
}

div.nav-container {
	position: relative;
}

div.navbar-brand {
	padding: 0;
}

a.navbar-brand img {
	height: 56px;
}

#navbar-desktop-logo {
	position: absolute;
	top: 16px;
	left: 680px;
	width: 286px;
}

#navbar-cart {
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 22px;
    left: 608px;
    height: 65px;
	font-size: 22px;
}

#navbar-book {
	position: absolute;
    top: 29px;
    right: 0px;
}

#navbar-cart-mobile {
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0px;
    right: 64px;
    height: 65px;
	font-size: 22px;
}

#navbar-toggle {
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0px;
    right: 0px;
    height: 65px;
}

.navbar-toggler {
	background-color: #788392;
	border-radius: 0px;
}

.navbar-toggler i {
	font-size: 19px;
	color: #ffffff;
}

.navbar-button {
	height: 27px;
	font-weight: 400;
	text-transform: lowercase;
	background-image: none;
	margin-left: 23px;
	padding-left: 16px;
	padding-right: 16px;
}

#navbar-actions {
	display: none;
}

#navigation {
	background-color: #ffffff;
	text-align: center;
	z-index: 99;
}

img.navbar-toggler {
	width: 38px;
	padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

#primary-menu-close {
	width: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	cursor: pointer;
}

#navigation .navbar {
	padding: 0px;
}
.navbar-holder {
	position: relative;
}

.dropdown-menu {
	position: relative !important;
	transform: none !important;
	background-color: transparent;
	border: none;
	text-align: center;
	color: #788392;
}

.dropdown-item {
	color: #788392;
}

#navbar-dropdown-search {
	padding-bottom: 0;
    border: none;
	right: 0;
	left: auto;
}

#navbar-dropdown-search-form {
	justify-content: center;
}

#navbar-dropdown-search input {
	outline: none;
    width: 240px;
	padding-left: 5px;
	padding-right: 5px;
}

#nav-search-toggle {
	font-weight: 400;
	color: #f16945;
	margin-top: 10px;
	cursor: pointer;
}

#main-menu {
	position: absolute;
    left: 0px;
    top: 38px;
	width: 50%;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	z-index: 9;
}

#primary-menu {
    width: 100%;
    justify-content: space-between;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 300;
    color: #788392;
	text-align: center;
	margin-left: 0px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #788392;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #788392;
}

#mobile-menu {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mobile-menu li {
	text-align: center;
}


/* -------------------------------------------------------------- 
	Homepage Styling
-------------------------------------------------------------- */

#homepage-content-wrapper {
	position: relative;
	width: 100%;
}

#homepage-image {
	min-height: 240px;
	background-size:cover;
	background-position:center center;
}

#homepage-content {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

#homepage-secondary-content-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 7rem;
	background-image: url('/wp-content/uploads/2020/04/qds-vector_dot-background.svg');
	background-position: top left;
}

#homepage-secondary-content h2 {
	background-image: url('/wp-content/uploads/2020/04/qds-vector_pale-swish.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#homepage-secondary-content-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#homepage-secondary-content a.button {
	margin-top: 30px;
}

#homepage-secondary-image-wrapper {
	display: none;
}

#homepage-secondary-content-swirl {
	position: absolute;
	bottom: 1rem;
	left: 0px;
	width: 100%;
	height: 6rem;
	background-image: url('/wp-content/uploads/2020/05/qds-vector_line-1.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#homepage-featured-wrapper {
	color: #ffffff;
    background: #788392;
	padding-top: 2rem;
	padding-bottom: 7rem;
	background-image: url('/wp-content/uploads/2020/05/qds-vector_line-2.png');
	background-position: 100% 98%;
	background-repeat: no-repeat;
}

#homepage-featured-image {
	width: 100%;
	height: 100%;
	min-height: 240px;
	background-size:cover;
	background-position:center center;
}

#homepage-featured-content {
	padding-top: 2rem;
}

#homepage-featured-content h2 {
	display: inline-block;
	color: #ffffff;
	background-image: url('/wp-content/uploads/2020/04/qds-vector_dark-swish.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#homepage-featured-content a.button {
	background-color: #ffffff;
}

#homepage-featured-content a.button:hover {
	background-color: #788392;
	border: solid 1px #ffffff;
}

#homepage-ranges-wrapper {
	position: relative;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 4rem;
}

#homepage-ranges-mobile-wrapper {
	position: relative;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 3rem;
}

#homepage-range-wrapper {
	text-align: center;
	padding: 15px 15px 4rem 15px;
	background-color: #fafafb;
}

#homepage-range-wrapper h3 {
	margin-bottom: 2rem;
	background-image: url('/wp-content/uploads/2020/04/qds-vector_pale-swish.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#homepage-range-wrapper h4 {
	margin-bottom: 2rem;
}

#homepage-range-image-wrapper {
	display: inline-block;
	width: 264px;
	height: 264px;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
	margin-bottom: 2rem;
}

#homepage-about-wrapper {
	position: relative;
	min-height: 130px;
	z-index: 9;
}

#homepage-about {
	width: 100%;
	color: #ffffff;
    background: #788392;
	text-align: center;
	padding: 2rem 15px;
}

#homepage-about h2 {
	color: #ffffff;
}

#homepage-about-circular {
	position: absolute;
	top: 0px;
	left: calc(50% - 220px);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 440px;
	height: 440px;
	color: #ffffff;
    background: #788392;
	text-align: center;
	padding: 2rem 15px;
	border-radius: 50%;
}

#homepage-about-circular h2 {
	color: #ffffff;
}

#homepage-about-image-wrapper {
	position: relative;
	height: 240px;
	background-position: center center;
	background-size: cover;
}

#homepage-about-image-swirl {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-image: url('/wp-content/uploads/2020/05/qds-vector_line-3.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
}

#homepage-about-boxes-wrapper {
	display: flex;
	flex-wrap: wrap;
}

#homepage-about-box-1-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	background-color: #ebecef;
	padding: 2rem 15px 4rem 15px;
}

#homepage-about-box-1-wrapper a.button {
	margin-top: 1rem;
}

#homepage-about-box-2-wrapper {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding: 2rem 15px 4rem 15px;
}

#homepage-about-box-2-wrapper a.button {
	margin-top: 1rem;
}

#homepage-instagram-wrapper {
	position: relative;
	width: 100%;
	padding-top: 8rem;
    padding-bottom: 2rem;
    background-image: url(/wp-content/uploads/2020/05/qds-vector_line-4.png);
    background-position: 80% 20px;
	background-repeat: no-repeat;
}

#homepage-instagram {
	text-align: center;
}

#homepage-instagram h3 {
	margin-bottom: 3rem;
}


/* -------------------------------------------------------------- 
	Internal Pages Styling
-------------------------------------------------------------- */

#main-content-wrapper {
	padding-top: 2rem;
	padding-bottom: 2rem;
}


/* -------------------------------------------------------------- 
	Footer Styling
-------------------------------------------------------------- */

#footer {
	color: #ffffff;
    background: #788392;
    padding: 5rem 0 2rem 0;
	font-size: 18px;
}

#footer a, #footer a:hover {
	color: #ffffff;
}

#footer-logo {
	display: flex;
	justify-content: center;
	padding-bottom: 4rem;
}

#footer-content {
	padding-bottom: 2rem;
}

#footer-nav {
	padding-bottom: 2rem;
}

#footer-menu li {
	display: list-item;
	text-align: center;
	margin-bottom: 0.2rem;
}

#footer-menu li a {
	display: inline;
}

#footer-credits {
	width: 100%;
	font-size: 15px;
	padding-bottom: 2rem;
}

#footer-address-phone {
	font-size: 20px;
}

#footer-evolution {
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
}

.icon-eda {
	color: #ffffff;
	font-size: 30px;
	margin-top: 6px;
}

/* -------------------------------------------------------------- 
	Mobile First Media Queries
-------------------------------------------------------------- */

@media all and (min-width:576px) {
	
	#homepage-about-image-swirl {
		top: 156px;
		height: 74px;
	}

}

@media all and (min-width:768px) {

	#homepage-content-wrapper {
		margin-bottom: 60px;
	}
	
	#homepage-secondary-image-wrapper {
		position: relative;
		display: block;
		height: 100px;
	}

	#homepage-secondary-image {
		position: absolute;
		top: -76px;
		right: 0px;
		width: 300px;
		height: 300px;
		background-position: center center;
		background-size: cover;
		border-radius: 50%;
	}

	#homepage-featured-wrapper {
		background-position: 100% 96%;
	}
	
	#homepage-featured-content {
		padding-left: 30px;
	}
	
	#homepage-ranges-wrapper {
		background-image: url('/wp-content/uploads/2020/05/grey-background.png');
		background-position: top left;
		background-repeat: repeat-x;
	}

	#homepage-range-image-wrapper {
		width: 176px;
		height: 176px;
	}

	#homepage-about-image-wrapper {
		height: 380px;
	}

	#homepage-about-image-swirl {
		top: 260px;
		height: 100px;
	}

	#homepage-instagram-wrapper {
		background-position: 100% 20px;
	}

}

@media all and (min-width:992px) {

	#back-to-top {
		height: 64px;
		width: 64px;
	}

	#homepage-secondary-image {
		top: -76px;
		width: 380px;
		height: 380px;
	}

	#homepage-secondary-content-swirl {
		background-position: bottom left;
	}

	#homepage-featured-wrapper {
		background-position: 100% 94%;
	}

	#homepage-range-image-wrapper {
		width: 264px;
		height: 264px;
	}

	#homepage-about-image-swirl {
		top: 204px;
		height: 118px;
	}

	#homepage-about-box-1-wrapper {
		width: 50%;
		padding: 4rem 15px 4rem 15px;
	}

	#homepage-about-box-1 {
		width: 450px;
		padding-right: 15px;
	}

	#homepage-about-box-2-wrapper {
		width: 50%;
		padding: 4rem 15px 4rem 15px;
	}

	#homepage-about-box-2 {
		width: 450px;
		padding-left: 15px;
	}

}

@media all and (min-width:1200px) {
	
	#header {
		display: block;
	}

.dropdown-menu {
	position: absolute !important;
	background-color: #ffffff;
	border: none;
	border-radius: 0px;
	text-align: left;
}

	#header-mobile {
		display: none;
	}

	#homepage-secondary-image {
		top: -90px;
		width: 420px;
		height: 420px;
	}

	#homepage-featured-wrapper {
		background-position: 100% 92%;
	}

	#homepage-about-image-wrapper {
		height: 420px;
	}

	#homepage-about-image-swirl {
		top: 204px;
		height: 200px;
	}

	#homepage-about-box-1 {
		width: 540px;
	}

	#homepage-about-box-2 {
		width: 540px;
	}

}


/* -------------------------------------------------------------- 
	End Mobile First Media Queries
-------------------------------------------------------------- */