html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	margin: 0;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Remove outline from images and links */
a {
	outline: none;
}

img {
	outline: none;
}

/* Clearfix */
.clearfix:before,
.grid-container:before {
	content: " ";
	display: table;
}

.clearfix:after,
.grid-container:after {
	clear: both;
	content: " ";
	display: table;
}

/* Inputs */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	display: inline-block;
	box-sizing: border-box;
}

/* Wrapper */
.wrapper {
	margin: 0 auto;
	clear: both;
}

.wrapper.wrapper-fluid {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper.wrapper-fluid.wrapper-first {
	margin-top: 0;
}

.wrapper.wrapper-fluid.wrapper-last {
	margin-bottom: 0;
}

.grid-container {
	width: 100%;
	height: 100%;
	margin: 0;
}

.wrapper-fluid .grid-container {
	margin: 0 auto;
}

.wrapper-fluid.wrapper-fluid-grid .grid-container {
	width: 100%;
}

/* End Wrapper */

/* Structural stuff */
.clear {
	clear: both;
}

.block {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.block-content {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.block-fixed-height .block-content, body.visual-editor-iframe-grid .block-content {
	height: 100%;
}

.column {
	float: left;
}

.column.grid-right {
	float: right;
	margin-left: 0 !important;
}

.column-1 {
	clear: left;
}

.column-1.grid-left-0 {
	margin-left: 0 !important;
}

.column-last {
	clear: right;
}

.column-last.grid-right-0 {
	margin-right: 0 !important;
}

/* End structural stuff */

/* No Blocks Notice */
.wrapper-no-blocks {
	max-width: 600px;
}

.wrapper-no-blocks .entry-content {
	margin: 40px 0 !important;
	text-align: center;
}

/* Blocks */
/* Header */
.block-type-header .banner {
	display: block;
}

.block-type-header .banner a {
	display: block;
}

.block-type-header .banner-image {
	display: block;
	width: 100%;
	height: 100%;
}

.block-type-header .tagline {
	display: block;
}

/* Navigation */
.block-type-navigation ul {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: -4px;
	word-spacing: -4px;
}

.block-type-navigation ul li {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: normal;
	word-spacing: normal;
}

.block-type-navigation ul li a {
	display: block;
	width: auto;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: nowrap;
}

/* Map Block */
.map-block-gmap {
	height: 100%
}

/* Navigation Alignment */
.block-type-navigation .nav-align-left ul {
	text-align: left;
}

.block-type-navigation .nav-align-right ul {
	text-align: right;
}

.block-type-navigation .nav-align-center ul {
	text-align: center;
}

/* Vertical Orientation */
.block-type-navigation .nav-vertical {
	position: relative;
}

.block-type-navigation .nav-vertical ul li {
	width: 100%;
}

.block-type-navigation .nav-vertical ul li a {
	height: auto;
	line-height: 40px;
}

/* Navigation Search */
.block-type-navigation .nav-search-active ul {
	width: 75%;
}

.block-type-navigation .nav-search-active .nav-search {
	float: right;
	width: 22.5%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: table;
}

.block-type-navigation .nav-search-active.nav-search-position-left .nav-search {
	float: left;
}

.block-type-navigation .nav-search-active #searchform {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.block-type-navigation .nav-search-active #searchform label,
.block-type-navigation .nav-search-active #searchform #searchsubmit {
	display: none;
}

.block-type-navigation .nav-search-active #searchform #s {
	width: 100%;
}

/* SUB MENUS */
.block-type-navigation a .sf-sub-indicator {
	display: none;
}

.block-type-navigation .sub-menu {
	position: absolute;
	z-index: 150;
	left: -9999px; /* Hide the dropdowns */
	width: auto;
}

.block-type-navigation .sub-menu li {
	display: block;
	height: auto;
	width: 100%;
}

.block-type-navigation .sub-menu li a {
	min-width: 175px;
	max-width: 500px;
	width: auto;

	height: auto;
	line-height: 40px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Show the drop downs on hover */
.block-type-navigation .menu li:hover > .sub-menu,
.block-type-navigation .menu .sfHover > .sub-menu {
	left: auto;
}

/* END SUB MENUS */

/* Responsive Select */
.block-type-navigation .selectnav {
	display: none;
}

/* Image */
.block-type-header img {
	max-width: 100%;
}

/* Search Widget */
.block-type-search .field {
	width: 100%;
}

.block-type-search .search-button-visible div {
	overflow: hidden;
}

.block-type-search .search-button-visible .submit {
	float: right;
}

/* Content Block */
.block-type-content img {
	max-width: 100%;
}

li {
  line-height: 140%;
  color: #5D2C52;
}

hr {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

h4 {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 10px;
  color: #AA8535;
}

body.layout-using-index h2 {
  color: #AA8535;
}

h6 {
  font-family: "Playfair Display";
  -hw-complex-property-google-font: '{"value":""Playfair Display"","variants":["regular","italic","700","700italic","900","900italic"]}';
  line-height: 140%;
  font-style: italic;
}

body.layout-using-index a {
  line-height: 0px;
  font-size: 14px;
}

body.layout-using-front_page h1 {
  font-size: 30px;
  line-height: 140%;
}

div#block-be4583e3bbe59bec .entry-content table tbody tr .design-editor-selected-element {
  color: #AA8535;
}

body.layout-using-front_page td {
  color: #AA8535;
}

body.layout-using-index em {
  color: #AA8535;
}

td {
  padding-bottom: 0px;
  color: #AA8535;
  font-size: 18px;
  line-height: 140%;
}

body.layout-using-index span {
  color: #AA8535;
}

body.layout-using-index h1 {
  font-size: 30px;
}

ul {
  color: #AA8535;
}

div#block-be4583e3bbe59bec .entry-content .design-editor-selected-element {
  color: #000000;
  line-height: 140%;
}

h1 {
  color: #F58B6E;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 140%;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
}

div#block-bag57c39b2d65649 .entry-content .design-editor-selected-element {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

h5 {
  color: #F58B6E;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 14px;
}

footer {
  font-size: 13px;
}

body.layout-using-front_page h3 {
  color: #5D2C52;
}

h2 {
  font-size: 30px;
}

div {
  font-family: helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}

h3 {
  color: #F58B6E;
  font-family: "Playfair Display";
  -hw-complex-property-google-font: '{"value":""Playfair Display"","variants":["regular","italic","700","700italic","900","900italic"]}';
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 0px;
}

div#block-bfr577ddf166ede2 .entry-content .design-editor-selected-element {
  color: #000000;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
  font-style: normal;
}

p {
  font-family: helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 29px;
}

.block-type-navigation .selectnav {
  margin: 10px 2%;
  width: 96%;
  font-size: 16px;
}

/* Search */

.block-type-search .field {
  width: 100%;
}

/* Search button visible */

.block-type-search .search-button-visible div {
  padding-right: 5px;
}

/* Breadcrumbs */

.block-type-breadcrumbs .breadcrumbs {
  margin: 13px 10px;
}

/* Widget Area */

.block-type-widget-area .widget-area {
  padding: 0;
  margin: 0;
}

.block-type-widget-area .widget {
  margin: 15px 0 0;
  padding: 5px 10px;
  list-style: none;
}

.block-type-widget-area .widget ul {
  padding: 0 0 0 25px;
  margin: 5px 0;
  list-style: disc;
}

.block-type-widget-area .widget .widget-title {
  margin: 0 0 10px;
  display: block;
}

.block-type-widget-area .widget .widget-title:empty {
  display: none;
}

/* Horizontal Widget Area */

.block-type-widget-area .horizontal-sidebar .widget {
  float: left;
  margin: 0 15px 0 15px;
  width: 20%;
}

/* Widgets */

.widget table#wp-calendar td,
.widget table#wp-calendar th {
  color: #444;
  text-align: center;
}

.widget table#wp-calendar a {
  color: #444;
}

.widget table#wp-calendar caption {
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
}

.widget table#wp-calendar td#today {
  color: #111;
}

.widget table#wp-calendar tfoot .pad {
  background: none;
}

/* Content */

.block-type-content .loop {
  width: 100%;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.block-type-content .archive-title,
.block-type-content .entry-title {
  margin: 0 0 5px;
  max-width: 100%;
  word-wrap: break-word;
}

.block-type-content .archive-title {
  padding: 15px 0 15px;
  border-width: 0;
}

.block-type-content .archive-title a,
.block-type-content .entry-title a {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}

.block-type-content .entry-content {
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #AA8535;
}

.block-type-content .entry-content:first-child {
  margin-top: 0;
}

.block-type-content .entry-row {
  float: left;
  width: 100%;
}

.block-type-content .entry-row .hentry {
  clear: none;
}

.block-type-content .entry-row .hentry:first-child {
  margin-left: 0 !important;
}

.block-type-content .hentry {
  clear: both;
  padding: 15px 0 30px;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.block-type-content .post-thumbnail {
  display: block;
}

.block-type-content .post-thumbnail img {
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.block-type-content .post-thumbnail-left,
.block-type-content .post-thumbnail-left,
.block-type-content .post-thumbnail-left-content,
.block-type-content .post-thumbnail-left-content {
  float: left;
  margin: 0 15px 0 0;
}

.block-type-content .post-thumbnail-right,
.block-type-content .post-thumbnail-right-content,
.block-type-content .post-thumbnail-right-content {
  float: right;
  margin: 0 0 0 15px;
}

.block-type-content .post-thumbnail-above-content {
  margin: 15px 0 -5px;
}

.block-type-content .post-thumbnail-below-content {
  margin: 15px 0;
}

.block-type-content .post-thumbnail-above-title {
  margin: 0 0 15px;
}

/* Specific tag formatting */

address {
  margin: 0 0 20px;
  font-style: italic;
}

dl {
  margin: 0 0px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre {
  background: #F5F5F5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* End specific tag formatting */

.block-type-content .entry-utility {
  clear: both;
}

.block-type-content .entry-meta a,
.block-type-content .entry-utility a {
  color: inherit;
  text-decoration: none;
}

.block-type-content .entry-meta a:hover,
.block-type-content .entry-utility a:hover {
  text-decoration: underline;
}

/* Loop Navigation */

.loop-navigation {
  margin: 15px 0 30px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.loop-navigation .nav-next,
.loop-navigation .nav-previous {
  display: inline-block;
  max-width: 48%;
}

.loop-navigation .nav-next a,
.loop-navigation .nav-previous a {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loop-navigation .nav-previous {
  float: left;
}

.loop-navigation .nav-next {
  float: right;
}

/* 404 Search Form */

.system-404 form#searchform {
  margin: 10px 0 0 0;
  float: left;
  clear: both;
}

.system-404 form#searchform label {
  display: none;
}

.system-404 form#searchform input#s {
  width: 200px;
  float: left;
}

.system-404 form#searchform input#searchsubmit {
  float: left;
  margin: 2px 0 0 5px;
}

/* Comments Styling */

div#comments {
  float: left;
  clear: both;
  margin: 0 0 50px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div#comments h3#comments {
  margin: 15px 0 0 0;
  display: block;
}

.commentlist {
  margin: 30px 0 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.comment {
  position: relative;
  padding: 0 0 0 64px;
  clear: both;
}

.comment .comment-body {
  margin: 0 0 30px;
}

.comment .children {
  clear: both;
}

.comment .comment-author {
  margin: 0;
  padding: 0;
}

.comment .avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.comment .comment-author cite {
  font-weight: bold;
}

.pingback .comment-author .says {
  display: none;
}

.comment .comment-meta {
  margin: 5px 0 20px 0;
}

.comment .comment-meta a {
  text-decoration: none;
  color: inherit;
}

.comment .comment-body p {
  margin: 0 0 10px 0;
}

.comment .reply {
  margin: 20px 0 0;
}

.comment .comment-reply-link {
  margin: 10px 0 0 -6px;
  padding: 3px 6px;
}

/* Comment Form */

div#respond {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.commentlist div#respond {
  padding: 5px 0 20px;
  margin: -20px 0 30px;
}

h3#reply-title {
  margin: 15px 0;
}

h3#reply-title small {
  font-size: 75%;
  margin: 0 0 0 5px;
}

div#respond .logged-in-as {
  margin: 10px 0 20px;
}

div#respond label {
  display: inline-block;
  margin: 0;
  float: left;
}

div#respond p {
  clear: both;
  float: left;
  width: 100%;
}

div#respond .required {
  display: inline;
  color: #c00;
  line-height: 25px;
  margin: 0 0 0 3px;
}

div#respond input[type='text'] {
  width: 50%;
}

div#respond textarea {
  width: 85%;
  height: 150px;
}

div#respond input[type='text'],
div#respond textarea {
  clear: both;
  float: left;
  margin: 0 0 10px;
}

/* Footer */

.block-type-footer a {
  color: inherit;
}

.block-type-footer .footer-left {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}

.block-type-footer .footer-right {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.block-type-footer .footer-link {
  margin-bottom: 10px;
}

.block-type-footer .copyright {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 10px 0;
}

.block-type-footer .footer-responsive-grid-link-container {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 10px 0;
  display: none;
}

.block-type-footer .footer-responsive-grid-link-enable-container {
  display: block;
}

/* Calendar Widget */

.widget table#wp-calendar {
  width: 100%;
}

.widget table#wp-calendar td,
.widget table#wp-calendar th {
  padding: 5px 0;
}

.widget table#wp-calendar caption {
  margin: 0 0 8px 0;
}

/* Search Widget */

.widget_search input#searchsubmit,
.widget_search label {
  display: none;
}

.widget_search input#s {
  width: 100%;
}

/* Content Block Elements */

/* More Link and Loop Navigation */

.more-link {
  padding: 2px 6px;
  white-space: nowrap;
}

.loop-navigation .nav-next a,
.loop-navigation .nav-previous a {
  padding: 4px 8px;
}

/* Headings */

.entry-content h1,
.entry-content h2 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 30px;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 0 0 15px;
}

/* Paragraphs */

.entry-content p {
  margin: 0 0 15px;
}

/* Horizontal rules */

.entry-content hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 15px;
}

/* Lists */

.entry-content ol,
.entry-content ul {
  padding: 0 0 0 40px;
  margin: 15px 0;
}

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

/* Lists inside lists should not have the margin on them. */

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

.entry-content ul ul li {
  list-style: circle;
}

.entry-content ul ul ul li {
  list-style: square;
}

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

.entry-content ol ol li {
  list-style: lower-alpha;
}

.entry-content ol ol ol li {
  list-style: lower-roman;
}

/* Images */

.align-left,
.alignleft {
  float: left;
  margin: 0 7px 0 0;
}

.align-right,
.alignright {
  float: right;
  margin: 0 0 0 7px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.border {
  padding: 1px;
  border: 1px solid #ddd;
}

.no-border {
  padding: 0;
  border: none;
}

.wp-smiley {
  border: none;
}

.wp-caption {
  padding: 5px;
  border: 1px solid #eee;
  background: #fcfcfc;
  margin-top: 15px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 1px solid #ddd;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
}

.wp-caption .wp-smiley {
  border: none;
}

.wp-caption .wp-caption-text {
  text-align: center;
  color: #555;
  margin: 5px 0 0 !important;
  font-style: italic;
}

/* Blockquotes */

blockquote {
  color: #666;
  padding: 5px 0 5px 25px;
  border-top: 0 dotted;
  border-bottom: 0 dotted;
  border-left: 2px solid #f6f6f6;
  margin: 15px 0 15px 20px;
}

/* Drop Caps */

.drop-cap {
  font-size: 310%;
  line-height: 120%;
  margin-bottom: -0.25em;
  color: #888;
  float: left;
  padding: 0 6px 0 0;
}

/* Code */

code {
  background: #eaeaea;
  font-family: Consolas, Monaco, Courier, monospace;
  font-size: 0.9em;
  margin: 0 1px;
  padding: 1px 3px;
  color: #555;
}

pre code {
  display: block;
  border: 1px solid #ddd;
  padding: 4px 7px;
}

.code-block {
  display: block;
  background: #eaeaea;
  border: 1px solid #ddd;
  color: #555;
  font-family: Consolas, Monaco, Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre;
  font-size: 12.5px;
  line-height: 18px;
  margin: 5px 0;
}

/* Tables */

table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table td,
table th {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table tr:first-child th,
thead tr:first-child th {
  border-top: none;
}

/* Superscripts and Subscripts */

sub,
sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* End Content Block Elements */

/* Global Content Styles */

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Miscellaneous (to silence Theme Check) */

/* FORM STYLING */

input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #777;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

select {
  padding: 0;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background: #ddd;
  padding: 0 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: 27px;
  border: none;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #222;
  background: #d1d1d1;
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background: #c8c8c8;
}

/* Alerts */

.alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff inset;
  padding: 5px 20px;
  margin: 20px 0;
  display: block;
}

.alert p {
  margin: 10px 0;
  line-height: 160%;
}

.alert-green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
}

.alert-red {
  border: 1px solid #CFADB3;
  color: #832525;
  background-color: #FAF2F5;
}

.alert-yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  color: #424242;
}

.alert-gray,
.alert-grey {
  border: 1px solid #CCC;
  color: #424242;
  background-color: #EEE;
}

.alert-blue {
  border: 1px solid #92CAE4;
  color: #205791;
  background-color: #D5EDF8;
}

.alert a {
  color: inherit;
}

.block-subtitle {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #999999;
}

.block-title {
  font-size: 22px;
  line-height: 150%;
}

.block {
  overflow: hidden;
  margin-bottom: 10px;
}

blockquote {
  color: #666666;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 25px;
  border-left-width: 2px;
  border-style: solid;
  border-color: #666666;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
}

a {
  color: #000000;
  text-decoration: none;
}

body {
  font-size: 14px;
  font-family: palatino linotype, palatino, serif;
  line-height: 100%;
  color: #555555;
}

.block-type-pin-board .pin-board-pin {
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  background-color: #ffffff;
  border-color: #eeeeee;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  box-shadow: eee 0px 2px 3px;
}

.block-type-pin-board .pin-board-pin .entry-title,
.block-type-pin-board .pin-board-pin .entry-title a {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
}

.pin-board-pin .entry-title a:hover {
  text-decoration: underline;
}

.block-type-pin-board .pin-board-pin .entry-content {
  font-size: 12px;
  line-height: 150%;
  padding-right: 15px;
  padding-left: 15px;
}

.block-type-pin-board .pin-board-pin .entry-meta {
  font-size: 12px;
  line-height: 120%;
  padding-right: 15px;
  padding-left: 15px;
  color: #888888;
}

.block-type-pin-board .pin-board-pagination a {
  text-decoration: none;
  background-color: #eeeeee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 5px;
  padding-right: 9px;
  padding-bottom: 5px;
  padding-left: 9px;
}

.pin-board-pagination a:hover {
  background-color: #e7e7e7;
}

body {
  background-color: #FFFFFF;
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/07/lightpaperfibers_@2X.png);
}

.wrapper {
  background-color: #ffffff;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  box-shadow: #c7c7c7 0px 0px 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-type-header .banner a {
  color: #222222;
  font-size: 34px;
  line-height: 100%;
  text-decoration: none;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.block-type-header .tagline {
  color: #999999;
  font-size: 15px;
  line-height: 120%;
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.block-type-navigation {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #eeeeee;
  border-style: solid;
  overflow: visible;
}

.block-type-navigation .menu li > a {
  text-decoration: none;
  color: #888888;
  text-transform: uppercase;
  font-variant: normal;
  padding-right: 15px;
  padding-left: 15px;
}

.menu .current-menu-ancestor > a,
.menu .current-menu-ancestor > a:hover,
.menu .current-menu-item > a,
.menu .current-menu-item > a:hover,
.menu .current-menu-parent > a,
.menu .current-menu-parent > a:hover,
.menu .current_page_ancestor > a,
.menu .current_page_ancestor > a:hover,
.menu .current_page_item > a,
.menu .current_page_item > a:hover,
.menu .current_page_parent > a,
.menu .current_page_parent > a:hover {
  color: #222222;
}

.menu li > a:hover {
  color: #555555;
}

.block-type-navigation .sub-menu {
  background-color: #eeeeee;
}

.block-type-widget-area .widget {
  line-height: 150%;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 15px;
}

.block-type-widget-area .widget .widget-title {
  font-size: 13px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #eeeeee;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-variant: normal;
  line-height: 250%;
  color: #111111;
  margin-bottom: 10px;
}

.block-type-widget-area .widget a {
  color: #333333;
}

.block-type-content .type-post {
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #efefef;
  padding-bottom: 30px;
}

.block-type-content .entry-title {
  font-size: 24px;
  color: #333333;
  line-height: 130%;
}

.block-type-content .archive-title {
  font-size: 24px;
  color: #555555;
  line-height: 110%;
  border-bottom-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  padding-bottom: 15px;
}

.block-type-content .entry-meta {
  line-height: 120%;
  color: #818181;
}

.block-type-content .entry-content,
.block-type-content .entry-content p {
  color: #555555;
  font-size: 14px;
  line-height: 180%;
}

.block-type-content .entry-content h1,
.block-type-content .entry-content h2,
.block-type-content .entry-content h3 {
  font-size: 20px;
  line-height: 180%;
}

.block-type-content .entry-content h4,
.block-type-content .entry-content h5 {
  font-size: 16px;
  line-height: 180%;
}

.block-type-content .entry-content .more-link {
  background-color: #eeeeee;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
}

.entry-content .more-link:hover {
  background-color: #e7e7e7;
}

.block-type-content .loop-navigation .nav-next a,
.block-type-content .loop-navigation .nav-previous a {
  background-color: #e1e1e1;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  line-height: 130%;
}

.loop-navigation .nav-next a:hover,
.loop-navigation .nav-previous a:hover {
  background-color: #d5d5d5;
}

.block-type-content .post-thumbnail img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.block-type-content div#comments h3 {
  color: #333333;
  font-size: 18px;
  line-height: 130%;
}

.block-type-content .comment {
  padding-left: 64px;
}

.block-type-content .comment .comment-author {
  font-size: 18px;
  line-height: 120%;
}

.block-type-content .comment .comment-meta {
  color: #888888;
  font-size: 14px;
}

.block-type-content .comment .comment-body p {
  font-size: 14px;
  line-height: 170%;
}

.block-type-content .comment-reply-link {
  font-size: 12px;
  background-color: #eeeeee;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
}

.comment-reply-link:hover {
  background-color: #e7e7e7;
}

.block-type-content div#respond label {
  font-size: 14px;
  line-height: 220%;
  color: #888888;
}

.block-type-slider .flexslider {
  overflow: visible;
  margin-bottom: 30px;
}

.block-type-slider .flex-viewport {
  overflow: hidden;
}

.block-type-slider .flex-caption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 14px;
  line-height: 150%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  text-align: center;
}

.block-type-slider .flex-control-nav {
  position: absolute;
  text-align: center;
}

.block-type-slider .flex-direction-nav a {
  margin-top: -20px;
  position: absolute;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAbCAYAAADGfCe4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJENzFDNTE1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJENzFDNTI1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMkQ3MUM0RjU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMkQ3MUM1MDU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlOkRgUAAAO+SURBVHja3JhNSxtBGMfd1a55hdQk2oMkpYdYkJRIDkpPBUGR4EFaL61H/QKiH0LxG3gK2B6EklMp+hVKNBYsLdQSRbE0SRsbN+8mfZ5lVtawszOjbg4deIjOzvx/z392ZnZ3pHa73fO/FwlNSpJk1UaGGIYIQwQhnBBuCBWiApGDOIY4Ba2WELxLXCuTWPkUIg7h4si5DJGG+NrmnB7d4tJMeiCmIfy3mB0FiB3QvbyFSVu4ZiYD8P8M1DtvvQYkqQL9P0LkBUzaxu006ZZl+WWr1XLcdbGDThV03oO+ymHSVq5887o8cx8gLKiDemBEZudlL1c2kKLQYIBHKBKJ5NfW1g7wlwEcQF2GQyaXl0fj6tO1D8qbZrPZzxKIxWI/9/f3cTf7A/EQ+ias2oNuFXTfAadpMl2R+xquW95F6PtB542NjcUzmcwjVp6gWwPdt8jV7qSiKCEBg5/gzzPcuiHJHKsPGkB9s2uE6+DYUHLkUXGGfMyDg9uvczWTHo/niYDBc72ut7f3Oc/0oenzcE0457xGdX3NZK1WC4oahNF9cXV1FeFJstFoBETqOwtykCdqVPelmazX606rRW80CDCFACO8O161WnWJ1NNSQS7yjUatNiPdl0xGtI/W0Ofz/TbeQZgCwyIGrfStuDSjhH99R0l+llx942nSGh4eHg4aRq+nVCr9Wlxc/CaSGU3fimtWkIt8w5JRMD8WVzPpdrtrtIaqqvpAbNZg9HJzczMjYpSmb8U1M4hc5BuWzSzmx+JqJoeGhv4ynlP+DqMXCJyfnz/iSZCmz+LqBTnE4IXRIObFw9VMjo6OnrNAZka3t7f3eJKMRqNnIvWdhXCEDBp9aSZXV1ePHA5HQ9Qo/KqsPqi7vLz8w+wa1vNwdY6IQdRFX9cmx8fHi5OTk8c8o0qMvoKI4y+rPepOTExcmF3Deh6ukcdjUOeirxufWtlsNhCPx6cLhYL7vs5W/H6/mk6nd8LhcJ72qdUN7vVXCFQUksnkHs/04Smog3qoa9WuG1zZMKrtRCLxfX19/cDlctXvAsL+qIN6OMMZU9F2bl8HsAHT98vIyEh9YWHhWS6X84iCgsHg5dbW1uepqSkEcd0du7mmB1lQ96BSqQwvLS09TqVS4XK5rPCM4tzc3DE8z7JOp/OUx2C3uNQjSXK65ysWi4MbGxuB3d1d/8nJiRdeqxSEo7jX662HQqESjF5hZWUlD++R+MpVvMu5qx1cieOIVCKHujiFHGSKYzRJVMmrlspaf6KHb/fF/SfAABnmiiuKJ06tAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: left top;
}

.block-type-slider .flex-direction-nav .flex-next {
  background-position: right top;
}

.block-type-slider .flex-control-paging li a {
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.flex-control-paging li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li .flex-active {
  background-color: rgba(0, 0, 0, 0.9);
}

.block-type-text .entry-content h1,
.block-type-text .entry-content h2,
.block-type-text .entry-content h3 {
  font-size: 20px;
  line-height: 180%;
}

.block-type-text .entry-content h4 {
  font-size: 16px;
  line-height: 180%;
}

.block-type-footer {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #eeeeee;
  border-style: solid;
}

.block-type-footer .copyright {
  color: #666666;
}

.block-type-footer .footer-headway-link {
  color: #666666;
}

.block-type-footer .footer-admin-link {
  color: #666666;
}

.block-type-footer .footer-go-to-top-link {
  color: #666666;
}

.block-type-footer .footer-responsive-grid-link {
  color: #666666;
}

div#wrapper-w577dd9b3d879e {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/07/LaurenF_HeaderBG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 0px;
  padding-top: 0px;
}

#wrapper-w577dda706d1d2 {
  margin-bottom: 0px;
}

nav#block-bvk577dda7affad8 {
  color: #000000;
  font-family: helvetica, sans-serif;
  font-size: 13px;
  border-top-style: none;
  border-bottom-style: none;
  text-align: center;
  margin-bottom: 0px;
}

nav#block-bvk577dda7affad8 li a {
  color: #000000;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 5px;
  font-size: 13px;
}

nav#block-bvk577dda7affad8 .slicknav_nav .page_item .design-editor-selected-element {
  font-family: helvetica, sans-serif;
  font-weight: 300;
  font-size: 12px;
}

div#wrapper-w577dda706d1d2 {
  padding-top: 10px;
  padding-bottom: 0px;
  height: 200px;
}

#wrapper-w577dd9b3d879e {
  margin-top: 0px;
  margin-bottom: 0px;
}

html {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/07/lightpaperfibers_@2X.png);
  height: px;
}

#wrapper-w577ddbe096aae {
  margin-top: 0px;
}

div#wrapper-w577ddbe096aae {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: #C7C7C7 0px 0px 0px;
  background-color: rgba(255,255,255,0);
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: -60px;
}

figure#block-bf2577ddc053a237 img {
  margin-top: 0px;
  padding-bottom: 10px;
  background-attachment: fixed;
}

div#block-bvl577ddbf1a0402 {
  margin-top: 0px;
  background-size: cover;
}

#wrapper-w577dddc6a6181 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w577dddd897b6c {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w577dddc6a6181 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(255,255,255,0);
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/07/laurenF_marble-texture_pink.jpg);
  background-position: bottom;
  background-size: cover;
  margin-top: 0px;
  height: 180px;
}

div#wrapper-w577dddd897b6c {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(255,255,255,0);
}

.grid-container {
  margin-top: 0px;
  background-size: auto;
  height: px;
  display: block;
  overflow-x: auto;
  background-attachment: local;
}

div#block-b73577de71460f36 .entry-content {
  font-family: "Playfair Display";
  -hw-complex-property-google-font: '{"value":""Playfair Display"","variants":["regular","italic","700","700italic","900","900italic"]}';
  color: #FFFFFF;
}

div#block-b73577de71460f36 .entry-content h1 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

div#block-b73577de71460f36 .entry-content h2 {
  font-style: normal;
  font-family: helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 0px;
}

div#block-b73577de71460f36 {
  padding-left: 20px;
}

div#wrapper-w577ddf0f9f814 {
  background-color: #FFFFFF;
  padding-top: 35px;
  padding-bottom: px;
}

#wrapper-w577ddf0f9f814 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bfr577ddf166ede2 .entry-content h1 {
  -hw-complex-property-google-font: '{"value":""Playfair Display"","variants":["regular","italic","700","700italic","900","900italic"]}';
  color: #F58B6E;
  font-size: 32px;
  line-height: 40px;
}

.block-type-content div.entry-content h1 {
  font-family: 'Helvetica Neue LT W01_25 UltLt';
}

.block-type-content div.entry-content h2 {
  font-family: 'Helvetica Neue LT W01_25 UltLt';
}

div#block-bfr577ddf166ede2 .entry-content p {
  color: #000000;
  font-size: 24px;
  line-height: 38px;
}

div#block-bfr577ddf166ede2 .type-page {
  padding-top: 0px;
  padding-bottom: 0px;
}

.block-type-navigation li a {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

div#wrapper-w577dddc6a6181 .grid-container {
  margin-top: -50px;
}

table td,
table th {
  padding-right: 10px;
  padding-top: 20px;
  line-height: inherit;
  text-align: center;
  vertical-align: center;
  border-top: 0px solid #ffffff;
}

div#block-bfr577ddf166ede2 .entry-content h1 .alignright {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
}

#wrapper-w577dfbca0bd86 {
  margin-top: 0px;
}

.block-type-content .entry-content h3 {
  font-size: 26px;
  color: #000000;
  line-height: 34px;
  padding-top: 30px;
}

#wrapper-w5785b31067840 {
  margin-bottom: 0px;
}

figure#block-bt15785b5a941fe5 img {
  margin-top: 0px;
  padding-bottom: 20px;
}

#wrapper-w5785b9d09b6cf {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w5785b9d09b6cf {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/07/LaurenF_HeaderBG.jpg);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center center;
  padding-left: 15px;
  background-attachment: fixed;
  overflow-y: visible;
  height: 480px;
  visibility: visible;
  overflow-x: hidden;
}

div#wrapper-w577dda706d1d2 .grid-container {
  margin-bottom: 0px;
  background-attachment: fixed;
  height: px;
}

div#block-b6z577dfdef6769f .tve-leads-two-step-trigger img {
  padding-top: 10px;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#wrapper-w5785bdc24b455 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w5785bdc24b455 {
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  bottom: 0px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(239,200,161,0.8);
}

div#wrapper-w5785b9d09b6cf .grid-container {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: top;
  height: px;
  background-attachment: fixed;
}

.mti-inactive body {
  overflow-y: visible;
}

div#wrapper-w577dda706d1d2 .wrapper-move {
  display: none;
}

figure#block-bf2577ddc053a237 {
  margin-bottom: 0px;
}

div#block-b105785c43e76765 {
  color: #FFFFFF;
  font-family: 'Freeland W00 Regular';
}

.block-type-content div.entry-content h4 {
  font-family: 'Freeland W00 Regular';
  font-size: 28px;
}

#wrapper-w5785e020c4349 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-b1k5785e02c9effa .entry-content p {
  font-size: 0px;
  margin-bottom: 0px;
  line-height: 0px;
}

div#wrapper-w5785e020c4349 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/07/Lauren-Falconer-Pattern-gold-BG.jpg);
  padding-top: 0px;
  padding-bottom: 0px;
  background-attachment: fixed;
}

figure#block-b9k5785c62f20ba6 img {
  background-attachment: fixed;
}

#wrapper-w5785e21867cf1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w5785e21867cf1 {
  background-attachment: scroll;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-right: 0px;
  padding-left: 0px;
}

div#block-b2s5785e2b20d821 .entry-content h4 {
  color: #FFFFFF;
  font-family: 'Freeland W00 Regular';
  font-size: 46px;
  text-align: center;
  line-height: 70px;
  padding-top: 5px;
  margin-bottom: 0px;
}

#wrapper-w5785e6e520a56 .block-type-header {
  text-align: center;
}

#wrapper-w5785e6e520a56 {
  margin-bottom: 0px;
  margin-top: 0px;
}

#wrapper-w5785e782156fd {
  margin-top: 0px;
  margin-bottom: 0px;
}

nav#block-b5h5785e78f597a9 {
  border-top-width: 0px;
  border-bottom-width: 0px;
  color: #000000;
  margin-bottom: 0px;
}

.block li a {
  color: #000000;
}

nav#block-b5h5785e78f597a9 li a {
  color: #000000;
  padding-right: 13px;
  padding-left: 13px;
}

nav#block-bvk577dda7affad8 .block-content .nav-horizontal .menu {
  color: #000000;
}

nav#block-bvk577dda7affad8 .menu {
  font-size: 15px;
}

nav#block-b5h5785e78f597a9 li a:hover {
  color: #F58B6E;
}

div#wrapper-w5785e6e520a56 {
  background-attachment: fixed;
  padding-bottom: 10px;
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/07/lightpaperfibers_@2X.png);
  margin-bottom: 0px;
}

nav#block-b5h5785e78f597a9 .clearfix .slicknav_menutxt {
  color: #F58B6E;
}

div#wrapper-w5785e782156fd {
  background-attachment: fixed;
  padding-top: 0px;
  padding-bottom: 15px;
}

.block {
  overflow: hidden;
  margin-bottom: 0px;
  border-top-style: none;
}

div#block-b1k5785e02c9effa .block-content {
  padding-bottom: 0px;
}

div#block-b1k5785e02c9effa {
  margin-bottom: 0px;
}

header#block-bmy5785e6e5bbd3d .banner-image img {
  margin-top: 10px;
  margin-bottom: 20px;
}

div#block-b4o57a434c432575 .entry-content h1 {
  font-size: 26px;
  margin-bottom: 0px;
}

div#block-b4o57a434c432575 .entry-content h3 {
  color: #FFFFFF;
}

div#block-b4o57a434c432575 .entry-content .design-editor-selected-element {
  font-size: 30px;
}

div#block-baf57a436396254d .entry-content h3 {
  color: #FFFFFF;
}

div#block-baf57a436396254d .entry-content .design-editor-selected-element {
  font-size: 26px;
  padding-top: 25px;
  line-height: 36px;
}

div#block-baf57a436396254d .type-page {
  padding-bottom: 0px;
  font-size: 32px;
}

.block .entry-content h3 {
  color: #000000;
}

div#block-bfr577ddf166ede2 .entry-content {
  color: #AA8535;
  font-size: 22px;
}

div#block-baf57a436396254d .entry-content {
  font-size: 22px;
}

#wrapper-w577dfcc184bec {
  margin-top: 0px;
}

#wrapper-w57a43aff95087 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57a43bd9e968b {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57a43cc5d63e3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.block-type-content .entry-content h4 a {
  font-size: 28px;
}

div#block-bfr577ddf166ede2 .entry-content h4 a {
  color: #AA8535;
}

.block-type-content .entry-content p {
  color: #F58B6E;
}

div#block-bfr577ddf166ede2 .entry-content h4 a:hover {
  color: #F58B6E;
}

#wrapper-w57a7e75e95d1a {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57a7df8f25c1c {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w57a7e75e95d1a {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/07/Lauren-Falconer-Pattern-gold-BG.jpg);
  background-color: rgba(255,255,255,0);
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  margin-bottom: 0px;
}

.block .footer-container .footer .copyright {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
}

div#wrapper-w57a7e07cfc7ee {
  background-size: cover;
  background-position: top;
  background-repeat: repeat-x;
  background-color: rgba(255,255,255,0);
}

div#block-bxh57a7e89415a04 .entry-content p {
  font-size: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 0px;
}

div#wrapper-w57a7ea16d508d {
  background-color: rgba(239,200,161,0.8);
}

#wrapper-w57a7ea16d508d {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57a7e07cfc7ee {
  margin-top: 0px;
}

div#wrapper-w57a7df8f25c1c {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
}

div#block-bys57a7ef1df02de {
  text-align: center;
  padding-top: 0px;
  font-size: 26px;
  line-height: 26px;
}

div#block-bys57a7ef1df02de .entry-content h4 {
  font-size: 32px;
  font-family: 'Freeland W00 Regular';
  margin-bottom: 0px;
}

figure#block-bw757a7f323c1da5 {
  margin-bottom: 20px;
}

figure#block-bw757a7f323c1da5 img {
  margin-bottom: 0px;
  margin-left: 81px;
}

div#rsid112614672 {
  margin-top: 30px;
}

div#rsid567530720 {
  margin-top: 30px;
}

div#block-bys57a7ef1df02de .entry-content h4 a {
  color: #AA8535;
}

.block-type-footer .footer-container .footer .copyright {
  line-height: 18px;
}

.block-type-architect-block .uid14706258025431 .pzarc-sections .tiles {
  padding-top: 30px;
}

.block-type-footer a.footer-responsive-grid-link {
  color: #AA8535;
}

#wrapper-w57a7fe55e7476 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57c3958a3f860 {
  margin-bottom: 0px;
}

div#wrapper-w57c3958a3f860 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}

aside#block-b6c57c395970b2c7 .widget {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
}

div#block-bag57c39b2d65649 .type-page {
  padding-bottom: 0px;
  padding-top: 0px;
}

div#block-bag57c39b2d65649 .entry-content h3 {
  font-size: 22px;
  font-style: italic;
  color: #000000;
  text-transform: none;
}

#wrapper-w57c39c9ef777e {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w57c39c9ef777e {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 13px;
  background-color: rgba(255,255,255,0);
}

div#block-bag57c39b2d65649 .entry-content h5 {
  text-align: center;
}

div#block-b2057c39d99ee221 .entry-content h3 {
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
  padding-top: 0px;
  color: #000000;
}

div#block-b2057c39d99ee221 .entry-content h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 0px;
}

div#block-b2057c39d99ee221 .type-page {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

div#block-b2q57a805328b7fb {
  text-align: center;
}

#wrapper-w57c3a74795a7a {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57c4d30df3a06 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57c4d30d79dc6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w57c4d30d79dc6 {
  background-color: rgba(255,255,255,0);
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 15px;
}

.block header .entry-title {
  text-transform: none;
  letter-spacing: 0px;
  text-align: center;
  font-size: 26px;
  font-family: "Playfair Display";
  -hw-complex-property-google-font: '{"value":""Playfair Display"","variants":["regular","italic","700","700italic","900","900italic"]}';
  padding-top: 5px;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

div#block-b2c57c4d4371623b .type-page {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}

#wrapper-w57c4d9547824b {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57c4d954d7fc4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w57c4d954d7fc4 {
  background-color: rgba(255,255,255,0);
  padding-top: 0px;
  padding-bottom: 15px;
}

div#block-bzy57c4e2506140e .entry-content p {
  text-align: center;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  font-family: 'Freeland W00 Regular';
  font-size: 28px;
  padding-right: 1px;
}

div#block-bzy57c4e2506140e .entry-content .design-editor-selected-element {
  font-size: 28px;
  line-height: 30px;
}

div#block-bkk57c4e0aa189da .post-thumbnail img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

aside#block-b0v57c4e0e37bdb3 .widget .widget-title {
  text-align: center;
  border-top-width: 0px;
  border-bottom-width: 0px;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 19px;
}

aside#block-b0v57c4e0e37bdb3 .widget p {
  text-align: center;
}

aside#block-bv057c4e1666a48d .widget p {
  text-align: center;
}

aside#block-bv057c4e1666a48d .widget .widget-title {
  font-size: 19px;
  text-transform: none;
  text-align: center;
  letter-spacing: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

div#wrapper-w57c4d954d7fc4 .grid-container .column {
  margin-top: 0px;
}

div#block-bkk57c4e0aa189da {
  color: #000000;
}

li#text-8 {
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 5px;
}

li#text-8 .textwidget p a {
  color: #AA8535;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

li#text-8 .textwidget p .design-editor-selected-element {
  font-weight: 400;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

li#categories-2 {
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #F58B6E;
  border-right-color: #F58B6E;
  border-bottom-color: #F58B6E;
  border-left-color: #F58B6E;
}

li#categories-2 .widget-title {
  color: #F58B6E;
  font-size: 24px;
}

li#categories-2 .widget-title .widget-inner {
  font-size: 24px;
}

li#categories-2 ul {
  word-break: break-all;
  text-align: center;
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #AA8535;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  background-color: rgba(239,200,161,0.22);
  padding-top: 10px;
}

aside#block-bv057c4e1666a48d .block-content .widget-area {
  color: #AA8535;
}

li#categories-2 .design-editor-selected-element {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

li#text-7 {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

li#text-3 {
  padding-right: 0px;
  padding-left: 0px;
}

li#text-8 .textwidget p a:hover {
  color: #F58B6E;
}

li#text-8 .textwidget p .design-editor-selected-element:hover {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

li#text-8 .textwidget p em {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-family: 'Freeland W00 Regular';
  font-size: 23px;
}

#wrapper-w57c616d6610b6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-b4a57c617447847a .post-thumbnail {
  text-align: center;
}

div#block-b4a57c617447847a header .entry-meta {
  color: #EFC8A1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

div#block-b4a57c617447847a .entry-content p {
  color: #000000;
}

div#block-b4a57c617447847a .entry-content .design-editor-selected-element {
  font-size: 16px;
  line-height: 29px;
}

div#block-b4a57c617447847a .type-post {
  border-bottom-style: dashed;
  border-bottom-color: #EFC8A1;
}

button,
input[type="button"],
input[type="submit"] {
  background: #f58b6e;
  color: #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background: #efc8a1;
}

div#block-b4a57c617447847a .post-thumbnail img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.block-type-content .loop-navigation .nav-next a,
.block-type-content .loop-navigation .nav-previous a {
  background-color: #FFFFFF;
  text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  line-height: 130%;
  color: #F58B6E;
}

.loop-navigation .nav-next a:hover,
.loop-navigation .nav-previous a:hover {
  background-color: #FFFFFF;
  color: #EFC8A1;
}

p {
  font-family: helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
}

div#block-b4a57c617447847a .block-content-fade .loop .type-post .entry-content {
  font-size: 16px;
  color: #000000;
}

div#block-b4a57c617447847a .entry-content {
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}

.block-type-content .entry-meta {
  color: #EFC8A1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.block-type-content .entry-content p {
  color: #000000;
  font-size: 16px !important;
}

.block-type-content .entry-content,
.block-type-content .entry-content p {
  color: #000000;
  font-size: 16px;
  line-height: 180%;
}

.block-type-content .entry-content .more-link {
  background-color: #ffffff;
  text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  color: #f58b6e;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.entry-content .more-link:hover {
  background-color: #efc8a1;
  color: #ffffff;
}

element.style {
  color: #efc8a1;
}

.block-type-content .type-post {
  border-style: dashed;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #efc8a1;
  padding-bottom: 30px;
}

#wrapper-w57c6230d77722 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57c6230d776c5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w57c6230d776c5 {
  background-color: rgba(255,255,255,0);
  padding-bottom: 15px;
  padding-top: 15px;
}

div#block-bkn57c62344d136a header .entry-title {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  font-family: 'Freeland W00 Regular';
  padding-bottom: 10px;
  padding-top: 10px;
}

div#block-bkn57c62344d136a .type-page {
  padding-bottom: 0px;
  padding-top: 0px;
}

.block-type-content div.entry-content h1 {
  font-family: 'Helvetica Neue LT W01_25 UltLt';
  font-size: 26px;
  color: #f58b6e;
}

.block-type-content div.entry-content h2 {
  font-family: 'Helvetica Neue LT W01_25 UltLt';
  font-size: 24px;
}

em {
  font-family: 'Freeland W00 Regular';
  font-size: 26px;
  font-style: normal;
}

div#wrapper-w57a7e75e95d1a .grid-container {
  margin-bottom: 0px;
}

.block-type-content .entry-content h3 {
  font-size: 26px;
  color: #000000;
  line-height: 34px;
  padding-top: 0px;
}

.block-type-content .comment-reply-link {
  font-size: 14px;
  background-color: #efc8a1;
  color: #ffffff;
  text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
}

.comment-reply-link:hover {
  background-color: #f58b6e;
}

div#block-b4a57c617447847a header .entry-title {
  font-size: 34px;
  line-height: 40px;
}

div#nav-below .nav-previous .design-editor-selected-element {
  color: #F58B6E;
}

div#block-b4a57c617447847a {
  color: #000000;
}

.block-type-content div#comments h3 {
  color: #AA8535;
  font-size: 24px;
  line-height: 130%;
}

aside#block-b6c57c395970b2c7 {
  line-height: 0px;
  font-size: 0px;
  padding-top: 0px;
  text-align: center;
}

div#wrapper-w57c3958a3f860 .grid-container {
  line-height: 0px;
}

div#block-b3u57c6236fed0df .entry-content ul {
  list-style-type: none;
  color: #AA8535;
}

div#block-b3u57c6236fed0df .entry-content .design-editor-selected-element {
  font-size: 28px;
  line-height: 32px;
  margin-top: 10px;
}

.block-type-content .entry-content p a {
  color: #F58B6E;
}

div#block-b3u57c6236fed0df .entry-content p a:hover {
  color: #EFC8A1;
}

div#block-b3u57c6236fed0df .entry-content blockquote {
  font-style: italic;
  border-left-width: 1px;
  border-left-color: rgba(239,200,161,0.22);
}

div#block-b3u57c6236fed0df .entry-content blockquote h2 {
  font-style: normal;
  font-size: 24px;
}

.block-type-content .entry-content blockquote h2 a {
  color: #F58B6E;
}

#wrapper-w57d9d7414c71f {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57d9d6f35d478 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57d9d757ace9a {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57d9d7bf3c441 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57d9d7e7451ae {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w57d9d6f3db498 {
  background-color: rgba(255,255,255,0);
}

div#block-bqk57d9d7c34b12c .entry-content {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-color: rgba(239,200,161,0.53);
  border-right-color: rgba(239,200,161,0.53);
  border-bottom-color: rgba(239,200,161,0.51);
  border-left-color: rgba(239,200,161,0.51);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin-bottom: 0px;
}

div#block-b4h57d9d7590f9c2 .type-page {
  padding-bottom: 0px;
}

div#wrapper-w57d9d757ace9a {
  padding-top: 0px;
  padding-bottom: 0px;
}

div#wrapper-w57d9d7bf3c441 {
  padding-top: 0px;
  padding-bottom: 0px;
}

div#block-bf157d9d7442ef5e .type-page {
  padding-bottom: 3px;
}

div#wrapper-w57d9d7414c71f {
  padding-top: 0px;
  padding-bottom: 0px;
}

div#block-bf157d9d7442ef5e .entry-content {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-top-color: rgba(239,200,161,0.53);
  border-right-color: rgba(239,200,161,0.5);
  border-bottom-color: rgba(239,200,161,0.52);
  border-left-color: rgba(239,200,161,0.49);
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin-bottom: 0px;
}

div#block-bvk57d9d79add14e .type-page {
  padding-bottom: 0px;
}

div#wrapper-w57d9d6f35d478 {
  padding-bottom: 0px;
}

div#block-bqk57d9d7c34b12c .type-page {
  padding-bottom: 0px;
  padding-top: 0px;
}

div#block-bad57f1a98b87cb2 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
}

div#block-bad57f1a98b87cb2 .entry-content p {
  font-size: 13px;
  margin-bottom: 0px;
  color: #F58B6E;
}

#wrapper-w57f1afd82765e {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w57f1b005579fc {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bit57f1b00a0db8a {
  text-align: center;
}

div#block-bob57f1afdce5a01 .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#wrapper-w57d9d6f3db498 {
  margin-top: 0px;
}

div#block-bev57d9d7fd848c0 .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-bob57f1afdce5a01 .entry-content {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-color: rgba(239,200,161,0.49);
  border-right-color: rgba(239,200,161,0.49);
  border-bottom-color: rgba(239,200,161,0.49);
  border-left-color: rgba(239,200,161,0.49);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

div#wrapper-w57d9d7e7451ae {
  padding-bottom: 0px;
}

div#wrapper-w57f1afd82765e {
  padding-top: 0px;
  padding-bottom: 0px;
}

#wrapper-w57f1b4cb01448 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w583e31b2ab85d {
  margin-bottom: 0px;
}

#wrapper-w583e31b238377 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w583e31b238377 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SpiritBirth_Banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

figure#block-bac583e337492239 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/spirit-birth_logo.png);
}

#wrapper-w583e31b23ed92 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w583e31b23ed92 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/spirit-birth_gold.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#block-b7b583e34658cfb1 .entry-content h1 {
  color: #FFFFFF;
  margin-bottom: 0px;
  margin-top: 5px;
}

div#block-b7b583e34658cfb1 .entry-content .design-editor-selected-element {
  text-align: center;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 15px;
}

div#block-b7b583e34658cfb1 {
  font-size: 26px;
  line-height: 140%;
  color: #FFFFFF;
}

div#block-b7b583e34658cfb1 .entry-content p {
  color: #FFFFFF;
}

body.layout-using-front_page div#block-b7b583e34658cfb1 {
  line-height: 140%;
  text-align: center;
}

div#block-b7b583e34658cfb1 .entry-content p {
  color: #FFFFFF;
  margin-bottom: 0px;
  margin: 10px;
  border: 1px dotted;
  font-size: 26px;
  text-align: center;
  letter-spacing: 15px !important;
  line-height: 140%;
  padding-top: 8px;
  padding-bottom: 8px;
}

#wrapper-w583e31b2e447c {
  margin-top: 0px;
}

#wrapper-w583e3a62b8a18 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w583e3a3866d51 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w583e3a3866d51 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/spirit-birth_watercolour_pink.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#block-bfk583e3a3c75863 .entry-content h1 {
  color: #FFFFFF;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 140%;
}

div#block-b0n583e3a669ff48 .entry-content ul {
  color: #AA8535;
}

#wrapper-w583e31b2a541e {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bfk583e3a3c75863 .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-be4583e3bbe59bec .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-b0n583e3a669ff48 .entry-content div h1 {
  color: #000000;
}

figure#block-bac583e337492239 img {
  background-repeat: no-repeat;
}

div#block-be4583e3bbe59bec .entry-content h1 em {
  font-size: 30px;
}

table td,
table th {
  padding-right: 10px;
  padding-top: 0px;
  line-height: inherit;
  text-align: inherit;
  vertical-align: middle;
  border-top: 0px solid #ffffff;
}

div#block-buk583e4cebeafdd header .entry-title {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  margin-bottom: 30px;
  color: #5D2C52;
}

div#block-buk583e4cebeafdd .entry-content h1 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_pink-watercolour.jpg);
  color: #FFFFFF;
  margin-top: 20px;
}

div#block-buk583e4cebeafdd .entry-content .design-editor-selected-element {
  font-size: 32px;
  line-height: 140%;
}

div#block-buk583e4cebeafdd .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-bhl583e54a6da49b .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-bt3583e54bfb2fde .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-blt583e54d9cd2f4 .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-bzf583e54f87c42c .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-bhl583e54a6da49b .entry-content h1 {
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_purple-watercolour.jpg);
}

div#block-bhl583e54a6da49b .entry-content .design-editor-selected-element {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_purple-watercolour.jpg);
}

div#block-bt3583e54bfb2fde .entry-content h1 {
  color: #FFFFFF;
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_latte-watercolour.jpg);
}

div#block-bt3583e54bfb2fde .entry-content .design-editor-selected-element {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_latte-watercolour.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div#block-blt583e54d9cd2f4 .entry-content h1 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_orange.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

div#block-bzf583e54f87c42c .entry-content h1 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_brown-watercolour.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
}

div#block-b06583e550e14a4d .entry-content h1 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/spirit-birth_gold.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  margin-bottom: 30px;
}

div#block-b0n583e3a669ff48 .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#wrapper-w583e56819d5aa {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w583e56819d5aa {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/spirit-birth_watercolour_pink.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

div#block-bw2583e568c6cf74 .type-page {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 0px;
}

div#block-bw2583e568c6cf74 header .entry-title {
  color: #FFFFFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  padding-top: 15px;
  padding-bottom: 15px;
}

div#block-bw2583e568c6cf74 .entry-content {
  color: #FFFFFF;
}

div#block-bw2583e568c6cf74 .entry-content p {
  color: #FFFFFF;
}

div#block-bw2583e568c6cf74 .entry-content p em {
  color: #FFFFFF;
}

#wrapper-w583e57c0a2d1b {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-be5583e57d1d0d10 .entry-content p {
  font-size: 0px;
  line-height: 0px;
}

div#wrapper-w583e57c0a2d1b {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/spirit-birth_gold.jpg);
  padding-top: 0px;
  padding-bottom: 0px;
}

div#block-bw2583e568c6cf74 .entry-content h3 {
  color: #FFFFFF;
}

div#block-b06583e550e14a4d .entry-content h2 {
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #F58B6E;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-top-color: rgba(245,139,110,0.53);
  border-right-color: rgba(245,139,110,0.53);
  border-bottom-color: rgba(245,139,110,0.52);
  border-left-color: rgba(245,139,110,0.52);
}

div#block-b06583e550e14a4d .type-page {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

div#block-bw2583e568c6cf74 .entry-content table tbody tr td em {
  font-size: 50px;
  line-height: 140%;
  color: #FFFFFF;
}

#wrapper-w583e625bea556 {
  margin-top: 0px;
  margin-bottom: 0px;
}

span#ewd-ufaq-post-symbol-W42-393-0 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-W42-392-1 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-W42-391-2 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-W42-390-3 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-W42-389-4 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-W42-388-5 {
  color: #F58B6E;
}

div#block-bym583e626e82e08 .entry-content p em {
  font-size: 40px;
  line-height: 140%;
  color: #5D2C52;
}

div#block-bym583e626e82e08 .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-buk583e4cebeafdd .entry-content p {
  padding-top: 20px;
  padding-bottom: 20px;
}

div#block-bym583e626e82e08 .entry-content h3 {
  padding-top: 15px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  margin-top: 30px;
  color: #5D2C52;
}

span#ewd-ufaq-post-symbol-u7L-393-0 {
  color: #F58B6E;
}

div#ewd-ufaq-post-margin-symbol-u7L-392-1 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-u7L-391-2 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-u7L-390-3 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-u7L-389-4 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-u7L-388-5 {
  color: #F58B6E;
}

div#block-bym583e626e82e08 .entry-content h2 {
  font-size: 28px;
  line-height: 140%;
  color: #5D2C52;
}

div#block-bw2583e568c6cf74 .entry-content table tbody tr td h1 {
  color: #FFFFFF;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 140%;
}

div#block-bw2583e568c6cf74 .entry-content table tbody tr td .design-editor-selected-element {
  font-size: 30px;
}

div#block-bw2583e568c6cf74 .entry-content table tbody tr td h2 {
  margin-bottom: 0px;
  line-height: 140%;
  font-size: 26px;
  color: #FFFFFF;
}

div#block-ba05848c366c71ff .entry-content h1 {
  margin-bottom: 0px;
  color: #F58B6E;
}

div#block-ba05848c366c71ff .entry-content .design-editor-selected-element {
  font-size: 25px;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
}

header#block-bdh583e3306387e0 .banner-image img {
  text-align: center;
}

div#ufaq-title-393 .ewd-ufaq-post-margin .ufaq-faq-title-text h4 {
  color: #F58B6E;
}

div#ufaq-title-392 .ewd-ufaq-post-margin .ufaq-faq-title-text h4 {
  color: #F58B6E;
}

div#ufaq-title-391 .ewd-ufaq-post-margin .ufaq-faq-title-text h4 {
  color: #F58B6E;
}

div#ufaq-title-390 .ewd-ufaq-post-margin .ufaq-faq-title-text h4 {
  color: #F58B6E;
}

div#ufaq-title-389 .ewd-ufaq-post-margin .ufaq-faq-title-text h4 {
  color: #F58B6E;
}

div#ufaq-title-388 .ewd-ufaq-post-margin .ufaq-faq-title-text h4 {
  color: #F58B6E;
}

span#ewd-ufaq-post-symbol-9s3-393-0 {
  color: #AA8535;
}

span#ewd-ufaq-post-symbol-9s3-392-1 {
  color: #AA8535;
}

span#ewd-ufaq-post-symbol-9s3-391-2 {
  color: #AA8535;
}

span#ewd-ufaq-post-symbol-9s3-390-3 {
  color: #AA8535;
}

span#ewd-ufaq-post-symbol-9s3-389-4 {
  color: #AA8535;
}

span#ewd-ufaq-post-symbol-9s3-388-5 {
  color: #AA8535;
}

div#block-bym583e626e82e08 .entry-content h1 {
  color: #AA8535;
  font-size: 30px;
}

div#block-b0n583e3a669ff48 .entry-content p em {
  color: #5D2C52;
  font-size: 30px;
}

div#block-buk583e4cebeafdd .entry-content p em {
  color: #AA8535;
}

div#block-buk583e4cebeafdd .entry-content table tbody tr td h2 {
  color: #56372F;
  line-height: 140%;
}

div#block-bhl583e54a6da49b .entry-content table tbody tr td h2 {
  color: #56372F;
}

div#block-bt3583e54bfb2fde .entry-content table tbody tr td h2 {
  color: #56372F;
}

div#block-blt583e54d9cd2f4 .entry-content table tbody tr td h2 {
  color: #56372F;
}

div#block-bzf583e54f87c42c .entry-content table tbody tr td h2 {
  color: #56372F;
}

span#ewd-ufaq-post-symbol-hTP-393-0 {
  color: #AA8535!important;
}

span#ewd-ufaq-post-symbol-hTP-392-1 {
  color: #AA8535!important;
}

span#ewd-ufaq-post-symbol-hTP-391-2 {
  color: #AA8535!important;
}

span#ewd-ufaq-post-symbol-hTP-390-3 {
  color: #AA8535 !important;
}

.block-type-content .entry-content h3 {
  font-size: 26px;
  color: #5d2c52;
  line-height: 34px;
  padding-top: 0px;
}

.block-type-content .entry-content,
.block-type-content .entry-content p {
  color: #56372f;
  font-size: 16px;
  line-height: 180%;
}

span#ewd-ufaq-post-symbol-hTP-389-4 {
  color: #AA8535 !important;
}

span#ewd-ufaq-post-symbol-hTP-388-5 {
  color: #AA8535 !important;
}

table td,
table th {
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: inherit;
  text-align: inherit;
  vertical-align: middle;
  border-top: 0px solid #ffffff;
}

#wrapper-w5848d60c02dda {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w5848d60c02dda {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/12/Spirit-Birth_background1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding-top: 35px;
  padding-bottom: 35px;
}

div#block-bug5848d611ecafd .type-page {
  background-color: rgba(86,55,47,0.44);
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#block-bug5848d611ecafd .entry-content h1 {
  padding-left: 20px;
  color: #FFFFFF;
  font-size: 30px;
}

div#block-bug5848d611ecafd .entry-content {
  padding-left: 20px;
  padding-right: 20px;
  color: #FFFFFF;
}

div#page1 h1 {
  padding-left: 20px;
}

#wrapper-w5848da2ccbdbd {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w5848db68ed422 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w5848db9ea694c {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w5848db68ed422 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/12/Spirit-Birth_backgrounds_v2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 25px;
  padding-top: 25px;
}

div#block-b9t5848db2cdca26 .type-page {
  background-color: rgba(255,255,255,0.83);
  padding-bottom: 0px;
  margin-bottom: 20px;
  margin-top: 21px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-left-color: #F58B6E;
  border-bottom-color: #F58B6E;
  border-right-color: #F58B6E;
  border-top-color: #F58B6E;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

div#block-b9t5848db2cdca26 .entry-content h1 {
  padding-left: 20px;
  padding-right: 20px;
  color: #F58B6E;
  font-size: 30px;
}

div#block-b9t5848db2cdca26 .entry-content {
  padding-left: 20px;
  padding-right: 20px;
}

div#block-b3v5848dba3aaf7e .entry-content h3 {
  line-height: 140%;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

div#block-b3v5848dba3aaf7e .type-page {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#wrapper-w5848de55f53e6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w5848de55f53e6 {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/12/Spirit-Birth_backgrounds2.jpg);
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div#block-bko5848de6b99409 .type-page {
  background-color: rgba(86,55,47,0.69);
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #AA8535;
  border-right-color: #AA8535;
  border-bottom-color: #AA8535;
  border-left-color: #AA8535;
}

div#block-bko5848de6b99409 .entry-content {
  padding-left: 20px;
  padding-right: 20px;
}

div#block-bko5848de6b99409 .entry-content h2 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 45px;
}

div#block-bko5848de6b99409 .entry-content .design-editor-selected-element {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
}

div#ufaq-title-393 .ewd-ufaq-post-margin {
  color: #AA8535;
}

div#ufaq-title-393 .ewd-ufaq-post-margin .ufaq-faq-title-text h4:hover {
  color: #AA8535;
}

div#ufaq-title-392 .ewd-ufaq-post-margin .ufaq-faq-title-text h4:hover {
  color: #AA8535;
}

div#ufaq-title-391 .ewd-ufaq-post-margin .ufaq-faq-title-text h4:hover {
  color: #AA8535;
}

div#ufaq-title-390 .ewd-ufaq-post-margin .ufaq-faq-title-text h4:hover {
  color: #AA8535;
}

div#ufaq-title-389 .ewd-ufaq-post-margin .ufaq-faq-title-text h4:hover {
  color: #AA8535;
}

div#ufaq-title-388 .ewd-ufaq-post-margin .ufaq-faq-title-text h4:hover {
  color: #AA8535;
}

span#ewd-ufaq-post-symbol-WEu-393-0 {
  color: #AA8535!important;
}

span#ewd-ufaq-post-symbol-WEu-392-1 {
  color: #AA8535!important;
}

span#ewd-ufaq-post-symbol-WEu-391-2 {
  color: #AA8535!important;
}

span#ewd-ufaq-post-symbol-WEu-390-3 {
  color: #AA8535!important;
}

span#ewd-ufaq-post-symbol-WEu-389-4 {
  color: #AA8535!important;
}

span#ewd-ufaq-post-symbol-WEu-388-5 {
  color: #AA8535!important;
}

div#block-b06583e550e14a4d .entry-content .design-editor-selected-element {
  color: #F58B6E;
  border-right-color: rgba(245,139,110,0.5);
  border-bottom-color: rgba(245,139,110,0.5);
  border-left-color: rgba(245,139,110,0.51);
}

div#block-bug5848d611ecafd .td {
  color: #ffffff !important;
}

div#block-bug5848d611ecafd table td,
table th {
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: inherit;
  text-align: inherit;
  vertical-align: middle;
  border-top: 0px solid #ffffff;
  color: #ffffff;
}

div#block-bko5848de6b99409 table td,
table th {
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: inherit;
  text-align: inherit;
  vertical-align: middle;
  border-top: 0px solid #ffffff;
  color: #ffffff;
}

.ewd-ufaq-post-margin-symbol span {
  display: inline-block;
  font-size: 30px;
  margin: 0 auto;
  color: #F58B6E !important;
}

#wrapper-w584a199dec015 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w584a21b5cf35a {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w584a199dec015 {
  padding-bottom: 15px;
  padding-top: 35px;
}

div#wrapper-w584a21b5cf35a {
  background-color: rgba(255,255,255,0);
}

div#block-b3v5848dba3aaf7e .entry-content h1 {
  font-size: 30px;
}

div#block-be4583e3bbe59bec .entry-content .eMember_protected_message .eMember_not_a_member_msg a {
  color: #F58B6E;
}

div#block-be4583e3bbe59bec .entry-content .eMember_protected_message {
  background-color: rgba(239,200,161,0.2);
  color: #56372F;
  border-top-color: #FFFFFF;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

input#doLogin {
  background-color: #F58B6E !important;
}

input#doLogin:hover {
  background-color: #5D2C52 !important;
}

a#register {
  color: #F58B6E;
}

a#forgot_pass {
  color: #F58B6E;
}

.block-type-navigation .menu li > a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-variant: normal;
  padding-right: 15px;
  padding-left: 15px;
}

nav#block-bwt584a21b900562 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  line-height: 0px;
}

#block-bwt584a21b900562 .nav-horizontal ul.menu > li > a,
#block-bwt584a21b900562 .nav-search-active .nav-search {
  height: 65px !important;
  line-height: normal !important;
}

nav#block-b8y584a337ddd6ff {
  border-bottom-style: none;
  font-size: 16px;
}

div#block-be4583e3bbe59bec .entry-content .eMember_protected_message a {
  color: #F58B6E;
}

div#block-b06583e550e14a4d .entry-content table tbody tr td h2 {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 28px;
  margin-top: 0px;
  color: #5D2C52;
}

div#block-b06583e550e14a4d .entry-content table tbody tr td h6 {
  margin-bottom: 0px;
}

div#block-bw2583e568c6cf74 .entry-content h1 del strong {
  color: #FFFFFF;
}

div#block-b0n583e3a669ff48 .entry-content h3 {
  color: #5D2C52;
}

.block-type-content div.entry-content h2 {
  font-family: 'Helvetica Neue LT W01_25 UltLt';
  font-size: 24px;
  color: #5D2C52;
}

#wrapper-w585b55ae11e87 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bcm585b5601b48c1 header .entry-title {
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_pink-watercolour.jpg);
  color: #FFFFFF;
  padding-bottom: 15px;
  padding-top: 15px;
}

#wrapper-w585b7eae91a61 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bfa585b7f142d9d4 header .entry-title {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_brown-watercolour.jpg);
  color: #FFFFFF;
}

#wrapper-w585b7fd63b5f5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-brc585b801c6ea0f header .entry-title {
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_orange.jpg);
}

#wrapper-w585b80d08a1f8 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-blf585b811c09414 header .entry-title {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_latte-watercolour.jpg);
  color: #FFFFFF;
}

#wrapper-w585b81961925f {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bmt585b821501f27 header .entry-title {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(http://www.laurenfalconer.com.au/wp-content/uploads/2016/11/SB_purple-watercolour.jpg);
  color: #FFFFFF;
}

div#block-bad57f1a98b87cb2 .entry-content p a {
  color: #F58B6E;
}

div#block-bad57f1a98b87cb2 .entry-content p a:hover {
  color: #5D2C52;
}

#block-b8y584a337ddd6ff .nav-horizontal ul.menu > li > a,
#block-b8y584a337ddd6ff .nav-search-active .nav-search {
  height: 43px;
  line-height: 43px;
  font-size: 18px;
}

div#block-b3u57c6236fed0df .entry-content {
  margin-left: 10px;
}

div#block-bwj587c237f8398d table tbody tr td h2 {
  color: #5D2C52;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
  padding-bottom: 0px;
}

div#block-bwj587c237f8398d table tbody tr td .design-editor-selected-element {
  line-height: 140%;
  font-size: 25px;
  padding-top: 5px;
}

div#block-bwj587c237f8398d {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-top-color: rgba(239,200,161,0.49);
  border-right-color: rgba(239,200,161,0.49);
  border-bottom-color: rgba(239,200,161,0.49);
  border-left-color: rgba(239,200,161,0.49);
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin-bottom: 0px;
}

div#block-bwj587c237f8398d table tbody tr td h6 {
  font-size: 18px;
  padding-bottom: 20px;
  color: rgba(245,139,110,0.68);
}

div#block-bfk587c256804824 table tbody tr td h6 {
  font-size: 20px;
  color: rgba(245,139,110,0.68);
}

div#block-bfk587c256804824 table tbody tr td .design-editor-selected-element {
  margin-bottom: 20px;
  font-size: 25px;
  color: #5D2C52;
}

div#block-bfk587c256804824 table tbody tr td h2 {
  color: #5D2C52;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
  margin-top: 20px;
  margin-bottom: 0px;
}

div#block-bfk587c256804824 {
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(239,200,161,0.49);
  border-right-color: rgba(239,200,161,0.49);
  border-bottom-color: rgba(239,200,161,0.49);
  border-left-color: rgba(239,200,161,0.49);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

div#block-be8587c2c3dfdf62 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-color: rgba(239,200,161,0.49);
  border-right-color: rgba(239,200,161,0.49);
  border-bottom-color: rgba(239,200,161,0.49);
  border-left-color: rgba(239,200,161,0.49);
}

div#block-be8587c2c3dfdf62 table tbody tr td h6 {
  color: rgba(245,139,110,0.68);
  margin-top: 0px;
  margin-bottom: 20px;
}

div#block-be8587c2c3dfdf62 table tbody tr td .design-editor-selected-element {
  font-size: 20px;
  margin-top: 20px;
}

div#block-be8587c2c3dfdf62 table tbody tr td h2 {
  color: #5D2C52;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
}

div#block-bw8587c2d6757ec7 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-top-color: rgba(239,200,161,0.49);
  border-right-color: rgba(239,200,161,0.49);
  border-bottom-color: rgba(239,200,161,0.49);
  border-left-color: rgba(239,200,161,0.49);
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

div#block-bw8587c2d6757ec7 table tbody tr td h6 {
  color: rgba(245,139,110,0.68);
  padding-bottom: 20px;
  padding-top: 0px;
}

div#block-bw8587c2d6757ec7 table tbody tr td .design-editor-selected-element {
  font-size: 20px;
  padding-top: 20px;
}

div#block-bpw587c2ddacf5fb table tbody tr td h6 {
  color: rgba(245,139,110,0.68);
  padding-bottom: 20px;
}

div#block-bpw587c2ddacf5fb table tbody tr td .design-editor-selected-element {
  font-size: 20px;
}

div#block-bpw587c2ddacf5fb table tbody tr td h2 {
  color: #5D2C52;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
}

div#block-bpw587c2ddacf5fb {
  border-top-color: rgba(239,200,161,0.49);
  border-right-color: rgba(239,200,161,0.49);
  border-bottom-color: rgba(239,200,161,0.49);
  border-left-color: rgba(239,200,161,0.49);
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

div#block-bw8587c2d6757ec7 table tbody tr td h2 {
  color: #5D2C52;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
}

#wrapper-w587c3045ff71a {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-b8t587c2faf00031 {
  border-top-color: rgba(239,200,161,0.49);
  border-right-color: rgba(239,200,161,0.49);
  border-bottom-color: rgba(239,200,161,0.49);
  border-left-color: rgba(239,200,161,0.49);
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-width: 6px;
  border-top-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

div#block-b8t587c2faf00031 table tbody tr td h6 {
  color: rgba(245,139,110,0.68);
}

div#block-b8t587c2faf00031 table tbody tr td .design-editor-selected-element {
  font-size: 20px;
  color: #5D2C52;
  margin-bottom: 20px;
}

div#block-b8t587c2faf00031 table tbody tr td h2 {
  color: #5D2C52;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 140%;
}

div#block-b41587c3072800e7 {
  border-top-color: rgba(239,200,161,0.49);
  border-right-color: rgba(239,200,161,0.49);
  border-bottom-color: rgba(239,200,161,0.49);
  border-left-color: rgba(239,200,161,0.49);
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

div#block-b41587c3072800e7 table tbody tr td h6 {
  color: rgba(245,139,110,0.68);
  padding-top: 0px;
  padding-bottom: 20px;
}

div#block-b41587c3072800e7 table tbody tr td .design-editor-selected-element {
  font-size: 20px;
  padding-bottom: 0px;
  line-height: 140%;
  padding-top: 20px;
  padding-right: -4px;
}

div#block-b41587c3072800e7 table tbody tr td h2 {
  color: #5D2C52;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
  line-height: 140%;
}

div#block-by1587c3087c4b6d {
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-color: rgba(239,200,161,0.49);
  border-right-color: rgba(239,200,161,0.49);
  border-bottom-color: rgba(239,200,161,0.49);
  border-left-color: rgba(239,200,161,0.49);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

div#block-by1587c3087c4b6d table tbody tr td h6 {
  color: rgba(245,139,110,0.68);
  padding-bottom: 20px;
}

div#block-by1587c3087c4b6d table tbody tr td .design-editor-selected-element {
  padding-bottom: 0px;
  font-size: 20px;
  line-height: 140%;
}

div#block-by1587c3087c4b6d table tbody tr td h2 {
  color: #5D2C52;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
}

div#wrapper-w587c48760e98c {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w587c4c2c1847e {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w587c5982bde19 {
  background-color: rgba(255,255,255,0);
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-br8587c59857d4eb header .entry-title {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  padding-top: 10px;
  padding-bottom: 15px;
}

div#wrapper-w587c576119f59 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-br8587c59857d4eb .type-page {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#content .page-title {
  color: #FFFFFF;
}

body.layout-using-archive .block-type-content div div .products .woocommerce-LoopProduct-link h3 {
  font-size: 18px;
}

.block-type-content div div .products .woocommerce-LoopProduct-link h3 {
  font-size: 18px;
}

div#content .products .woocommerce-LoopProduct-link h3 {
  line-height: 140%;
}

div#content .products .woocommerce-LoopProduct-link h3 {
  font-size: 18px;
  line-height: 140%;
}

.block-type-content div div .products .woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
  color: #5D2C52;
}

div#content .products .woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
  font-size: 18px;
  margin-top: 20px;
}

div#block-b9x587c5b0c471e0 .entry-content p {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0px;
}

div#block-b9x587c5b0c471e0 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
}

div#wrapper-w587c5c7b9f28a {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 35px;
}

div .summary .product_title {
  font-family: "Playfair Display";
  -hw-complex-property-google-font: '{"value":""Playfair Display"","variants":["regular","italic","700","700italic","900","900italic"]}';
  color: #F58B6E;
}

div .woocommerce-tabs .tabs .description_tab {
  line-height: 140%;
  margin-bottom: 5px;
}

div#wrapper-w587c5f678cb8d {
  margin-top: 0px;
  margin-bottom: 0px;
}

div .summary div .price {
  color: #5D2C52;
}

div .summary div h4 {
  line-height: 140%;
}

div .summary .product_meta .posted_in {
  color: #F58B6E;
}

div .related h2 {
  line-height: 140%;
  color: #AA8535;
  font-family: 'Helvetica Neue LT W01_25 UltLt';
}

div .related .design-editor-selected-element {
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #ffffff !important;
  background-color: #f58b6e;
}

div .summary .product_title {
  color: #F58B6E;
  font-family: "Playfair Display";
  -hw-complex-property-google-font: '{"value":""Playfair Display"","variants":["regular","italic","700","700italic","900","900italic"]}';
  font-size: 30px;
  line-height: 140%;
}

div .summary .cart .single_add_to_cart_button {
  background-color: #AA8535;
  padding-bottom: 0px;
  padding-top: 0px;
}

.woocommerce-message {
  border-top-color: #000000;
}

div#tab-description blockquote p {
  color: #000000;
}

div#tab-description {
  color: #000000;
}

div#block-b3u57c6236fed0df .entry-content .woocommerce form .shop_table tbody tr .actions .coupon .button {
  padding-bottom: 0px;
  padding-top: 0px;
}

div#block-b3u57c6236fed0df .entry-content .woocommerce .woocommerce-info {
  border-top-color: #000000;
}

div#payment .wc_payment_methods {
  background-color: rgba(0,0,0,0);
  border-bottom-width: 0px;
  border-bottom-style: none;
}

input#place_order {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5D2C52;
  color: #FFFFFF;
}

div#payment .wc_payment_methods .wc_payment_method .payment_box p {
  color: #FFFFFF;
}

.woocommerce-checkout #payment {
  background: #ffffff !important;
}

div#block-bjq589126c763c37 .entry-row .post-thumbnail img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

body.layout-using-front_page .block-type-content .entry-row .entry-summary p {
  color: #000000;
}

body.layout-using-front_page .block-type-content .entry-row .type-post {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.block-type-content {
  padding-left: 5px;
  padding-right: 5px;
}

li#text-4 {
  text-align: right;
  padding-right: 0px;
  padding-left: 0px;
}

li#text-5 {
  padding-right: 0px;
  padding-left: 0px;
}

li#text-7 .textwidget {
  text-align: right;
}

div#wrapper-w57a43cc5d63e3 {
  padding-bottom: 25px;
}

div#block-bfr577ddf166ede2 .entry-content h3 a {
  color: #F58B6E;
}

div#block-bfr577ddf166ede2 .entry-content h3 a:hover {
  color: #5D2C52;
}

div#block-bfr577ddf166ede2 .entry-content h3 {
  font-size: 20px;
  color: #5D2C52;
}

div#block-bfr577ddf166ede2 .entry-content h3 .alignleft {
  margin-right: 10px;
}

div#block-b3u57c6236fed0df .entry-content p strong {
  color: #F58B6E;
}

div#block-b3u57c6236fed0df .entry-content h1 {
  color: #F58B6E;
}

div#block-b3u57c6236fed0df .entry-content h1 a {
  color: #F58B6E;
}

div#block-b3u57c6236fed0df .entry-content h1 a:hover {
  color: #5D2C52;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 0 !important;
}

#wrapper-w59195f755a001 {
  margin-top: 0px;
  margin-bottom: 0px;
}

input.eMember_button {
  background-color: #f58b6e !important;
  background-image: none !important;
  border: 1px solid #f58b6e !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  font-size: 14px !important;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 3px 30px 3px 30px !important;
  margin: 5px 0px;
  width: auto !important;
}

div#block-b1u59195fbedd71f .entry-content a {
  color: #F58B6E;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background: #5D2C52 !important;
}

div#block-b1u59195fbedd71f .entry-content a:hover {
  color: #5D2C52;
}

