/*
Theme Name: Theme by Evolution Design Agency 
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
-------------------------------------------------------------- */


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

body {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}

h1 {
    font-size: 32px;
    font-weight: 500;
	margin-bottom: 20px;
	line-height: 120%;
    color:#fff;
}

h1 span {
    color:#eea0b4;
    display:block;
}

h2 {
    font-size:21px;
    font-weight: 500;
	margin-bottom: 24px;
	line-height: 120%;
}

h3 {
	font-size:20px;
	font-weight: 500;
	line-height: 120%;
}

h4 {
	font-size:18px;
	line-height: 120%;
}

a, a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

b, strong {
	font-weight: 700;
}


/* -------------------------------------------------------------- 
	General Styling
-------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}

.container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.fasc-button {
	color: #000000 !important;
	background-color: #aaaaaa !important;
	padding: 10px 30px !important;
	border-radius: 10px !important;
}

.search-result {
	margin-bottom: 25px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 10px 0px;
}


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

#header {
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index:999;
	padding-top: 50px;
}

body:not(.home) #header {
    background:#000000;
}

#header .container {
	align-items: center;
}

#header #header-logo {
	width: 50%;
}

#header .dial-link {
	color: #eea0b4;
	text-decoration: none;
	font-size:18px;
	font-weight: 600;
}

.privacy-policy #header {
	background-color: #eea0b4;
	padding: 25px 0;
}

.privacy-policy #header .dial-link {
	color:#fff;
}

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

#home-banner {
	min-height: 100vh;
	background-size:cover;
	background-position: center;
	position: relative;
}

#home-banner:after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color: rgba(17,17,17,0.5);
	position: absolute;
	left:0;
	right:0;
	top:0;
}

#home-banner .container {
	z-index:1;
	height: 100vh;
	flex-wrap: wrap;
    justify-content: center;
	flex-direction: column;
}

#home-banner h3 {
	font-size: 21px;
	color:#fff;
	max-width: 720px;
	line-height: 120%;
}

#home-banner .btn {
	font-size:18px;
	color:#fff;
	background: #eea0b4;
	max-width: fit-content;
	text-decoration: none;
	padding: 20px 70px;
	margin-top: 15px;
	transition: all 0.4s ease-in-out;
}

#home-banner .btn:hover {
	color:#eea0b4;
	background: #fff;
	transition: all 0.4s ease-in-out;
}

#main {
	border-top: 100px solid #eea0b4;
}

#main .row {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	align-content: flex-start;
	min-height: 80vh;
}

#main .row > div {
	width: 100%;
}

#main .row > div.text {
	background: #FAE7EC;
	padding: 100px 15px;
}

#main .row > div.text p {
	margin:0;
}

#flowers .row {
	margin: 50px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center
}

#flowers .row > div {
	width: 100%;
}

#flowers .row .image {
	margin-bottom: 30px;
}

#flowers h3 {
	font-size:24px;
	color:#eea0b4;
	margin-bottom: 24px;
	font-weight: 500;
	line-height: 120%;
}

#flowers p {
	color:#eea0b4;
}



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

#page-wrapper {
	width: 100%;
	margin-top: 200px;
}

#page-wrapper h1 {
	color:#eea0b4;
}

#page-header {
	width: 100%;
}

#page-content {
	width: 100%;
}

#contact-details {
	width: 100%;
}

#contact-form {
	width: 100%;
}

#contact-map {
	width: 100%;
}


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

#footer-wrapper {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin:0;
}

#footer-wrapper:after {
	content:"";
	background:rgba(17,17,17,0.5);
	display:block;
	width:100%;
	height: 100%;
	position: absolute;
	left:0;
	right:0;
	top:0;
}

#footer-wrapper > .container {
	z-index: 99;
	padding:100px 15px;
}

#footer-wrapper h2 {
	font-size: 45px;
	color:#fff
}

#footer-wrapper .contact-info h4 {
	color:#eea0b4;
}

#footer-wrapper .contact-info p {
	color:#fff;
	margin:0 0 24px;
}

#footer-wrapper .contact-info .social {
	color:#eea0b4;
	font-size: 24px;
}

#footer-wrapper form ::placeholder {
	color:#eea0b4;
}

#footer-wrapper .nf-before-form-content {
	display:none;
}

#footer-wrapper form input[type="submit"] {
	background-color: #eea0b4;
	color:#fff;
	width:100%;
	font-weight:700;
}

#footer-wrapper .nf-error .nf-error-msg, #footer-wrapper .nf-error-field-errors {
	text-shadow:0px 0px 5px #000;
}

#footer-credits {
	position: relative;
	z-index:99;
	width: 100%;
	background: #eea0b4;
}

#footer-credits {
	padding: 60px 0;
}

#footer-credits p {
	color:#fff;
	margin:0;
	font-size:16px;
}

#footer-credits p a {
	color:#fff;
	text-decoration:none;
}

.made-by-eda a {
	text-decoration: none;
	margin-top:15px;
}

.icon-eda {
    font-size: 1.35em;
    opacity: 0.75;
    transition: all 0.5s;
	color:#fff;
	text-decoration: none;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

@media all and (min-width:576px) {
	
	.container {
		max-width: 540px;
	}
}

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

	.container {
		max-width: 720px;
	}

	h1 {
		font-size: 36px
	}

	h2 {
    	font-size:24px;
	}

	#home-banner {
		background-attachment: fixed;
	}

	#home-banner p {
		font-size: 24px;
	}

	#main .row {
		background-attachment:fixed;
	}
	

	#flowers .row {
		flex-direction: row;
	}

	#flowers .row:nth-child(odd) {
		flex-direction: row-reverse;
	}

	#flowers .row > div {
		width: 50%;
	}

	#flowers .row .text {
		padding:0 50px;
	}

	#footer-wrapper {
		background-attachment: fixed;
	}

}

@media all and (min-width:992px) {
	
	.container {
		max-width: 960px;
	}

	h1 {
		font-size: 60px
	}

	h2 {
    	font-size:45px;
	}

	#home-banner h3 {
		font-size: 30px;
	}

	#main .row {
		min-height: initial;
	}

	#main .row > div.text {
		padding: 200px 15px;
	}

	#main .row:nth-child(even) {
		flex-direction: row-reverse;
	}

	#main .row > div {
		width: 50%;
	}

	#main .row:nth-child(odd) > div.text {
		padding-left: 10vw;
		padding-right: 100px;
	}

	#main .row:nth-child(even) > div.text {
		padding-right: 10vw;
		padding-left:100px
	}

	#flowers .row .text {
		padding:0 100px;
	}
	
	#contact-details {
		width: 49%;
	}

	#contact-form {
		width: 49%;
	}

}

@media all and (min-width:1200px) {
	
	.container {
		max-width: 1140px;
	}

	h1 {
		font-size: 60px
	}

	h2 {
    	font-size:45px;
	}
	
}

@media all and (min-width:1366px) {
	
	.container {
		max-width: 1336px;
	}
	
}



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