/*
	Theme Name: Noosa Style Ceremonies
	Theme URI: https://www.delonixteams.com/
	Description: This is a custom child theme created for the Genesis Framework.
	Author: Delonix Web and Graphics
	Author URI: https://www.delonixteams.com/

	Version: 2.6.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: noosa-style-ceremonies
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Font Face
--------------------------------------------- */ 
@font-face {
font-family: 'asm';
src: url('fonts/asm.eot');
src: url('fonts/asm.woff2') format('woff2'),
url('fonts/asm.woff') format('woff'),
url('fonts/asm.ttf') format('truetype'),
url('fonts/asm.svg#asm') format('svg'),
url('fonts/asm.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #343434;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #00c5d8;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
	margin: 0 0 30px;
	padding: 0;
	line-height: 24px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #343434;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #978e87;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 13px;
	width: 100%;
	border-radius: 4px;
	resize: none;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
	color: #fff;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #343434;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 4px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #00c5d8;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #343434;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
	overflow-x: hidden;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.home.page .site-inner {
	padding: 0;
	margin-top: 0 !important
}

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 50px 20px;
}

.wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 20px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.page-entry-titles h3,
.archive-description h1 {
    text-transform: uppercase;
    font-weight: 600;
    color: #b59068;
}

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #343434;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #00c5d8;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
    color: #fff;
}

.hide-title .content .entry > .entry-header,
.hide-title .content .breadcrumb {
	display: none;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget p:last-child,
.widget ul > li:last-of-type,
.section p:last-child,
.section ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li,
.section ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type,
.section ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li,
.section ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li,
.section li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #343434;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #00c5d8;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #343434;
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 0 30px;
	margin-top: 61px;
	position: fixed;
    width: 100%;
    z-index: 99;
}

.site-header.sticky {
	animation: fadeInDown 1.2s;
}

header.site-header .wrap {
    padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding: 32px 0 !important;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #343434;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #605146;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	outline-offset: -1px;
	padding: 30px 32px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu .current-menu-item > a {
	color: #605146 !important;
}

.genesis-nav-menu .current-menu-item > a:hover {
	color: #00c5d8 !important;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #00c5d8;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	color: #fff !important;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    word-wrap: break-word;
    background-color: #509aa0;
    border-bottom: 1px solid #47878c;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #605146;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.sub-menu-toggle:focus,
.menu-toggle:focus {
	color: #605146 !important;
	background-color: transparent;
}

.menu-toggle:hover,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #00c5d8;
}

.menu-toggle {
	float: right;
    line-height: 20px;
    padding: 43px 0;
    position: relative;
    z-index: 1000;
    text-transform: uppercase;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

/*.entry {
	margin-bottom: 40px;
}*/

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #fff;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
    color: #343434;
    font-size: 16px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #343434;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #343434;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar .widget_recent_entries,
.sidebar .widget_text,
.sidebar .widget {
    background-color: #6ac7cf;
    color: #fff;
}

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 30px;
    padding: 20px;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar .widget ul {
    padding-left: 15px;
}

.sidebar .widget ul > li::before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -15px;
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%);
    color: #fff;
}

.sidebar .widget ul > li {
    list-style-type: none;
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.sidebar .widget ul > li a {
    color: #fff;
    text-decoration: none;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
	background: url('images/footer.jpg') no-repeat center center / cover;
	padding: 50px 0;
}

.form-wrap {
    color: #fff;
    text-align: center;
}

.form-wrap a {
    color: #fff;
}

.form-wrap h2 {
    text-transform: uppercase;
}

.form-wrap h4 {
	font-weight: 700;
}

.input-cf {
    margin-bottom: 20px;
}

.input-cf:last-child {
    margin-bottom: 0;
}

.input-cf.left, .input-cf.right {
    width: 50%;
    float: left;
}

.input-cf.left {
    padding-right: 9px;
}

.input-cf.right {
    padding-left: 9px;
}

.input-cf.textarea {
    line-height: 0;
}

.contact-form input[type="submit"] {
    font-weight: 700;
    width: 100%;
    max-width: 232px;
    color: #75685f;
    background-color: #fff;
    padding: 13px 0;
}

.form-wrap a::before {
    content: url(http://localhost/startertemplate/wp-content/uploads/2018/12/phone-img.png);
    vertical-align: middle;
    padding-right: 10px;
}

span.ajax-loader {
    position: absolute;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    display: none !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    display: block;
    transform: translateY(-100%);
    font-size: 12px;
    position: absolute;
    right: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
    font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.5;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

.site-footer ul li {
    display: inline-block;
    vertical-align: middle;
}

.site-footer ul li:last-child
.site-footer ul li:nth-last-child(2) {
    padding-left: 5px;
}

/* Global CSS
---------------------------------------------------------------------------------------------------- */

button, input:focus,
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
textarea:focus, 
.button, 
.gallery img,
.fa,
.title-area,
a,
img {
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}

.before-header-bar i:before,
.home-section-1 .button i:before,
.home-section-3 .button i:before,
.home-section-9 .button i:before,
.home-section-10 .button i:before {
	content: "\f054";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-section-7 .button i:before {
	content: "\f078";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-section-2 p:last-child,
.home-section-4 p:last-child,
.home-section-6 p:last-child {
	margin-bottom: 0;
}

/* Home Sections
---------------------------------------------------------------------------------------------------- */

.home-section-2,
.home-section-3,
.home-section-4,
.home-section-6,
.home-section-7,
.home-section-8,
.home-section-9,
.home-section-10,
.home-section-11,
.home-section-12,
.home-section-13,
.home-section-14 {
	padding: 70px 0;
}

/* Before Header
--------------------------------------------- */

.before-header-section {
    background-color: #6ac7cf;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.before-header-bar ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 0;
    margin-bottom: 0;
}

.before-header-bar ul li i {
    padding-left: 20px;
}

.before-header-bar {
    text-align: center;
}

.before-header-bar ul li p {
	vertical-align: middle;
	display: inline;
	font-weight: 500;
}

.before-header-bar ul li img {
	vertical-align: middle;
	width: 20px;
	margin-left: 10px;
}

.before-header-bar ul li:nth-child(2) {
    width: 100%;
    max-width: 166px;
    margin-left: 60px;
}

.before-header-bar ul li .button {
    padding: 5px 0;
    width: 100%;
    max-width: 166px;
    background-color: #fff;
    color: #343434;
}

.before-header-bar ul li:last-child {
	margin-left: 35px;
	padding: 0;
}

.before-header-bar ul li .button:hover {
    background-color: #343434;
    color: #fff;
}

.before-header-bar ul li img:hover {
    filter: brightness(0);
    cursor: pointer;
}

/* Home Section 1
--------------------------------------------- */


.home-section-1 {
	margin-top: 168px;
	color: #fff;
	background: url('./images/ElizaandJack.jpg') no-repeat center top / cover;
}
.home-section-1 .inner-cf-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}
.home-section-1 .inner-cf-wrap .cf-wrapper {
	background-color: rgba(106, 199, 207, 0.82);
    max-width: 500px;
    text-align: center;
    border: 10px solid rgba(255, 255, 255, 0.5);
    display: table;
    width: 100%;
    float: right;
    padding: 20px;
}
.home-section-1 .cf-wrapper input[type="submit"] {
    background: #353535;
    width: 100%;
    max-width: 200px;
    text-transform: uppercase;
    color: #fff;
}
.wpcf7-form-control-wrap.wedding-date input::before {
	content: 'Wedding date';
	margin-right: 10px;
}
.home-section-1 .cf-wrapper h1 {
    font-size: 24px;
    font-weight: 700;
}
.home-section-1 .cf-wrapper input {
    background-color: #fff;
    color: #000;
    font-size: 14px;
}.home-section-1 .cf-wrapper input {
    background-color: #fff;
    color: #000;
    font-size: 14px;
}
.home-section-1 .cf-wrapper input::placeholder {
    background-color: #fff;
}
.home-section-1 .cf-wrapper input::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.home-section-1 .cf-wrapper input::-webkit-input-placeholder {
	color: #000;
}
.home-section-1 .button {
    width: 100%;
    max-width: 368px;
    font-size: 20px;
    padding: 12px 0;
    background-color: #42bdcc;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 auto 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: fit-content;
}

.home-section-1 .button i {
    padding-left: 35px;
}

.home-section-1 .button:hover {
    background-color: #343434;
}

.home-section-1 h4 {
    font-size: 25px;
    letter-spacing: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

.home-section-1 h4,
.line-wrap h3 {
	text-transform: uppercase;
}

.line-wrap h3 {
    font-family: oswald;
    font-size: 150px;
    letter-spacing: 20px;
    text-transform: uppercase;
    line-height: 165px;
    margin-bottom: 35px;
}

.top-lane {
    overflow: hidden;
}

.overflowx i {
    font-size: 40px;
}

.top-lane span {
	position: relative;
}

.top-lane span::before {
    content: "";
    height: 3px;
    background: currentColor;
    position: absolute;
    width: 800px;
    top: calc(50% - 50%);
    transform: translateY(-50%);
    right: calc(100% + 2em);
}

.top-lane span::after {
    content: "";
    height: 3px;
    background: currentColor;
    position: absolute;
    width: 800px;
    top: calc(50% - 50%);
    transform: translateY(-50%);
    left: calc(100% + 2em);
}

.line-wrap {
	max-width: 850px;
	margin: 0 auto;
}

.bottom-lane {
    height: 3px;
    width: 100%;
    background: currentColor;
}

.owl-custom-dots button {
    padding: 0;
    height: 15px;
    width: 15px;
    border-radius: 0;
    margin: 0 5px;
    background: #D6D6D6;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border: 2px solid #D6D6D6;
}

.owl-custom-dots .owl-dot:focus {
	border: 2px solid #D6D6D6;
	background: #D6D6D6;
}

.owl-custom-dots .owl-dot.active,
.owl-custom-dots .owl-dot:hover {
    border: 2px solid #fff;
    background: transparent;
    height: 15px;
    width: 15px;
}

.owl-custom-dots {
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}

.banner-image {
	z-index: -1;
}

/* Page/Archive/Single-Page Banner --------------------------------------------- */
 .page-banner-container,
 .single-page-banner {
    margin-top: 169px;
    background-color: #b59068;
    padding: 40px 0;
}
 .page-banner-container h1,
.single-page-banner h1 {
	color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
}

.single .featured-image {
    margin-bottom: 30px;
}

.home-slider {
	position: relative;
}

.home-slider .slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-slider .slide::before {
    content: "";
    background-color: rgba(85,85,85, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-section-1 .inner-wrap {
	position: relative;
}

/* Home Section 2
--------------------------------------------- */

.home-section-2 .col-md-6:first-child {
    float: right;
    text-align: center;
}

.home-section-2 .wrapper,
.home-section-3 .wrapper {
    max-width: 1010px;
    margin: 0 auto;
}

.home-section-2 .paragraph-bold,
.home-section-3 .paragraph-bold {
    font-weight: 700;
}

.author-jay {
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.about-page .figure {
    max-width: 401px;
    margin: 0 auto;
    text-align: center;
}
.home-section-2 h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #b59068;
    margin-bottom: 50px;
}

.home-section-2 .inner-wrap .figure:last-of-type:hover img {
    transform: scale(.95);
    filter: grayscale(100%);
}

.home-section-2 .inner-wrap .figure:first-of-type:hover img,
.home-section-3 .inner-wrap .figure:first-of-type:hover img {
    transform: scale(1.1);
}

.home-section-2 .figure,
.home-section-3 .figure {
	overflow: hidden;
	max-width: 419px;
    margin: 0 auto;
}

/* Home Section 3
--------------------------------------------- */

.home-section-3 {
	background-color: #f7f7f7;
}

.home-section-3 .col-md-6:first-child {
    text-align: center;
}

.home-section-3 ul li {
    margin-bottom: 30px;
    list-style-type: square;
}

.home-section-3 ul {
    margin-left: 0;
    list-style: inside;
}

.author-detail {
    font-family: 'asm';
    font-size: 36px;
    margin: 38px 0;
}

.home-section-3 .btn-btn {
    text-align: center;
}

.home-section-3 .button {
	width: 100%;
    max-width: 528px;
    font-size: 18px;
    padding: 11px;
    background-color: #7e6c61;
    text-align: center;
    margin: 50px auto;
    display: block;
}

.home-section-3 .button i {
	padding-left: 50px;
}

/* Home Section 4
--------------------------------------------- */

.home-section-4 {
	background-color: #6ac7cf;
	color: #fff;
}

.home-section-4 .wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.home-section-4 .p {
    font-size: 18px;
}

.home-section-4 p {
    font-size: 18px;
}

.home-section-4 span {
    font-weight: 700;
}

.home-section-4 p:before {
    content: url('http://localhost/startertemplate/wp-content/uploads/2018/12/check.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    vertical-align: sub;
    padding-right: 10px;
}

.home-section-4 h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* Home Section 5
--------------------------------------------- */

.home-section-5 .text-center {
	background-color: #f7f7f7;
}

.home-section-5 .text-center h3 {
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 70px 0;
	font-weight: 400;
}

.home-section-5 .inner-wrap h3 {
    font-weight: 700;
    color: #917561;
}

.home-section-5 .inner-wrap p:first-of-type {
    font-weight: 700;
}

.home-section-5 p {
	font-size: 18px;
}

.home-section-5 h3,
.home-section-5 .inner-wrap p {
	margin-bottom: 50px;
}

.home-section-5 .button {
    padding: 11px 0;
    width: 100%;
    max-width: 195px;
    background-color: #42bdcc;
    text-align: center;
}

.home-section-5 .col-md-6:first-child,
.home-section-5 .inner-wrap {
    height: 551px;
}

.home-section-5 .void-wrap {
	max-width: 500px;
}

.home-section-5 .inner-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.home-section-5 .row:nth-child(even)
.col-md-6:nth-child(odd) {
    float: right;
}

.home-section-5 .row:nth-child(odd) .void-wrap {
    margin: 0 auto 0 65px;
	padding-right: 20px;
}

.home-section-5 .row:nth-child(even) .void-wrap {
    margin: 0 65px 0 auto;
	padding-left: 20px;
}

/* Home Section 6
--------------------------------------------- */

.home-section-6 {
	background-color: #f7f7f7;
}

.home-section-6 .wrapper {
	max-width: 950px;
	margin: 0 auto;
}

.home-section-6 h2 {
	text-transform: uppercase;
	margin-bottom: 60px;
	font-size: 30px;
}

/* Home Section 7
--------------------------------------------- */

.home-section-7 {
	background: url('images/NoosaStyleCeremonies_02.jpg') no-repeat top center / cover;
}

.home-section-7 .button i {
	padding-left: 30px;
}

.home-section-7 .wrapper {
	background-color: #fff;
	padding: 50px;
	max-width: 915px;
	margin: 0 auto;
}

.home-section-7 .button {
	width: 100%;
	max-width: 669px;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	background-color: #42bdcc;
}

.home-section-7 h4 {
	font-weight: 700;
	color: #7e6c61;
}

.home-section-7 span {
	font-weight: 600;
	font-style: italic;
}

/* Home Section 8
--------------------------------------------- */

.home-section-8 h4,
.home-section-9 h4 {
    margin: 30px 0 40px;
    font-weight: 600;
}

.home-section-8 .figure,
.home-section-9 .figure {
	padding-left: 20px;
}

.home-section-8 img:hover,
.home-section-9 img:hover {
    transform: scale(1.1);
}

.home-section-8 p,
.home-section-9 p {
    line-height: 36px;
}

.home-section-8 h2 {
    text-transform: uppercase;
    padding-bottom: 70px;
    margin-bottom: 0;
}

.home-section-8 .inner-wrap,
.home-section-9 .inner-wrap {
    max-width: 285px;
	margin: 0 auto;
	text-align: center;
}


/* Home Section 9
--------------------------------------------- */

.home-section-9 {
	background-color: #f7f7f7;
}

.home-section-9 .button {
    width: 100%;
    max-width: 417px;
    text-align: center;
    background-color: #87776d;
    font-size: 20px;
    padding: 15px 0;
}

.home-section-9 .button i {
    padding-left: 50px
}

.home-section-9 .btn-wrap {
    text-align: center;
    padding-top: 40px;
}

/* Home Section 10
--------------------------------------------- */

.home-section-10 {
	background-color: #6ac7cf;
}

.home-section-10 h4:last-of-type {
	font-weight: 700;
	margin-bottom: 0;
}

.home-section-10 h4 {
	margin-bottom: 30px;
	color: #fff;
}

.home-section-10 .btn-wrap {
	text-align: center;
	padding: 26px 0;
}

.home-section-10 .button i {
	padding-left: 50px;
}

.home-section-10 .button {
    font-size: 22px;
    width: 100%;
    background-color: #fff;
    color: #343434;
    max-width: 298px;
    text-align: center;
    padding: 13px 0;
}

/* Home Section 11
--------------------------------------------- */

.home-section-11 {
	background-color: #f6f7fa;
}

.home-section-11 p::before {
    content: url('./images/check.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    vertical-align: sub;
    padding-right: 10px;
    filter: brightness(0);
}

.home-section-11 .col-md-6:first-child {
    float: right;
}

.home-section-11 h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 60px;
}

.home-section-11 .inner-wrap {
    margin: 0 auto;
    max-width: 500px;
}

.home-section-11 .figure {
    padding-top: 100px;
    text-align: center;
}

/* Home Section 12
--------------------------------------------- */

.home-section-12 .button {
    max-width: 234px;
    width: 100%;
    font-size: 18px;
    color: #6c5a46;
    background-color: #f7f7f7;
    padding: 12px 0;
    border: 1px solid #e2d8cd;
}

.home-section-12 .wrapper {
    max-width: 1074px;
    margin: 0 auto;
}

.home-section-12 h2 {
	margin-bottom: 0;
}

.gallery-wrap .row:first-of-type {
    padding-bottom: 30px;
}

.gallery-wrap .figure {
	overflow: hidden;
	max-width: 338px;
	margin: 0 auto;
}

.gallery-wrap .figure:hover img {
	transform: scale(1.1);
}

.gallery-wrap {
    padding: 70px 0;
}

/* Home Section 13
--------------------------------------------- */

.home-section-13 {
	background: url(images/testimonials.jpg) no-repeat center center / cover;
}

.testimonials .wrapper {
    max-width: 765px;
    margin: 50px auto;
}

.testimonials {
	color: #fff;
    position: relative;
    max-width: 895px;
    margin: 0 auto;
}

.testimonials h2 {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.testimonials h4,
.testimonials h5 {
	font-weight: 700;
}

.testimonials .button {
	width: 100%;
    font-size: 18px;
    max-width: 217px;
    background-color: rgba(255, 255, 255, .85);
    color: #6c5a46;
    padding: 10px 0;
}

.owl-nav button {
    padding: 0;
    font-size: 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-nav button:hover {
	color: #6ac7cf;
}

.owl-nav button:focus,
.owl-nav button:hover,
.owl-nav button {
	background-color: transparent;
}

/* Home Section 14
--------------------------------------------- */

.home-section-14 .wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.home-section-14 h2 {
	text-transform: uppercase;
}

#wpsm_accordion_160 .wpsm_panel-collapse .wpsm_panel-body,
#wpsm_accordion_627 .wpsm_panel-collapse .wpsm_panel-body,
#wpsm_accordion_647 .wpsm_panel-collapse .wpsm_panel-body,
#wpsm_accordion_669 .wpsm_panel-collapse .wpsm_panel-body,
#wpsm_accordion_685 .wpsm_panel-collapse .wpsm_panel-body,
#wpsm_accordion_701 .wpsm_panel-collapse .wpsm_panel-body,
span.ac_title_class {
    font-family: 'Montserrat', sans-serif !important;
}

/* Contact Us Page */
.contact-us-page .entry-content .col-md-6 a, 
.contact-us-page .entry-content .col-md-6 .fa {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.contact-us-page .entry-content .col-md-6 .fa {
    font-size: 25px;
    width: 40px;
    line-height: 33px;
    border: 2px solid;
    text-align: center;
}

.contact-us-page .entry-content .col-md-6 a {
    margin-left: 10px;
    color: #333;
    font-weight: 700;
}
/* Archive
---------------------------------------------------------------------------------------------------- */

.archive .testimonials {
	max-width: unset;
	color: #343434;
}

.reviews-container {
    box-shadow: 8px 8px 0 #6AC7CF;
    margin-bottom: 50px;
    border-bottom: 1px solid #6AC7CF;
    border-right: 1px solid #6AC7CF;
	padding: 20px;
    background-color: #eee;
}

.reviews-container h5 {
    margin-bottom: 0;
}

.reviews-container svg {
    float: right;
    transform: translate(50%, -50%);
}

/* Flexible Content Styles
---------------------------------------------------------------------------------------------------- */
.page-template-template-flexible .section {
	padding: 60px 0;
}
#why-choose p img {
	filter: brightness(100);
}
.section p img {
    filter: brightness(0);
    vertical-align: middle;
    width: 16px;
    margin-right: 5px;
}
.page-template-template-flexible .site-inner {
	padding: 0;
}
.page-template-template-flexible .btn-wrap {
	display: none;
}
.page-template-template-flexible h2 {
	text-align: center;
	margin-bottom: 50px;
}
.page-template-template-flexible .section .button::after {
    content: "\f054";
    font-family: 'Fontawesome';
    margin-left: 20px;
}
.page-template-template-flexible .section .button {
    border: 2px solid #7e6c61;
    display: block;
    text-align: center;
    font-size: 18px;
    background-color: #7e6c61;
        max-width: 530px;
    margin: 0 auto;
}
.page-template-template-flexible .section .button:hover {
    background-color: #fff;
    color: #7e6c61;
}
.download-noim {
    background-color: #F3B279;
    display: inline-block;
    padding: 13px 43px;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    border: 4px solid #F3B279;
    position: relative;
}
.download-noim:hover {
    color: transparent;
    background-color: transparent;
    transform: translateY(-8px);
}
.download-noim::before {
    content: '\f019';
    position: absolute;
    font-family: 'Fontawesome';
    color: #F3B279;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 50px;
    transition: all 0.2s ease-in-out;
}
.download-noim:hover::before {
    opacity: 1;
}

.section ul {
    margin: 0 0 20px 24px;
}
.section ul li {
    list-style: disc;
    margin: 0;
}
.clear {
    clear: both;
}
.page-template-template-flexible #why-choose,
.page-template-template-flexible #why-choose h2,
.page-template-template-flexible #why-choose a {
	color: #fff;
}
.page-template-template-flexible #why-choose a.button:hover {
	color: #7e6c61;
}
.two-boxes {
    padding: 20px;
    box-shadow: 0px 0px 10px #eee;
    border-top: 4px solid #6ac7cf;
    max-width: 450px;
    margin: 0 auto 40px;
}

.two-boxes ul li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.two-boxes ul.check li::before {
    content: '\f058';
    font-family: 'Fontawesome';
    position: absolute;
    left: 0;
    color: green;
}
.two-boxes ul {
    margin: 0;
}
.two-boxes ul.wrong li::before {
    content: '\f057';
    font-family: 'Fontawesome';
    position: absolute;
    left: 0;
    color: red;
}

#last-section p {
    font-size: 20px;
}

#steps-section span.highlight {
    color: #6ac7cf;
    font-size: 30px;
    vertical-align: middle;
    font-weight: 700;
}

.page-template-template-flexible #how-does-it-work,
.page-template-template-flexible #kombi-van, 
.page-template-template-flexible #funeral-celebrant,
.page-template-template-flexible #celebrate-funeral,
.page-template-template-flexible #steps-section,
.page-template-template-flexible #elopement-vs-wedding,
.page-template-template-flexible #noim-section {
	color: #fff;
	position: relative;
	z-index: 2;
}
.page-template-template-flexible #how-does-it-work::before,
.page-template-template-flexible #kombi-van::before,
.page-template-template-flexible #funeral-celebrant::before,
.page-template-template-flexible #celebrate-funeral::before,
.page-template-template-flexible #steps-section::before,
.page-template-template-flexible #elopement-vs-wedding::before,
.page-template-template-flexible #noim-section::before {
	content: '';
	background-color: rgba(0,0,0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}
.page-template-template-flexible #elopement-vs-wedding p img {
	filter: brightness(100);
	-webkit-filter: brightness(100);
	-moz-filter: brightness(100);
}


/* Locations Section
---------------------------------------------------------------------------------------------------- */
#locations-section ul li::before {
    content: '\f041';
    font-family: 'fontawesome';
    margin-right: 15px;
    font-size: 25px;
    vertical-align: middle;
}
#locations-section ul li {
    list-style: none;
    font-size: 20px;
    margin-bottom: 5px;
}
#locations-section ul {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
}

.two-buttons {
	display: block;
	text-align: center;
}
.section .two-buttons .button {
    display: inline-block;
    max-width: 400px;
    width: 100%;
}
.two-buttons .button:first-of-type {
    margin-right: 20px;
}

#testimonials-section {
	background: url('./images/testimonials.jpg') no-repeat center center / cover;
}

#faqs-section .wrapper{
	max-width: 760px;
    margin: 0 auto;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1100px ) {

	.nav-primary .genesis-nav-menu a {
	    padding-left: 22px;
	    padding-right: 22px;
	}

}

@media only screen and (max-width: 991px ) {
	.section .two-buttons .button {
	    display: block;
	    margin: 0 auto 20px;
	}
	.before-footer {
	    background: #867971;
	}

	.nav-primary .genesis-nav-menu a {
	    padding-left: 16px;
	    padding-right: 16px;
	}

	.home-section-11 .col-md-6:first-child,
	.home-section-2 .col-md-6:first-child,
	.home-section-3 .col-md-6:first-child {
	    float: none;
	    margin-bottom: 30px;
	}

	.home-section-11 .figure {
	    padding-top: 0;
	}

	.home-section-11 .inner-wrap {
	    max-width: none;
	}

	.home-section-11 h2 {
		text-align: center;
	}

	.home-section-5 .row:nth-child(even) .col-md-6:nth-child(odd) {
		float: none;
	}

	.home-section-5 .row:nth-child(even) .void-wrap,
	.home-section-5 .row:nth-child(odd) .void-wrap {
	    margin: 0;
	}
	.home-section-5 .void-wrap {
	     max-width: none; 
	     padding: 0 20px;
	}

}

@media only screen and (max-width: 959px ) {

	.nav-primary {
	    max-width: 200px;
	    right: 2%;
	    top: 100%;
	    position: absolute;
	    background-color: #fff;
	    text-align: center;
	    -moz-box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
	    -webkit-box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
	    box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
	}

	.genesis-nav-menu a {
	    border-bottom: 1px solid #eee;
	    margin: 0;
	    padding: 8px;
	}

	.before-footer {
	    background: #867971;
	}

}

@media only screen and (max-width: 767px ) {

	.home-section-8 .inner-wrap, .home-section-9 .inner-wrap {
	    max-width: none;
	}

	.gallery-wrap .row:first-of-type {
		padding-bottom: 0;
	}

	.before-header-bar ul li:first-child {
	    display: block;
	    padding-bottom: 0;
	}

	.before-header-bar ul li:nth-child(2) {
	     margin-left: 0;
	}

	.site-header {
	    margin-top: 95px;
	    padding: 0 20px;
	}

	.wp-custom-logo .site-container .title-area {
	    max-width: 211px !important;
	}

	.menu-toggle {
	    padding: 29px 0;
	}

	.wp-custom-logo .title-area {
		padding: 20px 0 !important
	}

	.home-section-1 {
	    margin-top: 174px;
	}

	.gallery-wrap .figure {
		padding-bottom: 15px;
	}

	.line-wrap h3 {
	    font-size: 50px;
	    letter-spacing: 15px;
	    line-height: unset;
	    margin-bottom: 20px;
	}

	.home-section-1 h4 {
	    font-size: 18px;
	    letter-spacing: 11px;
	    line-height: 1.625;
	}

	.home-section-1 .text-wrap {
	    height: 555px;
	    padding-bottom: 80px;
	}

	.home-section-1 .button {
	    margin-bottom: 55px;
	}

	.home-section-1 .inner-wrap {
	    padding: 0 20px;
	    height: 450px;
	}

	.home-section-8 .figure,
	.home-section-9 .figure,
	.home-section-8 h4,
	.home-section-9 h4 {
	    padding-left: 0px;
	    text-align: center;
	}

	.home-section-2,
	.home-section-3,
	.home-section-4,
	.home-section-6,
	.home-section-7,
	.home-section-8,
	.home-section-9,
	.home-section-10,
	.home-section-11,
	.home-section-12,
	.home-section-13,
	.home-section-14,
	.home-section-5 .text-center h3,
	.home-section-5 .inner-wrap,
	.home-section-8 h2,
	.gallery-wrap {
	    padding: 40px 0;
	}

	.home-section-5 .inner-wrap {
		height: unset;
	}

	.home-section-5 .col-md-6:first-child {
	    height: 351px;
	}

	.home-section-5 h3, .home-section-5 .inner-wrap p,
	.home-section-6 h3,
	.home-section-2 h2,
	.home-section-4 h2 {
	    margin-bottom: 30px;
	}

	.home-section-7 .wrapper {
	    padding: 25px;
	}

	.home-section-8 h4, .home-section-9 h4 {
	    margin: 20px 0;
	}

	.home-section-8 .col-sm-4:last-child p {
	    margin-bottom: 0;
	}

	.home-section-10 .btn-wrap {
	    padding: 30px 0 0;
	}

	.home-section-11 h2 {
	    padding-bottom: 30px;
	}

	.testimonials h4, .testimonials h5 {
	    margin-bottom: 0;
	}

	.testimonials .wrapper {
	    margin: 25px auto;
	    padding: 0 20px;
	}

	.testimonials h2 {
	    margin-bottom: 20px;
	}

	.before-footer {
	    padding: 30px 0;
	}

	.genesis-nav-menu a,
	.menu-toggle,
	body, body > div,
	button, input[type="button"], input[type="reset"], input[type="submit"], .button,
	input, select, textarea  {
		font-size: 14px;
	}

	h1 {
		font-size: 30px;
		font-size: 3rem;
	}

	h2,
	.author-detail {
		font-size: 26px;
		font-size: 2.6rem;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h5 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	h6 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.home-section-1 .button,
	.home-section-5 p,
	.home-section-3 .button,
	.home-section-4 p,
	.home-section-7 .button,
	.home-section-9 .button,
	.home-section-10 .button,
	.home-section-12 .button,
	.testimonials .button {
		font-size: 16px;
	}

	#wpsm_accordion_160 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_627 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_647 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_669 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_685 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_701 .wpsm_panel-heading .wpsm_panel-title a {
	    font-size: 16px !important;
	}

	#wpsm_accordion_160 .wpsm_panel-collapse .wpsm_panel-body,
	#wpsm_accordion_627 .wpsm_panel-collapse .wpsm_panel-body,
	#wpsm_accordion_647 .wpsm_panel-collapse .wpsm_panel-body,
	#wpsm_accordion_669 .wpsm_panel-collapse .wpsm_panel-body,
	#wpsm_accordion_685 .wpsm_panel-collapse .wpsm_panel-body,
	#wpsm_accordion_701 .wpsm_panel-collapse .wpsm_panel-body {
		font-size: 14px !important;
	}

	.home-section-7 .button i {
	    padding-left: 15px;
	}

	.site-footer {
	    font-size: 14px;
	    padding: 20px 0;
	}
	#locations-section ul {
	    column-count: 1;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	}

	.page-banner-container h1,
	.single-page-banner h1 {
		font-size: 28px;
	}

	.page-banner-container,
    .single-page-banner {
	    margin-top: 174px;
	    padding: 20px 0;
	}

}

@media only screen and (max-width: 480px ) {

	.page-banner-container h1,
	.single-page-banner h1 {
		font-size: 24px;
	}

	.page-banner-container,
	.single-page-banner {
	    margin-top: 163px;
	}

	.menu-toggle {
	    padding: 23px 0;
	}

	.wp-custom-logo .site-container .title-area {
	    max-width: 151px !important;
	}

	.input-cf.left, .input-cf.right {
	    width: auto;
	    float: none;
	}

	.input-cf.left,
	.input-cf.right {
	    padding: 0;
	}

	.input-cf {
	    margin-bottom: 10px;
	}

	/*.site-header {
	    margin-top: 119px;
	}

	.home-section-1 {
	    margin-top: 187px;
	}*/

	.home-section-1 .inner-cf-wrap{ 
		justify-content: center;
	}
	.home-section-1 .inner-cf-wrap .cf-wrapper {
	    padding: 10px;
	    border-width: 5px;
	}

	.home-section-1 .cf-wrapper h1 {
	   font-size: 18px;
	    margin-bottom: 10px;
	}

	.home-section-1 .cf-wrapper p {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.line-wrap h3 {
	    font-size: 30px;
	}

	.home-section-1 h4 {
	    font-size: 14px;
	    letter-spacing: 6px;
	}

	.home-section-1 .text-wrap {
	    height: 455px;
	    padding-bottom: 40px;
	}

	h1 {
		font-size: 30px;
		font-size: 3rem;
	}

	h2,
	.author-detail {
		font-size: 22px;
		font-size: 2.2rem;
	}

	h3 {
		font-size: 20px;
		font-size: 2rem;
	}

	h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	h5 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	h6 {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.home-section-1 .button,
	.home-section-5 p,
	.home-section-3 .button,
	.home-section-4 p,
	.home-section-7 .button,
	.home-section-9 .button,
	.home-section-10 .button,
	.home-section-12 .button,
	.testimonials .button {
		font-size: 14px;
	}
	.home-section-1 .inner-wrap {
	    padding: 0 20px;
	    height: 350px;
	}
	.home-section-1 {
		margin-top: 163px;
	}
	.home-section-1 .button {
		max-width: 270px;
	    padding: 10px 0;
	}
	#wpsm_accordion_160 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_627 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_647 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_669 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_685 .wpsm_panel-heading .wpsm_panel-title a,
	#wpsm_accordion_701 .wpsm_panel-heading .wpsm_panel-title a {
	    font-size: 14px !important;
	}

	.home-section-5 .col-md-6:first-child {
	    height: 251px;
	}

	.site-footer {
	    font-size: 12px;
	}

	.before-header-bar ul li {
	    font-size: 10px;
	}
	#locations-section ul li{
		font-size: 14px;
	}	
	#locations-section ul li::before{
		font-size: 20px;
	}

}

@media only screen and (min-width: 960px) {

	/* Custom CSS
	--------------------------------------------- */

	.nav-primary .genesis-nav-menu li:first-child a {
		padding-left: 0
	}

	.nav-primary .genesis-nav-menu li:last-child a {
		padding-right: 0
	}
	.nav-primary .genesis-nav-menu .sub-menu {
	    text-align: center;
	}
	.nav-primary .genesis-nav-menu .sub-menu li a {
	    padding: 10px 15px;
	    line-height: 1.2;
	    font-size: 13px;
	    display: block;
	}
	.nav-primary .genesis-nav-menu .sub-menu li a:hover {
	    color: #fff !important;
	    background-color: #6ac7cf;
	}
	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #343434;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #00c5d8;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		opacity: 0;
	    padding-left: 0;
	    position: absolute;
	    transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 0px;
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
    	width: 100%;		
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	/*.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}*/

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: 33.33%; /* fallback for older browsers */
		width: calc(100% / 3);
	}

}


/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #343434 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
.textarea textarea {
    line-height: 1.2;
}