/***************************************************************************************

Theme Name: ExciteMedia Theme

Theme URI: http://www.excitemedia.com.au

Description: Custom Wordpress theme created by ExciteMedia

Author: ExciteMedia

Author URI: http://www.excitemedia.com.au

Version: 1.4.2

Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support



License: ExciteMedia

License URI: http://www.excitemedia.com.au

***************************************************************************************/

/******************************************

 GENERAL STYLES

******************************************/

/* Font Faces - BEGIN */

@font-face {
	font-family: 'red-velvet';
	src: url('library/fonts/Red_Velvet.woff2') format('woff2'), url('library/fonts/Red_Velvet.woff') format('woff'), url('library/fonts/fonts/Red_Velvet.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'hello_neighbor';
    src: url('library/fonts/hello_neighbor-regular-webfont.woff2') format('woff2'),
         url('library/fonts/hello_neighbor-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.redvevet {
	font-family: 'red-velvet';
	text-transform: capitalize;
}
.hello_neighbor {
	font-family: 'hello_neighbor';
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');

/* Font Faces - END */

html {
	font-size: 100% !important;
}
body {
	color: #323a3b;
	font-family: montserrat, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75em;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #272525;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.8125rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.032em;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a,
a:before,
a:after {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a,
a:link,
a:hover,
a:active,
a:focus,
a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127"" Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img:-moz-loading:after,
img:-moz-loading:before {
	visibility: hidden;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	padding: 0;
	margin: 0 0 20px;
}
p:last-child {
	padding: 0;
	margin: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
/* firefox 19+ */

:-ms-input-placeholder {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ie */

input:-moz-placeholder {
	opacity: 1;
}
iframe {
	max-width: 100%;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position: relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 100px 0;
}
/******************************************

 CONTENT PANELS

******************************************/

/* Content Panel default settings */

.extra-content,
.extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Custom width container */

.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/* Use Divup plugin to create boostrap grid in the WP editor */

.divup-wrap.row .div-1 {
	display: none;
}
/* More support for Bootstrap Grid */

.align-items-stretch .extra-content-col-inner {
	height: 100%;
}
/******************************************

 TYPOGRAPHY

******************************************/

.font-100 {
	font-weight: 100;
}
.font-200 {
	font-weight: 200;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-800 {
	font-weight: 800;
}
.font-900 {
	font-weight: 900;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid rgba(149, 152, 154, 0.5);
	color: #403c3e;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 6px 8px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium,
div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium,
div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large,
div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large,
div.gform_wrapper .left_label select.large {
	height: 59px;
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
	height: 200px;
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
	padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"],
button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce input.button,
div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="image"],
div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button,
div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ED1B24;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ED1B24;
	cursor: pointer;
	display: inline-block;
	font: 500 1.375rem/1.2em'Montserrat', sans-serif;
	padding: 17px 30px 16px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover,
button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce input.button:hover,
div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type="image"]:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover,
div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-button {
	background-color: #00B2B6;
	border: 2px solid rgba(0, 0, 0, 0);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #000;
	display: inline-block;
	font: 500 0.875rem/1.2em'Montserrat', sans-serif;
	padding: 17px 20px 16px;
	text-align: center;
	text-decoration: none;
}
a.em-blue-background {
	background-color: #166988;
}
a.em-blue-border {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #009ED2;
	color: #166988;
}
a.em-white-border {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	color: #fff;
}
a.em-white-background {
	background-color: #fff;
	color: #3E4047;
}
a.em-black-border {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #272525;
	color: #272525;
}
a.em-black-background {
	background-color: #272525;
	color: #fff;
}
a.em-red-border {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ED1B24;
	color: #ED1B24;
}
a.em-red-background {
	background-color: #ED1B24;
	color: #fff;
}
a.em-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.em-button:hover,
.banner-area a.em-button:hover,
.bottom-bar a.em-button-pink:hover {
	background-color: #CEA1A4;
	border-color: #CEA1A4;
	color: #fff;
	text-decoration: none;
}
a.em-blue-background:hover {
	background-color: #1d88af;
}
a.em-blue-border:hover {
	background-color: #166988;
	color: #fff;
}
a.em-white-border:hover,
a.em-white-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-black-border:hover,
a.em-black-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-red-border:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-red-background:hover {
	background-color: #d4111b;
	color: #fff;
}
a.pdf-link:before,
a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
a.pdf-link:before {
	content: "\f1c1";
}
a.pdf-link,
a.doc-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 8px 0 6px 53px;
	position: relative;
}
a.hyper-link {
	background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
.list-inline {
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}
.list-stack {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.list-stack li {
	display: block;
	margin: 50px 0;
}
.blue-dot,
.black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.blue-dot ul,
.black-dot ul {
	list-style: none;
	margin-left: 1rem;
	padding-left: 0;
}
.blue-dot li:before,
.black-dot li:before {
	background: #009ED2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 11px;
}
.black-dot li:before {
	background: #272525;
}
.blue-dot li,
.black-dot li {
	padding: 0 0 0 27px;
	position: relative;
}
.list-check-square,
.list-check {
	list-style: none;
	padding: 0;
}
.list-check-square li {
	background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: normal;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul,
.no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square,
ol.square {
	list-style-type: square;
}
ul.circle,
ol.circle {
	list-style-type: circle;
}
ul.disc,
ol.disc {
	list-style-type: disc;
}
ul.no-bullet,
ol.no-bullet {
	list-style: none;
}
ul.d-xl-flex,
ul.d-lg-flex,
ul.d-md-flex,
ul.d-sm-flex,
ul.d-flex,
ol.d-xl-flex,
ol.d-lg-flex,
ol.d-md-flex,
ul.d-sm-flex,
ol.d-flex {
	list-style: none;
	margin: 26px -15px;
	padding: 0;
}
ul.d-xl-flex li,
ul.d-lg-flex li,
ul.d-md-flex li,
ul.d-sm-flex li,
ul.d-flex li,
ol.d-xl-flex li,
ol.d-lg-flex li,
ol.d-md-flex li,
ul.d-sm-flex li,
ol.d-flex li {
	padding: 0 15px;
}
ul.justify-content-center,
ol.justify-content-center {
	text-align: center;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td,
.table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #152e54;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child,
.table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
	background: #e1e5ec;
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr,
acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}
@media (max-width: 1400px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper .top_label input.medium,
	div.gform_wrapper .top_label select.medium,
	div.gform_wrapper .left_label input.medium,
	div.gform_wrapper .left_label select.medium,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .left_label input.large,
	div.gform_wrapper .left_label select.large,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 44px;
	}
	a.em-button,
	input[type="submit"],
	button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce .cart .button,
	.woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type="image"],
	div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button,
	div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 13px 30px 12px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 42px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 42px;
	}
}
@media (max-width: 1199.98px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper .top_label input.medium,
	div.gform_wrapper .top_label select.medium,
	div.gform_wrapper .left_label input.medium,
	div.gform_wrapper .left_label select.medium,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .left_label input.large,
	div.gform_wrapper .left_label select.large,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 40px;
	}
	a.em-button,
	input[type="submit"],
	button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce .cart .button,
	.woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type="image"],
	div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button,
	div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 11px 25px 10px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 38px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 38px;
	}
	/*

	 * Responsive Table

	*/
	/* Force table to not be like tables anymore */
	.notable-lg,
	.notable-lg thead,
	.notable-lg tbody,
	.notable-lg tfoot,
	.notable-lg tr,
	.notable-lg th,
	.notable-lg td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-lg thead tr,
	.notable-lg th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-lg td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-lg td:before {
		display: block;
		font-weight: bold;
		text-align: left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-lg td:before {
		content: attr(data-heading);
	}
}
@media (max-width: 991.98px) {
	a.pdf-link:after,
	a.doc-link:after {
		right: 0;
	}
	a.pdf-link,
	a.doc-link {
		padding-right: 40px;
	}
	/*

	 * Responsive Table

	*/
	/* Force table to not be like tables anymore */
	.notable-md,
	.notable-md thead,
	.notable-md tbody,
	.notable-md tfoot,
	.notable-md tr,
	.notable-md th,
	.notable-md td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-md thead tr,
	.notable-md th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-md td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-md td:before {
		display: block;
		font-weight: bold;
		text-align: left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-md td:before {
		content: attr(data-heading);
	}
}
@media (max-width: 767.98px) {
	/*

	 * Responsive Table

	*/
	/* Force table to not be like tables anymore */
	.notable,
	.notable thead,
	.notable tbody,
	.notable tfoot,
	.notable tr,
	.notable th,
	.notable td,
	.table-style-1,
	.table-style-1 thead,
	.table-style-1 tbody,
	.table-style-1 tfoot .table-style-1 tr,
	.table-style-1 th,
	.table-style-1 td,
	.table-style-2,
	.table-style-2 thead,
	.table-style-2 tbody,
	.table-style-2 tfoot,
	.table-style-2 tr,
	.table-style-2 th,
	.table-style-2 td,
	.shop_table,
	.shop_table thead,
	.shop_table tbody,
	.shop_table tfoot,
	.shop_table tr,
	.shop_table th,
	.shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr,
	.notable th,
	.table-style-1 thead tr,
	.table-style-1 th,
	.table-style-2 thead tr,
	.table-style-2 th,
	.shop_table thead tr,
	.shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align: left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}
	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.table-style-2 tr td:first-child,
	.shop_table tr td:first-child,
	.shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.product-remove {
		line-height: 0.9em;
	}
	.list-check li {
		padding-left: 27px;
	}
	.list-check-square li {
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	a.em-button,
	input[type="submit"],
	button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button .woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce .cart .button,
	.woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type="image"],
	div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 1.25rem;
		line-height: 1em;
		padding-bottom: 10px;
		padding-top: 11px;
	}
}
@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: inherit;
		margin-bottom: 0;
	}
}
@media (max-width: 575.98px) {
	p.testimonial {
		border-left-width: 8px;
		padding-left: 15px;
	}
	a.pdf-link,
	a.doc-link {
		padding-left: 40px;
	}
}
/******************************************

 SIDEBAR

******************************************/

.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a,
.main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}
/******************************************

 IMAGE SCROLLER

******************************************/

.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}
/******************************************

 ACCORDION

******************************************/

.accordion {
	margin: 30px 0;
}
.accordion > p,
.accordion > br {
	display: none;
	/* Fix empty P tag */
}
h3.accordion-title:before {
	font-family: FontAwesome;
	content: "\f055";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1em;
	margin-top: -9px;
	position: absolute;
	right: 25px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\f056";
}
h3.accordion-title {
	border: 2px solid #EBCDCF;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	margin: 10px 0 0;
	padding: 20px 50px 20px 30px;
	position: relative;
	background: #EBCDCF;
	text-align: left;
}
h3.accordion-title.open {
	background: #EBCDCF;
	border-color: #EBCDCF;
	color: #000;
}
.accordion-content {
	background: #FBF2F0;
	margin: 0;
	padding: 40px;
	font-size: 0.9375rem;
	text-align: left;
}
/******************************************

 WP-TILES

******************************************/

div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}
/******************************************

 FLEXSLIDER

******************************************/

.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0, 0, 0, 0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0, 0, 0, 1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
	right: 0;
}
.flexslider .slides img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/******************************************

 NEXTGEN FLEXSLIDER

******************************************/

.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}
/******************************************

GRAVITY FORM

******************************************/

div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul.gform_fields {
	margin: 0 -8px !important;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 22px 0 0;
	padding: 0 8px !important;
}
.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .gform_footer {
	margin: 20px 0 0;
	padding: 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}
/******************************************

 BLOG

******************************************/

.img-zoom {
	width: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
}
.img-zoom:hover {
	-webkit-transform: scale(1.075);
	-moz-transform: scale(1.075);
	-o-transform: scale(1.075);
	transform: scale(1.075);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	filter: gray;
	/* For IE 6 - 9 */
	-webkit-transition: all .6s ease;
	/* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}
/******************************************

 NAVIGATION

******************************************/

nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	position: relative;
	display: inline-block;
}
nav.main-nav ul.nav > li > a {
	color: #404040;
	display: block;
	font: normal 0.8125rem/54px'Montserrat', sans-serif;
	padding: 0;
	position: relative;
	text-decoration: none;
	z-index: 1;
	letter-spacing: 0.02em;
	margin-left: 13px;
}
nav.main-nav ul.nav > li.menu-item-has-children > a::after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	margin-left: 5px;
	margin-top: -4px;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	vertical-align: middle;
	font-weight: bold;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: FlipV;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	color: #EBCDCF;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: bold;
	text-decoration: underline;
}
nav.main-nav ul.nav li ul {
	background: #EBCDCF;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
	z-index: 999;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	font: normal 1rem/1.3em'Montserrat', sans-serif;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #CEA1A4;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #CEA1A4;
}
/******************************************

 SUPERFLY MENU

******************************************/

.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0, 0, 0, 0);
	right: 15px;
}
div.sfm-label-metro .sfm-navicon,
div#sfm-mob-navbar .sfm-navicon,
div.sfm-label-metro .sfm-navicon:after,
div#sfm-mob-navbar .sfm-navicon:after,
div.sfm-label-metro .sfm-navicon:before,
div#sfm-mob-navbar .sfm-navicon:before {
	background: #000;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #ebcdcf;
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after,
.sfm-navicon:before,
.sfm-sidebar-close:before,
.sfm-sidebar-close:after {
	width: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}
/* Fix splash menu on page load, on Chrome */

/* div#sfm-sidebar {

	-webkit-transform: translate(375px,0);

    -moz-transform: translate(375px,0);

    -ms-transform: translate(375px,0);

    -o-transform: translate(375px,0);

    transform: translate(375px,0);

    -webkit-transform: translate3d(375px,0,0);

    -moz-transform: translate3d(375px,0,0);

    -ms-transform: translate3d(375px,0,0);

    -o-transform: translate3d(375px,0,0);

    transform: translate3d(375px,0,0);

} */

/******************************************

 LAYOUT STYLES

******************************************/

/*** Enter your style for global layout here ***/

.container {
	max-width: 1200px;
}
.main-header .container {
	position: relative;
}
.red-velvet {
	font-family: "red-velvet" !important;
}
.logo img {
	max-width: 185px;
}
.top-menu {
	float: right;
	padding-top: 80px;
}
.new-search-bar {
	float: right;
	padding-top: 40px;
	width: 270px;
}
h3 {
	font-size: 12px;
	font-weight: 500 !important;
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.img-wrap {
	position: relative;
	margin-bottom: 20px;
}
.read-more-link {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 20px;
	background: #EBCDCF;
	padding: 3px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #000;
}
.read-more-link:hover {
	color: #fff;
	text-decoration: none;
}
.dblock {
	display: block;
}
.main-header .center {
	padding-bottom: 38px;
	padding-top: 57px;
}
.phone-wrap {
	position: absolute;
	background: #EBCDCF;
	padding: 18px 30px;
	top: 0;
	right: 15px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	border-radius: 0 0 5px 5px;
	color: #000;
	z-index: 999;
}
.phone-wrap a {
	text-decoration: none;
	color: #000000;
	font-size: 0.8125rem;
	padding: 0 15px;
	letter-spacing: 0.10em;
}
.phone-wrap a:hover {
	color: #fff;
}
.new-search-bar {
	float: right;
	width: 270px;
	padding: 0;
	color: #fff;
	margin: 90px 0 30px 25px;
}
.new-search-bar .searchform {
	padding-right: 0;
	position: relative;
}
.new-search-bar .searchform #s {
	border-color: #EBCDCF;
	font-size: 11px;
	padding: 0 0 0 40px;
	height: 35px;
	color: #848484;
}
.new-search-bar .searchform label {
	display: none;
}
.new-search-bar .searchform #searchsubmit {
	background: url(library/images/new-search@2x.png) no-repeat center center / 10px;
	position: absolute;
	border: none;
	font-size: 0;
	height: 35px;
	line-height: 0;
	padding: 0;
	text-indent: -999em;
	width: 40px;
	left: 0;
	top: 0;
}
.new-homepage-banner-inner h1 {
	letter-spacing: 0.085em;
}
p {
	font-size: 15px;
	font-weight: normal;
	color: #535353;
	letter-spacing: normal;
	line-height: 1.73em;
}
.banner-image {
    background-image: url(library/images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
body.banner-center-bottom .banner-image {
	background-position: center bottom;
}
.banner-area {
	background-position: 52vw top;
	background-repeat: no-repeat;
	border-top: 10px solid #fcf2f0;
	text-align: center;
}
.banner-area.arrow-down-light {
	border-bottom-width: 10px;
}
.new-homepage-banner-inner {
	padding: 80px 0;
}
.inner-banner {
	background-position: 44vw 0vh;
}
.inner-banner .new-homepage-banner-inner {
	height: 500px;
	vertical-align: middle;
	display: table-cell;
}
h6 {
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.38em;
}
.border-heading,
.border-heading-center {
	position: relative;
	margin-bottom: 50px;
	letter-spacing: 0.12em;
}
.border-heading::after,
.border-heading-center:after {
	content: "";
	width: 140px;
	height: 1px;
	background: #D1D1D1;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.border-heading-center:after {
	left: 50%;
	transform: translateX(-50%);
}
.border-heading a,
.border-heading-center a {
	text-decoration: none;
}
.banner-area a.em-button {
	max-width: 345px;
	background: #ebcdcf;
	border-color: #ebcdcf;
	font-weight: 500;
	font-size: .875rem;
	border-radius: 0;
	padding: 16px 20px;
	color: #000;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.banner-area a.em-pink-border {
	background: #fff !important;
}
.banner-area a.em-pink-border:hover,
.banner-area a.em-button:hover {
	background: #CEA1A4 !important;
}
.arrow-down-light {
	position: relative;
	border-bottom: 30px solid #FCF2F0;
}
.arrow-down-light::after {
	content: '';
	width: 100px;
	height: 40px;
	background: url(library/images/down-light.png) no-repeat bottom center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
.white-lily-brides h2 {
	font-size: 34px;
}
.portal-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.portal-buttons ul li {
	width: 20%;
	float: left;
	padding: 0 10px;
}
.portal-buttons ul li a,
.our-styles a {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1.125rem;
	letter-spacing: 0.33em;
	font-weight: 600;
	text-transform: uppercase;
}
.our-styles .extra-content-col-inner {
	margin: 15px 0;
	font-size: 1.5rem;
}
.portal-buttons ul li a span,
.our-styles a span {
	padding: 15px 0;
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #EBCDCF;
}
.our-styles a span {
	padding: 30px 0;
}
.portal-buttons ul li a:hover,
.our-styles a:hover {
	color: #EBCDCF;
}
.portal-buttons ul li a:hover span,
.our-styles a:hover span {
	background: #FCF2F0;
}
.portal-buttons ul li a:hover span::after,
.our-styles a:hover span::after {
	content: "";
	background: #EBCDCF;
	height: 3px;
	width: 180px;
	left: 50%;
	bottom: 10px;
	position: absolute;
	transform: translateX(-50%);
}
.our-styles a:hover span::after {
	bottom: 20px;
}
.pink-pattern-bg {
	background: url(library/images/pink-bg.jpg) no-repeat center center / cover;
	padding: 60px 0;
}
.bg-cake {
	background: url(library/images/bg-cake.jpg) no-repeat center center / cover;
	padding: 60px 0;
}
.pink-pattern-bg .center,
.social-links .center,
.arrow-down-dark .center,
.bg-cake .center {
	padding: 0;
}
.pink-pattern-bg h2 {
	font-size: 2rem;
}
.pink-pattern-bg h2 span {
	font-size: 55px;
	line-height: 1.5em;
	letter-spacing: normal;
}
.big-text {
	font-size: 2.5625rem;
}
.redvevet.big-text {
	font-size: 2.8125rem;
	line-height: 1.8em;
}
.our-styles h2 {
	font-size: 41px;
}
.our-styles h2 span {
	font-size: 25px;
	line-height: normal;
	letter-spacing: normal;
}
.logos {
	padding: 50px 0;
	margin-bottom: 100px;
}
.pink-pattern-bg .row {
	background: #fff;
}
.pink-pattern-bg .extra-content-col {
	padding: 0;
}
.pink-pattern-bg .row-01 .column-01 .extra-content-col-inner {
	padding: 50px;
}
.pink-pattern-bg .row-01 .column-02 .extra-content-col-inner {
	text-align: right;
}
.pink-pattern-bg p {
	font-size: 1.125rem;
}
a.em-button-pink {
	background: #EBCDCF;
	border-color: #EBCDCF;
	font-size: 17px;
	padding: 22px 70px;
}
.social-links {
	text-align: center;
}
.social-links h2 {
	font-size: 42px;
	margin: 0;
}
.social-icons a {
	padding: 30px 0;
	background-color: #FCF2F0;
	color: #000;
	border-radius: 100px;
	font-size: 36px;
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 20px;
}
.social-icons a:hover {
	background-color: #EBCDCF;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.bottom-links {
	margin-top: 150px;
}
.bottom-links h6 {
	font-size: 0.875rem;
	float: left;
}
.bottom-links a {
	color: #000;
	font-size: 0.875rem;
	font-weight: 500;
	width: auto;
	display: inline-block;
	text-decoration: underline;
	letter-spacing: 0.09em;
}
.bottom-links a.fright {
	font-weight: 400;
}
.logos {
	text-align: center;
}
.arrow-down-dark,
.logos.with-view-all {
	position: relative;
	border-bottom: 48px solid #EBCDCF;
}
.arrow-down-dark::after {
	content: 'VIEW ALL';
	width: 100px;
	height: 60px;
	background: url(library/images/down-dark.png) no-repeat bottom center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -75px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
.logos.with-view-all ul.list-inline {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.logos.with-view-all ul.list-inline li:nth-child(n+5) {
	display: none;
}
.logos.with-view-all ul.list-inline.logos-expanded li:nth-child(n+5) {
	display: inline-block;
}
.logos.with-view-all .view-all-logos {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -125px;
}
.logos.with-view-all .view-all-logos a {
	background: url(library/images/down-dark.png) no-repeat bottom center;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 60px;
	text-decoration: none;
	width: 100px;
}
ul.list-inline {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list-inline li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 25px;
	width: 22%;
}
.bottom-bar {
	padding: 260px 20px;
	background: url(library/images/dream-dress.jpg) no-repeat bottom center / cover;
}
.bottom-bar h2 {
	color: #fff;
	letter-spacing: 0.18em;
	margin-bottom: 40px;
	font-size: 2rem;
}
.bottom-bar a.em-button-pink {
	background: #EBCDCF;
	border-color: #EBCDCF;
	font-size: 0.8125rem;
	padding: 18px 80px;
	border-radius: 5px;
	letter-spacing: 0.10em;
}
.main-footer {
	padding: 90px 0 70px;
}
.main-footer h2 {
	font-size: 65px;
	font-family: "red-velvet" !important;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 100px;
	display: block;
	clear: both;
	width: 100%;
	text-transform: initial;
}
.main-footer h5 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.38em;
	margin-bottom: 50px;
	position: relative;
}
.main-footer h5:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background: #B8B8B8;
	bottom: -20px;
	left: 0;
}
.main-footer a,
.main-footer .copyright p {
	font-size: 13px;
}
.main-footer p {
	font-size: 15px;
	font-weight: normal;
	color: #535353;
	letter-spacing: normal;
	line-height: 1.73em;
}
.main-footer a,
.main-footer .copyright p {
	font-size: 0.8125rem;
	text-decoration: underline;
}
.main-footer .copyright {
	padding-top: 50px;
	margin-top: 100px;
	border-top: 1px solid #ccc;
}
.main-footer .social-icons {
	text-align: right;
}
.main-footer .social-icons a {
	font-size: 24px;
	width: 45px;
	padding: 10px;
	height: 45px;
	margin: 0;
}
/*** Homepage - Enter any style for elements on homepage here ***/
#sb_instagram.sbi_col_4 #sbi_images {
    float: none;
	margin: 8px -8px;
    width: auto;
}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    padding: 8px !important;
}
div#sfm-sidebar .sfm-search-form {
	margin: 0 10px 30px;
	padding: 0;
	width: auto;
}
div#sfm-sidebar .sfm-search-form span {
	top: 12px;
}
#sfm-sidebar .sfm-search-form input[type="text"] {
	border: 1px solid #ebcdcf;
}

/*** Internal Pages - Enter any style for elements on internal pages here ***/

.show-mobile {
	display: none;
}
.how-it-works-row .extra-content-col-inner p {
	font-size: 1.125rem;
}
.pink-cta-bar {
	padding: 0;
}
.pink-cta-bar .extra-content-col-inner {
	padding: 70px 20px;
	background-color: #FBF2F0;
}
.pink-cta-bar h2 {
	margin: 0;
}
ul.bullet-list {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}
ul.bullet-list li {
	position: relative;
	padding-left: 20px;
	font-size: 1.125rem;
	margin-bottom: 10px;
	text-align: left;
}
ul.bullet-list li::before {
	content: "·";
	font-size: 25px;
	position: absolute;
	left: 0;
	top: -4px;
}
.pink-text {
	font-weight: 500;
	color: #D0A7AA;
}
.testimonials-row p {
	font-szie: 1.0625rem;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -25px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 20px;
	border: 2px solid #EBCDCF;
}
.flex-control-paging li a:hover {
	background: #EBCDCF;
}
.flex-control-paging li a.flex-active {
	background: #EBCDCF;
	cursor: default;
}
body.page-luxe-lounge .new-homepage-banner-inner h1 {
	font-size: 2.5625rem;
	font-weight: normal;
}

/******************************************

 RESPONSIVE STYLES

******************************************/

@media (min-width: 1921px) {
	.banner-area {
		background-position: top right -180px;
	}
}
@media (min-width: 1500px) {
	.container {
		max-width: 1460px;
	}
	.main-header .container,
	.main-footer .container {
		max-width: 1200px;
	}
}
@media (min-width: 768px) {
	.how-it-works-row .column-01 .extra-content-col-inner {
		padding: 20px 20px 20px 0;
	}
	.how-it-works-row .column-02 .extra-content-col-inner {
		padding: 20px 0 20px 20px;
	}
	.p-r-3 .extra-content-col-inner {
		padding-right: 20px;
	}
	.p-l-3 .extra-content-col-inner {
		padding-left: 20px;
	}
	.testimonials-row .column-01 .extra-content-col-inner {
		padding-right: 20px;
	}
	.testimonials-row .column-01 .extra-content-col-inner {
		padding-left: 20px;
	}
}
@media (min-width: 1200px) {
	.how-it-works-row .column-01 .extra-content-col-inner {
		padding: 50px 30px 50px 0;
	}
	.how-it-works-row .column-02 .extra-content-col-inner {
		padding: 50px 0 50px 30px;
	}
	.p-r-3 .extra-content-col-inner {
		padding-right: 30px;
	}
	.p-l-3 .extra-content-col-inner {
		padding-left: 30px;
	}
	.testimonials-row .column-01 .extra-content-col-inner {
		padding-right: 40px;
	}
	.testimonials-row .column-01 .extra-content-col-inner {
		padding-left: 40px;
	}
}
@media (max-width: 1440px) {
	/* General Styles */
	/*** Enter your custom style here ***/
	.portal-buttons ul li a,
	.our-styles a {
		font-size: 1rem;
		letter-spacing: normal;
		text-decoration: none;
	}
	.pink-cta-bar h2 {
		font-size: 2rem;
	}
	.pink-cta-bar a.em-button {
		padding: 22px 30px;
	}
	br.d-none.d-xl-block {
		display: none !important;
	}
}
@media (max-width: 1300px) {
	h2 {
		font-size: 1.5rem;
	}
}
@media (max-width: 1199.98px) {
	body {
		font-size: 1rem;
	}
	h2,
	h3,
	h4 {
		font-size: 1.5rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1rem;
	}
	.sfm-rollback {
		display: block;
		width: 0;
	}
	ul.d-xl-flex li,
	ol.d-xl-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	/* General Styles */
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p,
	.pink-cta-bar {
		text-align: center;
	}
	/*** Enter your custom style here ***/
	.banner-image {
		width: 100%;
	}
	body.page-luxe-lounge .banner-image {
		background-position: center center;
	}
	.banner-area {
		background-position: center center;
		background-size: cover;
	}
	.new-homepage-banner-inner,
	.inner-banner .new-homepage-banner-inner {
		padding: 30px;
		background: rgba(255, 255, 255, 0.9);
		margin: 50px;
	}
	.inner-banner .new-homepage-banner-inner {
		height: auto;
		display: block;
	}
	.show-mobile {
		display: block;
	}
	.header-right,
	.hide-mobile {
		display: none;
	}
	.main-header {
		padding: 20px 0;
	}
	.phone-wrap {
		margin: 8px 50px 0 0;
		background: 0 0;
	}
	.phone-wrap a {
		font-size: 1rem;
	}
	.phone-wrap a:hover {
		color: #000;
	}
	.portal-buttons ul li a:hover span::after,
	.our-styles a:hover span::after {
		width: 100px;
	}
	.portal-buttons ul li {
		width: 33%;
		margin-bottom: 20px;
	}
	.bottom-bar {
		padding: 100px 30px;
	}
	.social-links h2 {
		font-size: 1.75rem;
	}
	.social-icons a {
		padding: 15px 0;
		font-size: 18px;
		width: 50px;
		height: 50px;
		margin: 0 10px;
		line-height: 22px;
	}
}
@media (max-width: 991.98px) {
	h2,
	h3 {
		font-size: 1.2rem;
	}
	h5 {
		font-size: 1rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	p {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.redvevet.big-text {
		font-size: 1.5rem;
	}
	.how-it-works-row .extra-content-col-inner p {
		font-size: 1rem;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td,
	.table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev,
	.flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next,
	.flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}
	ul.d-lg-flex li,
	ol.d-lg-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}
	/* General Styles */
	.extra-content,
	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		padding: 30px 0;
	}
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p,
	.pink-pattern-bg .row-01 .column-02 .extra-content-col-inner {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.contact-form .column-02,
	.get-a-quote-row-01 .column-02 {
		max-width: none;
	}
	/*** Enter your custom style here ***/
	.bottom-links {
		margin: 30px 0;
	}
	.bottom-links a.fright {
		float: none;
		display: block;
	}
	.bottom-links h6 {
		text-align: center;
		float: none;
	}
	.bottom-links h6::after,
	.main-footer h5::after {
		left: 50%;
		transform: translateX(-50%);
	}
	.main-footer {
		padding: 50px 20px;
		text-align: center;
	}
	.main-footer h2 {
		margin-bottom: 30px;
		font-size: 40px;
	}
	.main-footer .copyright {
		padding-top: 30px;
		margin-top: 0;
	}
	.main-footer .social-icons {
		text-align: center;
		margin-top: 20px;
	}
	.main-footer .divup {
		margin-bottom: 50px;
	}
	.pink-cta-bar .container {
		padding: 0;
	}
    .pink-cta-bar .extra-content-col-inner {
        padding: 50px 20px;
    }
}
@media (max-width: 767.98px) {
	html {
		font-size: 87.5% !important;
	}
	h1,
	h2,
	.big-text {
		font-size: 1.75rem;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
	ul.d-md-flex li,
	ol.d-md-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}
	/* Content Panels */
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}
	ul.list-inline li {
		padding: 0 10px;
	}
	/* General Styles */
	.logos-panel,
	.mobile-slider {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}
	/*** Enter your custom style here ***/
}
@media (max-width: 575.98px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
	ul.d-sm-flex li,
	ol.d-sm-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}
	/*** Enter your custom style here ***/
	.logo img {
		max-width: 100px;
		width: 100%;
	}
	.phone-wrap {
		padding: 0;
		margin: 10px 35px 0;
	}
	.phone-wrap a {
		font-size: 12px;
	}
	.sfm-navicon-button {
		top: 20px !important;
	}
	.banner-image {
		height: 250px;
	}
	body.page-luxe-lounge .banner-image {
		background-position: center bottom;
	}
	.banner-area {
		background-size: auto 250px;
		background-position: top center;
	}
	.new-homepage-banner-inner,
	.inner-banner .new-homepage-banner-inner {
		margin: 250px 0 0;
		background: #fff;
	}
	.new-homepage-banner-inner br {
		display: none;
	}
	.banner-area .col-12 {
		margin: 0;
		padding: 0;
	}
	.border-heading,
	.border-heading-center {
		text-align: center;
		margin-bottom: 30px;
	}
	.border-heading::after,
	.border-heading-center::after,
	.main-footer h5::after {
		left: 50%;
		transform: translateX(-50%);
	}
	.extra-content,
	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		text-align: center;
	}
	.portal-buttons ul li {
		width: 50%;
	}
	.portal-buttons ul li:first-child {
		float: none;
		padding-bottom: 20px;
		width: 100%;
		margin: 0;
	}
	.portal-buttons ul li:first-child img {
		display: none;
	}
	.portal-buttons ul li:first-child a span {
		position: relative;
		display: block;
	}
	.portal-buttons ul li a span,
	.our-styles a span {
		padding: 10px 0;
	}
	.our-styles a:hover span::after {
		bottom: 10px;
	}
	.our-styles .extra-content-col-inner {
		margin: 0;
	}
	a.em-button,
	.bottom-bar a.em-button-pink {
		padding: 22px 20px;
		display: block;
	}
	.pink-pattern-bg h2 span,
	.social-links h2,
	.our-styles h2,
	.main-footer h2 {
		font-size: 1.75rem;
	}
	.our-styles img {
		width: 100%;
	}
	.logos ul.list-inline li {
		padding: 10px;
		width: 49%;
	}
	.pink-pattern-bg .row-01 .column-01 .extra-content-col-inner {
		padding: 30px;
	}
	.main-footer a {
		font-size: 1rem;
		text-decoration: underline;
	}
	.main-footer .copyright p,
	.main-footer .copyright a {
		font-size: 0.75rem;
		text-decoration: none;
	}
	.main-footer .social-icons a {
		font-size: 1.2rem;
		line-height: 2rem;
	}
}
