/*
	Theme Name: CPSP
	Theme URI: http://crowneplazasurfersparadise.com.au/
	Description: This is the sample theme created for the Genesis Framework.
	Author: CPSP
	Author URI: http://crowneplazasurfersparadise.com.au/

	Version: 1.0

	Tags: simple, custom, responsive

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: cpsp
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/



/* FONTS */
@font-face {
	font-family: 'agenda-medium';
	src: url('fonts/Agenda-Medium.eot');
	src: url('fonts/Agenda-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Agenda-Medium.woff2') format('woff2'),
		url('fonts/Agenda-Medium.woff') format('woff'),
		url('fonts/Agenda-Medium.svg#Agenda-Medium') format('svg');
	font-weight: 550;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC;
}

@font-face {
	font-family: 'avenir-heavy';
	src: url('fonts/Avenir-Heavy.eot');
	src: url('fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/Avenir-Heavy.woff2') format('woff2'),
		url('fonts/Avenir-Heavy.woff') format('woff'),
		url('fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family: 'agenda-bold';
	src: url('fonts/Agenda-Bold.eot');
	src: url('fonts/Agenda-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Agenda-Bold.woff2') format('woff2'),
		url('fonts/Agenda-Bold.woff') format('woff'),
		url('fonts/Agenda-Bold.svg#Agenda-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0008-02DC;
}

@font-face {
	font-family: 'agenda-light';
	src: url('fonts/Agenda-Light.eot');
	src: url('fonts/Agenda-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Agenda-Light.woff2') format('woff2'),
		url('fonts/Agenda-Light.woff') format('woff'),
		url('fonts/Agenda-Light.svg#Agenda-Light') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0008-02DC;
}


:root {
	--primary-color: #A00062;
	--dark-gray-color: #54585A;
	--lighter-gray: #e5e5e5;
	--light-gray: #ECECEB;
	--light-blue: #96C7D2;
	--text-bold: 'agenda-bold';
	--text-light: 'agenda-light';
	--text-semi-bold: 'agenda-medium'
}


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

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

progress {
	vertical-align: baseline
}

template,
[hidden],
#sbi_load {
	display: none
}

.global-max-width .fl-builder-module-template {
    max-width: 1550px;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

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

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

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

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

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

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

.relative  {
    position: relative;
}

textarea {
	overflow: auto
}

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

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

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

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



::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

.fl-builder .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px 14px;
    border: 1px solid rgb(0 0 0 / 20%);
}

.with-ig-icon::before {	
	content: "\f16d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background-color: var(--primary-color);
    color: #FFF;
    display: inline-block;
    line-height: 1;
    padding: 4px 5px;
    font-size: 21px;
    border-radius: 100%;
	margin-right: 5px;
}

/* display none */



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

body {
	margin-top: 203px;
	color: var(--dark-gray-color);
}


html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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


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

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

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


/* # Defaults
---------------------------------------------------------------------------------------------------- */
.text-uppercase,
.uppercase {
	text-transform: uppercase !important;
}

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

.text-bold {
	font-family: "agenda-bold";
}

.text-light {
	font-family: "agenda-light";
}

.text-medium {
	font-family: "agenda-medium";
}

.pink-text,
.primary-text {
	color: var(--primary-color) !important;
}

.dark-blue-text,
.dark-gray-text {
	color: #343434 !important;
}

.orange-text,
.orange-text a {
	color: #d96932 !important;
	text-decoration: none;
}

.grey-text {
	color: var(--dark-gray-color) !important;
}

.bg-gray {
	background-color: #ECECEB;
}

.bg-helper {
    background: center no-repeat;
    background-size: cover;
}

.rounded-wrap {
    overflow: hidden;
    border-radius: 25px;
}


.h2-small {
	font-size: 32px !important;
}

.h2-small h1,
.h2-small h2,
.h2-small h3,
.h2-small h4,
.h2-small h5,
.h2-small h6 {
	font-size: 32px !important;
}

h2.fl-heading {
	color: var(--dark-gray-color);
}

.max-width-header {
	max-width: 788px;
	margin: 0 auto;
}

.wrap-inner > div{
    padding: 20px;
}

/* ## Buttons
--------------------------------------------- */

.fl-module-button a.fl-button,
.site-btn,
#mobile-book-now,
input[type="submit"] {
	font-size: 15px;
	color: #fff;
	font-family: agenda-light;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--primary-color);
	padding: 10px 30px;
	letter-spacing: 1px;
	display: inline-block;
	border-radius: 8px;
	border: none;
	 border: 1px solid var(--primary-color);
}


.site-btn:hover,
.site-btn:focus,
#mobile-book-now:hover,
input[type="submit"]:hover {
	color: #FFF;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
}

.site-btn.outline {
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}

.site-btn:hover { 
    border-color: var(--primary-color);
    background: var(--primary-color);
}    

.site-btn.with-icon {
    display: flex;
}

.site-btn.with-icon:before {
    content:"";
    background: no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 19px;
    width: 15px;
    margin-right: 10px;
}

.site-btn.with-icon.docs-icon:before {
    background-image: url('images/doc-icons.svg')
}




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

html {
	font-size: 62.5%;
	/* 10px browser default */
}

body {
	color: var(--dark-gray-color);
	font-family: 'agenda-medium', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

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

a {
	color: var(--primary-color);
	text-decoration: none;
}

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

p {
	margin: 0 0 15px 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 16px;
	color: #363636;
	font-family: agenda-light;
	line-height: 1.5;
}

.small-text {
	font-size: 12px;
}

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: agenda-medium;
	line-height: 1.2;
	margin: 0 0 10px 0;
	font-weight: normal;
}

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

h2 {
	font-size: 30px;
	font-family: 'agenda-medium';
	font-weight: 600;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

.lighter-header {
    font-weight: 400;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


::-moz-placeholder {
	color: var(--dark-gray-color);
	opacity: 1;
}

::-webkit-input-placeholder {
	color: var(--dark-gray-color);
}

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

.button {
	display: inline-block;
}

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

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

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

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

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

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

td,
th {
	text-align: left;
}

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

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

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

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

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

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

.more-link {
	position: relative;
}


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

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

.site-page .site-inner {
	max-width: 100%;
}

.site-page.front-page .site-inner {
    padding: 0;
}

.site-page .entry {
	margin: 0;
	padding: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

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

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

.entry-header .entry-meta {
    display: none;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Card */

.float-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background: center;
    background-size: cover;
}

.slider-rounded-with-content .slide-item {
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
}

.slider-rounded-with-content .slide-item .card {
	background: no-repeat center top #333;
	background-size: cover;
	min-height: 473px;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}

.slider-rounded-with-content .slide-item .card .img { 
    position: absolute;
    height: 100%;
    width: 100%;
    background: center;
    background-size: cover;
    transition: transform .3s, visibility .25s ease-out;
}

.slider-rounded-with-content .slide-item .card:hover .img {
    transform: scale(1.1);
}


.slider-rounded-with-content .date-badge {
	background: var(--light-blue);
	color: #FFF;
	width: 77px;
	position: absolute;
	top: 0;
	right: 40px;
	text-align: center;
	line-height: 1;
	padding: 9px 2px;
	font-family: 'agenda-medium';
}

.slider-rounded-with-content .date-badge .day {
	font-size: 36px;
}

.slider-rounded-with-content .slide-item .blurb {
	font-size: 20px;
	background: rgba(0, 0, 0, .50);
	padding: 24px 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	margin: 0;
	color: #FFF;
	line-height: normal;
}

.custom-special-offers-slider .blurb a,
.meetings-events-section .blurb p,
.meetings-events-section .blurb a,
.card .blurb a,
.card .blurb p {
    color: #FFF;
}

.with-overlay-link-content {
    height: 0px;
    overflow: hidden;
}

.with-overlay-link:hover .with-overlay-link-content {
    height: auto;
}

.slider-rounded-with-content .slide-item .excertp {
	font-size: 16px;
	margin: 10px 0px;
}


.slider-rounded-with-content .slide-item .title {
	font-size: 26px;
	font-family: 'agenda-medium';
    text-transform: uppercase;
}


.with-right-chev.link a {
	font-size: 15px;
	border-bottom: 1px solid;
	display: inline-block;
	position: relative;
}

.with-right-chev.link a:after {
    content: "\f054";
    display: block;
    position: absolute;
    right: -18px;
    top: 6px;
    background-size: contain;
    transition: transform .60s, visibility .25s ease-out;
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: 12px;
}

.with-right-chev.link a:hover:after {
    transform: translateX(5px)
}

.custom-slider-sect {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.br-custom-float-col {
    background: White;
    padding: 22px 18px;
}

.slick-common-slider-item {
    display: none;
}

.slick-common-slider-item .slick-common-slider-item-inner {
    height: 200px;
}

.slick-parent {
    position: relative;
}

.slick-initialized .custom-slider-img {
    height: 187px;
    background: no-repeat center;
    background-size: cover;
}

.custom-slider-control {
    position: absolute;
    color: #FFF;
    right: 11px;
    width: auto !important;
    z-index: 555;
    border: 1px solid #FFF;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    top: 130px;
}

.slick-parent .custom-slider-control {
    bottom: 40px;
    right: 40px;
    top: auto;
}

.section-floating-image-inner {
    position: relative;
}

.custom-slider-control a {
    padding: 10px 15px 9px;
    line-height: 1;
    cursor: pointer;
}

.custom-slider-control a:hover {
    background-color: rgba(255, 255, 255, 0.329);
}

.custom-slider-control a.br-slider-next {
    border-left: 1px solid #FFF;
}

.br-custom-float-col h2 {
    margin-bottom: 25px;
}

.large-slick-listing .custom-slider-sect {
    margin-bottom: 60px
}


    
@media (min-width:768px) {    

    .custom-slider-sect {
        border-radius: 30px;        
    }
    
    .br-custom-float-col {
        position: absolute;
        height: 100%;
        background: rgb(0 0 0 / 70%);
        z-index: 5;
        width: 392px;
        padding: 35px;
        top: 0;
        left: 0;
    }
    
    .alternate-desc-location .right .br-custom-float-col {
        left: auto;
        right: 0;
    }
    
    .alternate-desc-location .right .custom-slider-control {
        left: 27px;
        right: auto;
    }

    .br-custom-float-col,
    .br-custom-float-col p {
        color: #FFF;
    }
    .slick-initialized .custom-slider-img {
        height: 531px;
    }

    .custom-slider-control {        
        bottom: 27px;
        top: auto;
        right: 27px;
    }
    
    .right .custom-slider-control {
        right: auto;
        left: 27px;
    }
}






/* ### Primary Sidebar */


.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

.image-full-content .content h2 {
	display: none;;
}

.section-floating-image {
	background-repeat: no-repeat;
	background-size: cover;
	height: 192px;	
	width: 100%;
	border-radius: 15px;
	margin-bottom: 20px;
}

.section-footer {
	text-align: center;
	margin-top: 43px;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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


/* ## Newsletter Form
--------------------------------------------- */

.newsletter-form-cta {
	background-color: var(--light-blue);
}

.newsletter-form-cta .gform_heading .gform_description {
	font-family: 'agenda-bold';
	display: block;
	width: 100%;
	margin-bottom: 0x;
	font-size: 29px;
	color: #FFF;
	line-height: 1.3;
}

.newsletter-form-cta ul li.gfield {
	margin: 0;
	width: 100%;
}


.newsletter-form-cta .widgettitle {
	display: none;
}

body .newsletter-form-cta .gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.newsletter-form-cta .gform_wrapper,
.newsletter-form-cta .gform_wrapper>form,
.newsletter-form-cta ul.gform_fields {
	display: flex !important;
	flex-flow: row wrap;
}


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

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

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

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

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


/* # Slick 
---------------------------------------------------------------------------------------------------- */
.site-banner-wrap.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.has-slick {
    display: none;
}

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

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

.widget {
	margin-bottom: 20px;
	word-wrap: break-word;
}

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

/* ## Hero Content
--------------------------------------------- */

.hero-container {
	position: relative;
}


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

.featured-content .entry {
	background: none;
	padding: 0;
}

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

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover {
	background-color: #fff;
	color: #333;
}

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

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

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

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

#wpstats {
	display: none;
}


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

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

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


/* # Gravity Form
---------------------------------------------------------------------------------------------------- */
body .gform_wrapper .force-top-label .top_label .gfield_label {
	display: block;
}

body .gform_wrapper .top_label .gfield_label {
	display: none;
}

body .header-form .gform_wrapper .top_label .gfield_label {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
body .booking-form-widget .gform_wrapper .top_label .gfield_label {
	display: block;
	font-size: 14px;
	font-family: var(--text-light);
}

.header-form .gfield:not(.daterangepicker-field) .gfield_label {
	text-align: right;
}

body .gform_wrapper div.validation_error {
	font-size: 14px;
	box-shadow: none !important;
	border: 1px solid var(--primary-color);
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2,
.gform_legacy_markup_wrapper .validation_message {
    color: var(--primary-color) !important;
    font-weight: normal !important;
}

body .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {		
	background: transparent;
	border: 0;
}

body .gform_wrapper.gform_validation_error .top_label input.medium,
body .gform_wrapper.gform_validation_error .top_label select.medium {
	width: 100%;
}

/* # Above Header
---------------------------------------------------------------------------------------------------- */
.above-header-left {
	float: left;
}

.above-header-right {
	float: right;
}

.above-header-right .widget ul>li {
	margin: 0 6px 0 6px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.above-header {
	background: #232323;
	color: #ffffff;
	font-size: 15.83px;
	text-transform: uppercase;
}

.above-header a {
	color: #FFF;
}

.above-header a:hover {
	color: #fff;
}

.above-header p {
	line-height: 1;
}

.above-header .widget {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	font-size: 13px;
}

.above-header-right .widget:last-of-type {
	margin: 0 !important;
}

.above-header-left .contact-details-title {
	font-size: 13.57px;
	font-family: agenda-bold;
	text-transform: uppercase;
	color: #FFF;
	margin-right: 10px;
	letter-spacing: 1px;
}

.above-header-left a {
	font-size: 15.83px;
	font-family: agenda-light;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}

.above-header-right a {
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 13px;
	vertical-align: bottom;
}

.above-header .simple-social-icons ul li a,
.above-header .simple-social-icons ul li a:hover,
.above-header .simple-social-icons ul li a:focus {
	background: none !important;
	color: #676767 !important;
	font-size: 16px !important;
	vertical-align: middle;
	padding: 0;
}

.above-header .simple-social-icons ul li a:hover {
	color: #fff !important;
}

.above-header .simple-social-icons ul li {
	margin: 0 8px 0 0 !important;
}

.above-header .simple-social-icons ul li::last-of-type {
	margin: 0 !important;
}

.above-header img {
	margin: 0;
}

.above-header .wrap {
	padding: 10px 0;
	max-width: 1311px;
}

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

.site-header #mobile-phone,
.site-header #search-popup {
	display: none !important;
}

.site-header .site-title a {
	font-size: 0px;
	background: url('/wp-content/uploads/2025/12/Crowne-Plaza-Canberra-Logo_White_Header.png') no-repeat center;
	background-size: contain;
	height: 27px;
	width: 101px;
	display: block;
	margin-top: 4px;
	margin-left: 4px;
}

#genesis-mobile-nav-header {
	background: none;
	border: none;
	color: #fff;
	outline: 0;
	text-align: right;
	padding: 35px 15px;
	line-height: 1;
	display: inline-block;
	visibility: visible;
	width: auto;
	padding: 13px 15px;
}

.site-header .site-description {
	display: none;
}

.fl-module-heading {
	text-align: center;
}

.site-header {
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	z-index: 1000;
	width: 100%;
}

.site-header>.wrap {
	padding: 0;
	max-width: 1311px;
}

#mobile-book-now {
	font-size: 10px;
	font-family: agenda-bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	right: 55px;
	top: 13px;
	font-size: 12px;
	padding: 9px 8px;
	letter-spacing: 1px;
	line-height: 1;
	position: absolute;
}

#mobile-book-now::before {
	content: "Book Now";
}

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


/* # Header Form
---------------------------------------------------------------------------------------------------- */
.hero-container .header-form {
	display: none;
}

.header-form .wrap {
	background: #FFF;
	max-width: 1150px;
	border-radius: 26px;
}

.header-form .booking-form-logo.gfield {
	display: none;
}

.header-form .wrap .gform_legacy_markup_wrapper {
	margin: 0 !important;
	padding: 15px 0;
}


.header-form .row {
	max-width: 1310px;
}

.header-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.header-form .gform_wrapper .top_label input.medium,
.header-form .gform_wrapper .top_label select.medium {
	width: 100%;
	font-size: 14px;
	color: var(--dark-gray-color);
	font-family: agenda-medium;
	height: 39px;
	padding: 0;
	padding-left: 15px;
	border: none;
}

.header-form .gform_wrapper .top_label select.medium {
	background: #fff url('images/caret-down.png') no-repeat calc(100% - 0px) center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: right;
	padding-right: 24px;
}

.header-form .datepicker,
.daterangepicker-field input {
	background: #fff url('images/caret-down.png') no-repeat calc(100% - 9px) center;
}

.header-form .gfield {
	margin: 0 !important;
	width: 23%;
	display: inline-block;
	vertical-align: top;
}

.header-form .daterangepicker-field.gfield {
	width: 31%;
}

.header-form .with-icon.gfield {
	padding-left: 45px !important;
	position: relative;
}

.booking-form-widget .with-icon.gfield {
	position: relative;
}

.booking-form-widget .gfield_validation_message {
	display: none;
}

.header-form .with-icon.gfield:before,
.booking-form-widget .with-icon.gfield label:before  {
	content: "";
	height: 21px;
	width: 21px;
	display: block;
	position: absolute;
	left: 12px;
	top: 17px;
	background: no-repeat center right;
	background-size: contain;
}

.booking-form-widget .gform_footer input[type=submit] {
    font-size: 16px !important;
    width: 100% !important;
    margin: 0 !important;
}

.booking-form-widget .gform_legacy_markup_wrapper .gform_footer {
	padding: 0;
	margin: 10px 0 0 0;
}

.header-form .with-icon.gfield:not(.daterangepicker-field):after {
	content: "";
	height: 72%;
	border-left: 1px solid var(--light-gray);
	position: absolute;
	top: 11px;
	left: 1px;
}

.booking-form-widget .with-icon.gfield label {
	display: flex !important;
}

.booking-form-widget .with-icon.gfield label:before {
	position: relative;
	top: auto; left: auto;
	height: 19px;
	width: 19px;
	margin-right: 5px;
}

.header-form .daterangepicker-field.gfield:before {
	background-image: url(images/date-icon.png);
}

.booking-form-widget .daterangepicker-field.gfield label:before  {
	background-image:  url(images/calendar-plum.svg);
}

.booking-form-widget .adult-icon.gfield label:before  {
	background-image:  url(images/adult-plum.svg);
}

.header-form .no-adults-field.gfield:before {
	background-image:  url(images/adult-icon.png);
}

.booking-form-widget .child-icon.gfield label:before  {
	background-image:  url(images/child-plum-icon.svg);
}

.header-form .no-child-field.gfield:before {
	background-image: url(images/kids-icon.png);
}

.header-form .no-rooms-field.gfield:before {
	background-image: url(images/rooms-icon.png);
}

.booking-form-widget .room-icon.gfield label:before  {
	background-image: url(images/room-plum.svg);
}


.header-form .gfield.form-mobile-title {
	display: none;
}

.header-form .gfield.booking-form-logo {
	width: 79px;
}

.header-form .gfield.booking-form-logo img {
	vertical-align: middle;
}

.header-form .gform_wrapper input[type="text"],
.header-form .gform_wrapper select,
.header-form .gform_wrapper input[type="text"]:focus,
.header-form .gform_wrapper select:focus {
	outline: none;
	border: none;
}

.with-submit-btn-rounded input[type="submit"] {
	font-size: 0px !important;
	background: url(images/search-icon.png) var(--primary-color) no-repeat center;
	background-size: 35px;
	height: 62px;
	width: 62px !important;
	border-radius: 100%;
	margin: 0 !important;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header-form .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.header-form .gform_body {
	display: inline-block;
	vertical-align: top;
}

.header-form .gform_wrapper form {
	position: relative;
	padding-right: 75px;
}

.header-form .gform_footer {
	position: absolute;
	top: 0;
	right: 0;
	width: auto !important;
}

.gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

/* # Site Banner
---------------------------------------------------------------------------------------------------- */
.site-banner {
	min-height: 546px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center
}

.site-banner h2 {
	font-size: 59.88px;
	font-family: 'agenda-medium';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0;
}

.site-banner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 57px;
	width: 100%;
	height: calc(100% - 57px);
	background: rgb(0 0 0 / 35%);
}

.site-banner h3 {
	color: #fff;
	font-family: 'agenda-light';
	font-size: 24px;
	letter-spacing: 2px;
}

.site-banner .image-banner {
	background: no-repeat center #333;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform 10s, visibility .25s ease-out;
}

.slick-current .image-banner {
	transform: scale(1.2);
}

.book-now-btn .fl-button {
	font-family: agenda-bold;
	letter-spacing: 1px;
}


.site-btn.light-blue-btn {
	background: #8ec8d4;
	color: #fff;
}

.site-btn.light-blue-btn:hover {
	background: #75c1d1;
}

.site-btn.grey-btn {
	background: #f3f3f2;
	color: #595c5e;
}

.site-btn.grey-btn:hover {
	background: #dedede;
}

.site-banner .wrap {
	position: relative;
	z-index: 2;
}

.site-banner .site-btn {
	margin-top: 10px;
}

body .check-avail-btn .fl-button {
	background: #8ec8d4 !important;
	font-size: 14px !important;
	font-family: agenda-bold !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	padding: 15px 17px !important;
	display: inline-block !important;
	border: 0 !important;
	border-radius: 0 !important;
}

body .check-avail-btn .fl-button:hover {
	background: #8ec8d4 !important;
}


body .check-avail-btn .fl-button .fl-button-text {
	color: #fff !important;
}

#back-to-overview-btn .fl-button {
	padding: 0;
	background: none;
	border: 0;
	font-size: 14px;
	font-family: agenda-medium;
	letter-spacing: 1px;
}

#back-to-overview-btn .fl-button-text {
	color: var(--primary-color);
	transition: all 0.3s ease;
}

#back-to-overview-btn .fl-button:hover .fl-button-text {
	color: #862951;
}

#back-to-overview-btn .fl-button .fl-button-text::before {
	content: "";
	width: 16px;
	height: 8px;
	background: no-repeat center url('/wp-content/uploads/2018/04/back-to-overview-arrow.png');
	display: inline-block;
	vertical-align: 1px;
	margin-right: 10px;
}

/* PAGE SHARER */
#page-sharer .widget {
	text-align: right;
}

#page-sharer .addtoany_list {
	position: relative;
	padding-left: 60px;
}

#page-sharer .addtoany_list::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 13px;
	height: 13px;
	display: block;
	background: no-repeat center url('/wp-content/uploads/2018/04/sharer-icon.png');
}

#page-sharer .addtoany_list::after {
	content: "SHARE";
	font-size: 13px;
	font-family: agenda-medium;
	color: #737373;
	position: absolute;
	left: 22px;
	top: 0;
}

/* SIGNUP SECTION */


/* ## Below Header Menu
--------------------------------------------- */
.below-header-menu {
	background: #8bc9d4;
}

.below-header-menu a {
	color: #fff;
	font-family: agenda-medium;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 30px;
	display: block;
}

.below-header-menu a:hover {
	color: var(--primary-color);
}

.below-header-menu ul {
	text-align: center;
}

.below-header-menu li {
	display: inline-block;
}

/* ## Breadcrumbs
--------------------------------------------- */
.breadcrumb-wrap {
	background: #fff;
}

.breadcrumb span,
.breadcrumb {
	font-size: 14px;
	text-transform: uppercase;
	font-family: agenda-medium;
	color: #53585a;
	letter-spacing: 1px;
}

.breadcrumb {
	padding: 35px 0 35px 20px;
}

.breadcrumb span a {
	text-decoration: none;
}

.breadcrumb span a:hover span {
	color: var(--primary-color);
}

.breadcrumb {
	font-family: 'agenda-bold';
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 101px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 5px 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

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

.header-image .site-title>a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 73px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.booking-form-widget {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #FFF;	
	z-index: 999;
	transform: translateY(calc( 100% - 41px ));
	transition: transform .3s, visibility .25s ease-out;
}

.booking-form-widget.open {
	transform: translateY(0);
}

.fl-builder-edit .booking-form-widget,
.booking-form-widget .gform_validation_errors,
.btn-wrap  {
	display: none;
}

.booking-form-widget .gform_fields  {
	display: flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
}

.booking-form-widget .gform_fields li {
	width: 100% !important;
}

.booking-form-widget .gform_fields .col-2 {
	width: 40% !important;
}

.booking-form-widget .gform_legacy_markup_wrapper {
	margin: 0;
}

.booking-form-widget .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding: 0;
    margin: 0 0 9px 0;
}

.booking-form-widget input[type="text"],
.booking-form-widget input[type="number"],
.booking-form-widget select {
	padding: 2px 6px 3px !important;
    line-height: 1;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-size: 15px !important;
    font-family: 'agenda-bold' !important;
}

.form-widget-header {
	background-color: var(--primary-color);
    display: flex;
    color: #FFF;
    padding: 1px 26px;
    justify-content: space-between;
    align-items: center;
	height: 41px;
}

.form-widget-header button {
	background: transparent;
	font-size: 0;
	border: 0;
}

.form-widget-header button::before {
	content: "";
	display: inline-block;
	background: url(images/chevron-down.svg) no-repeat center;	
	background-size: contain;
	height: 20px;
	width: 20px;
}

.open .form-widget-header button::before {
	transform: rotate(180deg);
}


.form-widget-header h4 {
	margin: 0;
}

.form-widget-body {
	padding: 15px;
}

.site-header .widget-area .widget {
	margin: 0;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	text-transform: uppercase;
	color: #fff;
	font-family: 'agenda-light';
	display: block;
	text-decoration: none;
	font-weight: normal;
}

.genesis-nav-menu .menu-item.enquire-now {
	display: none;
}

.no-booking-bar .genesis-nav-menu .menu-item.enquire-now {
	display: inline-block;
}


.genesis-nav-menu .enquire-now a {
	background: #8bc9d4;
}

.genesis-nav-menu .enquire-now a:hover {
	background: #72cbdb;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.menu-item-has-children:hover>a {
	color: #fff;
	background-color: #8bc9d4;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: var(--primary-color);
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #8bc9d4;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

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

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

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

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}

.entry-content .footer-menu ul {
    margin: 0;
}

.entry-content .footer-menu ul li {
    list-style: none;
}

.entry-content .footer-menu ul li a {
    font-family: var(--text-semi-bold);
}

/* Below Footer */
.below-footer {
	background: #a00062;
	padding: 13px 0;
}

.below-footer .widget {
	margin: 0;
}

.below-footer p {
	font-size: 12px;
	font-family: agenda-light;
	text-align: center;
	color: #fff;
	margin: 0;
}

.custom-fa-icons .fa-car-alt:before {
    content: "\f262";
    font: normal normal normal 14px/1 'FontAwesome';
}

.custom-fa-icons .fl-icon a {
    color: #FFF;
    background: #ad005f;
    padding: 10px;
    border-radius: 100%;
    display: inline-block;
}

.custom-fa-icons .fl-icon-group .fl-icon {
    margin-top: 0;
}

.custom-fa-icons .fl-icon a {
    font-size: 17px;
    height: 27px;
    width: 27px;
    padding: 0px;
    text-align: center;
}

.custom-fa-icons .fl-icon i {
    float: none;
    font-size: 10px !important;
}

.custom-fa-icons .fl-icon i:before {
    font-size: 15px !important;
}
    

/* FOOTER COPYRIGHT */
.footer-copyright {
	background: #8bc9d4;
	color: #fff;
	font-size: 13px;
	font-family: agenda-medium;
	text-transform: uppercase;
	text-align: center;
}

.footer-copyright p {
	font-size: 13px;
	color: #fff;
}

.footer-copyright .widget {
	display: inline-block;
	vertical-align: top;
	margin: 20px 7px;
}

.footer-copyright .simple-social-icons ul li a,
.footer-copyright .simple-social-icons ul li a:hover,
.footer-copyright .simple-social-icons ul li a:focus,
.footer-copyright .simple-social-icons ul li a:active {
	font-size: 16px;
	padding: 0;
	background: none !important;
}

.footer-copyright .simple-social-icons ul li {
	margin: 0 3px !important;
}

.footer-copyright .simple-social-icons ul li a:hover,
.footer-copyright .widget_nav_menu ul li a:hover {
	color: #a00062 !important;
}

.footer-copyright .widget_nav_menu ul li {
	display: inline-block;
	vertical-align: top;
}

.footer-copyright .widget_nav_menu ul li::after {
	content: "|";
	margin: 0 2px 0 5px;
}

.footer-copyright .widget_nav_menu ul li {
	padding: 0;
	margin: 0;
}

.footer-copyright .widget_nav_menu ul li:last-of-type::after {
	display: none;
}

.footer-copyright .widget_nav_menu ul li a {
	color: #fff;
	text-decoration: none;
}

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

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
	margin: 20px;
	font-size: 18px;
	color: #363636;
	font-family: agenda-light;
}

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

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

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

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

.entry-content .pink-bullets ul {
	margin: 0;
}

.entry-content .pink-bullets ul li {
	list-style: none;
	position: relative;
	padding-left: 15px;
}

.entry-content .pink-bullets ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #a5126b;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 12px;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

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

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


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

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

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

/* ROOM INDIVIDUAL */
.room-individual {
	background: #fff;
}


.room1-inner-left {
	margin-left: auto;
}

/* .room1-inner-right {
    margin-right: auto;
} */
/* ROOM INDIV 1 */

.room-indiv-features {
    max-width: 956px;
    background: #ECECEB;
    border-radius: 25px;
    padding: 24px 20px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.room-feature-count-7 .room-indiv-features {
    max-width: 1200px;
}

.room-indiv-features-wrap {
    padding: 20px 20px 0;
}

.room-indiv-1 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.room-indiv-1 .wrap {
	max-width: 1440px;
	margin: 0 auto;
}


.room-indiv-floor-plan {
	line-height: 1;
	margin-bottom: 10px;
}

.room-indiv-1-col h2 {
	font-size: 32px;
	margin: 0 0 5px 0;
}

.room-indiv-floor-plan a {
	font-size: 15px;
	color: #525153;
	font-family: agenda-bold;
	text-transform: uppercase;
	text-decoration: none;
}

.room-indiv-floor-plan a::before {
	content: "";
	width: 18px;
	height: 18px;
	background: no-repeat center url('/wp-content/uploads/2018/04/floor-plan-icon.png');
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.room-indiv-cont {
	margin-bottom: 30px;
}

.room-indiv-features li {
    font-size: 18px;
    text-transform: uppercase;
    font-family: agenda-medium;
    display: flex;
    width: 50%;
    flex-flow: row wrap;
    flex-direction: column;
    text-align: center;
    padding: 9px 0;
}

.room-indiv-features li .text {
    margin-top: 5px;
}

.room-indiv-features li:last-of-type::after {
	content: "/";
	display: none;
}

.room-indiv-features li span.bedroom::before {
	width: 31px;
	height: 21px;
	background-image: url('/wp-content/uploads/2018/04/bedroom-icon.png');
}

.room-indiv-features li span.living-room::before {
	width: 19px;
	height: 18px;
	background-image: url('/wp-content/uploads/2018/04/living-room-icon.png');
}

.room-indiv-features li span.kitchen::before {
	width: 18px;
	height: 20px;
	background-image: url('/wp-content/uploads/2018/04/kitchen-icon.png');
}

.room-individual .site-btn {
	letter-spacing: 1px;
}

.room-indiv-gallery {
	min-height: 496px;
	background: no-repeat center top #333;
	background-size: cover;
	padding-top: 200px;
	text-align: center;
	position: relative;
}

.room-indiv-gallery::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

.room-indiv-gallery .site-btn {
	letter-spacing: 2px;
	position: relative;
	z-index: 10;
}

.room-indiv-gallery {
    border-radius: 25px;
    overflow: hidden;
}

/* ROOMs INDIV 2 */

.room-up-wrap  {
    max-width: 1270px;
    margin: 0 auto;
}

.rooms-indiv-2 .wrap {
	padding: 50px 0 40px 0;
}

.rooms-indiv-2-col {
	padding: 0 30px;
	width: 50%;
	float: left;
}

/* ROOMS INDIV 3 */

.rooms-indiv-3 h2 {
	text-align: center;
	padding: 25px 0;
	margin: 0;
}

.rooms-indiv-3 .wrap {
	max-width: 100%;
	padding-bottom: 50px;
}

.room-up-col {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
}
.room-up-col .room-up-cont:before {
   content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 32.29%, rgb(0 0 0 / 57%) 92.71%); 
}

.room-up-col .room-up-cont {
    border-radius: 25px;    
    overflow: hidden;
    position: relative;
}

.room-up-cont-img {
	min-height: 285px;
	position: relative;
}

.room-up-cont-img-hover {
text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 30;
}

.room-up-cont:hover .room-up-cont-img-hover {
	opacity: 1;
	visibility: visible;
}

.room-up-cont-img-hover p {
	color: #fff;
}

.room-up-title {
	font-size: 21.25px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	margin-right: 46px;
	text-align: left;
}

.room-up-cont-info {
    color: #fff;
    font-size: 21.25px;
    font-family: agenda-medium;
    z-index: 20;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.room-up-cont-info .room-title {
    font-size: 23px;
}

.room-up-cont-info .bedroom,
.room-up-cont-info .bathroom {
	font-size: 16.77px;
	line-height: 1;
}

.room-up-only {
	display: block;
	line-height: 1;
}


.room-up-cont {
    background:center no-repeat;
}

.room-up-price-wrap.room-info {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.room-up-cont-info .room-info {
	display: inline-block;
	vertical-align: middle;
}

/* Special Individual Template */
.special-indiv-sect-1 .fl-row-content-wrap {
	background-size: 50% !important;
}

/* CPSP FOLLOW US */
#cpsp-follow-us .fl-icon i::before {
	font-size: 20px;
	color: #616265;
}

#cpsp-follow-us .fl-icon:hover i::before {
	color: var(--primary-color);
}

/* CHINA UNION */
#china-union-2 p {
	font-size: 16px;
}

#china-union-2 h3 {
	line-height: 1;
}

#china-union-3 h2 {
	line-height: .8;
}


/* SPECIAL OFFERS */
#special-offers-1 h4 {
	font-size: 23.96px;
	color: #54585a;
}

/* SPECIAL OFFERS SECT */
.special-offers-sect .fl-row-content-wrap {
	max-width: 1440px !important;
	margin: 0 auto !important;
}

#ui-datepicker-div {
	display: none;
}

/* BOOK NOW POPUP */
.header-form-close {
	font-size: 22px;
	text-decoration: none;
	position: absolute;
	right: 20px;
	font-family: agenda-medium;
	top: 15px;
	background: #fff;
	width: 30px;
	height: 30px;
	color: #aaa;
	text-align: center;
	padding: 0;
	line-height: 1;
	border-radius: 50%;
	display: none;
}

/* GUEST REVIEWS */
#guest-reviews {
	text-align: center;
	/* 	background-color:#8bc9d4; */
	max-width: 100%;
	margin: 0 auto;
}

#guest-reviews .fl-row-content {
	max-width: 100%;
}

#guest-reviews .fl-row-content-wrap {
	background-color: #8bc9d4;
}

#guest-reviews #guest-reviews-left * {
	color: #fff;
}

#guest-reviews-left .fl-col-content {
	/*background-color:#8bc9d4;*/
}

#guest-reviews h3 {
	color: #fff;
	font-size: 30px;
	font-family: agenda-medium;
	margin: 0;
}

#guest-reviews .rating-info {
	margin: 0;
}

#guest-reviews .rating-info li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

#guest-reviews .rating-info li img {
	margin: 0;
}

#guest-reviews .rating-info li.rating-rate {
	font-size: 25.27px;
}

/* MEETINGS AND EVENTS */
.inline-col {
	display: inline-block;
	vertical-align: top;
}

.inline-col .fl-module-content {
	margin: 0 10px;
}

.row-1440 .fl-row-content {
	max-width: 1440px;
}

.row-1440 .fl-row-content.fl-row-full-width {
	max-width: 100%;
}

#meetings-1-left h2 {
	line-height: 1;
	margin-bottom: 30px;
}

/* CPSP LOCATION */
#cpsp-location a {
	color: var(--primary-color);
}

/* HOME */
.home .site-banner h2 {
	font-size: 44px;
}

.home .site-banner {
	display: flex;
	align-items: center;
}

/* HOME SECTION 5 */
#home-5-left {
	background-color: #001450;
}

#home-5-left * {
	color: #fff;
}

/* TEXT READ MORE */



.faq-section {
    padding: 50px 20px;
}

.accordion-item .accordion-header-item,
.main-accordion-style .fl-accordion-button-label {
    font-family: agenda-bold;
    font-size: 19px;
}


.main-accordion-style.large-centred-header .fl-accordion-button-label {
    font-family: 'agenda-medium';
    text-transform: uppercase;
    font-size: 30px;
    color: var(--dark-gray-color);
    width: auto;
}

.main-accordion-style .fl-accordion-item {
    border: none !important;
}

.main-accordion-style.large-centred-header .fl-accordion-button {
        display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.main-accordion-style .fl-accordion .fl-accordion-item:not(:first-child),
.accordion .accordion-item:not(:first-child) {
    border-top: 1px solid var(--lighter-gray) !important;
}

.accordion-item .accordion-header-item {
    display: flex;
    padding: 20px 0;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-item .accordion-body-item {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.fl-accordion-button-label {
    outline: none !important;
}


.fl-accordion-button-icon .fl-accordion-button-icon-right:before, 
.accordion-item .accordion-header-item:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 20px;
    color: var(--dark-gray-color);
}

.fl-accordion-item-active .fl-accordion-button-icon .fl-accordion-button-icon-right:before,
.accordion-item .accordion-header-item.active:after {
  content: "\f106";
}

#text-read-more .fl-accordion-item {
	border: 0;
}

#text-read-more .fl-accordion-button {
	font-size: 19px;
	color: #363636;
	text-align: center;
	font-family: agenda-light;
	line-height: 1.4;
}

#text-read-more .fl-accordion-content {
	text-align: center;
}

#text-read-more .fl-accordion-button-icon {
	opacity: 1;
}

#text-read-more .fl-accordion-button-icon::before {
	content: "Read More " url('/wp-content/uploads/2018/04/read-more-down-arrow.png');
	color: var(--primary-color);
	font-size: 17px;
	font-family: agenda-bold;
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
}

#text-read-more .fl-accordion-button-icon.fa.fa-minus::before {
	content: "Read Less " url('/wp-content/uploads/2018/04/read-more-up-arrow.png');
	color: var(--primary-color);
	font-size: 17px;
	font-family: agenda-bold;
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
}

.rating-info {
	text-align: center;
}

.rating-info li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
}


.rating-info li img {
	margin: 0;
}

.rating-info .rating-rate {
	font-size: 19.67px;
	color: #53585a;
}

.rating-info .rating-count {
	font-size: 11.99px;
	color: #53585a;
}

/* HOME 5 RIGHT */
#home-5-right {
	float: right;
}

/* GREY DOTS SLIDER */

.gray-arrows .slick-arrow::before {
	display: none;
}

.gray-arrows .slick-arrow {
	width: 17px;
	height: 38px;
	background: no-repeat center !important;
	display: block;
	margin-top: -17.5px;
	background-size: contain !important;
}

.gray-arrows .slick-prev {
	background-image: url(images/arrow-gray.png) !important;
	left: -13px;
	transform: rotate(180deg) scaleY(-1);
	top: calc(50% + -20px);
}

.gray-arrows .slick-next {
	background-image: url(images/arrow-gray.png) !important;
}

.reasons-slider-wrap .reasons-slider {
    display: none;
}

/* DOTS */
.reasons-slider-wrap .slick-dots {
	margin: 0;
	position: static;
}

.reasons-slider-wrap .slick-dots li button::before {
	display: none;
}

.reasons-slider-wrap .slick-dots li {
	margin: 0;
	width: auto;
	height: auto;
}

.reasons-slider-wrap .slick-dots li button {
	background: #eaeaea;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	padding: 0;
	display: block;
	margin: 0 3px;
}

.reasons-slider-wrap .slick-dots li.slick-active button {
	background: #c4c4c4;
}

.reasons-slider-col {
	text-align: center;
}

.reasons-slider-img img {
	display: inline-block !important;
}

.reasons-slider-col h4 {
font-size: 22px;
    font-family: 'agenda-bold';
    max-width: 158px;
    margin: 0 auto 17px;
    min-height: 56px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.reasons-slider-col p {
	font-size: 16px;
}

.reasons-slider-col {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 15px;
	min-height: 240px;
}
.special-offer-reasons .reasons-slider-col {
    min-height: 0;
}
.reasons-slider-sect h3 {
	text-align: center;
	color: #54585a;
	margin-bottom: 30px;
}

.reasons-content {
    max-width: 280px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
	.reasons-slider-col h4 {
		font-size: 19.42px;
	}
}
@media (max-width: 960px) {
	.reasons-slider-col {
		min-height: 0;
	}
}
@media (max-width: 667px) {
	.reasons-slider-col {
		width: 100%;
		display: block;
		margin-bottom: 30px;
		padding: 0 15px;
	}

	.reasons-slider .reasons-slider-col:last-of-type {
		margin-bottom: 0;
	}

	.reasons-slider-wrap .slick-prev {
		left: 0;
	}

	.reasons-slider-wrap .slick-next {
		right: 0;
	}
}

@media (max-width: 480px) {
	.reasons-slider-col p br {
		display: none;
	}
}

@media (max-width: 414px) {
	.reasons-slider-sect h3 {
		font-size: 22px;
	}
}

@media (max-width: 320px) {
	.reasons-slider-sect h3 {
		font-size: 19px;
	}

	.reasons-slider-col h4 {
		font-size: 22px;
	}
}


.reasons-slider-wrap {
	margin-top: 26px;
}

.reasons-slider-img {
    max-width: 58px;
    margin: 0 auto;
  	margin-bottom: 17px;
}

.grey-dots-slider .slick-dots {
	margin: 0;
	position: static;
}

.grey-dots-slider .slick-dots button::before {
	display: none;
}

.grey-dots-slider .slick-dots li {
	width: auto;
	height: auto;
}

.grey-dots-slider .slick-dots button {
	background: #eaeaea;
	border-radius: 50%;
	padding: 0;
	width: 10px;
	height: 10px;
}

.grey-dots-slider .slick-active button {
	background: #c4c4c4;
}

/* GREY ARROW SLIDER */
.grey-big-arrow-slider .slick-arrow:before {
    content: "";
    opacity: 1;
}

.grey-big-arrow-slider .slick-arrow {
	z-index: 10;
	width: 17px;
	height: 42px;
	background: no-repeat center !important;
}

.grey-big-arrow-slider .slick-prev {
	left: 15px;
	background-image: url('/wp-content/uploads/2018/04/big-grey-left-arrow.png') !important;
}

.grey-big-arrow-slider .slick-next {
	right: 15px;
	background-image: url('/wp-content/uploads/2018/04/big-grey-right-arrow.png') !important;
}

/* CONTACT INFO LIST */
.contact-info-list h4 {
	font-size: 19px;
	color: #363636;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.contact-info-list p {
	font-size: 19px;
	color: #363636;
	letter-spacing: 1px;
	margin: 0;
	line-height: 1.4;
}

.contact-info-list a {
	color: #363636;
}

.contact-info-list a:hover {
	color: var(--primary-color);
}

.contact-info-list .fl-module-content {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px !important;
	padding-bottom: 10px;
}

.contact-info-list.no-border .fl-module-content {
	border-bottom: 0;
}

#contact-left .fl-col-content>.fl-module::last-of-type .fl-module-content {
	border-bottom: 0px !important;
}

/* CONTACT 2 */
#contact-2 {
	position: relative;
}

#contact-2-info {
	position: absolute;
	width: 100%;
	top: 70px;
	left: 50%;
	background: #fff;
	width: 331px;
	padding: 5px 0 0 0;
	margin-top: 0;
	margin-left: -584px;
	z-index: 30;
}

#contact-2-info h5 {
	display: none;
}

#contact-2-info .fl-rich-text p {
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	font-family: agenda-medium;
	color: #565656;
}

/* CONTACT LEFT */
#contact-left {
	padding-right: 117px;
}

/* CONTACT FORM */
#contact-form {
	background: #f2f2f2;
	padding: 30px 40px 25px 40px;
}

#contact-form h2 {
	font-size: 25px;
	color: #4d4d4d;
	margin: 0 0 5px 0;
}

#contact-form .gform_wrapper,
.popmake .gform_wrapper {
	margin: 0;
}

#contact-form .gform_wrapper .top_label .gfield_label,
.popmake .gform_wrapper .top_label .gfield_label {
	display: block;
	font-size: 18px;
	color: #4d4d4d;
	font-family: agenda-light;
	font-weight: normal;
}

#contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#contact-form .gform_wrapper textarea.medium,
.popmake .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.popmake .gform_wrapper textarea.medium {
	width: 100%;
	height: 41px;
	border: none;
	background: #fff;
	font-size: 15.24px;
	color: #707070;
	padding-left: 15px;
}

.popmake {
	background: #f2f2f2 !important;
}

#contact-form .gform_wrapper .top_label select.medium,
.popmake .gform_wrapper .top_label select.medium {
	width: 100%;
	color: #707070;
	font-size: 15.24px;
	font-family: agenda-light;
	height: 41px;
	background: #fff no-repeat calc(100% - 15px) center url('/~balarsta/cpmelbourne-new/wp-content/uploads/2018/04/select-arrow.png');
	padding-left: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact-form .gform_wrapper textarea.medium,
.popmake .gform_wrapper textarea.medium {
	height: 123px;
}

#contact-form .gform_wrapper .gform_footer input.button,
#contact-form .gform_wrapper .gform_footer input[type="submit"],
.popmake .gform_wrapper .gform_footer input.button {
	background: var(--primary-color);
	width: 299px;
	font-size: 14px;
	font-family: agenda-bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 48px;
}

#contact-form .gform_wrapper .gform_footer input.button:hover,
#contact-form .gform_wrapper .gform_footer input[type="submit"]:hover,
.popmake .gform_wrapper .gform_footer input.button:hover {
	background: #a00062;
}

#contact-form .gform_wrapper ul.gform_fields li.gfield,
.popmake .gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
}

#contact-form .gform_footer,
.popmake .gform_footer {
	padding-top: 10px;
}

#contact-form .fl-module-content,
.popmake .fl-module-content {
	margin: 0;
}

#contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.popmake .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	margin-top: 5px;
}

#popmake-763 .pum-close {
	font-size: 18px;
	padding: text;
	background: var(--primary-color);
	color: #fff;
	line-height: 0;
	padding: 15px 10px;
	font-family: agenda-medium;
}

#popmake-763 .pum-close:hover {
	background: #b6346c;
}

body .popmake .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width: 50%;
	margin: 0;
}

.popmake .gform_wrapper ul.gform_fields li.gfield {
	width: 50%;
	float: left;
	clear: none;
	padding: 10px;
	margin: 0;
}

.popmake .gform_wrapper .gform_footer {
	text-align: right;
	padding-right: 10px;
}

#popmake-763 {
	padding: 25px;
	top: 25px !important;
}

/* BLOG PAGE */


.main-vid-wrapper .vid-read-more-wrap {
    display: none;
}

.above-header a {
	color:#FFF;
}
.above-header-left .contact-details-title {
  color: #FFF;
}

.above-header-right #simple-social-icons-3 ul li a, .above-header-right #simple-social-icons-3 ul li a:hover, .above-header-right #simple-social-icons-3 ul li a:focus {
  color: #FFF !important;
  font-size: 16px;
}
.above-header-right img{
	filter: brightness(0) invert(1);
}
@media( max-width: 640px){
	#contact-left{
		padding-right:0px;
	}
}

.below-footer {
    display: none;
}


/* SINGLE BLOG */
.b-post-title {
  text-transform: uppercase;
   font-weight: 700;
}
.blog-single .b-post-content h2,
.b-post-title,
.b-post-title a {
		color: #5a5a5a;
}

.blog .blog-left,
.single-post .blog-left,
.blog .header-form,
.single-post .header-form,
.b-other-post-sect,
.single-post .b-post-footer,
.blog .b-post-sharer,
.b-hover-title,
.b-hover-cta {
	display: none !important;
}
.blog .blog-right,
.single-post .blog-right {
	padding-left: 0;
	width: 100%;
}
.blog .site-banner,
.single-post .site-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
}
.b-post .wp-block-image img,
.b-post .b-post-single-img img {
	border-radius: 40px;
		  object-fit: cover;
	    width: 100%;
}
.wp-block-quote {
	 font-weight: 700;
	position: relative;
}
.wp-block-quote:before {
    height: 100%;
    width: 8px;
    background-color: #8bc9d4;
    content: '';
    display: inline-block;
    top: 0;
    position: absolute;
}
.wp-block-image figcaption {
	text-align: center;
}
.b-post-header-left {
	    width: 100%;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 12px;
    float: none;
	padding: 3px 8px;
}
.single-post .b-post-meta {
	  display: flex;
    align-items: center;
    column-gap: 26px;
    margin-top: 16px;
}
.b-post-date {
    color: #8f8f8f;
    font-weight: 400;
    text-transform: none;
    font-family: 'agenda-medium', sans-serif;
    font-size: inherit;
}
.b-post-cta a {
	    font-size: 18px;
    color: var(--dark-gray-color);
}

.share-icon {
	  background-color: #8ac9d4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;	
}
@media(max-width: 640px) {
		.b-post .wp-block-image img, .b-post .b-post-single-img img {
		min-height: 300px;
	}
	
	.large-card .float-img {
	    position: relative;
	    height: 300px;
	}
	
	.large-card-wrap .large-card .blurb {
	    width: 100% !important;
	}
}
@media(max-width: 1023px) {
	.blog-sect {
		 padding: 30px 24px;
	}

	.share-icon {
		    height: 32px;
    width: 32px;
		margin: 0 4px;
	}
	.share-icon img {
		width: 19px;
	}
	.single-post .b-post-footer { display: none !important; }
	
		.wp-block-quote {
		    padding-left: 22px;
	}
	.wp-block-quote:before {
		    left: -10px;
	}
	figure.wp-block-image {
			margin: 24px 0 42px;
	}
	.blog .b-post-title {
		margin-bottom: 20px;
	}
}
@media(min-width: 641px) and (max-width: 1023px) {
		.b-post .wp-block-image img, .b-post .b-post-single-img img {
		min-height: 360px;
	}
}


@media(min-width: 1280px) {
		.blog-single .wp-block-heading,
	.b-post-content p,
	.b-post-header,
	.wp-block-quote,
	.wp-block-image figcaption {
		max-width: 960px;
	}
	
}

/* SINGLE BLOG */


/* BLOG */
.site-btn.button-text {
	    padding: 0;
    background-color: transparent;
    border: none;
	color: #363636;
	cursor: pointer;
}
.site-btn.button-text:hover {
	box-shadow: none;
}
.category-filter .site-btn:after {
	    content: '';
    height: 2px;
    display: block;
    background-color: #a00062;
		transform: translatey(6px);
	transition: all .25s ease-in-out;
	opacity: 0;
}
.category-filter .site-btn:hover:after,
.category-filter .cat.active .site-btn:after {
	transform: translatey(0);
	opacity: 1;
}

.blog .entry-content {
	text-align: center;
	margin-bottom: 24px;
}
.blog h2.wp-block-heading {
	text-transform: uppercase;
}
.category-filter {
	margin-bottom: 34px;
}
.category-filter .category-list {
    max-width: 1140px;
    margin: 0 auto;
    column-gap: 24px;
    row-gap: 4px;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.category-filter button {
	text-transform: uppercase;
    font-family: 'agenda-light', sans-serif;
}

.blog .b-post-cta a:hover,
.blog .b-post-cta a:focus {
	color: var(--primary-color);	
}

.more-post-article:focus {
	color: #FFF !important;
}
.more-post-article:after {
	display: none;
}
.blog .b-post-nav {
	text-align: center;
}
@media(max-width: 1023px) {
	.category-filter { display: none; }
}


.blog-wrap {
	max-width: 1020px;
	margin: 0 auto;
}

.blog-sect {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.blog-left {
	width: 25%;
	float: left;
}

.blog-right {
	width: 75%;
	float: left;
	padding-left: 20px;
}

/* BLOG LEFT */
.blog-left input[type="search"] {
	height: 45px;
	border: 1px solid #d9d9d9;
	color: #333;
	font-size: 17px;
	padding-left: 20px;
	background: no-repeat calc(100% - 15px) center url('/wp-content/uploads/2018/04/search-box-icon.png') #fff;
}

.blog-left p {
	font-size: 17px;
	font-family: agenda-medium;
	color: #565656;
}

.blog-left .widget-title {
	font-size: 14px;
	font-family: agenda-bold;
	color: var(--primary-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog-left ul li {
	font-size: 17px;
	font-family: agenda-medium;
	padding: 0;
	margin-bottom: 5px;
}

.blog-left ul li a {
	color: #565656;
}

.blog-left ul li a:hover {
	color: #a00062;
}

.blog-left .widget {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 30px;
	margin: 0 0 30px 0;
}

.blog-left .widget:last-of-type {
	border: none;
}

.blog-left .widget_recent_entries li {
	border-bottom: 1px solid #d3d3d3;
	margin: 0;
	padding: 10px 0;
}

.blog-left .widget_recent_entries ul li:last-of-type {
	border: none;
}

/* BOX OFFERS WIDGET */
.box-offers {
	min-height: 399px;
	background: no-repeat center top;
	text-align: center;
	position: relative;
	padding-top: 25px;
}

.box-offers-text-1 {
	font-size: 21.2px;
	font-family: agenda-light;
	line-height: 1.1;
}

.box-offers-text-2 {
	font-size: 28.27px;
	font-family: agenda-medium;
	color: #a13362;
	text-transform: uppercase;
	line-height: 1.1;
}

.box-offers-cta {
	position: absolute;
	bottom: 55px;
	width: 100%;
	left: 0;
}

/* BLOG POST  */


.b-post {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	text-align: left;
	
}

.b-post-inner {
	background: #fff;
	border-radius: 30px;
    overflow: hidden;
}

.blog .b-post-inner {
    border-radius: 0;
}

.b-post-img {
	min-height: 287px;
	background: no-repeat center top #333;
	background-size: cover;
	position: relative;
}

.blog .b-post {
    padding: 0 20px;
    margin-bottom: 55px;
}

.blog .b-post-img {
    border-radius: 30px;
    margin-bottom: 20px;
}


.b-post-title {
	font-size: 24px;
	font-family: agenda-medium;
	line-height: 1.1;
	margin-bottom: 5px;
}

.b-post-title a {
	color: var(--dark-gray-color);
	letter-spacing: 1px;
}

.b-post-date {
	color: rgb(84 88 90 / 60%);
	font-size: 15px;
	line-height: 1.1;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.b-post-subtitle {
	font-size: 20px;
	font-family: agenda-medium;
	line-height: 1;
	color: #363636;
	margin-bottom: 20px;
}

.b-post-content {
	line-height: 1.2;
	color: #363636;
	font-family: agenda-light;
}

.b-post-cta a {
	font-size: 12px;
	font-family: agenda-bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.template-2 .b-post-body {
    padding: 30px;
} 

.template-2 .b-post-img {
    min-height: 225px;
}
    

/* .b-hover-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center bottom url('/wp-content/uploads/2018/04/blog-hover-bottom-bg.png') rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #fff;
	padding: 70px 15px 15px 15px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.b-post:hover .b-hover-img {
	visibility: visible;
	opacity: 1;
} */

.b-hover-title {
	font-size: 24px;
	font-family: agenda-medium;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2;
}

.b-hover-cta .site-btn {
	font-size: 13.7px;
}


/* BLOG SHARER */
.b-post-sharer .a2a_kit .a2a_svg {
	width: 32px !important;
	height: 32px !important;
	line-height: 1 !important;
}
.addtoany_list a span {
	border-radius: 50% !important;
}

.b-post-sharer .share-text {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: agenda-bold;
	color: #737373;
}
.b-post-sharer .a2a_svg svg {
	    top: 4px;
}

@media(min-with: 1024px) {
	.b-post-sharer .a2a_kit .a2a_svg {
		width: 38px !important;
		height: 38px !important;
	}
}

.b-post-cta,
.b-post-sharer {
	display: inline-block;
}

.b-post-cta {
	margin-right: 25px;
}

.b-post-header {
	margin-bottom: 10px;
}

/* BLOG POST NAVIGATION */
.b-post-nav {
	padding: 0 20px;
}

.b-post-nav::after,
.b-post-nav::before {
	content: "";
	display: table;
	clear: both;
}

.b-post-nav a {
	font-size: 16px;
	text-transform: uppercase;
	font-family: agenda-medium;
	letter-spacing: 1px;
}

/* .b-post-nav .nav-next a::before,
.b-post-nav .nav-previous a::after {
	content: "";
	width: 15px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center url('/wp-content/uploads/2018/04/post-nav-arrow.png');
} */

.b-post-nav .nav-next a::before {
	content: "";
	transform: rotate(180deg);
	margin-right: 10px;
}


/* .b-post-nav a:hover {
	color: #999;
}
 */
.b-post-wrap {
	padding-bottom: 35px;
}

/* B POST SPECIAL */
.b-special .fl-row-content-wrap {
	padding: 0;
}

.b-special .fl-heading {
	padding: 10px !important;
}

.b-special .fl-module-content {
	margin: 10px;
}

/* BLOG SINGLE */
.blog-single .b-post {
	width: 100%;
	margin: 0;
}

.blog-single .b-post-header::after {
	content: "";
	display: table;
	clear: both;
}

.blog-single .b-post-header-left {
	float: left;
	text-align: left;
}

.blog-single .b-post-header .b-post-sharer {
	float: right;
}

.blog-single .b-post-date {
	margin: 0;
}

.blog-single .b-post-title {
	font-size: 30px;
	margin: 0;
}

.blog-single .b-post-subtitle {
	font-size: 28px;
}

.blog-single .b-post-header {
	margin-bottom: 20px;
}

.blog-single .b-post-single-img {
	margin-bottom: 15px;
}

.blog-single .b-post-content h1,
.blog-single .b-post-content h2,
.blog-single .b-post-content h3,
.blog-single .b-post-content h4,
.blog-single .b-post-content h5,
.blog-single .b-post-content h6 {
	font-size: 24px;
	font-family: agenda-medium;
	color: #a00062;

}

.blog-single .b-post-content p,
.blog-single .b-post-content ul li {
	font-size: 18px;
	line-height: 1.4;
	font-family: agenda-light;
	color: #363636;
}

.blog-single .b-post-content strong {
	font-family: agenda-bold;
}

.blog-single .b-post-wrap {
	padding-bottom: 0;
	border: none;
}

.blog-single .b-post-footer {
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
}

/*
.blog-single .blog-right {
	padding-left: 113px;
}
*/

/* B OTHER POST */
.b-other-post-sect {
	margin-top: 30px;
}

.b-other-post-sect h3 {
	font-size: 24px;
	color: #4b4b4b;
	font-family: agenda-medium;
	margin-bottom: 20px;
}

.b-other-post {
	padding: 0 7px;
}

.b-other-post .img {
	min-height: 174px;
	background: no-repeat center top #333;
	margin-bottom: 10px;
	background-size: cover;
}

.b-other-post .title {
	font-size: 20px;
	font-family: agenda-medium;
	line-height: 1;
	margin-bottom: 5px;
}

.b-other-post .date {
	font-size: 14px;
	font-family: agenda-bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b6b6b6;
}

.b-other-post-wrap button::before {
	display: none;
}

.b-other-post-wrap .slick-arrow {
	margin-top: -30px;
}

.b-other-post-wrap.grey-big-arrow-slider .slick-prev {
	left: -30px;
	background-image: url('/wp-content/uploads/2018/04/other-blog-left-arrow.png') !important;
}

.b-other-post-wrap.grey-big-arrow-slider .slick-next {
	right: -30px;
	background-image: url('/wp-content/uploads/2018/04/other-blog-right-arrow.png') !important;
}

/* CATEGORY POST TITLE */
.category-title {
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 1px;
	color: var(--primary-color);
	margin-bottom: 25px;
}

/* MOBILE SEARCH POST */
.mobile-b-post-search {
	display: none;
}

.mobile-b-post-search [type="submit"] {
	display: none;
}

.mobile-b-post-search [type="search"] {
	background-image: url('/wp-content/uploads/2018/04/mobile-search-post-icon.png') !important;
}

/* MOBILE POST CATEGORY */
.mobile-post-cat {
	display: none;
}

.mobile-post-cat select {
	height: 45px;
	border: 1px solid #d9d9d9;
	font-size: 15px;
	color: #646464;
	padding: 0 0 0 15px;
	font-family: agenda-medium;
	background: no-repeat calc(100% - 15px) center url('/wp-content/uploads/2018/04/select-arrow.png');
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* MOBILE SPECIAL OFFERS */
.mobile-special-offers {
	display: none;
}

/* B-POST-AJAX */
.b-post-ajax {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-family: agenda-medium;
	letter-spacing: 1px;
	color: #6e6e6e;
}

/* FAQS ACCORDION */



.fl-accordion-small .fl-accordion-button {
	padding: 10px 15px;
	font-size: 22px;
	color: #54585a;
	font-family: agenda-light;
	transition: all 0.3s ease;
}

.fl-accordion-button-icon.fl-accordion-button-icon-right {
    color: var(--dark-gray-color) !important;
    opacity: 1 !important;
}

#faqs-accordion .fl-accordion-button {
	position: relative;
	padding: 0 0 0 20px !important;
}

#faqs-accordion .fl-accordion-item-active .fl-accordion-button {
	color: #a13362;
	font-size: 30px;
	font-family: agenda-medium;
}

#faqs-accordion .fl-accordion-button-icon {
	position: absolute;
	left: 10px;
	top: 11px;
	font-size: 16px;
	opacity: 1;
	padding: 0;
	transition: all 0.3s ease;
}

#faqs-accordion .fl-accordion-button-icon.fa-minus {
	top: 18px;
	left: 7px;
}

#faqs-accordion .fl-accordion-content {
	font-size: 19px;
	padding: 0;
}

#faqs-accordion .fa-minus::before {
	content: "\f0d7";
}

#faqs-accordion .fa-plus::before {
	content: "\f0da";
}

#faqs-accordion .fl-accordion-item {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #e9ecf0;
	padding: 10px 0;
}

/* ABOUT 2 RIGHT */
#about-2-right {
	padding-left: 50%;
}

/* ABOUT 5 */
#about-5 * {
	color: #fff;
}

#about-5-2 p {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 22px;
}

/* BALTHAZAR */
.balthazar .site-banner {
	padding-top: 50px;
	margin-bottom: -93px;
}

.row-976 .fl-row-content-wrap {
	max-width: 976px;
	margin: 0 auto;
}

#dark-blue-btn .fl-button {
	font-family: agenda-bold;
	letter-spacing: 1px;
	background: #a13362;
	border-color: #a13362;
}

#dark-blue-btn .big-text {
	font-size: 18px;
}


/* BALTHAZAR 1 */
#balthazar-1 {
	letter-spacing: 1px;
}

#balthazar-1 p {
	font-size: 14px;
}

/* B ABOUT 1 */
#b-about-wrap {
	position: relative;
}

#b-about-1 {
	background: #1d3058;
	height: 371px;
	max-width: 925px;
	margin-bottom: -260px;
}

#b-about-1 * {
	color: #fff;
}

#b-about-1 h2 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: agenda-medium;
	margin: 0 0 5px 0;
	line-height: 1;
}

#b-about-1 h3 {
	font-size: 36px;
	font-family: agenda-bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0;
}

#b-about-2 {
	position: absolute;
	right: 0;
	top: 0;
}

#b-about-3 {
	background: #f5f5f5;
	position: relative;
	max-width: 507px;
	text-align: center;
	margin-left: 40px;
}

#b-about-3 h3 {
	color: #1d3058;
	font-size: 22px;
}

#b-about-3 p {
	font-size: 17.5px;
	padding: 0 20px;
}

#b-about-3 .text-editor-excerpt-btn a {
	font-size: 12px;
	letter-spacing: 1px;
	color: #1d3058;
}

#b-about-3 .text-editor-excerpt-btn a:hover {
	color: #2f5096;
}

#b-about-3 .text-editor-excerpt-btn a.more-text::after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #1d3058;
}

#b-about-3 .text-editor-excerpt-btn a.less-text::after {
	content: "\f0d8";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #1d3058;
}

#b-about-3 .text-editor-excerpt-sect {
	position: relative;
}

#b-about-3 .text-editor-excerpt-btn {
	line-height: 1;
}

#b-about-3 .text-editor-excerpt-sect::after {
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #c3c7d1;
	max-width: 396px;
	margin: 20px auto 0 auto;
}

#baltha-share .fl-icon {
	margin: 0 5px;
}

#baltha-share .fl-icon i {
	float: none;
	font-size: inherit;
}

#baltha-share .fl-icon a {
	display: block;
	font-size: 15px;
	line-height: 1;
	color: #f5f5f5;
	background: #1d3058;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	padding: 5px;
}

#baltha-share .fl-icon a:hover {
	background: #2a4681;
}

#baltha-share .fl-icon i::before {
	font-size: inherit;
	width: auto;
	height: auto;
}

#baltha-share .fl-icon-group::before {
	content: "stay connected";
	font-size: 13px;
	font-family: agenda-medium;
	text-transform: uppercase;
	color: #231f20;
	letter-spacing: .5px;
	margin: 0 5px;
}

/* BALTHA 4 */
#baltha-4 h5 {
	margin: 0;
	line-height: 1;
}

#baltha-4 h2 {
	line-height: 1;
	margin-bottom: 25px;
}

#baltha-4 p {
	font-size: 18px;
}

#baltha-4-right {
	float: right;
}

.white-text * {
	color: #fff !important;
}

/* MEDIUM VIDEO */
#medium-video .fluid-width-video-wrapper {
	padding-top: 0% !important;
	height: 523px;
}

/* Baltha 6 */
#baltha-6 h2 {
	margin-bottom: 30px;
}

#baltha-6 p {
	line-height: 1.4;
	margin-bottom: 20px;
}

/* BALTHA HOURS */
#baltha-hours h4 {
	letter-spacing: 2px;
}

#baltha-hours h4::after {
	content: "";
	display: block;
	background: #c3c3c3;
	height: 1px;
	max-width: 300px;
	margin: 10px auto 0 auto;
}

#baltha-hours li {
	list-style: none;
}

#baltha-hours .small-text {
	font-size: 14px;
	color: #252525;
}

#baltha-hours a {
	font-family: agenda-bold;
	color: #252525;
}

#baltha-hours a:hover {
	font-family: agenda-bold;
	color: #333;
}

#baltha-events h3 {
	letter-spacing: 2px;
}

/* BALTHA BOOK COL */
#baltha-book-col {
	border: 2px solid #fff;
	max-width: 701px;
	margin: 0 auto;
	float: none;
}

#baltha-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 38px;
	border-radius: 5px;
	padding-left: 15px;
	color: #757575 !important;
	font-family: agenda-medium;
	font-size: 16px;
	letter-spacing: .5px;
	width: 100%;
}


#baltha-form .gform_wrapper .top_label select.medium {
	background: #fff url('/wp-content/uploads/2018/04/select-dropdown-arrow.png') no-repeat calc(100% - 15px) center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border-radius: 5px;
	color: #757575 !important;
	font-family: agenda-medium;
	font-size: 16px;
	padding-left: 15px;
	height: 38px;
}

#baltha-form .gform_wrapper .gform_footer input[type="submit"] {
	background: #8bc9d4;
	font-size: 14px;
	font-family: agenda-bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 48px;
	width: 100%;
	max-width: 299px;
	margin: 0 auto;
	padding: 0;
	letter-spacing: 2px;
}

#baltha-form .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #101b30;
}

#baltha-form .gform_wrapper ul.gform_fields>li.gfield {
	padding-right: 0;
	width: 50%;
	float: left;
	clear: none;
	padding: 0 10px;
	margin-top: 0;
	margin-bottom: 20px;
}

#baltha-form .gform_wrapper ul.gform_fields li.gfield .gfield {
	margin-top: 0;
	padding-right: 0;
}

#baltha-form .gform_wrapper ul {
	margin: 0;
}

#baltha-form .gform_wrapper ul.gform_fields>li.gfield.unsubscribe-text {
	width: 100%;
	float: none;
	display: block;
	clear: both;
	text-align: center;
}

#baltha-form a {
	text-decoration: underline;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#baltha-form a:hover {
	font-family: agenda-medium;
}

#baltha-form .gform_wrapper ul.gfield_checkbox li label,
#baltha-form .gform_wrapper ul.gfield_radio li label {
	vertical-align: top;
	margin-left: 5px;
}

#baltha-form .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
#baltha-form .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0;
}

#baltha-form .gform_wrapper .gform_footer {
	padding: 0;
	margin: 20px 0 10px 0;
	clear: both;
	width: 100%;
}

#baltha-form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

#baltha-form .gform_wrapper {
	margin: 0;
}

#baltha-form .gform_wrapper div.validation_error {
	font-size: 16px;
	padding: 5px;
	margin: 0 0 15px 0;
	color: red !important;
	font-family: agenda-medium;
	font-weight: normal;
	letter-spacing: .5px;
	border-color: red;
}

#baltha-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color: red !important;
	font-weight: normal;
	font-family: agenda-medium;
	letter-spacing: .5px;
}

#baltha-form .gform_wrapper.gform_validation_error .gform_body .gfield ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width: 100%;
}

/* BALTHA BOOK COL */
#baltha-book-col h4 {
	font-size: 26px;
	letter-spacing: 1px;
}

#baltha-book-col p {
	font-size: 18px;
	font-family: agenda-light;
}

#baltha-book-col h6 {
	font-size: 18px;
	margin: 0;
}

#baltha-book-col a:hover {
	text-decoration: underline;
	font-family: agenda-medium;
}

#baltha-book-col h5 {
	font-size: 20px;
	font-family: agenda-medium;
	margin: 0;
}


.popmake .search-form {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 15px;
}

.popmake .search-form [type="search"] {
	height: 46px;
	border: 1px solid #ececec;
	font-size: 15px;
	font-family: agenda-medium;
	padding: 0 0 0 15px;
	letter-spacing: .5px;
	color: #8f8b8a;
	margin-bottom: 15px;
}

.popmake .search-form [type="submit"] {
	height: 38px;
	width: 113px;
	padding: 0;
	text-transform: uppercase;
	font-family: agenda-medium;
	font-size: 12px;
	background: var(--primary-color);
	letter-spacing: 1px;
}

#pum_popup_title_907 {
	margin-top: 30px;
}

.b-post-no-record {
	text-align: center;
}


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

@media (max-width:1440px) {
	#home-5-left .fl-col-content {
		padding: 84px;
	}

	#popmake-763 {
		width: 80%;
		margin-left: -40%;
	}
}

@media (max-width:1280px) {
	#about-5-2 .fl-module-content {
		margin-top: 50px;
	}

	#popmake-763 {
		padding: 25px 10px;
		width: 80%;
		margin-left: -40%;
	}

	.b-other-post-wrap.grey-big-arrow-slider .slick-prev {
		left: -15px;
	}

	.b-other-post-wrap.grey-big-arrow-slider .slick-next {
		right: -15px;
	}

	.blog-sect {
		padding: 40px 25px;
	}

	.b-post {
		padding: 0 10px;
	}

	#meetings-1 h2 br {
		display: none;
	}

	#home-5-left .fl-col-content {
		padding: 55px 35px;
	}
}


@media only screen and (max-width: 1200px) {
	#about-5-2 p {
		font-size: 18px;
	}

	#about-5-2 .fl-module-content {
		margin-top: 40px;
	}

	#home-5-left .fl-col-content {
		padding: 41px 35px;
	}

	.no-booking-bar .genesis-nav-menu a {
		font-size: 14px;
	}
}

@media (max-width:1150px) {
	/*.header-image .title-area {
		padding: 5px 0;
		display: block;
		float: none;
		overflow:hidden;
		margin-bottom:15px;
	}
	
	.site-header .widget-area {
		float:none;
		text-align:center;
	}
	
	.genesis-nav-menu a {
		padding: 25px 20px;
	}*/
}

@media (min-width:1081px) {
	.blog-single .more-post-article {
		display: none;
	}
}

@media (max-width:1080px) {
	#baltha-events .fl-row-content-wrap {
		padding: 15px 0;
	}

	#medium-video .fluid-width-video-wrapper {
		height: 350px;
	}

	#baltha-hours img {
		width: 540px;
	}

	#baltha-hours-right .fl-module-content {
		margin-top: 25px;
	}

	#baltha-6 p br {
		display: none;
	}

	.balthazar .site-banner {
		margin-bottom: 0;
	}

	#baltha-4 img {
		width: 400px;
	}

	#baltha-4-right {
		padding-top: 30px;
		float: none;
	}

	#dark-blue-btn .fl-button-wrap {
		text-align: center;
	}

	#baltha-4-left .fl-module-content {
		margin-top: 30px;
	}

	#baltha-4 {
		text-align: center;
		padding-bottom: 25px;
	}

	#balthazar-1 .fl-row-content-wrap {
		padding-bottom: 10px;
	}

	#balthazar-1 .fl-module-content {
		margin: 0 20px;
	}

	#balthazar-1 .fl-col {
		width: 100%;
		float: none;
	}

	.balthazar .site-banner img {
		width: 175px;
	}

	#about-4 iframe {
		height: 350px;
	}

	#about-2-left .fl-module-content {
		margin: 0;
	}

	#about-5 .fl-photo-content {
		width: 250px;
	}

	#about-2-right {
		padding: 50px !important;
		background: rgba(255, 255, 255, 0.7);
		text-align: center;
	}

	#faqs-accordion .fl-accordion-button {
		line-height: 1;
	}

	#faqs-accordion .fl-accordion-content {
		margin-top: 10px;
	}

	#faqs-accordion .fl-accordion-button-icon {
		top: .3em;
	}

	#faqs-accordion .fl-accordion-item-active .fl-accordion-button {
		font-size: 24px;
		line-height: 1;
	}

	#faqs-accordion .fl-accordion-button-icon.fa-minus {
		top: .4em;
	}

	.no-booking-bar .genesis-nav-menu a {
		padding: 36px 10px;
	}

	.b-special {
		display: none;
	}

	.blog-single .blog-right {
		padding-left: 30px;
	}

	.b-post-title {
		font-size: 19px;
		font-family: agenda-bold;
		margin: 0;
	}

	.blog-single .more-post-article {
		display: inline-block;
		margin-bottom: 20px;
	}

	.blog-single .b-post-nav {
		text-align: center;
	}

	.blog-single .b-post-inner {
		border-bottom: 0;
	}

	.blog-single .b-other-post-sect {
		display: none;
	}

	.blog-single .b-post-subtitle {
		display: block;
	}

	.blog-single .b-post-subtitle,
	.blog-single .b-post-content,
	.blog-single .b-post-footer {
		display: block;
	}

	.b-post {
		margin: 0;
		padding: 0 5px;
	}

	.b-post-inner {
		padding-bottom: 20px;
		margin-bottom: 10px;
	}

	.blog-left .widget {
		display: none;
	}

	.blog-left .widget_search,
	.blog-left .widget_categories {
		display: block;
	}

	.b-post-nav a {
		font-size: 15px;
	}

	.b-post-img {
		min-height: 237px;
	}

	.b-hover-img {
		display: none;
	}

	.blog-sect {
		padding-bottom: 0;
	}

	.b-post-subtitle {
		display: none;
	}

	#contact-3 .fl-col-small {
		width: 50%;
	}

	#cpsp-google-map #map-canvas {
		height: 319px;
	}

	#contact-2-info {
		margin-left: -470px;
		top: 20px;
	}


	.site-banner h2 {
		font-size: 59.72px;
	}

	#special-offers-sect .fl-col-small {
		width: 50%;
	}

	#cpsp-location-left .direction-by-col {
		width: 25%;
	}

	body .fl-col-small.fl-col {
		width: 100%;
	}

	#guest-reviews-left {
		width: 100%;
		float: none;
	}

	#guest-reviews .fl-row-content-wrap {
		padding-left: 0;
		padding-right: 0;
	}

	#guest-reviews h3 {
		display: none;
	}

	h2 {
		font-size: 30px;
	}

	#home-dining-slider .fl-row-content-wrap {
		padding: 0;
	}

	#home-dining-slider .fl-module-content {
		margin: 0;
	}

	#meetings-1-left .fl-col-content {
		padding: 25px !important;
	}


	#home-5 .fl-row-content-wrap {
		padding: 0;
	}

	#home-5-left .fl-col-content {
		padding: 70px 40px;
	}

	.room1-inner-left {
		margin: 0 auto !important;
		max-width: 100%;
	}

	.room1-inner-right {
		margin: 0 auto !important;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.no-booking-bar .genesis-nav-menu .menu-item.enquire-now {
		width: 100%;
		display: block;
	}

	.footer-copyright .widget {
		margin: 0 10px;
	}

	.footer-copyright .simple-social-icons ul li {
		margin: 0 5px !important;
	}

	h2 {
		font-size: 30px;
	}

	.site-button {
		font-size: 14px;
	}

	#home-5 h2 {
		font-size: 33.94px;
	}

	.fl-button {
		font-size: 14px;
	}

	#home-5-left .fl-col-content {
		padding: 65px 40px;
	}

	#home-sect-3 .fl-row-content-wrap {
		padding: 0;
	}

	#home-sect-3-right {
		width: 100%;
	}

	#home-sect-3 .fl-module-content {
		margin: 0;
	}


	.home .site-banner h2 {
		font-size: 69.45px;
	}

	.home .site-banner .site-btn-wrap {
		display: none;
	}

	#cpsp-location #map-canvas {
		height: 300px;
	}

	#cpsp-location-left {
		text-align: center;
	}

	#cpsp-location-left .fl-col-small.direction-by-col {
		width: 24%;
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
	}

	#special-offers-sect .fl-col-small {
		width: 49% !important;
		display: inline-block;
	}

	#special-offers {
		text-align: center;
	}

	#special-offers .fl-col-small {
		width: 49% !important;
		max-width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.room-indiv-gallery {
		min-height: 350px;
		padding-top: 140px;
	}

	.room-up-col {
		width: 100%;
		display: block;
		margin: 0 auto 25px auto;
	}

	.room-up-cont-img {
		min-height: 1px;
	}

	.room-up-cont-img-hover {
		position: static;
		min-height: 350px;
		padding: 80px 25px 25px 25px;
	}

	#special-offers-box-row {
		text-align: center;
	}

	#special-offers-box-row .fl-col-small {
		width: 49% !important;
		display: inline-block;
		vertical-align: top;
	}

	.site-banner h3 {
		font-size: 30px;
	}

	.h2-small h1,
	.h2-small h2,
	.h2-small h3,
	.h2-small h4,
	.h2-small h5,
	.h2-small h6 {
		font-size: 28px !important;
	}

	p {
		font-size: 17px;
	}

	#back-to-special-col {
		width: 50% !important;
		float: left;
		clear: none;
	}

	#special-share-col {
		float: left;
		clear: none;
		width: 50% !important;
	}

	#back-to-overview-btn .fl-button-wrap {
		text-align: left !important;
	}

	#china-union-col {
		text-align: center;
	}

	#china-union-col .fl-col-small {
		width: 49% !important;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	#china-union-3 {
		text-align: center !important;
	}

	#china-union-sect .fl-row-content-wrap {
		padding: 0;
	}

	.below-header-menu a {
		padding: 15px 25px;
		font-size: 18px;
	}

	h3 {
		font-size: 26px;
	}

	#special-offers-1 h4 {
		font-size: 22px;
	}

	.hover-info-2-hover {
		padding: 15px;
	}

	body .hover-info-2-details h3 {
		font-size: 16px;
	}

	body .fl-col-small {
		max-width: 100%;
	}

	.special-offers-sect {
		text-align: center;
	}

	.special-offers-sect .fl-col-small {
		text-align: center;
		width: 49% !important;
		display: inline-block;
		vertical-align: top;
	}

	.special-offers-sect .fl-module-content {
		margin-top: 0 !important;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.footer-copyright {
		padding: 15px;
	}

	.below-footer {
		padding: 15px;
	}

}


@media (max-width:960px) {
	#baltha-about .fl-row-content-wrap {
		padding: 15px;
	}

	#b-about-2 {
		width: 60%;
	}

	#b-about-3 {
		margin-left: 25px;
	}

	#b-about-1 .fl-module-content {
		margin-left: 30px;
	}

	#popmake-763 {
		width: 95%;
		margin-left: -47.5%;
	}

	.header-form .gform_wrapper .gform_footer input.button,
	.header-form .gform_wrapper .gform_footer input[type="submit"] {
		width: auto;
		padding: 0 30px;
	}

	#home-5 .fl-col-small {
		width: 100%;
		float: none;
		width: 100%;
	}

	.blog-sect {
		padding-top: 25px;
	}

	#home-5-left .fl-col-content {
		padding: 20px 40px 45px 40px;
		text-align: center;
	}
}

@media (max-width:900px) {

	.blog-single .blog-right {
		padding-left: 0;
	}

	.category-title {
		margin-top: 0;
		font-size: 20px;
	}

	.mobile-post-cat {
		display: block;
		margin-bottom: 15px;
	}

	.blog-left input[type="search"] {
		font-size: 15px;
	}

	.blog-left .widget {
		display: none;
	}

	.blog-left .mobile-b-post-search {
		display: block;
		padding-bottom: 10px;
	}

	.blog-left {
		width: 100%;
		float: none;
		display: block;
	}

	.blog-right {
		padding: 0;
	}

	.blog-right {
		width: 100%;
		float: none;
		display: block;
	}

	#contact-2-info {
		margin-left: -410px;
	}
}

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

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}



@media (max-width:768px) {
	#medium-video .fl-module-content {
		margin-top: 0;
	}

	#b-about-2 {
		position: static;
		margin: 0 auto 15px auto;
	}

	#b-about-1 .fl-module-content {
		margin-top: 20px;
	}

	#b-about-3 {
		float: none;
		margin: 0 auto 15px auto;
	}

	#b-about-1 .fl-module-content {
		text-align: center;
	}

	#b-about-2 .fl-module-content {
		margin: 0;
	}

	#b-about-wrap {
		background: #1d3058;
	}

	#b-about-1 {
		height: auto;
		margin-bottom: 0;
	}

	#faqs-accordion .fl-accordion-item-active .fl-accordion-button {
		font-size: 22px;
	}

	.blog-single .b-post-subtitle {
		font-size: 24px;
	}

	.blog-single .b-post-title {
		font-size: 26px;
	}

	.b-post-wrap {
		text-align: center;
	}

	#contact-3 .fl-col-small {
		width: 100%;
		padding: 0;
	}

	#contact-left.fl-col-small {
		padding-bottom: 30px;
	}

	#contact-2-info {
		margin: 0 auto;
		position: static;
	}

	#home-6 .fl-row-content-wrap {
		padding-left: 0;
		padding-right: 0;
	}

	#home-6 .fl-module-content {
		margin-left: 0;
		margin-right: 0;
	}


	.home .site-banner h2 {
		font-size: 59px;
	}

	#cpsp-location-left .fl-col-small.direction-by-col h4 {
		font-size: 22px;
	}

	#special-offers-sect .fl-col-small {
		width: 100% !important;
		display: block;
		max-width: 400px;
		margin: 0 auto !important;
		float: none;
	}

	#meetings-1-left h2 {
		margin-bottom: 15px;
	}

	#meetings-1-left .fl-col-content {
		padding: 10px !important;
	}

	#meetings-1-left .fl-button {
		width: 100%;
		margin-bottom: 15px;
	}

	#meetings-1-left .inline-col {
		width: 100%;
		display: block;
	}

	h2 {
		font-size: 32px;
	}

	#signup-form-wrap {
		max-width: 95%;
	}

	h3 {
		font-size: 24px;
	}

	.site-banner h3 {
		font-size: 26px;
	}

	.site-banner .site-btn {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#china-union-col .fl-col-small {
		width: 100% !important;
		display: block;
	}

	#china-union-2 .fl-col-content {
		padding-right: 50px !important;
	}

	#china-union-1,
	#china-union-2 {
		max-width: 400px;
	}

	.below-header-menu a {
		padding: 5px 15px;
		font-size: 18px;
	}

	#special-offers-1 h4 {
		font-size: 20px;
	}

	.below-header-menu {
		padding: 10px;
	}


	.header-form .gform_footer {
		margin-top: 2px !important;
	}

	.footer-copyright .widget {
		margin: 0;
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer-copyright .simple-social-icons ul li a,
	.footer-copyright .simple-social-icons ul li a:hover,
	.footer-copyright .simple-social-icons ul li a:focus,
	.footer-copyright .simple-social-icons ul li a:active {
		font-size: 20px;
	}

	.footer-copyright .simple-social-icons ul li {
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.footer-copyright .simple-social-icons ul {
		float: none;
		text-align: center;
	}

	.special-offers-sect .fl-col-small {
		width: 100% !important;
	}
}

/* Responsive Start */

.site-banner-wrap {
	max-height: 768px;
	overflow: hidden;
}

.site-banner-wrap .slick-dots {
	bottom: 20px;
}

.white-dots .slick-dots li {
	height: 12.33px;
	width: 12.33px;
}

.white-dots .slick-dots li button:before {
	display: none;
}

.white-dots .slick-dots li button {
	border: 2px solid #FFF;
	border-radius: 100%;
	width: 100%;
	height: auto;
}

.white-dots .slick-dots li.slick-active button {
	background: #FFF;
}


.site-banner-wrap .slick-arrow::before {
	display: none;
}

.site-banner-wrap .slick-arrow {
	width: 14px;
	height: 35px;
	background: no-repeat center;
}

.site-banner-wrap .slick-arrow.slick-prev {
	background-image: url('/wp-content/uploads/2018/04/white-left-arrow.png');
	left: 25px;
	z-index: 10;
}

.site-banner-wrap .slick-arrow.slick-next {
	background-image: url('/wp-content/uploads/2018/04/white-right-arrow.png');
	right: 25px;
	z-index: 10;
}

/* slick design nav */

@media (max-width:1023px) {
	.text-center.section-footer {
		text-align: left;
	}
	.buttom-arrow-nav .slick-arrow {
		top: auto;
		bottom: -64px;
		border: 1px solid #54585A;
		background-size: 7px !important;
		height: 26px;
		width: 26px;
		border-radius: 100%;
		opacity: 1;
	}
	.buttom-arrow-nav .slick-prev {
		left: auto;
		right: 31px;
	}
	.buttom-arrow-nav .slick-next {
		right: -5px;
    	bottom: -76px;
	}
}

@media (min-width:668px) {
	
	.section-floating-image {
		height: 300px;
	}
}

/* Tablet Start */

@media (min-width:945px) {
	.genesis-responsive-menu {
		display: block;
	}	
	
	.b-post-header-2,
	.site-header #mobile-book-now,
	#genesis-mobile-nav-header,
	.form-widget-header .check-availability-btn-hide  {
		display: none;
	}
}

@media (min-width:768px) {
    
    .wrap-inner {
        display: flex;
        flex-flow: row wrap;
    }
    
    .wrap-inner > div {
        width: 100%;
    }

	.title-area {
		padding: 13px 0;
	}

	.site-header .site-title a {
		background-image: url('/wp-content/uploads/2025/12/Crowne-Plaza-Canberra-Logo_White_Header.png');
		width: 128px;
		height: 62.73px;
	}

	.site-banner::after {
		top: 96px;
		height: calc(100% - 96px);
	}

	.home .site-banner {
		min-height: 600px;
	}

	.hero-container .header-form {
		display: block;
		padding: 0 12px;
	}

	.site-header .widget-area {
		float: right;
		text-align: right;
	}

	.genesis-nav-menu a {
		font-size: 12px;
		padding: 36px 10px;
	}

	.newsletter-form-cta {
		border-radius: 25px;
	}

	.btn-wrap {
		display: block;
		position: absolute;
		transform: rotate(270deg);
		top: calc(50% - 12px);
		left: -134px;
	}

	.btn-wrap .check-availability-btn {
		background: rgb(0 0 0 / 57%);
		border: 0;
		color: #FFF;
		font-size: 17px;
		text-transform: uppercase;
		padding: 20px 28px;
		border-radius: 5px 5px 0px 0px;
		cursor: pointer;
		position: relative;		
	}

	.btn-wrap .check-availability-btn::after {
		content: "";
		background: url(images/caret-plum.svg) no-repeat center;
		background-size: contain;
		height: 20px;
		width: 20px;
		display: inline-block;
		position: absolute;
		left: calc( 50% - 10px );
		top: -14px;
		opacity: 0;
		transition: all .3s ease-out;
	}

	.btn-wrap .check-availability-btn:hover::after {
		opacity: 1;
		transform: translateY(-15px);
	}

	.form-widget-header {					
		padding: 20px 26px;			
		height: auto;
		border-top-left-radius: 10px;
	}
	
	.booking-form-widget {
		border-top-left-radius: 10px;
		bottom: calc( 50% - 150px );
		width: 292px;
		right: 0;
		transform: translateY(0);
		transform: translateX(100%);
		box-shadow: 6px 9px 19px 0px rgb(0 0 0 / 25%);
	}
	.booking-form-widget h4 {
		font-size: 27px;
	}

	.booking-form-widget.open .form-widget-header .check-availability-btn-hide {
		display: block;
		position: absolute;
		left: -40px;
		background: rgb(0 0 0 / 50%);
		padding: 10px;
		border-radius: 5px 0 0 5px;
	}

	.form-widget-header button::before {
		background-image: url('images/close-white.svg') ;
	}

	.booking-form-widget.open {	
		transform: translateY(0);
		transform: translateX(0%);
	}
	.booking-form-widget-inner {
		position: relative;
	}
	.booking-form-widget.open .btn-wrap {
		display: none; 
	}	
	
	.room-indiv-features li {
        width: 33%;
    }
    
    .slick-common-slider-item .slick-common-slider-item-inner {
        height: 400px;
    }
}



@media (max-width:767px) {

	.site-header .widget-area {
		text-align: right !important;
	}

	#genesis-mobile-nav-header::before {
		font-size: 31px;
		margin: 0px;
		height: auto;
		width: auto;
	}

	.genesis-responsive-menu {
		padding-top: 10px;
	}

	#menu-header-menu {
		border-top: 1px solid #8a2a53;
	}

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

	.header-widget-area {
		text-align: right;
	}

	.site-title a {
		outline: 0;
	}

	.site-header .title-area {
		margin: 0;
		padding: 0;
		position: absolute;
		left: 9px;
		top: 9px;
		width: 160px;
		z-index: 999;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

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

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

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

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

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

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

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

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

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

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 20px;
		width: 100%;
		border-bottom: 1px solid #8a2a53;
		outline: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		padding-left: 40px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 0;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
}


/* Tablet end  */



@media (min-width:880px) {
	.genesis-responsive-menu {
/* 		display: block; */
	}
}

@media (min-width:900px) {
	.header-form .with-icon.gfield:before {
		height: 24px;
		width: 29px;
		left: 18px;
		top: 19px;
	}

	.header-form {
		position: absolute;
		bottom: -85px;
		width: 100%;
		z-index: 20;
	}

	.site-banner-wrap .slick-dots {
		bottom: 60px;
	}

	.header-form .wrap .gform_legacy_markup_wrapper {
		padding: 15px 10px 15px 0px;
	}
}

/* Desktop Up */

@media (min-width:1024px) {
    
	.header-form .wrap {
		border-radius: 46.5px;
	}

	.header-form .gform-body {
		padding-left: 19px;
	}

	.header-form .gfield {
		width: 20%;
	}

	.header-form .daterangepicker-field.gfield {
		width: 39%;
	}

	.header-form .gform_footer {
		top: -2px;
		right: 9px;
	}

	.header-form .daterangepicker-field .gfield_label {
		padding-left: 14px;
	}

	.header-form .with-icon.gfield:before {
		height: 29px;
		width: 29px;
		top: 14px;
	}

	.header-form .with-icon.gfield:not(.daterangepicker-field):before {
		left: auto;
		right: 130px;
	}

	.header-form .gform_wrapper .top_label div.ginput_container {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.image-full-content {
		display: block;
	}

	.section-floating-image-wrap {
		position: absolute;
		right: 0;
		width: 60%;
		height: 100%;
		top: 0;
		padding: 46px 0 46px 30px;
	}
	
	.left .section-floating-image-wrap {
	    right: auto;
	    left: 0;
	    padding-left: 0;
	}
	

	.section-floating-image-wrap h2 {
		display: none;
	}
	
	.image-full-content .content h2 {
		display: block;
	}
	
	.section-floating-image {				
		height: 100%;
		width: 100%;		
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.image-full-content .content.left {
		width: 30%;
	}
	
	.image-full-content.left .content {
	    float: right;
	}
	
	.image-full-content.right .content {
	    float: left;
	}
	
	.with-a-slider .overlay-custom-slider-wrap {
	    overflow: hidden;
	}
	
    .with-a-slider.right .overlay-custom-slider-wrap{
        border-radius: 20px 0 0 20px;
    }
    
    .with-a-slider.left .overlay-custom-slider-wrap {
        border-radius: 0 20px 20px 0px;
    }


	

	/* Newsletter Form */

	.newsletter-form-cta {		
		max-width: 1160px;
		margin:20px auto 20px;
	}

	.newsletter-form-cta input[type="text"] {
		max-width: 320px;
	}

	.header-form .gform_wrapper .top_label select.medium,
	.header-form .gform_wrapper input[type="text"] {
		font-size: 20px !important;
		font-family: var(--text-bold) !important;
		width: 120px;
	}

	.newsletter-form-cta .gform_wrapper>.gform_heading {
		width: 25%;
	}

	.newsletter-form-cta .gform_wrapper>form {
		width: 75%;
	}

	.newsletter-form-cta .gform_wrapper>form .gform_body {
		width: 86%;
	}

	.newsletter-form-cta .gform_wrapper>form .gform_footer {
		width: 14%;
		text-align: right;
	}

	.newsletter-form-cta .ginput_container_consent {
		font-size: 15px;
	}

	.newsletter-form-cta ul.gform_fields li,
	.newsletter-form-cta .gform_footer,
	.newsletter-form-cta .gform_heading,
	.newsletter-form-cta .gform_widget {
		margin: 0px !important;
		padding: 0 !important;
	}

	.newsletter-form-cta .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
		margin: 0;
	}

	.newsletter-form-cta ul.gform_fields li:not(:last-child) {
		width: 50%;
	}

	.newsletter-form-cta .gform_wrapper  {
		padding: 0 25px;
	} 

	.newsletter-form-cta .gform_footer input[type="submit"] {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.entry-content .footer-menu {
        display: flex;
        justify-content: flex-end;
    }
    
    .fl-node-5b46ababd3474 {
        width: 35% !important;
        padding-right: 70px;
    }
    
    .fl-node-5b46ababd3501 {
        width: 40% !important;
    }
    
    .fl-node-ia7xqj9f1lv0 {
           width: 25% !important;
           padding-right: 40px;
    }
    
    .reasons-slider-wrap {
        max-width: 1390px;
        margin: 30px auto 0px;
    }
    
    	.blog .site-banner,
	.single-post .site-banner {
		min-height: 560px;
	}
	.b-post .wp-block-image img,
	.b-post .b-post-single-img img {
		  object-fit: cover;
    min-height: 560px;
		max-height: 560px;
	}
	.blog-single .b-post-single-img,
	.blog-single .wp-block-image {
		margin-bottom: 50px;
	}
	.wp-block-image {
		margin-top: 50px;
	}
	
	.blog-single .wp-block-heading,
	.b-post-content p,
	.b-post-header,
	.wp-block-quote,
	.wp-block-image figcaption {
		max-width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.wp-block-quote {
		padding-left: 120px;
	}
	.wp-block-quote:before {
		left: 76px;
	}
	.blog-single .b-post-header {
		margin-bottom: 32px;
		position: relative;
	}
	.blog-single .b-post-header .b-post-sharer {
		    position: absolute;
    left: -80px;
    float: none;
    top: 0;
		align-items: center;
	}
	
		.blog-single .b-post-sharer, 
	.blog-single .b-post-sharer .addtoany_list {
		    display: flex;
    flex-flow: column;
	}
	.share-icon img {
		width: 22px;
	}
	.share-icon { 
		width: 38px;
		height: 38px;
	}
	
	.b-post-sharer .addtoany_list a {
		line-height: 38px;
	}

	.blog .b-post {
		width: 33%
	}
	.category-filter .site-btn {
		font-size: 17px;
	}
	
	.category-filter {
	    margin-bottom: 50px;
    }
    
    .room-indiv-features {
        margin: -65px auto 0;
        padding: 24px 20px;
        position: relative;
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: center;
    }
    
    
    
    
    
    .room-indiv-features li {
        flex-direction: unset;
        width: auto;
        align-items: center;
    }
    
    .room-indiv-features li:not(:first-child) {
	    margin-left: 25px;
    }
    
    .room-indiv-features li .text {
        margin-left: 5px;
        margin-top: 0px;
    }
    
    .wrap-inner > div {
        width: 50%;
    }
    
    .wrap-inner.reverse-desktop {
        flex-direction: row-reverse;
        align-items: flex-start;
    }
    
    

}


@media (min-width:1250px) {
	.genesis-nav-menu a {
		font-size: 13px;
		padding: 44px 14px 38px;
		letter-spacing: 0.09em;
	}

	.home .site-banner {
		min-height: 768px;
	}
}


@media (max-width:667px) {
	#baltha-events .fl-module-content {
		margin-top: 0;
	}

	#baltha-book .fl-row-content-wrap {
		padding: 30px 20px;
	}

	#baltha-form .gform_wrapper ul.gform_fields>li.gfield {
		width: 100%;
		float: none;
	}

	#baltha-book-col h4 {
		font-size: 22px;
	}

	#baltha-6 h2 {
		margin-bottom: 20px;
	}

	#baltha-6 .fl-row-content-wrap {
		padding-top: 10px;
	}

	#b-about-1 h3 {
		font-size: 30px;
	}

	#b-about-3 h3 {
		font-size: 20px;
	}

	#b-about-3 p {
		font-size: 16px;
	}

	#balthazar-1 h4 {
		font-size: 20px;
		margin: 0 0 5px 0;
	}

	#dark-blue-btn .fl-button {
		font-size: 12px;
	}

	#dark-blue-btn .big-text {
		font-size: 15px;
	}

	#balthazar-1 h5 {
		font-size: 20px;
	}

	.balthazar .site-banner img {
		width: 150px;
	}

	#about-4 iframe {
		height: 300px;
	}

	#faqs-accordion .fl-accordion-small .fl-accordion-button {
		font-size: 20px;
	}

	#faqs-accordion .fl-accordion-button-icon {
		top: 3px;
	}

	#faqs-accordion .fl-accordion-button-icon.fa-minus {
		top: 4px;
	}

	body .popmake .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
	.popmake .gform_wrapper ul.gform_fields li.gfield {
		width: 100%;
	}

	.popmake .gform_wrapper .gform_footer input.button {
		width: 100%;
	}

	.blog-single .b-post {
		padding: 0;
	}

	.blog-single .b-post-footer {
		text-align: center;
	}

	.blog-single .b-post-title {
		font-size: 26px;
		text-transform: uppercase;
		font-family: agenda-light;
		margin-bottom: 10px;
	}

	.blog-single .b-post-subtitle {
		font-size: 23px;
		text-align: center;
		color: #363636;
		font-family: agenda-medium;
	}



	.blog-single .b-post-header {
		display: none;
	}

	.blog-single .b-post {
		max-width: 100%;
	}

	/* MOBILE SPECIAL OFFERS */
	.mobile-special-offers {
		display: block;
		background: #fff;
		padding-bottom: 20px;
	}

	.box-offers-sect {
		background: #fff;
	}

	.box-offers {
		max-width: 320px;
		margin: 0 auto;
		background-position: center top;
		min-height: 341px;
		background-image: url('/wp-content/uploads/2018/04/box-offers-mobile-bg.png') !important;
	}

	.box-offers-cont {
		background: #8ec8d3 center top url('/wp-content/uploads/2018/04/box-offers-wave-bg.png');
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}

	.box-offers-cta {
		position: static;
	}

	.box-offers-text-1 {
		font-family: agenda-medium;
		color: #fff;
	}

	.box-offers-cont {
		padding-top: 15px;
	}

	.box-offers-text-2 {
		color: #fff;
		text-transform: none;
		text-transform: capitalize;
		font-family: agenda-bold;
		margin-bottom: 10px;
	}

	.b-post-wrap {
		padding-bottom: 15px;
	}

	.box-offers-cta .site-btn {
		background: #a00062;
		margin-bottom: 15px;
		font-size: 12px;
	}

	/* END MOBILE SPECIAL OFFERS */

	.b-post {
		width: 100%;
		max-width: 442px;
	}

	#contact-3 .fl-row-content-wrap {
		padding: 30px 0 0 0;
	}

	#contact-1 .fl-row-content-wrap {
		padding: 0;
	}

	#contact-2-info .fl-module-content {
		margin: 0;
	}

	#contact-2-info a {
		text-decoration: underline;
	}

	#contact-2-info img {
		display: none;
	}

	#contact-2 #map-canvas {
		display: none;
	}

	#contact-2-info h5 {
		display: block;
	}

	#contact-1 p {
		font-size: 19px;
		line-height: 1.2;
	}

	.site-banner h2 {
		font-size: 50px;
	}

	#china-union-3 {
		padding: 0 30px;
	}

	#china-union-3 h2 {
		font-size: 40px;
	}

	#china-union-3 h3 {
		font-size: 24px;
	}

	#china-union-3 p {
		font-size: 20px;
	}

	#china-union-1 {
		max-width: 100%;
		padding: 0 35px;
	}

	#signup-form-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	#signup-form-wrap .gform_wrapper .gform_footer input.button,
	#signup-form-wrap .gform_wrapper .gform_footer input[type="submit"] {
		height: 45px;
	}

	#home-5-left .fl-module-content {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
	}

	#home-5-left .fl-col-content {
		padding: 15px 15px 35px 15px;
	}

	.rating-info {
		margin-top: 0 !important;
	}

	.home .site-banner h2 {
		font-size: 50px;
	}

	#special-offers .fl-col-small {
		width: 100% !important;
		max-width: 100%;
		display: block;
	}

	.room-up-col {
		padding: 0 15px;
	}

	.room-up-title {
		margin: 0 !important;
	}

	.room-up-title {
		width: 100%;
		display: block;
		text-align: center;
		margin: 0;
	}


	.room-indiv-1-col h2 {
		font-size: 26px;
	}


	.header-form-close {
		display: block;
	}


	.header-form .gform_wrapper .gform_footer input.button,
	.header-form .gform_wrapper .gform_footer input[type="submit"] {
		width: 100%;
	}

	.header-form .gfield.form-mobile-title {
		display: block;
	}

	.header-form .gfield.form-mobile-title h3 {
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}

	.header-form .gform_wrapper {
		margin-top: 10px;
	}

	.header-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		width: 100%;
	}

	.header-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
		color: #fff;
	}

	.header-form .gform_wrapper div.validation_error {
		color: #fff;
		border-color: #fff;
	}

	/* END HEADER POPUP FORM */

	.book-now-popup-wrap .book-now-popup,
	.book-now-popup-wrap {
		display: none;
	}

	#special-offers-box-row .fl-col-small {
		width: 100% !important;
		display: block;
	}

	h2 {
		font-size: 28px;
	}


	#signup-form-wrap {
		max-width: 100%;
	}

	#signup-form-wrap .gform_wrapper ul.gform_fields li.gfield {
		padding: 0;
		width: 100%;
		margin-bottom: 10px !important;
	}

	#signup-form-wrap .gform_body {
		width: 100%;
		display: block;
	}

	#signup-form-wrap .gform_footer {
		width: 100%;
		display: block;
	}

	#signup-form-wrap h2 {
		font-size: 28px;
	}

	#signup-form-wrap p {
		font-size: 19px;
	}

}

@media (max-width:600px) {
	#baltha-hours img {
		width: 400px;
	}

	#baltha-hours h4 {
		font-size: 20px;
	}

	.above-header-left .contact-details-title,
	.above-header-right .CPSP_button_widget,
	.above-header-right .simple-social-icons {
		display: none;
	}

	h3 {
		font-size: 24px;
	}

	.above-header-left a,
	.above-header-right a {
		color: #fff;
	}

	.above-header-left a:hover,
	.above-header-right a:hover {
		color: #999;
	}
}

@media (min-width:480px) {
	.post-small-nav {
		display: none;
	}
}

@media (max-width:480px) {
	#china-union-2 .fl-col-content {
		background-image: none !important;
		padding: 0 !important;
	}

	#baltha-book-col h4 {
		font-size: 20px;
	}

	#baltha-form .gform_wrapper div.validation_error {
		font-size: 13px;
	}

	#baltha-book-col h5 {
		font-size: 17px;
		letter-spacing: .5px;
	}

	#baltha-book-col p {
		font-size: 16px;
		letter-spacing: .5px;
	}

	#baltha-hours img {
		width: 300px;
	}

	#baltha-hours li {
		font-size: 16px;
	}

	#baltha-6 h2 {
		font-size: 24px;
	}

	#medium-video .fluid-width-video-wrapper {
		height: 250px;
	}

	#baltha-4 img {
		width: 300px;
	}

	#baltha-4 p {
		font-size: 16px;
	}

	#b-about-1 h3 {
		font-size: 24px;
	}

	#balthazar-1 h4 {
		font-size: 18px;
	}

	#dark-blue-btn .fl-button {
		padding: 15px 20px;
	}

	#balthazar-1 h5 {
		font-size: 18px;
	}

	#balthazar-1 p {
		font-size: 13px;
	}

	#about-4 iframe {
		height: 250px;
	}

	.blog-single .b-post-below-content {
		text-align: center;
	}

	#about-2-right {
		padding: 25px 15px 25px 15px !important;
	}

	.blog-single .b-post-below-content p,
	.blog-single .b-post-below-content h1,
	.blog-single .b-post-below-content h2,
	.blog-single .b-post-below-content h3,
	.blog-single .b-post-below-content h4,
	.blog-single .b-post-below-content h5,
	.blog-single .b-post-below-content h6 {
		color: var(--primary-color);
		font-size: 19px !important;
	}

	.blog-single .b-post-below-content a[href="#book-now"] {
		color: #fff !important;
		display: block;
		background: #a00062;
		font-family: agenda-bold;
		font-size: 14px;
		padding: 10px 15px;
		letter-spacing: 2px;
		margin: 10px auto;
		max-width: 144px;
	}

	.blog-single .b-post-sharer {
		display: flex;
		margin-bottom: 18px;
	}

	.blog-single .b-post-footer {
		text-align: center;
		display: block;
		padding: 10px 0;
		border-bottom: 0;
	}

	.blog-single .b-post-title {
		font-size: 23px;
	}

	.blog-single .b-post-content h1,
	.blog-single .b-post-content h2,
	.blog-single .b-post-content h3,
	.blog-single .b-post-content h4,
	.blog-single .b-post-content h5,
	.blog-single .b-post-content h6 {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.blog-single .b-post-content p,
	.blog-single .b-post-content ul li {
		font-size: 17px;
		line-height: 1.3;
	}

	.blog-single .b-post-subtitle {
		font-size: 20px;
	}

	.blog-single .blog-left {
		padding: 0;
	}

	.blog-left {
		padding: 25px 30px 25px 30px;
	}

	.blog-left .mobile-b-post-search {
		padding-bottom: 0;
	}

	.b-post-header {
		display: none;
	}

	.b-post {
		max-width: 100%;
		padding: 0;
	}

	.b-post-img {
		margin: 0;
	}

	.b-post-title {
		font-family: agenda-medium;
		text-transform: uppercase;
	}

	.b-post-sharer {
		display: none;
	}

	.b-post-footer {
		display: block;
		padding: 0;
		line-height: 1;
	}

	.b-post-title a {
		color: #646464;
	}

	.b-post-body {
		padding: 25px 0;
	}

	.b-post-cta {
		line-height: 1;
	}

	.blog-sect {
		padding: 0;
	}

	.b-post-inner {
		margin: 0 0 15px 0;
		padding: 0;
		border: 0;
	}

	.b-post-nav {
		padding: 0;
	}

	.post-large-nav {
		display: none;
	}

	.post-small-nav {
		display: block;
	}

	#china-union-3 h2 {
		font-size: 36px;
	}

	#china-union-3 h3 {
		font-size: 22px;
	}

	#home-5 h2 {
		font-size: 28px;
	}

	#china-union-3 p {
		font-size: 18px;
	}

	.home .site-banner h2 {
		font-size: 40px;
	}

}

@media (max-width:414px) {
	#baltha-book .fl-row-content-wrap {
		padding: 25px 15px !important;
	}

	#baltha-form .gform_wrapper .gform_footer input[type="submit"] {
		max-width: 100%;
		font-size: 12px;
	}

	#balthazar-1 .fl-row-content-wrap {
		padding-top: 20px !important;
	}

	#dark-blue-btn .big-text {
		font-size: 14px;
	}

	#dark-blue-btn .fl-button {
		padding: 12px 20px;
	}

	#balthazar-1 h5 {
		font-size: 16px;
	}

	.balthazar .site-banner img {
		width: 125px;
	}

	.balthazar .site-banner {
		padding-top: 35px;
	}

	#faqs-accordion .fl-accordion-content p {
		font-size: 16px;
	}

	#faqs-accordion .fl-accordion-small .fl-accordion-button {
		font-size: 18px;
	}

	.b-post-img {
		min-height: 225px;
	}

	#contact-left.fl-col-small {
		padding: 30px 30px 30px 30px;
	}

	#contact-form .gform_wrapper .gform_footer input.button,
	#contact-form .gform_wrapper .gform_footer input[type="submit"] {
		width: 100%;
		letter-spacing: 2px;
	}

	.contact-info-list h4,
	.contact-info-list p {
		font-size: 17px;
	}

	#contact-form .gform_wrapper .top_label .gfield_label {
		font-size: 17px;
	}

	#contact-form h2 {
		font-size: 23px;
	}

	#contact-2-info {
		padding-bottom: 20px;
	}

	#contact-1 p {
		font-size: 18px;
	}

	#home-1 p br {
		display: none;
	}

	.rating-info {
		margin: 0 0 10px 0 !important;
	}

	#read-reviews .fl-button {
		font-size: 12px;
		letter-spacing: 2px;
		padding: 12px 21px;
	}


	.home .site-banner h2 {
		font-size: 30px;
		letter-spacing: 1px;
	}

	.room-up-cont-img-hover {
		min-height: 300px;
		padding: 50px 25px 50px 25px;
	}

	.h2-small h1,
	.h2-small h2,
	.h2-small h3,
	.h2-small h4,
	.h2-small h5,
	.h2-small h6 {
		font-size: 24px !important;
	}


	#signup-sect br {
		display: none;
	}

	#back-to-special-col {
		width: 100% !important;
		float: none;
	}

	h2 {
		font-size: 24px;
	}

	#special-share-col {
		width: 100% !important;
		float: none;
	}

	#back-to-overview-btn .fl-button-wrap {
		text-align: center !important;
	}

	#page-sharer .widget {
		text-align: center;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	.site-banner h3 {
		font-size: 22px;
	}


	.site-banner .site-btn {
		margin-bottom: 25px;
		font-size: 12px;
		padding: 12px 30px;
	}

	#china-union-2 .fl-col-content {
		padding-right: 85px !important;
		background-position: calc(100% - 15px) center;
	}

	.header-image .site-title>a {
		min-height: 53px;
		width: 108px;
	}

	#special-offers-1 h4 {
		font-size: 18px;
	}


	.above-header-left a,
	.above-header-right a {
		font-size: 12.17px;
		font-family: agenda-medium;
	}

	.above-header-right a {
		font-size: 9.92px;
	}

	.above-header .widget {
		vertical-align: middle;
	}

	#black-studio-tinymce-6 {
		vertical-align: top;
	}

	.header-form .gfield {
		width: 100%;
	}

	.header-form .gform_wrapper .gform_footer input.button,
	.header-form .gform_wrapper .gform_footer input[type="submit"] {
		width: 100%;
	}

	.header-form .gfield {
		padding: 0 !important;
	}

	.site-banner h2 {
		font-size: 30px;
	}


	body .hover-info-2-hover {
		padding: 25px 15px;
	}

	.hover-info-2-hover .site-btn {
		padding: 10px 25px;
		font-size: 14px;
	}
}

@media (max-width:384px) {
	#faqs-accordion .fl-accordion-button-icon.fa-minus {
		top: 2px;
	}

	#baltha-form .fl-module-content {
		margin: 0 5px;
	}
}

@media (max-width:320px) {
	#medium-video .fluid-width-video-wrapper {
		height: 200px;
	}

	#b-about-3 h3 {
		font-size: 18px;
	}

	.blog-single .b-post-below-content a[href="#book-now"] {
		font-size: 12px;
		padding: 13px 10px;
	}

	.blog-single .b-post-below-content {
		padding-top: 15px;
		padding-bottom: 5px;
	}

	.blog-single .b-post-content h1,
	.blog-single .b-post-content h2,
	.blog-single .b-post-content h3,
	.blog-single .b-post-content h4,
	.blog-single .b-post-content h5,
	.blog-single .b-post-content h6 {
		font-size: 17px;
	}

	.b-post-img {
		min-height: 204px;
	}



	#contact-2-info .fl-rich-text p {
		font-size: 17px;
	}

	#contact-1 p {
		font-size: 15px;
	}

	#china-union-3 h2 {
		font-size: 30px;
	}

	#china-union-3 p {
		font-size: 16px;
	}

	.footer-copyright .widget_nav_menu ul li a {
		font-size: 11px;
	}

	.footer-copyright p {
		font-size: 11px;
	}

	#signup-form-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	#signup-form-wrap .gform_wrapper .gform_footer input.button,
	#signup-form-wrap .gform_wrapper .gform_footer input[type="submit"] {
		height: 36px;
		font-size: 12px;
	}

	#signup-form-wrap .gform_wrapper .gform_footer input.button,
	#signup-form-wrap .gform_wrapper .gform_footer input[type="submit"] {
		padding: 0;
	}

	#signup-form-wrap h2 {
		font-size: 24px;
	}

	#signup-form-wrap p {
		font-size: 15px;
	}

	#china-union-2 .fl-col-content {
		background-image: none !important;
		padding-right: 0 !important;
	}

	#home-5 h2 {
		font-size: 24px;
	}

	#home-5 .fl-button {
		padding: 10px 15px;
		font-size: 11px;
	}

	#home-5-left p {
		font-size: 15px;
	}
}


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

@media print {

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

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

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

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

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

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

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

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


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

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

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

}

/* HOMEPAGE NEW UPDATE */
.main-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.main-header.fixed {
	position: fixed;
}

.main-header.fixed .above-header {
	display: none;
}

#guest-reviews .fl-photo-content {
	display: block;
	width: 100%;
}

#guest-reviews .fl-photo-content img {
	width: 100%;
}

#home-5-right .fl-photo-content {
	display: block;
	width: 100%;
}

#home-5-right .fl-photo-content img {
	width: 100%;
	display: block;
}

/* NEW CSS JUNE 18, 2018*/
@media (min-width:1900px) {
	#guest-reviews {
		max-height: 500px;
		overflow: hidden;
	}

	#home-5 {
		max-height: 600px;
		overflow: hidden;
	}
}

#home-6 .fl-row-fixed-width {
	max-width: 1230px;
}

@media (max-width:667px) {
	#contact-1 .fl-row-content-wrap {
		padding: 40px 20px 0 20px !important;
	}
}

@media (max-width:414px) {
	#contact-left.fl-col-small {
		padding: 0;
	}
}

.sh-inner2 .fl-module-content,
.sh-inner3 .fl-module-content {
	margin-bottom: 0px;
}

.sh-inner4 .fl-module-content {
	margin-top: 0;
	margin-bottom: 0;
}

/* NEW RESPONSIVE CSS */
@media (max-width:667px) {
	.blog-single .b-post-header {
		display: block;
	}


	.blog-single .b-post-header .b-post-sharer {
		float: none;
	}

	.blog-single .b-post-header {
		margin: 15px 0;
	}

	.sh-inner2 .fl-module-content {
		margin-bottom: 20px;
	}
}

@media (max-width: 414px) {
	body .section-header .fl-row-content-wrap {
		padding-top: 20px !important;
	}

	.sh-inner3 .fl-module-content {
		margin-bottom: 20px;
	}
}

body .slick-slide img {
	display: inline-block;
}
@media(min-width: 641px) and (max-width: 1023px) {
		.blog-single .b-post-header .b-post-sharer {
	display: flex;
			    margin-bottom: 12px;
	}
}

/* ROOM TYPES ROW */
@media (max-width:1080px) {
	#room-types-row-title .fl-module-content {
		margin-bottom: 0;
	}

	#special-offers-row-title .fl-module-content {
		margin-bottom: 5px;
	}
}

@media (max-width:414px) {
	#room-types-row-title .fl-module-content {
		margin-top: 20px;
		margin-bottom: 5px;
	}

	body .room-types-sect .site-btn {
		margin-left: 0;
	}

	body .room-types-hover .site-btn {
		margin-left: -85px;
	}
}

/* ROOM 360 DEGREES VIEW */
.rooms-indiv-4 iframe {
	width: 100% !important;
	height: 450px !important;
}

@media (max-width:1080px) {
	.rooms-indiv-4 iframe {
		width: 100% !important;
		height: 350px !important;
	}
}

@media (max-width:480px) {
	.rooms-indiv-4 iframe {
		width: 100% !important;
		height: 300px !important;
	}
}

@media (max-width:320px) {
	.rooms-indiv-4 iframe {
		width: 100% !important;
		height: 275px !important;
	}
}

/* ROOMS INDIVIDUAL PAGE */
.rooms-indiv-2-cont ul li {
	padding: 0;
	font-size: 19px;
	color: #363636;
	font-family: agenda-light;
	line-height: 1.5;
	list-style-type: disc;
	margin-left: 25px;
}

/* MOBILE HEADER ICONS */

#genesis-mobile-nav-header::before {
	font-size: 31px;
	margin: 0px;
	height: auto;
	width: auto;
}

#mobile-phone {
	font-size: 19px;
	color: #fff;
	position: absolute;
	right: 120px;
	top: 36px;
	display: none;
}

#search-popup.mobile-search {
	font-size: 19px;
	color: #fff;
	position: absolute;
	right: 55px;
	top: 36px;
	display: none;
}

@media (max-width:480px) {
	#black-studio-tinymce-6 {
		display: none;
	}

	.above-header-left {
		float: right;
	}

	.above-header-right {
		float: left;
	}
}

.daterangepicker {
	z-index: 9999999999 !important;
}

/* ENQUIRE NOW POPUP FORM MOBILE */
html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
	overflow: scroll !important;
}

@media (max-width:480px) {

	#field_4_5,
	#field_4_6,
	#field_4_8,
	#field_4_14,
	#field_4_15 {
		display: none;
	}

	.hide-on-mobile {
		display: none !important;
	}

	#popmake-763 {
		background: #54585b !important;
	}

	#popmake-763 .gform_wrapper .gform_footer input.button {
		background: #8bc9d4 !important;
	}

	#popmake-763 .gform_wrapper .gform_footer {
		padding-left: 10px;
	}

	#popmake-763 .pum-close {
		background: #8bc9d4 !important;
	}

	#popmake-763 .gform_wrapper div.validation_error {
		color: #fff;
		border-color: #fff;
	}

	#popmake-763 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
		color: #fff;
	}

	#popmake-763 .gform_wrapper li.gfield label.gfield_label {
		display: none !important;
	}
}

/* NEW CSS */
body .ot-dtp-picker.wide {
	width: auto;
}

@media (max-width:800px) {
	body .ot-dtp-picker.wide {
		width: auto;
	}

	body .ot-dtp-picker-form.wide>.ot-dtp-picker-selector {
		width: 100%;
		float: none;
	}

	body .ot-dtp-picker-form.wide>.ot-dtp-picker-button {
		width: 100%;
		float: none;
	}
}

/* NEW CSS SEPTEMBER 2018 */

/* NEW MENU SCROLL WRAP CSS */
body .menu-scroll-wrap {
	background: #8bc9d4;
	border: 0;
}

body .menu-scroll-wrap li a {
	color: #fff;
}

.ot-dtp-picker-form.wide>.ot-dtp-picker-button {
	background: #a13362 !important;
	box-shadow: none !important;
}

#b-about-1 {
	background: #8bc9d4;
}

#b-about-3 {
	background: #fff;
}

#b-about-3 h3 {
	color: #343434;
}

#baltha-share .fl-icon a {
	background: #a13362;
}

body .tab-slider-menu-wrap li a {
	color: #333 !important;
}

body .tab-slider-menu-wrap li a.active {
	border-color: #333 !important;
	color: #333 !important;
}

body .tab-slider .content-col {
	background: #aa4571 !important;
	padding-bottom: 40px !important;
}

body .tab-slider .content-title {
	border-color: #b15981 !important;
}

body .tab-slider .site-btn {
	background: #8bc9d4 !important;
}

body .gallery-slider.slick-active .inner-cont {
	opacity: 1 !important;
}

body .balth-events-sect h2 {
	color: #343434 !important;
}

body .balth-events-sect .site-btn,
body .balth-events-inner .sharing a {
	background: #a13362 !important;
}

body .balth-events-inner .title {
	color: #a13362 !important;
}

@media (max-width:667px) {
	.below-header-menu {
		display: none;
	}
}

@media (max-width:1080px) {
	.header-form .gform_fields {
		text-align: right;
	}

	.header-form .gform_wrapper .gform_footer input.button,
	.header-form .gform_wrapper .gform_footer input[type="submit"],
	.header-form .gform_wrapper .gform_page_footer input.button,
	.header-form .gform_wrapper .gform_page_footer input[type="submit"] {
		font-size: 12px;
	}

	.header-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	.header-form .gform_wrapper .top_label input.medium,
	.header-form .gform_wrapper .top_label select.medium {
		font-size: 12px;
	}
}



@media (max-width:960px) {

	.header-form .gform_wrapper .gform_footer input.button,
	.header-form .gform_wrapper .gform_footer input[type="submit"],
	.header-form .gform_wrapper .gform_page_footer input.button,
	.header-form .gform_wrapper .gform_page_footer input[type="submit"] {
		padding: 0 15px;
		font-size: 12px;
	}
}

@media (max-width:900px) {
	.header-image .title-area {
		max-width: 125px;
	}


	.header-form .gform_wrapper .gform_footer input.button,
	.header-form .gform_wrapper .gform_footer input[type="submit"],
	.header-form .gform_wrapper .gform_page_footer input.button,
	.header-form .gform_wrapper .gform_page_footer input[type="submit"] {
		font-size: 10px;
	}
}

@media (max-width:800px) {
	.genesis-nav-menu a {
		font-size: 13px;
		padding: 36px 7px;
	}

	.header-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	.header-form .gform_wrapper .top_label input.medium,
	.header-form .gform_wrapper .top_label select.medium {
		padding-right: 30px;
	}
}

@media (max-width:768px) {
	
	.header-form .gform_wrapper .gform_footer {
		margin-top: 0 !important;
	}
}

@media (max-width:684px) {
	.header-image .title-area {
		max-width: 100px;
	}
}

@media (max-width:960px) {
	.genesis-nav-menu a {
		font-size: 11px;
	}
}

@media (max-width:854px) {
	.header-image .title-area {
		max-width: 100px;
	}
}

@media (max-width:768px) {
	.genesis-nav-menu a {
		font-size: 11px;
	}
}

@media (max-width:720px) {
	.genesis-nav-menu a {
		font-size: 10px;
		padding: 36px 5px;
	}
}

@media (max-width:667px) {
	.genesis-nav-menu a {
		font-size: 14px;
	}
}

@media (max-width:667px) {

	.header-form .gform_wrapper .gform_footer input.button,
	.header-form .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 14px !important;
		height: 40px;
	}

	.header-form .gform_wrapper .gform_footer {
		display: block !important;
		width: 100% !important;
	}

	.header-form .gfield.booking-form-logo {
		display: none;
	}

	.header-form .gfield.form-mobile-title {
		width: 100%;
	}

	.header-form .gform_body {
		display: block !important;
		width: 100% !important;
	}

	.header-form .gfield {
		width: 100%;
	}

	.header-form .datepicker,
	.daterangepicker-field input {
		height: 40px !important;
		font-size: 14px !important;
	}

	.header-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	.header-form .gform_wrapper .top_label input.medium,
	.header-form .gform_wrapper .top_label select.medium {
		height: 40px !important;
		font-size: 14px !important;
	}
}

/* CHECK AVAIL FORM */
.pum-theme-check-avail-popup .popmake {
	background: #a00062 !important;
}

.check-avail-form .booking-form-logo {
	display: none !important;
}

.check-avail-form .top_label .gfield_label {
	display: none !important;
}

.check-avail-form ul.gform_fields li.gfield {
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin-bottom: 15px !important;
}

.check-avail-form .gform_footer {
	padding: 0 !important;
}

.check-avail-form .gform_footer input.button {
	width: 100% !important;
	background: #8bc9d4 !important;
}

.check-avail-form h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
}

.check-avail-form .daterangepicker-field input {
	background: #fff url('/wp-content/uploads/2018/04/calendar-icon.png') no-repeat calc(100% - 15px) center !important;
}

@media (max-width:1080px) {
	.special-indiv-sect-1 .fl-row-content-wrap {
		background: none !important;
	}
}

/* NEW MOBILE BOOKING FORM */
@media (max-width:667px) {
	.header-form .gfield.booking-form-logo {
		display: none;
	}

	.header-form .gform_body {
		width: 100% !important;
	}

	.header-form .gform_wrapper .gform_footer {
		width: 100% !important;
	}

	.header-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	.header-form .gform_wrapper .top_label input.medium,
	.header-form .gform_wrapper .top_label select.medium {
		font-size: 12px !important;
	}

	.header-form .gform_wrapper .gform_footer input.button,
	.header-form .gform_wrapper .gform_footer input[type="submit"],
	.header-form .gform_wrapper .gform_page_footer input.button,
	.header-form .gform_wrapper .gform_page_footer input[type="submit"] {
		font-size: 12px !important;
	}

	.genesis-nav-menu a {
		font-size: 14px;
	}
}

.footer-copyright #simple-social-icons-4 ul li a,
.footer-copyright #simple-social-icons-4 ul li a:hover,
.footer-copyright #simple-social-icons-4 ul li a:focus {
	background: transparent !important;
	background: transparent !important;
	padding: 0 5px;
	font-size: 16px;
	display: block;
}

.above-header-right #simple-social-icons-3 ul li a,
.above-header-right #simple-social-icons-3 ul li a:hover,
.above-header-right #simple-social-icons-3 ul li a:focus {
	color: #676767 !important;
	background: transparent !important;
	background: transparent !important;
	padding: 0 5px;
	font-size: 16px;
	display: block;
}

#simple-social-icons-3 {
	padding-top: 3px;
}

.above-header .simple-social-icons ul li {
	margin: 0 !important;
}

@media (max-width:320px) {
	.flatpickr-calendar {
		left: 0 !important;
	}
}

/* VIDEO BANNER */
.main-vid-wrapper {
	position: relative;
	background: #333 no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.videoWrapper {
	position: relative;
	padding-bottom: 55.25%;
	/* 16:9 */
	height: 0;
	overflow: hidden;
}

.videoWrapper iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 115%;
	top: -60px;
}

.main-vid-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main-vid-wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	z-index: 1;
}

@media (max-width:320px) {
	.flatpickr-calendar {
		left: 0 !important;
	}
}


/* HIDE ON MOBILE AND HIDE ON TABLET */
@media (min-width:668px) and (max-width:1080px) {
	.hide-on-tablet {
		display: none;
	}
}

@media (max-width:667px) {
	.hide-on-mobile {
		display: none;
	}

	.main-vid-wrapper::after {
		display: none;
	}

	.main-vid-wrapper::after {
		display: none;
	}

	.videoWrapper {
		overflow: unset;
		padding-top: 0;
	}

	.videoWrapper iframe {
		top: 0;
	}
}

/* VIDEO BANNER */
.video-banner .fl-row-content-wrap {
	padding-top: 40%;
}

.vid-read-more-wrap {
	position: absolute;
	left: 0;
	bottom: 37%;
	z-index: 20;
	width: 100%;
	text-align: center;
	line-height: 1;
	outline: 0;
}

.vid-read-more {
	color: var(--primary-color);
	font-size: 17px;
	font-family: agenda-bold;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0;
}

.vid-read-more:hover {
	color: #fff;
}

.vid-read-more .text {
	display: block;
	line-height: 1;
}

@media (max-width:1080px) {
	.videoWrapper iframe {
		width: 100%;
		height: 100%;
		top: 0;
	}

	.main-header {
		height: auto;
	}
}

@media (max-width:960px) {
	.vid-read-more-wrap {
		bottom: 30px;
	}
}

@media (max-width:480px) {
	.vid-read-more-wrap {
		bottom: 15px;
		display: none;
	}

	.vid-read-more {
		font-size: 14px;
		letter-spacing: 1px;
	}
}

/* COOKIE POPUP */
.ctcc-left-side {
	font-size: 16px;
}

.cookie-bar-bar button#catapultCookie {
	font-size: 12px;
	padding: 10px 15px;
	text-transform: uppercase;
	background: var(--primary-color);
}

.has-cookie-bar #catapult-cookie-bar {
	padding: 15px;
	min-height: 1px;
}

#catapult-cookie-bar a {
	text-decoration: underline;
}

/* HOME CURRENT PROMOTIONS ROW */

#current-promotions-row .slick-arrow.slick-prev {
	background-image: url('/wp-content/uploads/2018/04/white-left-arrow.png');
}

#current-promotions-row .slick-arrow.slick-next {
	background-image: url('/wp-content/uploads/2018/04/white-right-arrow.png');
}

@media (max-width:414px) {
	#current-promotions-row .text-uppercase .fl-module-content {
		margin-bottom: 0;
	}
}

.flatpickr-calendar.open {
	z-index: 9999999999999999999 !important;
}

/* NEW POPUP VIDEO */
.pum-container.pum-responsive.pum-responsive-medium {
	margin: 50px auto !important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}

.custom-loader {
  width: 25px;
  height: 25px;
  display: grid;
  border:2px solid #0000;
  border-radius: 50%;
  border-right-color:#FFF;
  animation: s5 1s infinite linear;
}
.custom-loader::before,
.custom-loader::after {    
  content:"";
  grid-area: 1/1;
  margin:1px;
  border:inherit;
  border-radius: 50%;
  animation: s5 2s infinite;
}
.custom-loader::after {
  margin:4px;
  animation-duration: 3s;
}

@keyframes s5{ 
  100%{transform: rotate(1turn)}
}

.reset-max-width p {
    max-width: 100% !important;
}

.ol-fix ol li {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 16px;
}

.link-blend-underlined a {
	color: #363636 !important;
	text-decoration: underline !important;
}
	
