/*! Slick Design CSS */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* GRIDLING
 * ---------------------------------------------
 * Version: 1.2.3
 * Copyright (c) 2017 N. Talbot; Dual licensed: MIT/GPL
 *
 * Description:
 * ---------------------------------------------
 * Gridling is a lightweight CSS layout tool for building responsive websites fast.
 *
 * Inspired by the Twitter Bootstrap framework, simple row and column classes are used
 * to convert design layouts into a grid of halves, thirds, quarters and fifths.
 * Gridling also includes breakpoint variables that can be reused throughout your project
 * to handle all media queries, its system is adaptable and highly customisable.
 *
 * Features:
 * ---------------------------------------------
 * 1. Grid system
 * 2. Spacing utilties (Padding and Margin)
 * 3. Media breakpoint variables
 *
 * More information:
 * ---------------------------------------------
 * http://gridling.naashdev.net
 * By Nathan Talbot
 */

.grid {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.grid:before,
.grid:after {
	content: "";
	display: table;
}

.grid:after {
	clear: both;
}

.grid-lg {
	max-width: 1400px;
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.col {
	width: 100%;
	float: left;
	min-height: 1px;
}

.m-b-1 {
	margin-bottom: 10px;
}

.m-b-2 {
	margin-bottom: 20px;
}

.m-b-3 {
	margin-bottom: 30px;
}

.m-b-4 {
	margin-bottom: 40px;
}

.m-b-5 {
	margin-bottom: 50px;
}

.m-b-6 {
	margin-bottom: 60px;
}

.m-b-7 {
	margin-bottom: 70px;
}
.m-b-7-5 {
	margin-bottom: 75px;
}

.m-b-8 {
	margin-bottom: 80px;
}

.m-b-9 {
	margin-bottom: 90px;
}

.m-b-10 {
	margin-bottom: 100px;
}

.m-b-11 {
	margin-bottom: 110px;
}

.m-b-12 {
	margin-bottom: 120px;
}

.m-t-1 {
	margin-top: 10px;
}

.m-t-2 {
	margin-top: 20px;
}

.m-t-3 {
	margin-top: 30px;
}

.m-t-4 {
	margin-top: 40px;
}

.m-t-5 {
	margin-top: 50px;
}

.m-t-6 {
	margin-top: 60px;
}

.m-t-7 {
	margin-top: 70px;
}

.m-t-8 {
	margin-top: 80px;
}

.m-t-9 {
	margin-top: 90px;
}

.m-t-10 {
	margin-top: 100px;
}

.m-t-11 {
	margin-top: 110px;
}

.m-t-12 {
	margin-top: 120px;
}

.p-b-1 {
	padding-bottom: 10px;
}

.p-b-2 {
	padding-bottom: 20px;
}

.p-b-3 {
	padding-bottom: 30px;
}

.p-b-4 {
	padding-bottom: 40px;
}

.p-b-5 {
	padding-bottom: 50px;
}

.p-b-6 {
	padding-bottom: 60px;
}

.p-b-7 {
	padding-bottom: 70px;
}

.p-b-8 {
	padding-bottom: 80px;
}

.p-b-9 {
	padding-bottom: 90px;
}

.p-b-10 {
	padding-bottom: 100px;
}

.p-b-11 {
	padding-bottom: 110px;
}

.p-b-12 {
	padding-bottom: 120px;
}

.p-t-1 {
	padding-top: 10px;
}

.p-t-2 {
	padding-top: 20px;
}

.p-t-3 {
	padding-top: 30px;
}

.p-t-4 {
	padding-top: 40px;
}

.p-t-5 {
	padding-top: 50px;
}

.p-t-6 {
	padding-top: 60px;
}

.p-t-7 {
	padding-top: 70px;
}

.p-t-8 {
	padding-top: 80px;
}

.p-t-9 {
	padding-top: 90px;
}

.p-t-10 {
	padding-top: 100px;
}

.p-t-11 {
	padding-top: 110px;
}

.p-t-12 {
	padding-top: 120px;
}

/* MIXINS
 * ---------------------------------------------
 *
 * This is a custom library of reusable mixins. 
 * To make navigating the files easier I've seperated 
 * these into the below sections:
 *
 * Contents:
 * ---------------------------------------------
 * 1. Base & Resets
 * 2. Layout
 * 3. Elements
 * 4. Animations & Transitions
 * 5. Misc (For project specific mixins)
 */

.hide-text {
	font-size: 0 !important;
	color: transparent !important;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
}

.bg-primary {
	background-color: #4b0022;
	color: #FFFFFF;
}

.bg-primary h1,
.bg-primary .h1,
.bg-primary h2,
.bg-primary .h2,
.bg-primary h3,
.bg-primary .package .price,
.package .bg-primary .price,
.bg-primary .h3,
.bg-primary h4,
.bg-primary .h4,
.bg-primary h5,
.bg-primary .h5,
.bg-primary h6,
.bg-primary .h6 {
	color: inherit !important;
}

.bg-pink {
	background-color: #ba006f;
	color: #FFFFFF;
}

.bg-pink h1,
.bg-pink .h1,
.bg-pink h2,
.bg-pink .h2,
.bg-pink h3,
.bg-pink .package .price,
.package .bg-pink .price,
.bg-pink .h3,
.bg-pink h4,
.bg-pink .h4,
.bg-pink h5,
.bg-pink .h5,
.bg-pink h6,
.bg-pink .h6 {
	color: inherit !important;
}

.blue-text {
	color: #4b0022;
}

.red-text {
	color: #ec008c;
}

.border-bottom {
	padding-bottom: 20px;
	border-bottom: 1px solid #4b0022;
	margin-bottom: 30px;
}

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	z-index: 999999;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	z-index: 999999;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-content figcaption {
	display: none;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	width: auto;
	text-align: center;
	margin-top: -15px;
	margin-left: -15px;
	top: 50%;
	left: 50%;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/*! nouislider - 12.0.0 - 9/14/2018 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

/* Offset direction
 */

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	transition: transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -17px;
	left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
	border-radius: 3px;
}

.noUi-connect {
	background: #3FB8AF;
}

/* Handles and cursors;
 */

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-sub {
	background: #AAA;
}

.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-ms-transform: translate(-50%, 50%);
	    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	-ms-transform: translate(50%, 50%);
	    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-ms-transform: translate(0, -50%, 0);
	    transform: translate(0, -50%, 0);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	-ms-transform: translate(0, 50%);
	    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	-ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

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

*:focus {
	outline: none;
}

html {
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	overflow-x: hidden;
}

body {
	background: #FFFFFF;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #726257;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	background: #b6bda6;
	color: #FFFFFF;
}

::-moz-selection {
	background: #b6bda6;
	color: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
	max-width: 100%;
}

figure {
	margin: 0 0 20px;
}

figcaption {
	text-align: center;
	margin: 5px 0px 0px;
}

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

h1,
.h1,
h2,
.h2,
h3,
.package .price,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 500;
	line-height: 1.2;
	margin: 0.25em 0;
	color: #726257;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 24px;
}

h2 > img,
.h2 > img {
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	margin-right: 15px;
}

h3,
.package .price,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 20px;
	font-weight: 400;
}

ul,
ol {
	margin: 0 0 20px;
}

a {
	color: #4b0022;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

strong,
b {
	font-weight: 700;
}

.list-columns {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-columns li {
	position: relative;
}

.list-columns li:before {
	content: "•";
	margin-right: 8px;
}

/* latin-ext */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */

@font-face {
	font-family: 'Damion';
	font-style: normal;
	font-weight: 400;
	src: local("Damion"), url(https://fonts.gstatic.com/s/damion/v9/hv-XlzJ3KEUe_YZkamw2EzJwVw.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.gform_next_button,
.gform_previous_button {
	background: #4b0022;
	color: #FFFFFF;
}

.gform_next_button:hover,
.gform_previous_button:hover {
	background: #ec008c;
}

div.popup .content .gform_page_footer .btn-secondary {
	background: #4b0022;
}

div.popup .content .gform_page_footer .btn-secondary:hover {
	background: #ec008c;
}

.bg-light {
	background: #fdf5f9;
}

.btn,
.gform_next_button,
.gform_previous_button {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.2 !important;
	padding: 14px 32px;
	font-weight: 500;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn > img,
.gform_next_button > img,
.gform_previous_button > img {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
}

.btn-primary {
	color: #FFFFFF;
	background: #7C8662;
}

.btn-primary:hover {
	background: #726257;
}

.btn-secondary {
	color: #FFFFFF;
	background: #ec008c;
}

.btn-secondary:hover {
	background: #ba006f;
}

.btn-outline-primary {
	color: #4b0022;
	border: 1px solid #4b0022;
}

.btn-outline-primary:hover {
	background: #FAFAFA;
}

.btn-full {
	width: 100%;
}

.btn-square {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.btn-square:before {
	font-size: 20px;
}

.btn-square:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.btn-group .btn,
.btn-group .gform_next_button,
.btn-group .gform_previous_button {
	display: block;
	width: auto;
	max-width: 300px;
	margin: 10px 0;
}

.btn-row .btn,
.btn-row .gform_next_button,
.btn-row .gform_previous_button {
	margin: 10px 20px 10px 0;
}

.field {
	position: relative;
	margin-bottom: 5px;
}

label {
    font-size: 16px;
   
    color: #726257;
    display: block;
    margin-bottom: 10px;
   font-weight: bold; 
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Noto Sans', sans-serif;
	height: 46px;
	width: 100% !important;
	background: #FFFFFF;
	padding: 11px 12px !important;
	border: 1px solid #9B8C7CBA;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	height: 145px;
}

button {
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.select {
	position: relative;
}

.select .customSelect,
.select select {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Noto Sans', sans-serif;
	width: 100% !important;
	height: 46px !important;
	background: #FFF;
	padding: 11px 12px;
	border: 1px solid #9B8C7CBA;
}

.select select {
	z-index: 999;
}

.select .customSelect:after {
	font-size: 39px;
	color: #7C8662;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 10px;
	pointer-events: none;
}

.select .ginput_container_select .customSelect:after {
	top: auto;
	margin-top: 0;
	right: 18px;
	bottom: 4px;
}

.customSelectInner {
	width: 100% !important;
}

input[type="radio"].custom-radio,
input[type="checkbox"].custom-checkbox {
	display: none;
}

input[type="radio"].custom-radio:checked + label:after,
input[type="checkbox"].custom-checkbox:checked + label:after {
	opacity: 1;
	-ms-transform: scale(1);
	    transform: scale(1);
}

input[type="radio"].custom-radio + label,
input[type="checkbox"].custom-checkbox + label {
	position: relative;
	line-height: 24px;
	padding-left: 35px;
}

input[type="radio"].custom-radio + label:before,
input[type="radio"].custom-radio + label:after,
input[type="checkbox"].custom-checkbox + label:before,
input[type="checkbox"].custom-checkbox + label:after {
	content: "";
	display: block;
	position: absolute;
}

input[type="radio"].custom-radio + label:after,
input[type="checkbox"].custom-checkbox + label:after {
	width: 16px;
	height: 16px;
	top: 4px;
	left: 4px;
	background: #4b0022;
	opacity: 0;
	-ms-transform: scale(0);
	    transform: scale(0);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input[type="radio"].custom-radio + label:before,
input[type="checkbox"].custom-checkbox + label:before {
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
}

input[type="radio"].custom-radio[type="radio"] + label:before,
input[type="radio"].custom-radio[type="radio"] + label:after,
input[type="checkbox"].custom-checkbox[type="radio"] + label:before,
input[type="checkbox"].custom-checkbox[type="radio"] + label:after {
	border-radius: 50%;
}

::-webkit-input-placeholder {
	color: #000000;
	opacity: 0.4;
}

:-moz-placeholder {
	color: #000000;
	opacity: 0.4;
}

::-moz-placeholder {
	color: #000000;
	opacity: 0.4;
}

:-ms-input-placeholder {
	color: #000000;
	opacity: 0.4;
}

.input-group {
	display: flex;
	width: 100%;
}

.input-group > input,
.input-group > button {
	margin-bottom: 0;
}

.input-group > input {
	flex: 1 1 auto;
}

.input-group > .input-group-addon {
	flex: 1 0 auto;
}

html.no-flexbox .input-group {
	display: table;
	width: 100%;
}

html.no-flexbox .input-group > input,
html.no-flexbox .input-group > .input-group-addon {
	display: table-cell;
	vertical-align: middle;
}

.range-field > .top {
	text-align: right;
	margin: 0 0 30px;
	display: none;
}

.range-field > .top > label {
	float: left;
}

.range-field .ui.noUi-horizontal {
	height: 10px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: none;
	position: relative;
	padding: 0 10px;
}

.range-field .ui.noUi-horizontal:after {
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 50%;
	margin-top: -2px;
	background: #aeaeae;
	border-radius: 3px;
}

.range-field .ui.noUi-horizontal .noUi-connects {
	height: 10px;
}

.range-field .ui.noUi-horizontal .noUi-connect {
	background: #7C8662;
}

.range-field .ui.noUi-horizontal .noUi-handle {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 5px solid #7C8662;
	top: -5px;
	right: -10px;
}

.range-field .ui.noUi-horizontal .noUi-handle:before,
.range-field .ui.noUi-horizontal .noUi-handle:after {
	display: none;
}

.gfield_required {
	color: inherit !important;
}

.gf_progressbar_wrapper {
	display: none;
}

.gform_wrapper .gform_page_footer {
	margin: 22px 0 0 !important;
	border: none !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0 !important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0 !important;
}

body .gform_wrapper li.gfield.field_description_below + li.gsection {
	margin-top: 34px !important;
}

.gform_page_footer .btn,
.gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .button {
	min-width: 230px;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
	margin-left: 10px !important;
	font-weight: 400 !important;
}

.gform_wrapper form {
	position: relative;
	z-index: 1;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?xd2ihd");
	src: url("../fonts/icomoon.eot?xd2ihd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xd2ihd") format("truetype"), url("../fonts/icomoon.woff?xd2ihd") format("woff"), url("../fonts/icomoon.svg?xd2ihd#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icn-"]:before,
[class*=" icn-"]:before,
.customSelect:after {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icn-bath:before {
	content: "\e90e";
}

.icn-bed:before {
	content: "\e90f";
}

.icn-car:before {
	content: "\e910";
}

.icn-download:before {
	content: "\e911";
}

.icn-pdf:before {
	content: "\e912";
}

.icn-arrow-down:before,
.customSelect:after {
	content: "\e900";
}

.icn-arrow-left:before {
	content: "\e901";
}

.icn-arrow-right:before {
	content: "\e902";
}

.icn-arrow-up:before {
	content: "\e903";
}

.icn-facebook:before {
	content: "\e904";
}

.icn-google:before {
	content: "\e905";
}

.icn-instagram:before {
	content: "\e906";
}

.icn-linkedin:before {
	content: "\e907";
}

.icn-mail:before {
	content: "\e908";
}

.icn-phone:before {
	content: "\e909";
}

.icn-pinterest:before {
	content: "\e90a";
}

.icn-slick:before {
	content: "\e90b";
}

.icn-twitter:before {
	content: "\e90c";
}

.icn-youtube:before {
	content: "\e90d";
}

.slider {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.slider img {
	width: 100%;
}

.slider-wrap {
	position: relative;
}

.slider-controls {
	text-align: center;
}

.slider-controls .next,
.slider-controls .prev {
	z-index: 3;
}

.pager {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.pager > li {
	display: inline-block;
}

.pager > li.is-active button,
.pager > li.slick-active button {
	opacity: 1;
}

.pager button {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #FFFFFF;
	opacity: .6;
	padding: 0;
	margin: 0 6px 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slider-carousel:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	width: 30px;
	background: #FFFFFF;
	z-index: 2;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
}

.accordion a.toggle {
	display: block;
	color: #FFFFFF;
	padding: 20px;
	background: #4b0022;
	border-bottom: 2px solid #FFFFFF;
}

.accordion .content {
	overflow: hidden;
	display: none;
}

.accordion > .is-active a.toggle {
	background: #220010;
}

.tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul:before,
.tabs ul:after {
	content: "";
	display: table;
}

.tabs ul:after {
	clear: both;
}

.tabs ul > li {
	float: left;
}

.tabs ul > li > a {
	display: block;
	padding: 20px;
	background: #4b0022;
	color: #FFFFFF;
	text-decoration: none;
}

.tabs ul > li > a.is-active {
	background: #220010;
}

.tab-content {
	display: none;
	padding: 20px 0;
}

.tab-content.is-active {
	display: block;
}

div.popup .content {
	padding: 30px 25px;
	background: #FCFAF7 !important;
	margin: 40px auto;
	position: relative;
	max-width: 640px;
	box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.25);
}

div.popup .content h2 {
	color: #726257;
	font-weight: 500;
}

div.popup .content h2.gsection_title {
	font-size: 16px;
}

div.popup .content h1 {
	margin: 0;
	color: #220010;
}

div.popup .content h3,
div.popup .content .package .price,
.package div.popup .content .price {
	margin: 0;
}

div.popup .gform_wrapper {
	margin: 0 !important;
}

div.popup .gform_wrapper li.hidden_label input {
	margin: 0 !important;
}

div.popup .gform_page_footer {
	padding-bottom: 16px !important;
}

div.popup .gform_footer {
	padding-top: 0 !important;
}

div.popup .gform_footer .btn,
div.popup .gform_footer .gform_next_button,
div.popup .gform_footer .gform_previous_button {
	width: 100%;
}

div.popup .featured-image {
	height: 0;
	background-size: cover;
	background-position: center;
	margin-top: -30px;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 25px;
}

div.popup .gform_confirmation_message {
	padding: 20px 0;
}

div.popup .gform_confirmation_message a {
	text-decoration: underline;
	color: #4b0022;
	font-weight: 500;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
	border-radius: 50%;
	background: #7C8662;
	height: 64px;
	width: 64px;
	opacity: 1;
	top: -22px;
	right: -16px;
	font-size: 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -1px;
}

.mfp-close-btn-in .mfp-close:before {
	content: "";
	display: block;
	width: 2px;
	height: 32px;
	background: #FFFFFF;
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close:after {
	content: "";
	display: block;
	width: 2px;
	height: 32px;
	background: #FFFFFF;
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:hover {
	-ms-transform: scale(1.1);
	    transform: scale(1.1);
	background: #7C8662;
}

.social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.social a {
	display: block;
	width: 34px;
	height: 34px;
	background-color: #740034;
	position: relative;
	text-decoration: none;
	border-radius: 50%;
}

.social a:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.social a:before {
	font-size: 28px;
	color: #FFFFFF;
}

.social a:hover,
.social a:focus {
	background: #220010;
}

.s-nav .title a {
	text-decoration: none;
}

.s-nav li > a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 4px 0;
	border-bottom: 1px solid;
}

.s-nav li > a:hover {
	color: #4b0022;
}

.s-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 0 20px;
}

#map {
	height: 220px;
	width: 100%;
}

.logos {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}

.logos > li {
	display: table-cell;
	vertical-align: middle;
	padding: 8px;
}

.logos-flex {
	display: block;
}

.logos-flex img {
	margin: 0 auto;
	display: block;
}

.logos-flex > li {
	display: block;
}

.d-list {
	margin-top: 40px;
}

.d-list:before,
.d-list:after {
	content: "";
	display: table;
}

.d-list:after {
	clear: both;
}

.d-list > a {
	float: left;
	width: 20%;
	height: 100px;
	display: block;
	color: #FFFFFF;
	line-height: 1;
	position: relative;
	border-right: 1px solid #ba006f;
}

.d-list > a > span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.d-list > a:hover,
.d-list > a:focus {
	background: #ba006f;
}

.d-list > a > span {
	padding: 0 25px;
	text-align: center;
}

.feature-icons {
	text-align: center;
}

.feature-icons .btn,
.feature-icons .gform_next_button,
.feature-icons .gform_previous_button {
	width: 100%;
	white-space: normal !important;
	line-height: 1.25 !important;
	height: auto !important;
}

.feature-icons i {
	display: block;
	width: 100%;
	height: 48px;
	position: relative;
	margin-bottom: 20px;
}

.feature-icons i > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.feature-icons i > img {
	height: 100%;
	width: auto;
	display: block;
}

.feature-icons i.lg {
	height: 120px;
}

.feature-icons i.lg > img {
	height: 80%;
}

.feature-icons p {
	font-size: 13px;
}

.tile {
	text-align: center;
	margin-bottom: 20px;
}

.tile .title {
	color: #220010;
	margin-bottom: .25em;
}

.tile .price {
	font-weight: 500;
	margin: 0;
}

.tile .img {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-color: #fafafa;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.image-zoomable {
	display: block;
	position: relative;
}

.image-zoomable > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.image-zoomable > span {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
	background: rgba(75, 0, 34, 0.4);
	z-index: 2;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-zoomable > span > img {
	width: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.image-zoomable > img {
	position: relative;
	width: 100%;
	z-index: 1;
}

.image-zoomable:hover > span {
	background: #4b0022;
}

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

.feature-tile {
	display: block;
	background: #4b0022;
}

.feature-tile:before,
.feature-tile:after {
	content: "";
	display: table;
}

.feature-tile:after {
	clear: both;
}

.feature-tile .text {
	text-align: center;
	color: #FFFFFF;
	padding: 50px 20px;
}

.feature-tile .text .title {
	color: #FFFFFF;
	margin: 0 0 .25em;
}

.feature-tile .text .price {
	font-weight: 500;
}

.feature-tile .text .price:after {
	content: "";
	display: block;
	margin: 16px auto 0;
	width: 70px;
	height: 6px;
	border-radius: 3px;
	background: #FFFFFF;
}

.feature-tile .btn,
.feature-tile .gform_next_button,
.feature-tile .gform_previous_button {
	width: 100%;
	max-width: 320px;
}

.feature-tile .img {
	display: block;
	width: 100%;
	height: 260px;
	background-size: cover;
	background-position: center;
}

.feature-tile .img > img {
	width: 80px;
	padding: 22px;
	box-sizing: content-box;
}

.feature-tile .package-details > li > i:before {
	color: #FFFFFF;
}

.feature-tile .package-details + p strong:first-of-type,
.feature-tile .package-details + p strong {
	color: #FFFFFF;
}

.header {
	position: relative;
	z-index: 999;
	background: #4b0022;
	color: #FFFFFF;
}

.header .logo {
	display: block;
	height: 42px;
	margin: 10px 0 10px 20px;
}

.header .logo > img {
	display: block;
	height: 100%;
	width: auto;
}

.header .main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .main-navigation ul:before,
.header .main-navigation ul:after {
	content: "";
	display: table;
}

.header .main-navigation ul:after {
	clear: both;
}

.header .main-navigation > ul li {
	position: relative;
	width: 100%;
}

.header .main-navigation > ul > li a {
	display: block;
	position: relative;
	padding: 10px 20px;
	color: #FFFFFF;
	border-bottom: 1px solid #EBEBEB;
	z-index: 1;
}

.header .mobile-utils {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .right {
	color: #ba006f;
}

.header .right a {
	color: inherit;
}

.header .right img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	margin-left: 10px;
}

.menu-toggle .hamburger {
	width: 30px;
	height: 22px;
	display: block;
	position: relative;
}

.menu-toggle .hamburger > .line {
	width: 30px;
	height: 2px;
	background: #FFFFFF;
	display: block;
	position: absolute;
}

.menu-toggle .hamburger > .line1 {
	top: 0px;
	transition: .4s ease-in-out;
}

.menu-toggle .hamburger > .line2 {
	top: 10px;
	transition: .3s ease-in-out;
}

.menu-toggle .hamburger > .line3 {
	top: 20px;
	transition: .4s ease-in-out;
}

.arrow {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #4b0022;
	position: relative;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.arrow:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.menu-open .header .menu-toggle > .hamburger > .line1 {
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	top: 10px;
}

.menu-open .header .menu-toggle > .hamburger > .line2 {
	opacity: 0;
}

.menu-open .header .menu-toggle > .hamburger > .line3 {
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	top: 10px;
}

.footer {
	padding: 40px 0;
	background: #4b0022;
	color: #FFFFFF;
	font-size: 12px;
}

.footer p {
	margin-bottom: 10px;
}

.footer a {
	color: inherit;
}

.footer .logo {
	display: block;
	width: 213px;
	height: 45px;
	background-image: url("../images/logo-2.svg");
	background-size: 213px 45px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 20px;
}

.footer .slickdesign {
	color: #FFFFFF;
	padding-right: 30px;
	position: relative;
}

.footer .slickdesign:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	right: 0px;
}

.footer .slickdesign:before {
	font-size: 20px;
}

.footer .slickdesign:hover {
	color: #ba006f;
}

.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav ul:before,
.footer-nav ul:after {
	content: "";
	display: table;
}

.footer-nav ul:after {
	clear: both;
}

.page-content .strip {
	padding: 40px 0;
}

.page-content > .content {
	padding: 40px 0;
}

.strip {
	position: relative;
}

.strip .wave {
	display: block;
	width: 1508px;
	height: 78px;
	position: absolute;
	background-image: url("../images/wave.svg");
	background-size: 1508px 78px;
	background-position: center;
}

.strip .wave1 {
	top: 20px;
	left: 35%;
	-ms-transform: translateX(-100%);
	    transform: translateX(-100%);
}

.strip .wave2 {
	bottom: 20px;
	right: 35%;
	-ms-transform: translateX(100%);
	    transform: translateX(100%);
}

.strip .heading {
	text-align: center;
	padding: 30px 0 10px;
}

.strip .heading h2 {
	margin-bottom: 20px;
}

.banner {
	background: #4b0022;
}

.banner h1 {
	color: #FFFFFF;
	margin: 30px 0;
}

.banner .image {
	width: 100%;
	height: auto;
}

.banner-lg {
	height: 340px;
	position: relative;
}

.banner-lg > .content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.banner-lg .pager {
	margin-top: -30px;
}

.banner-lg > .slider-wrap {
	height: 100%;
	z-index: 2;
}

.banner-lg > .slider-wrap > .slider,
.banner-lg > .slider-wrap .slick-list,
.banner-lg > .slider-wrap .slick-track {
	height: 100%;
}

.banner-lg > .slider-wrap .slick-slide > div {
	height: 100%;
}

.banner-lg > .slider-wrap .slick-slide {
	position: relative;
}

.banner-lg > .slider-wrap .slick-slide .content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.banner-lg > .slider-wrap .slider-controls {
	text-align: left;
	position: relative;
}

.banner-lg > .slider-wrap .content {
	z-index: 2;
}

.banner-lg > .content {
	z-index: 2;
}

.banner-lg .bg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-color: transparent;
	z-index: 1;
}

.banner-lg .text {
	background: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	padding: 20px;
}

.banner-lg .text h1 {
	margin: 0;
	color: inherit;
	font-weight: 400; /*@media screen and (min-width: 768px) {
				font-size: 34px;
			}*/
}

.banner-lg .text .btn,
.banner-lg .text .gform_next_button,
.banner-lg .text .gform_previous_button {
	margin: 20px 0 0;
	min-width: 220px;
	max-width: 100%;
}
.btn-check:focus+.btn-primary, 
.btn-primary:focus {
    color: #fff;
    background-color: #7C8662;
    border-color: #7C8662;
    box-shadow: none;
}

.get-in-touch-button {
    text-transform: none;
    position: fixed;
    right: 0;
    top: 260px;
    z-index: 999;
    width: 50px;
    height: 275px;
    font-family: 'Bw Modelica' !important;
    min-width: 0px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 16px !important;
    border-radius: 15px 0 0 15px;
    padding: 8px 20px !important;
}

/*
.get-in-touch-button > span {
	display: block;
	white-space: nowrap;
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}
*/
.get-in-touch-button > span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.get-in-touch-button i {
	display: inline-block;
	vertical-align: middle;
}

.get-in-touch-button i:before {
	font-size: 48px;
}

.home-lead-icons {
	background: #4b0022;
	color: #FFFFFF;
}

.home-lead-icons h1,
.home-lead-icons .h1,
.home-lead-icons h2,
.home-lead-icons .h2,
.home-lead-icons h3,
.home-lead-icons .package .price,
.package .home-lead-icons .price,
.home-lead-icons .h3,
.home-lead-icons h4,
.home-lead-icons .h4,
.home-lead-icons h5,
.home-lead-icons .h5,
.home-lead-icons h6,
.home-lead-icons .h6 {
	color: inherit !important;
}

.home-lead-icons .btn,
.home-lead-icons .gform_next_button,
.home-lead-icons .gform_previous_button {
	font-weight: bold;
}

.feature-icons h4 {
	color: #ec008c;
	font-style: italic;
	font-weight: bold;
}

.strip-start-here {
	background: #fbdfeb;
}

.strip-start-here h1,
.strip-start-here .h1,
.strip-start-here h2,
.strip-start-here .h2,
.strip-start-here h3,
.strip-start-here .package .price,
.package .strip-start-here .price,
.strip-start-here .h3,
.strip-start-here h4,
.strip-start-here .h4,
.strip-start-here h5,
.strip-start-here .h5,
.strip-start-here h6,
.strip-start-here .h6 {
	color: inherit !important;
}

.strip-start-here .col {
	padding-right: 10%;
}

.strip-contact {
	color: #FFFFFF;
	background: #ba006f;
	position: relative;
	overflow: hidden;
}

.strip-contact h1,
.strip-contact .h1,
.strip-contact h2,
.strip-contact .h2,
.strip-contact h3,
.strip-contact .package .price,
.package .strip-contact .price,
.strip-contact .h3,
.strip-contact h4,
.strip-contact .h4,
.strip-contact h5,
.strip-contact .h5,
.strip-contact h6,
.strip-contact .h6 {
	color: inherit !important;
}

.strip-contact .btn,
.strip-contact .gform_next_button,
.strip-contact .gform_previous_button {
	background: #4b0022;
}

.strip-contact .btn:hover,
.strip-contact .gform_next_button:hover,
.strip-contact .gform_previous_button:hover {
	background: #220010;
}

.strip-contact .contact-list li {
	font-weight: 500 !important;
}

.strip-contact .contact-list li a {
	color: #FFFFFF;
}

.strip-contact .contact-list li a:hover {
	color: #4b0022;
}

.strip-contact .col p:first-of-type {
	margin: 0 0 -20px;
}

.strip-contact .questions {
	max-width: 320px;
	-ms-transform: translateY(-20px);
	    transform: translateY(-20px);
}

.strip-contact h4 {
	color: #fbdfeb !important;
}

.strip-contact:after {
	display: block;
	content: '';
	background-image: url("../images/wattle-logo-light.svg");
	background-size: cover;
	width: 400px;
	height: 204px;
	position: absolute;
	bottom: -3px;
	left: -202px;
}

.strip-documents {
	color: #FFFFFF;
	background: #4b0022;
}

.strip-documents h1,
.strip-documents .h1,
.strip-documents h2,
.strip-documents .h2,
.strip-documents h3,
.strip-documents .package .price,
.package .strip-documents .price,
.strip-documents .h3,
.strip-documents h4,
.strip-documents .h4,
.strip-documents h5,
.strip-documents .h5,
.strip-documents h6,
.strip-documents .h6 {
	color: inherit !important;
}

h2.follow-us i {
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 50%;
	background: #4b0022;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	position: relative;
}

h2.follow-us i:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

h2.follow-us i:before {
	font-size: 42px;
}

.tagline {
	width: 100%;
	max-width: 270px;
}

.strip-feature-packages {
	background: #fdf5f9;
}

.strip-feature-packages .slider li > .feature-tile:nth-child(2n) {
	background: #ba006f;
}

.strip-feature-packages .slider li > .feature-tile:nth-child(2n) .btn,
.strip-feature-packages .slider li > .feature-tile:nth-child(2n) .gform_next_button,
.strip-feature-packages .slider li > .feature-tile:nth-child(2n) .gform_previous_button {
	background: #4b0022;
}

.strip-feature-packages .slider li > .feature-tile:nth-child(2n) .btn:hover,
.strip-feature-packages .slider li > .feature-tile:nth-child(2n) .gform_next_button:hover,
.strip-feature-packages .slider li > .feature-tile:nth-child(2n) .gform_previous_button:hover {
	background: #220010;
}

.strip-feature-packages .pager button {
	background: #4b0022;
}

.strip-community h2 {
	margin-bottom: 15px;
}

.strip-community .logos {
	margin-top: 40px;
}

.contact-details {
	padding-top: 0px;
}

.document-group {
	padding: 30px 0 20px;
}

.document-group h2 {
	margin-bottom: .5em;
}

.document-group .btn,
.document-group .gform_next_button,
.document-group .gform_previous_button {
	text-transform: none;
	font-weight: 400;
	padding: 0;
	height: auto;
	color: #4b0022;
	background: transparent;
}

.document-group .btn > img,
.document-group .gform_next_button > img,
.document-group .gform_previous_button > img {
	width: 30px;
}

.document-group .btn:before,
.document-group .gform_next_button:before,
.document-group .gform_previous_button:before {
	display: inline-block;
	vertical-align: middle;
	font-size: 48px;
	text-decoration: none !important;
}

.document-group .btn > span,
.document-group .gform_next_button > span,
.document-group .gform_previous_button > span {
	display: inline-block;
	vertical-align: middle;
}

.document-group .btn:hover,
.document-group .gform_next_button:hover,
.document-group .gform_previous_button:hover {
	opacity: .6;
}

.stage-heading h2 {
	margin-bottom: 20px;
}

.stage-heading p {
	text-transform: uppercase;
}

.disclaimer {
	font-size: 12px;
	
}

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

table th {
	text-align: center;
	background: #4b0022;
	color: #FFFFFF;
	padding: 10px 2px;
	font-weight: 600;
}

table td {
	text-align: center;
	padding: 10px 2px;
	border-bottom: 1px solid #4b0022;
}

table .btn,
table .gform_next_button,
table .gform_previous_button {
	width: 100%;
}

.package-details {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 15px 0;
}
.single-package .package-details {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0px 0;
}
.package-details > li {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	margin: 0 5px;
}

.package-details > li:first-of-type {
	margin-left: 0px;
}

.package-details > li:last-of-type {
	margin-right: 0px;
}

.package-details > li > i {
	display: inline-block;
	vertical-align: middle;
}

.package-details > li > i:before {
	font-size: 42px;
	color: #4b0022;
}

.package-details + p strong {
	color: #4b0022;
	font-weight: 400;
}

.package-details + p strong:first-of-type {
	color: #ba006f;
	font-weight: 500;
}

.search-bar {
	margin-bottom: 40px;
}

.search-bar h3,
.search-bar .package .price,
.package .search-bar .price {
	color: #726257;
}

.package .title {
	margin: 0;
}

.package .price {
	font-style: normal;
	color: #000000;
}

.page-template-template-splash {
	background: #4b0022;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

.page-template-template-splash .header {
	display: none;
}

.page-template-template-splash .grid {
	position: relative;
}

.page-template-template-splash .sticker {
	background: #ba006f;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 10px;
}

.page-template-template-splash .sticker p {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	-ms-transform: rotate(-16deg);
	    transform: rotate(-16deg);
	-ms-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	height: 100%;
	padding: 43px 0px;
}

.page-template-template-splash .sticker:after {
	content: '';
	background: #ec008c;
	width: 38px;
	height: 38px;
	position: absolute;
	bottom: -5px;
	left: 10px;
	border-radius: 50%;
}

.page-template-template-splash .rotate {
	margin: 60px auto;
	position: relative;
	height: 300px;
	overflow: hidden;
}

.page-template-template-splash .rotate .rotation-holder {
	animation: rotate 180s infinite linear running;
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-ms-transform-origin: center center;
	    transform-origin: center center;
	width: 100%;
	height: 600px;
}

.page-template-template-splash .rotate .section {
	-ms-transform-origin: center bottom;
	    transform-origin: center bottom;
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	position: absolute;
	top: 0;
	left: calc(50% - 66px);
	width: 133.3px;
}

.page-template-template-splash .rotate .section:nth-child(2) {
	-ms-transform: rotate(22.5deg);
	    transform: rotate(22.5deg);
}

.page-template-template-splash .rotate .section:nth-child(3) {
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

.page-template-template-splash .rotate .section:nth-child(4) {
	-ms-transform: rotate(67.5deg);
	    transform: rotate(67.5deg);
}

.page-template-template-splash .rotate .section:nth-child(5) {
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.page-template-template-splash .rotate .section:nth-child(6) {
	-ms-transform: rotate(112.5deg);
	    transform: rotate(112.5deg);
}

.page-template-template-splash .rotate .section:nth-child(7) {
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
}

.page-template-template-splash .rotate .section:nth-child(8) {
	-ms-transform: rotate(157.5deg);
	    transform: rotate(157.5deg);
}

.page-template-template-splash .rotate .section:nth-child(9) {
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.page-template-template-splash .rotate .section:nth-child(10) {
	-ms-transform: rotate(202.5deg);
	    transform: rotate(202.5deg);
}

.page-template-template-splash .rotate .section:nth-child(11) {
	-ms-transform: rotate(225deg);
	    transform: rotate(225deg);
}

.page-template-template-splash .rotate .section:nth-child(12) {
	-ms-transform: rotate(247.5deg);
	    transform: rotate(247.5deg);
}

.page-template-template-splash .rotate .section:nth-child(13) {
	-ms-transform: rotate(270deg);
	    transform: rotate(270deg);
}

.page-template-template-splash .rotate .section:nth-child(14) {
	-ms-transform: rotate(292.5deg);
	    transform: rotate(292.5deg);
}

.page-template-template-splash .rotate .section:nth-child(15) {
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

.page-template-template-splash .rotate .section:nth-child(16) {
	-ms-transform: rotate(337.5deg);
	    transform: rotate(337.5deg);
}

.page-template-template-splash .rotate .section:nth-child(17) {
	-ms-transform: rotate(360deg);
	    transform: rotate(360deg);
}

.page-template-template-splash .rotate .section img {
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
}

.page-template-template-splash .rotate .section .wattle-logo1 {
	-ms-transform-origin: right bottom;
	    transform-origin: right bottom;
	height: 260px;
	margin-top: 40px;
}

.page-template-template-splash .rotate .section .wattle-logo2 {
	-ms-transform-origin: center bottom;
	    transform-origin: center bottom;
	height: 300px;
	margin: -39px;
}

.page-template-template-splash .rotate .section .wattle-logo2:first-child {
	margin: 0px;
}

.page-template-template-splash .rotate .section .wattle-logo3 {
	-ms-transform-origin: left bottom;
	    transform-origin: left bottom;
	height: 260px;
	margin-top: 40px;
}

.page-template-template-splash .rotate .section.nudge-left img {
	animation: nudge-left 1s cubic-bezier(0.5, 0.2, 0.3, 1) forwards;
}

.page-template-template-splash .rotate .section.nudge-left img:nth-child(2) {
	animation-delay: 0.1s;
	transition-delay: 0.1s;
}

.page-template-template-splash .rotate .section.nudge-left img:nth-child(3) {
	animation-delay: 0.2s;
	transition-delay: 0.2s;
}

.page-template-template-splash .rotate .section.nudge-right img {
	animation: nudge-right 1s cubic-bezier(0.5, 0.2, 0.3, 1) forwards;
}

.page-template-template-splash .rotate .section.nudge-right img:nth-child(2) {
	animation-delay: 0.1s;
	transition-delay: 0.1s;
}

.page-template-template-splash .rotate .section.nudge-right img:nth-child(3) {
	animation-delay: 0.2s;
	transition-delay: 0.2s;
}

.page-template-template-splash .the-content {
	margin: 40px auto;
	max-width: 510px;
	font-weight: 500;
}

.page-template-template-splash .pink {
	color: #ec008c;
}

.page-template-template-splash .small {
	font-size: 12px;
	text-transform: uppercase;
	margin: 40px 0px 20px;
}

.page-template-template-splash .register {
	margin: 80px 0px 0px;
	padding: 80px 0px;
	background: #eee url("//wattlerise.com.au/wp-content/themes/wattlerise/images/family.jpg") center center no-repeat;
	background-size: cover !important;
	color: #4b0022;
}

.page-template-template-splash .register .content {
	width: 50%;
}

.page-template-template-splash .register .content > h3,
.page-template-template-splash .register .package .content > .price,
.package .page-template-template-splash .register .content > .price {
	margin: 10px auto;
	max-width: 495px;
	font-size: 26px;
	font-weight: 500;
	padding: 0px 10px;
	line-height: 1.6;
}

.page-template-template-splash .register .content > h3 strong,
.page-template-template-splash .register .package .content > .price strong,
.package .page-template-template-splash .register .content > .price strong {
	font-weight: 700;
}

.page-template-template-splash .register .content .gform_wrapper {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	padding: 10px 40px 30px;
	text-align: center;
	margin-top: 40px;
}

.page-template-template-splash .register .content .gform_wrapper h3,
.page-template-template-splash .register .content .gform_wrapper .package .price,
.package .page-template-template-splash .register .content .gform_wrapper .price {
	text-align: center;
	font-family: 'Damion', 'Montserrat', Arial, sans-serif;
	font-size: 50px;
}

.page-template-template-splash .register .content .gform_wrapper .gform_description {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.page-template-template-splash .register .content .gform_wrapper li {
	padding: 0px;
	margin: 0px;
}

.page-template-template-splash .register .content .gform_wrapper input {
	background: #d1d3d4;
	border: 0px;
	border-radius: 5px;
	color: #4b0022;
	width: 100%;
}

.page-template-template-splash .register .content .gform_wrapper input:-ms-input-placeholder {
	color: #4b0022;
}

.page-template-template-splash .register .content .gform_wrapper input::placeholder {
	color: #4b0022;
}

.page-template-template-splash .register .content .gform_wrapper .gform_footer {
	margin: 0px;
}

.page-template-template-splash .register .content .gform_wrapper button {
	background: #ba006f;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 17px 0px;
}

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

.c-1-2 {
	width: 50%;
}

.c-1-3 {
	width: 33.333333333%;
}

.c-2-3 {
	width: 66.666666666%;
}

.c-1-4 {
	width: 25%;
}

.c-3-4 {
	width: 75%;
}

.c-1-5 {
	width: 20%;
}

.c-2-5 {
	width: 40%;
}

.c-3-5 {
	width: 60%;
}

.c-4-5 {
	width: 80%;
}

.r-g-1 {
	margin-left: -10px;
}

.r-g-1 > .col {
	padding-left: 10px;
}

.r-g-2 {
	margin-left: -20px;
}

.r-g-2 > .col {
	padding-left: 20px;
}

.r-g-3 {
	margin-left: -30px;
}

.r-g-3 > .col {
	padding-left: 30px;
}

.r-g-4 {
	margin-left: -40px;
}

.r-g-4 > .col {
	padding-left: 40px;
}

.r-g-5 {
	margin-left: -50px;
}

.r-g-5 > .col {
	padding-left: 50px;
}

.r-g-6 {
	margin-left: -60px;
}

.r-g-6 > .col {
	padding-left: 60px;
}

.r-g-7 {
	margin-left: -70px;
}

.r-g-7 > .col {
	padding-left: 70px;
}

.r-g-8 {
	margin-left: -80px;
}

.r-g-8 > .col {
	padding-left: 80px;
}

.r-g-9 {
	margin-left: -90px;
}

.r-g-9 > .col {
	padding-left: 90px;
}

.r-g-10 {
	margin-left: -100px;
}

.r-g-10 > .col {
	padding-left: 100px;
}

.r-g-11 {
	margin-left: -110px;
}

.r-g-11 > .col {
	padding-left: 110px;
}

.r-g-12 {
	margin-left: -120px;
}

.r-g-12 > .col {
	padding-left: 120px;
}

.hide-md-lg {
	display: none;
}

.nav-flex {
	display: flex;
}

.nav-flex > li {
	flex: 1 1 auto;
}

.nav-flex > li:last-of-type {
	flex: 0 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	font-size: 16px;
}

p.lead {
	font-size: 18px;
}

.list-columns {
	max-width: 70%;
}

.list-columns li {
	float: left;
	width: 50%;
}

.btn,
.gform_next_button,
.gform_previous_button {
	font-size: 16px;
}

form button {
	min-width: 300px;
}

.slider-controls .next,
.slider-controls .prev {
	position: absolute;
	font-size: 22px;
	top: 50%;
	margin-top: -0.5em;
}

.slider-controls .prev {
	left: -10px;
}

.slider-controls .next {
	right: -10px;
}

.slider-carousel {
	margin-left: -30px;
}

.slider-carousel li {
	padding-left: 30px;
}

div.popup .content {
	padding: 10px 25px;
}

div.popup .content h2 {
	font-size: 30px;
}

div.popup .content h2.gsection_title {
	font-size: 18px;
}

div.popup .gform_wrapper .gform_body {
	width: auto !important;
	margin-right: 0px;
}

div.popup .featured-image {
	margin-top: -50px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 40px;
}

.mfp-close-btn-in .mfp-close {
	top: -26px;
	right: -32px;
}

#map {
	height: 400px;
}

.logos > li {
	padding: 20px;
}

.logos-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.logos-flex > li {
	width: 25%;
}

.logos-flex img {
	max-width: 80%;
}

.d-list > a:last-of-type {
	border-right: 0;
}

.feature-icons h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

.tile {
	margin-bottom: 40px;
}

.feature-tile {
	display: flex;
}

.feature-tile .text,
.feature-tile .img {
	float: left;
	width: 50%;
}

.feature-tile .img {
	height: auto;
	min-height: 340px;
}

.feature-tile .img > img {
	width: 110px;
}

.feature-tile .text .title {
	font-size: 34px;
}

.feature-tile .text .price {
	font-size: 24px;
}

.header .left {
	padding-left: 166px;
	height: 94px;
	position: relative;
	float: left;
}

.header .logo {
	float: left;
	height: 76px;
	margin: 10px 0;
}

.header .content {
	float: right;
	padding-top: 25px;
}

.header .content > * {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.header .mobile-menu {
	display: block !important;
}

.header .mobile-menu .arrow {
	display: none;
}

.header .main-navigation > ul > li {
	width: auto;
}

.header .main-navigation > ul > li:hover > a,
.header .main-navigation > ul > li:focus > a,
.header .main-navigation > ul > li.is-open > a {
	background: #FFFFFF;
	color: #4b0022;
}

.header .main-navigation > ul > li:hover .sub-menu,
.header .main-navigation > ul > li:focus .sub-menu,
.header .main-navigation > ul > li.is-open .sub-menu {
	opacity: 1;
	left: 50%;
	padding-top: 0;
	transition: 0s left 0s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
}

.header .main-navigation > ul > li > a {
	border: 0;
}

.header .main-navigation > ul .sub-menu {
	position: absolute;
	top: 100%;
	left: -999em;
	margin-left: -120px;
	width: 240px;
	padding-top: 5px;
	background: #FFFFFF;
	opacity: 0;
	display: block !important;
	transition: 0s left 0.3s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
}

.header .main-navigation > ul .sub-menu > li > a:hover {
	background: whitesmoke;
}

.menu-toggle .hamburger {
	display: none;
}

.page-content .strip {
	padding: 60px 0;
}

.page-content .strip.has-waves {
	padding: 130px 0;
}

.page-content > .content {
	padding: 75px 0;
}

.strip .heading {
	padding: 50px 80px 40px;
}

.banner-lg {
	height: 684px;
}

.banner-lg .text {
	max-width: 60%;
	padding: 50px 20px;
}

.banner-lg .pager {
	margin-top: -70px;
}

.strip-start-here .button-wrap {
	width: 36%;
	position: absolute;
	right: 0;
	top: 48px;
}

.strip-start-here .button-wrap img {
	width: 100%;
}

.strip-contact .col:first-of-type {
	padding-right: 32px;
}

.strip-contact {
	padding: 120px 0 !important;
}

.strip-feature-packages .slider li > .feature-tile:nth-child(2n) {
	flex-direction: row-reverse;
}

.strip-feature-packages .slider li > .feature-tile:nth-child(2n) .img {
	float: right;
}

.stage-heading + table + .disclaimer {
	margin-bottom: 50px;
}

.search-bar {
	margin-bottom: 90px;
}

.search-bar .row {
	margin-bottom: 40px;
}

}

@media screen and (max-width: 1000px) and (min-width: 768px) {

.md-1-2 {
	width: 50%;
}

.md-1-3 {
	width: 33.333333333%;
}

.md-2-3 {
	width: 66.666666666%;
}

.md-1-4 {
	width: 25%;
}

.md-3-4 {
	width: 75%;
}

.md-1-5 {
	width: 20%;
}

.md-2-5 {
	width: 40%;
}

.md-3-5 {
	width: 60%;
}

.md-4-5 {
	width: 80%;
}

.md-g-1 {
	margin-left: -10px;
}

.md-g-1 > .col {
	padding-left: 10px;
}

.md-g-2 {
	margin-left: -20px;
}

.md-g-2 > .col {
	padding-left: 20px;
}

.md-g-3 {
	margin-left: -30px;
}

.md-g-3 > .col {
	padding-left: 30px;
}

.md-g-4 {
	margin-left: -40px;
}

.md-g-4 > .col {
	padding-left: 40px;
}

.md-g-5 {
	margin-left: -50px;
}

.md-g-5 > .col {
	padding-left: 50px;
}

.md-g-6 {
	margin-left: -60px;
}

.md-g-6 > .col {
	padding-left: 60px;
}

.md-g-7 {
	margin-left: -70px;
}

.md-g-7 > .col {
	padding-left: 70px;
}

.md-g-8 {
	margin-left: -80px;
}

.md-g-8 > .col {
	padding-left: 80px;
}

.md-g-9 {
	margin-left: -90px;
}

.md-g-9 > .col {
	padding-left: 90px;
}

.md-g-10 {
	margin-left: -100px;
}

.md-g-10 > .col {
	padding-left: 100px;
}

.md-g-11 {
	margin-left: -110px;
}

.md-g-11 > .col {
	padding-left: 110px;
}

.md-g-12 {
	margin-left: -120px;
}

.md-g-12 > .col {
	padding-left: 120px;
}

.hide-md {
	display: none;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.package .price,
.h3 {
	font-size: 26px;
}

.footer .logo {
	width: 283px;
	height: 60px;
	background-size: 283px 60px;
}

}

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

.lg-1-2 {
	width: 50%;
}

.lg-1-3 {
	width: 33.333333333%;
}

.lg-2-3 {
	width: 66.666666666%;
}

.lg-1-4 {
	width: 25%;
}

.lg-3-4 {
	width: 75%;
}

.lg-1-5 {
	width: 20%;
}

.lg-2-5 {
	width: 40%;
}

.lg-3-5 {
	width: 60%;
}

.lg-4-5 {
	width: 80%;
}

.lg-g-1 {
	margin-left: -10px;
}

.lg-g-1 > .col {
	padding-left: 10px;
}

.lg-g-2 {
	margin-left: -20px;
}

.lg-g-2 > .col {
	padding-left: 20px;
}

.lg-g-3 {
	margin-left: -30px;
}

.lg-g-3 > .col {
	padding-left: 30px;
}

.lg-g-4 {
	margin-left: -40px;
}

.lg-g-4 > .col {
	padding-left: 40px;
}

.lg-g-5 {
	margin-left: -50px;
}

.lg-g-5 > .col {
	padding-left: 50px;
}

.lg-g-6 {
	margin-left: -60px;
}

.lg-g-6 > .col {
	padding-left: 60px;
}

.lg-g-7 {
	margin-left: -70px;
}

.lg-g-7 > .col {
	padding-left: 70px;
}

.lg-g-8 {
	margin-left: -80px;
}

.lg-g-8 > .col {
	padding-left: 80px;
}

.lg-g-9 {
	margin-left: -90px;
}

.lg-g-9 > .col {
	padding-left: 90px;
}

.lg-g-10 {
	margin-left: -100px;
}

.lg-g-10 > .col {
	padding-left: 100px;
}

.lg-g-11 {
	margin-left: -110px;
}

.lg-g-11 > .col {
	padding-left: 110px;
}

.lg-g-12 {
	margin-left: -120px;
}

.lg-g-12 > .col {
	padding-left: 120px;
}

.hide-lg {
	display: none;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.package .price,
.h3 {
	font-size: 30px;
}

.slider-controls .prev {
	left: -30px;
}

.slider-controls .next {
	right: -30px;
}

.slider-carousel:before {
	left: 0;
}

.footer .logo {
	width: 198px;
	height: 42px;
	background-size: 198px 42px;
}

}

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

.xl-1-2 {
	width: 50%;
}

.xl-1-3 {
	width: 33.333333333%;
}

.xl-2-3 {
	width: 66.666666666%;
}

.xl-1-4 {
	width: 25%;
}

.xl-3-4 {
	width: 75%;
}

.xl-1-5 {
	width: 20%;
}

.xl-2-5 {
	width: 40%;
}

.xl-3-5 {
	width: 60%;
}

.xl-4-5 {
	width: 80%;
}

.xl-g-1 {
	margin-left: -10px;
}

.xl-g-1 > .col {
	padding-left: 10px;
}

.xl-g-2 {
	margin-left: -20px;
}

.xl-g-2 > .col {
	padding-left: 20px;
}

.xl-g-3 {
	margin-left: -30px;
}

.xl-g-3 > .col {
	padding-left: 30px;
}

.xl-g-4 {
	margin-left: -40px;
}

.xl-g-4 > .col {
	padding-left: 40px;
}

.xl-g-5 {
	margin-left: -50px;
}

.xl-g-5 > .col {
	padding-left: 50px;
}

.xl-g-6 {
	margin-left: -60px;
}

.xl-g-6 > .col {
	padding-left: 60px;
}

.xl-g-7 {
	margin-left: -70px;
}

.xl-g-7 > .col {
	padding-left: 70px;
}

.xl-g-8 {
	margin-left: -80px;
}

.xl-g-8 > .col {
	padding-left: 80px;
}

.xl-g-9 {
	margin-left: -90px;
}

.xl-g-9 > .col {
	padding-left: 90px;
}

.xl-g-10 {
	margin-left: -100px;
}

.xl-g-10 > .col {
	padding-left: 100px;
}

.xl-g-11 {
	margin-left: -110px;
}

.xl-g-11 > .col {
	padding-left: 110px;
}

.xl-g-12 {
	margin-left: -120px;
}

.xl-g-12 > .col {
	padding-left: 120px;
}

.hide-xl {
	display: none;
}

}

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

.strip-contact:after {
	display: none;
}

}

@media all and (max-width: 900px) {

.mfp-arrow {
	-ms-transform: scale(0.75);
	    transform: scale(0.75);
}

.mfp-arrow-left {
	-ms-transform-origin: 0;
	    transform-origin: 0;
}

.mfp-arrow-right {
	-ms-transform-origin: 100%;
	    transform-origin: 100%;
}

.mfp-container {
	padding-left: 20px;
	padding-right: 20px;
}
	.flower-tag {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
	.flower-tag img {
    max-width: 100%;
    width: 190px;
}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/**
       * Remove all paddings around the image on small screen
       */

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
	padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}

.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}

.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}

}

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

.sm-1-2 {
	width: 50%;
}

.sm-1-3 {
	width: 33.333333333%;
}

.sm-2-3 {
	width: 66.666666666%;
}

.sm-1-4 {
	width: 25%;
}

.sm-3-4 {
	width: 75%;
}

.sm-1-5 {
	width: 20%;
}

.sm-2-5 {
	width: 40%;
}

.sm-3-5 {
	width: 60%;
}

.sm-4-5 {
	width: 80%;
}

.sm-g-1 {
	margin-left: -10px;
}

.sm-g-1 > .col {
	padding-left: 10px;
}

.sm-g-2 {
	margin-left: -20px;
}

.sm-g-2 > .col {
	padding-left: 20px;
}

.sm-g-3 {
	margin-left: -30px;
}

.sm-g-3 > .col {
	padding-left: 30px;
}

.sm-g-4 {
	margin-left: -40px;
}

.sm-g-4 > .col {
	padding-left: 40px;
}

.sm-g-5 {
	margin-left: -50px;
}

.sm-g-5 > .col {
	padding-left: 50px;
}

.sm-g-6 {
	margin-left: -60px;
}

.sm-g-6 > .col {
	padding-left: 60px;
}

.sm-g-7 {
	margin-left: -70px;
}

.sm-g-7 > .col {
	padding-left: 70px;
}

.sm-g-8 {
	margin-left: -80px;
}

.sm-g-8 > .col {
	padding-left: 80px;
}

.sm-g-9 {
	margin-left: -90px;
}

.sm-g-9 > .col {
	padding-left: 90px;
}

.sm-g-10 {
	margin-left: -100px;
}

.sm-g-10 > .col {
	padding-left: 100px;
}

.sm-g-11 {
	margin-left: -110px;
}

.sm-g-11 > .col {
	padding-left: 110px;
}

.sm-g-12 {
	margin-left: -120px;
}

.sm-g-12 > .col {
	padding-left: 120px;
}

.hide-sm {
	display: none;
}

.gform_page_footer .btn,
.gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .button {
	width: 100%;
}

.slider-controls .next,
.slider-controls .prev {
	display: none !important;
}

.slider-carousel:before {
	display: none;
}

.slider-carousel {
	margin-left: -20px;
	margin-right: -20px;
}

.slider-carousel li {
	padding: 0 20px;
}

div.popup .grid {
	padding: 0;
}

div.popup .content h2 {
	font-size: 20px;
}

.d-list > a {
	width: 46%;
	border: 1px solid #ba006f;
	margin: 5px 2%;
}

.feature-icons .btn,
.feature-icons .gform_next_button,
.feature-icons .gform_previous_button {
	margin-bottom: 30px;
}

.header .grid {
	padding: 0;
}

.header .mobile-menu {
	display: none;
}

.header .mobile-menu .social {
	padding: 20px 16px;
}

.header .right {
	float: right;
	padding: 24px 20px;
	font-size: 12px;
}

.header .main-navigation > ul .sub-menu {
	display: none;
}

.header .mobile-utils {
	position: absolute;
	top: 0;
	right: 0;
}

.header .mobile-utils > li {
	float: left;
}

.header .mobile-utils a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 62px;
}

.header .mobile-utils a > i:before {
	font-size: 26px;
}

.footer {
	font-size: 10px;
}

.footer .left {
	margin-top: 30px;
}

.footer .right .center {
	text-align: left;
}

.strip .wave {
	display: none;
}

.strip-contact:after {
	display: none;
}

.document-group .btn,
.document-group .gform_next_button,
.document-group .gform_previous_button {
	font-size: 11px;
}

.document-group .btn:before,
.document-group .gform_next_button:before,
.document-group .gform_previous_button:before {
	font-size: 35px;
}

.stage-heading + table {
	margin-bottom: 0;
}

table {
	font-size: 12px;
}

table .btn,
table .gform_next_button,
table .gform_previous_button {
	font-size: 12px;
	height: 30px;
	padding: 11px;
}

table th {
	display: none;
}

table td {
	display: block;
	text-align: left;
	border: none;
	padding: 2px;
}

table td:last-of-type {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4b0022;
}

table .label {
	display: inline-block;
	font-weight: 500;
	margin-right: 5px;
}

.search-bar .col {
	margin-bottom: 20px;
}

.page-template-template-splash .sticker {
	top: 60px;
	width: 110px;
	height: 110px;
}

.page-template-template-splash .sticker p {
	font-size: 16px;
	padding: 36px 0px;
}

.page-template-template-splash .sticker:after {
	width: 32px;
	height: 32px;
	bottom: -10px;
	left: 15px;
}

.page-template-template-splash .rotate {
	height: 150px;
	margin: 90px auto 30px;
}

.page-template-template-splash .rotate .rotation-holder {
	height: 300px;
}

.page-template-template-splash .rotate .section {
	left: calc(50% - 35.5px);
	width: 70.89px;
}

.page-template-template-splash .rotate .section .wattle-logo1,
.page-template-template-splash .rotate .section .wattle-logo3 {
	height: 130px;
	margin-top: 21px;
}

.page-template-template-splash .rotate .section .wattle-logo2 {
	height: 150px;
	margin: -21.5px;
}

.page-template-template-splash .register .content {
	width: 100%;
}

.page-template-template-splash .footer {
	text-align: center;
}

.page-template-template-splash .footer .right {
	float: none;
}

.page-template-template-splash .footer p {
	margin-right: auto;
	margin-left: auto;
}

}

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

.select .ginput_container_select .customSelect:after {
	right: 5px;
	bottom: 10px;
}

}

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

.xs-1-2 {
	width: 50%;
}

.xs-1-3 {
	width: 33.333333333%;
}

.xs-2-3 {
	width: 66.666666666%;
}

.xs-1-4 {
	width: 25%;
}

.xs-3-4 {
	width: 75%;
}

.xs-1-5 {
	width: 20%;
}

.xs-2-5 {
	width: 40%;
}

.xs-3-5 {
	width: 60%;
}

.xs-4-5 {
	width: 80%;
}

.xs-g-1 {
	margin-left: -10px;
}

.xs-g-1 > .col {
	padding-left: 10px;
}

.xs-g-2 {
	margin-left: -20px;
}

.xs-g-2 > .col {
	padding-left: 20px;
}

.xs-g-3 {
	margin-left: -30px;
}

.xs-g-3 > .col {
	padding-left: 30px;
}

.xs-g-4 {
	margin-left: -40px;
}

.xs-g-4 > .col {
	padding-left: 40px;
}

.xs-g-5 {
	margin-left: -50px;
}

.xs-g-5 > .col {
	padding-left: 50px;
}

.xs-g-6 {
	margin-left: -60px;
}

.xs-g-6 > .col {
	padding-left: 60px;
}

.xs-g-7 {
	margin-left: -70px;
}

.xs-g-7 > .col {
	padding-left: 70px;
}

.xs-g-8 {
	margin-left: -80px;
}

.xs-g-8 > .col {
	padding-left: 80px;
}

.xs-g-9 {
	margin-left: -90px;
}

.xs-g-9 > .col {
	padding-left: 90px;
}

.xs-g-10 {
	margin-left: -100px;
}

.xs-g-10 > .col {
	padding-left: 100px;
}

.xs-g-11 {
	margin-left: -110px;
}

.xs-g-11 > .col {
	padding-left: 110px;
}

.xs-g-12 {
	margin-left: -120px;
}

.xs-g-12 > .col {
	padding-left: 120px;
}

.hide-xs {
	display: none;
}

}

@keyframes spin {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes spin-dots {

0%,80%,100% {
	transform: scale(0);
}

40% {
	transform: scale(1);
}

}

@keyframes rotate {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
}

}

@keyframes nudge-in-left {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(-2.5deg);
}

}

@keyframes nudge-out-left {

from {
	transform: rotate(-2.5deg);
}

to {
	transform: rotate(0deg);
}

}

@keyframes nudge-in-right {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(2.5deg);
}

}

@keyframes nudge-out-right {

from {
	transform: rotate(2.5deg);
}

to {
	transform: rotate(0deg);
}

}

@keyframes nudge-left {

0% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(-2.5deg);
}

100% {
	transform: rotate(0deg);
}

}

@keyframes nudge-right {

0% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(2.5deg);
}

100% {
	transform: rotate(0deg);
}

}

