/*
	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';
	font-display: swap;
    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';
	font-display: swap;
    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';
	font-display: swap;
    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';
	font-display: swap;
    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;
}


/* # 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]{display:none}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}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-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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 {
	text-transform:uppercase !important;
}

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

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

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

.pink-text {
	color:#a03362 !important;
}

.dark-blue-text {
	color:#1d3058 !important;
}

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

.grey-text {
	color:#646464 !important;
}

.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;
}

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

html {
	font-size: 62.5%; /* 10px browser default */
	margin-top:0 !important;
}

body {
	margin-top:203px;
}

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

body {
	background-color: #eee;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-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: #ad005f;
	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: 19px;
	color: #363636;
	font-family: agenda-light;
	line-height:1.5;
}

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 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

/* ## 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
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

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

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

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

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

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

.button {
	display: inline-block;
}

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

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

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

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

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

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

td,
th {
	text-align: left;
}

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

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

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

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

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.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;
	padding-top: 40px;
	word-wrap: break-word;
}

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

.site-page .site-inner {
	max-width:100%;
	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;
}

/* ### 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%;
}

/* ### 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;
}

/* ## 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;
}

/* ## 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;
}


/* # 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;
}

/* ## 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;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* # Gravity Form
---------------------------------------------------------------------------------------------------- */
body .gform_wrapper .top_label .gfield_label {
	display:none;
}

body .gform_wrapper div.validation_error {
	font-size:16px;
	padding:5px;
	margin:0 0 15px 0;
}

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) {
	max-width:100% !important;
	width:23%;
	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 {
	background: #232323;
	color: #ffffff;
	font-size: 15.83px;
	text-transform: uppercase;
}

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

.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:#676767;
	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 {
	background-color: #a03362;
}

.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;
	display:none;
	outline:0;
}

#mobile-book-now:hover {
	color:#8bc9d4;
}

#mobile-book-now::before {
	content:"";
	width:19px;
	height:19px;
	background:no-repeat center url('/wp-content/uploads/2018/04/book-now-icon.png');
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	display:none;
}

/* # Header Form
---------------------------------------------------------------------------------------------------- */
.header-form {
	background:#54585a;
}

.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:#4b4b4b;
	font-family:agenda-medium;
	height:39px;
	padding-left: 15px;
}

.header-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;
	padding: 0 0 0 15px;
}

.header-form .datepicker {
	background: #fff url('/wp-content/uploads/2018/04/calendar-icon.png') no-repeat calc(100% - 15px) center;
}

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

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

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

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

.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"] {
	background: #8bc9d4;
	font-size: 14.5px;
	font-family: agenda-bold;
	text-transform: uppercase;
	color: #fff;
	height: 39px;
	padding: 0;
	margin: 0;
	letter-spacing: 2px;
	width: 100%;
	padding: 0 5px;
}

.header-form .gform_wrapper .gform_footer input.button:hover, 
.header-form .gform_wrapper .gform_footer input[type="submit"]:hover, 
.header-form .gform_wrapper .gform_page_footer input.button:hover, 
.header-form .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background:#82c1cc;
}

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

.header-form .gform_body {
	display:inline-block;
	width:79% !important;
	vertical-align:top;
	text-align:right;
}

.header-form .gform_footer {
	display:inline-block;
	width:19% !important;
}

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

/* # Site Banner
---------------------------------------------------------------------------------------------------- */
.site-banner  {
	background:no-repeat center #333;
	background-size:cover;
	min-height:441px;
	text-align:center;
	color:#fff;
	position:relative;
	padding-top: 130px;
}

.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:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
}

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

.site-btn {
	font-size: 15px;
	color: #fff;
	font-family: agenda-bold;
	text-transform: uppercase;
	text-decoration: none;
	background: #a03362;
	padding: 13px 30px;
	letter-spacing: 3px;
	display: inline-block;
}

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

.site-btn:hover,
.site-btn:focus,
.site-btn:active {
	color:#fff;
	background:#b73a70;
}

.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:30px;
}

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: #a03362;
	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 */
#signup-form-wrap {
	background: rgba(83, 87, 89, .71);
	max-width: 671px;
	margin: 0 auto;
	float: none;
	color: #fff;
	padding: 30px 15px 20px 15px;
}

#signup-form-wrap h2 {
	font-size: 33px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

#signup-form-wrap * {
	color:#fff;
}

#signup-form-wrap p {
	font-size: 20px;
	line-height: 1.2;
	margin:0;
}

#signup-form-wrap .widget {
	margin:0;
}

#signup-form-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	width: 100%;
	height: 52px;
	font-size: 13.75px;
	font-family: agenda-medium;
	color: #767777;
	padding-left: 19px;
	letter-spacing: 1px;
}

#signup-form-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767777;
}

#signup-form-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: #767777;
}

#signup-form-wrap :-ms-input-placeholder { /* IE 10+ */
  color: #767777;
}

#signup-form-wrap :-moz-placeholder { /* Firefox 18- */
  color: #767777;
}

#signup-form-wrap .gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
	padding:0 9px;
}

#signup-form-wrap .gform_wrapper .top_label div.ginput_container {
	margin:0;
}

#signup-form-wrap .gform_wrapper .gform_footer input.button, 
#signup-form-wrap .gform_wrapper .gform_footer input[type="submit"], 
#signup-form-wrap .gform_wrapper .gform_page_footer input.button, 
#signup-form-wrap .gform_wrapper .gform_page_footer input[type="submit"] {
	background: #8bc9d4;
	font-family: agenda-bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	height: 52px;
	width:100%;
	margin:0;
	line-height: 1;
}

#signup-form-wrap .gform_wrapper .gform_footer input.button:hover, 
#signup-form-wrap .gform_wrapper .gform_footer input[type="submit"]:hover, 
#signup-form-wrap .gform_wrapper .gform_page_footer input.button:hover, 
#signup-form-wrap .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background:#82c1cc;
}

#signup-form-wrap .gform_body {
	width: 65.6%;
	display: inline-block;
	vertical-align: top;
	text-align:center;
}

#signup-form-wrap .gform_footer {
	display: inline-block;
	width: 32.3%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#signup-form-wrap .gform_wrapper .validation_message,
#signup-form-wrap .gform_wrapper div.validation_error{
	color:#790000;
}

#signup-form-wrap p {
	font-size:20px;
}

/* ## 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:#a03362;
}

.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: #a03362;
}

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

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

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

.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
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}

.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 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'agenda-medium';
	padding: 36px 24px;
	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: #a03362;
	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;
}

/* 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;
}

/* 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;
}

/* ROOM INDIV 1 */
.room-indiv-1 {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-top:20px;
}

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

.room-indiv-1-col {
	color:#a03362;
}

.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-features {
	margin-bottom:15px;
}

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

.room-indiv-features li {
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	text-transform:uppercase;
	font-family:agenda-medium;
	color:#525153;
}

.room-indiv-features li span {
	display:inline-block;
	vertical-align:middle;
}

.room-indiv-features li::after {
	content: "/";
	margin: 0 3px 0 7px;
	display: inline-block;
	vertical-align: middle;
}

.room-indiv-cont p {
	color:#363636;
	line-height:1.4;
}

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

.room-indiv-features li span::before {
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:no-repeat center;
	margin-right: 8px;
}

.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-1-left,
.room-indiv-1-right {
	float:left;
	width:50%;
}

.room-indiv-1-left {
	padding:30px;
}

/* ROOMs INDIV 2 */
.rooms-indiv-2 {
	border-bottom:1px solid #f1f1f1;
}

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

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

/* ROOMS INDIV 3 */
.room-up-wrap {
	text-align:center;
}

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

.rooms-indiv-3 .wrap {
	max-width:100%;
}

.room-up-col {
	width:49%;
	display:inline-block;
	vertical-align:top;
	max-width:710px;
}

.room-up-cont-img {
	min-height:412px;
	background:no-repeat center top #999;
	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);
	padding: 115px 30px 15px 30px;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}

.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 {
	background:#a03362;
	color:#fff;
	font-size:21.25px;
	font-family:agenda-medium;
	padding: 10px 40px;
	text-align:center;
}

.light.blue .room-up-cont-info {
	background:#8bc9d4;
}

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

.room-up-cont-info .bedroom {
	width: 134px;
}

.room-up-cont-info .bathroom {
	width: 118px;
}

.room-up-price-wrap {
	width:88px;
}

.room-up-cont-info .bedroom::before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 37px;
	height: 24px;
	background: no-repeat center url('/wp-content/uploads/2018/04/white-bedroom-icon.png');
	margin-right: 10px;
}

.room-up-cont-info .bathroom::before {
	content:"";
	display:inline-block;
	vertical-align:bottom;
	width:27px;
	height:26px;
	background:no-repeat center url('/wp-content/uploads/2018/04/white-bathroom-icon.png');
	margin-right:10px;
}

.room-up-price-wrap {
	font-size:13px;
	text-transform: uppercase;
	line-height:1;
}

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

.room-up-price-currency {
	font-size: 18px;
	position: relative;
	top: -11px;
}

.room-up-price {
	font-size:30px;
}

.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:#a03362;
}

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

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

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

#china-union-3 h3 {
	font-size:16px;
	line-height:1;
}

/* 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 {
	background-color:#8bc9d4;
	text-align:center;
	max-width: 100%;
	margin:0 auto;
}

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

#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:#a03362;
}

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

.home .site-banner {
	min-height:471px;
	padding-top:120px;
}

/* HOME SECTION 5 */
#home-5 {
	/*max-height: 600px;
	overflow: hidden;*/
}
#home-5-left {
	background-color: #001450;
}

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

/* TEXT READ MORE */
#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: #a03362;
	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: #a03362;
	font-size: 17px;
	font-family: agenda-bold;
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
}

/* HOME 1 */
#home-1 h3, 
#home-1 h2 {
	margin:0;
}

.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 */
.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 {
	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:#a03362;
}

.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('/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: #a03362;
	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: #a03362;
	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 */
.blog-wrap {
	max-width:1300px;
	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 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b6b6b6;
}

.blog ::-moz-placeholder { /* Firefox 19+ */
  color: #b6b6b6;
}

.blog :-ms-input-placeholder { /* IE 10+ */
  color: #b6b6b6;
}

.blog :-moz-placeholder { /* Firefox 18- */
  color: #b6b6b6;
}

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

.blog-left .widget-title {
	font-size: 14px;
	font-family: agenda-bold;
	color: #a03362;
	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 20px;
	text-align:left;
	margin-bottom:55px;
}

.b-post-inner {
	background:#fff;
}

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

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

.b-post-title a {
	color:#a03362;
}

.b-post-date {
	color:#b6b6b6;
	font-size:16px;
	text-transform:uppercase;
	font-family:agenda-bold;
	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 {
	font-size: 18px;
	line-height: 1.2;
	color: #363636;
	font-family: agenda-light;
	min-height: 79px;
	margin-bottom: 20px;
}

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

.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;
}

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

/* BLOG SHARER */
.b-post-sharer .a2a_kit .a2a_svg {
	width:22px !important;
	height:22px !important;
	line-height:1 !important;
}

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

.b-post-sharer li {
	display:inline-block;
	vertical-align:middle;
}

.b-post-sharer li.share-icon {
	margin-right:10px;
}

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

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

.b-post-header {
	text-align:right;
	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;
	color: #363636;
	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 .nav-previous a::after {
	content:"";
	margin-left:10px;
}

.b-post-nav a:hover {
	color:#999;
}

.b-post-wrap {
	border-bottom: 1px solid #f1f1f1;
	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;
	margin:0;
}

.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: #a03362;
	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-b-post-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #646464;
}

.mobile-b-post-search ::-moz-placeholder { /* Firefox 19+ */
  color: #646464;
}

.mobile-b-post-search :-ms-input-placeholder { /* IE 10+ */
  color: #646464;
}

.mobile-b-post-search :-moz-placeholder { /* Firefox 18- */
  color: #646464;
}

/* 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 */
#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;
}

#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;
}

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



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

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

body .tab-slider-menu-wrap li a {
	color:#fff !important;
}

body .tab-slider .content-col {
	background:#aa4571 !important;
}

body .tab-slider .content-title {
	border-bottom:1px solid #b15981 !important;
}

body .tab-slider .site-btn {
	background:#8bc9d4 !important;
}

/* B ABOUT 1 */
#b-about-wrap {
	position:relative;
}
#b-about-1 {
	background: #8bc9d4;
	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 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
}

#baltha-form ::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
}

#baltha-form :-ms-input-placeholder { /* IE 10+ */
  color: #757575;
}

#baltha-form :-moz-placeholder { /* Firefox 18- */
  color: #757575;
}

#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: #15233f;
	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;
}

/* POPUP SEARCH */
.popmake .search-form  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f8b8a;
}
.popmake .search-form ::-moz-placeholder { /* Firefox 19+ */
  color: #8f8b8a;
}
.popmake .search-form :-ms-input-placeholder { /* IE 10+ */
  color: #8f8b8a;
}
.popmake .search-form :-moz-placeholder { /* Firefox 18- */
  color: #8f8b8a;
}

.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:#a03362;
	letter-spacing:1px;
}

#pum_popup_title_907 {
	margin-top:30px;
}

.b-post-no-record {
	text-align:center;
}
#sbx_button {
	margin-top: 10px;
}


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

@media (min-width:1920px) {
	#home-5 {
		max-height: 500px;
		overflow: hidden;
	}
}

@media (max-width:1440px) {
	#home-5-left .fl-col-content {
		padding:84px;
	}
	
	#popmake-763 {
		width:80%;
		margin-left:-40%;
	}
	
}

@media (max-width:1366px) {
	#home-5-left .fl-col-content {
		padding: 71px;
	}
	
	#about-5-2 p {
		font-size:20px;
	}
	
	.above-header .wrap {
		padding:10px;
	}
	
	.site-header .wrap {
		padding: 0 10px;
	}
	
	.header-form .wrap {
		padding: 0 10px;
	}
	
	.no-booking-bar .genesis-nav-menu a {
		padding:36px 20px;
	}
}

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

@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;
	}
	
	.header-form .gfield.booking-form-logo {
		width:8%;
	}
}


@media only screen and (max-width: 1200px) {
	.genesis-nav-menu a {
		padding: 36px 15px;
	}
	.header-form .gfield {
		width:23%;
	}
	
	#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;
	}
	#home-5 {
		max-height: none;
		overflow: visible;
	}
}

@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) {
	.title-area {
		width:150px;
	}
	.header-form .gform_fields {
		text-align:right;
	}
	
	#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 {
		border-bottom: 1px solid #d1d1d1;
		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;
	}
	
	.b-post-date {
		font-size:13px;
		letter-spacing:0px;
		margin:0;
	}
	
	.blog-sect {
		padding-bottom:0;
	}
	
	.b-post-subtitle,
	.b-post-content,
	.b-post-footer {
		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 {
		min-height:304px;
		padding-top:105px;
	}
	
	.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;
	}
	
	.genesis-nav-menu a {
		padding:36px 15px;	
	}
	
	#meetings-1-left .fl-col-content {
		padding:25px !important;
	}
	
	.header-form .gfield.booking-form-logo {
		width:10%;
	}
	
	.header-form .gfield {
		width:22%;
	}
	
	#home-5 .fl-row-content-wrap {
		padding:0;
	}
	
	#home-5-left .fl-col-content {
		padding:70px 40px;
	}
}

@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 {
		min-height:350px;
	}
	
	.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;
	}
	
	.room-indiv-1-left, .room-indiv-1-right,
	.rooms-indiv-2-col {
		width:100%;
		float:none;
	}
	
	.room-up-cont-info {
		padding:10px 5px;
	}
	
	#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;
	}
	
	.header-image .title-area {
		max-width:150px;
	}
	
	.genesis-nav-menu a {
		font-size:13px;
	}
	
	.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;
	}
	
	.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;
	}
	
	.header-form .gform_fields {
		text-align:right;
	}
}

@media (max-width:900px) {
	.header-image .title-area {
		max-width:100px;
	}
	
	.genesis-nav-menu a {
		font-size:12px;
		padding:36px 15px;
	}
	
	.header-form .gform_wrapper .top_label select.medium {
		padding-right:30px;
	}
}

@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;
	}
	
	.header-form .gform_wrapper .gform_footer input.button, .header-form .gform_wrapper .gform_footer input[type="submit"] {
		font-size:9px;
	}
	
}

@media (max-width:900px) {
	.blog-single .blog-sect {
		padding:25px 15px;
	}
	
	.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 (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"] {
		font-size:9px !important;
	}
}

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

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.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:854px) {
	.header-form .gform_wrapper .top_label select.medium {
		padding-right:20px;
	}
}

@media (max-width:800px) {
	
	
	.genesis-nav-menu a {
		padding:36px 8px;
	}
	
	.header-form .gform_wrapper .top_label select.medium {
		padding-right:35px;
	}
	
	.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 {
		padding-right:15px;
	}
}

@media (max-width:768px) {
	.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:10px;	
	}
	
	.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:9px !important;
	}
	
	.header-form .gform_wrapper .gform_footer {
		margin-top:0 !important;
	}
	
	#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{
		padding-top:90px;
	}
	
	.home .site-banner {
		min-height:300px;
	}
	
	.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;
	}
}

@media (max-width:720px) {
	.genesis-nav-menu a {
		font-size:11px;
	}
}

@media (min-width:668px) {
	.b-post-header-2 {
		display:none;
	}
}

@media (max-width:684px) {
	.genesis-nav-menu a {
		font-size:10px;
	}
}

@media (max-width:667px) {	
	/* MOBILE RESPONSIVE */
	#genesis-mobile-nav-header {
		background: none;
		border: none;
		color: #fff;
		text-transform: uppercase;
		outline: 0;
		text-align: right;
		padding: 35px 15px;
		line-height: 1;
		display: inline-block;
		width: auto;
	}
	
	.site-header .widget-area {
		text-align:right !important;
	}

	#genesis-mobile-nav-header::before {
		font-size:31px;
	}

	.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-responsive-menu {
		display: none;
		position: relative;
	}

	.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;
	}
	
	.page-id-803 .below-header-menu {
		display:none;
	}
	
	#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 .blog-sect {
		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;
		text-align: center;
		margin-bottom:10px;
	}
	
	.blog-single .b-post-subtitle {
		font-size: 23px;
		text-align: center;
		color: #363636;
		font-family: agenda-medium;
	}
	
	.blog-single .b-post-cont {
		padding:0 25px;
	}
	
	.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-cont-info .room-info {
		margin: 0 10px;
	}
	
	.room-up-title {
		margin:0 !important;
	}
	
	.room-up-title {
		width:100%;
		display:block;
		text-align:center;
		margin:0;
	}
	
	/* HEADER FORM POPUP */
	.header-form {
		display:none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 1000;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		padding:75px 15px 15px 15px;
		overflow:scroll;
	}
	
	.room-indiv-1-col h2 {
		font-size:26px;
	}
	
	.header-form .wrap {
		background: #a00062;
		padding: 15px;
		position:relative;
	}
	
	.header-form-close {
		display:block;
	}
	
	.header-form .gfield {
		padding:0 !important;
		width:100%;
		margin-bottom:15px !important;
	}
	
	.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-sect .fl-row-content-wrap {
		padding:25px 20px;
	}
	
	#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;
	}
	
	#mobile-book-now {
		display: block;
		position: absolute;
		right: 65px;
		top: 41px;
	}
	
	.single-rooms .below-header-menu {
		display:none;
	}
}

@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 (max-width:568px) {
	#home-sect-3-right {
		background:#f7f7f7;
	}
}

@media (min-width:480px) {		
	.post-small-nav {
		display:none;
	}
}

@media (max-width:480px) {
	#menu-top-header-right-menu,
	.above-header-left .simple-social-icons {
		display:none;
	}
	
	#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:#a03362;
		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:block;
	}
	
	.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-date {
		display:none;
	}
	
	.b-post-title a {
		color: #646464;
	}
	
	.b-post-body {
		background:#e6e5e4;
		padding: 15px 25px;
	}
	
	.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;
	}
	
	.home .site-banner {
		padding-top:75px;
		min-height:250px;
	}
}

@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 {
		min-height: 200px;
		padding: 65px 15px 0 15px;
	}
	
	.home .site-banner h2 {
		font-size:30px;	
		letter-spacing:1px;
	}
	
	.room-up-cont-info .room-info {
		margin-bottom:10px !important;	
	}
	
	.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 .fl-row-content-wrap {
		padding:25px 15px !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;	
	}
	
	p {
		font-size:18px;
	}
	
	body .fl-row-content-wrap {
		padding-top:0 !important;
	}
	
	.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;
	}
	
	#genesis-mobile-nav-header {
		padding:25px 15px;
	}
	
	#mobile-book-now {
		right: 55px;
		top: 32px;
	}
	
	.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;
	}
	
	.site-banner {
		min-height:208px;
		padding-top:70px;
	}
	
	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;	
	}
	
	body .gform_wrapper div.validation_error {
		font-size:14px;	
	}
	
	#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;
	}

}

/* NEW CSS */
@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;
	}
}

.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;
}

/* HOMEPAGE NEW UPDATE */
#guest-reviews .fl-row-content {
	max-width:100%;
}

#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;
}

.check-avail-form {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    padding: 75px 15px 15px 15px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* 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;
	}
}

/* NEW RESPONSIVE CSS */
@media (max-width:667px) {
	.blog-single .b-post-header {
		display:block;
	}
	
	.blog-single .b-post-header-left {
		display:none;
	}
	
	.blog-single .b-post-header .b-post-sharer {
		float: none;
		text-align: center;
		padding: 0 15px;
	}
	
	.blog-single .b-post-header {
		margin:15px 0;
	}
}

/* ROOM TYPES ROW */
/* #room-types-row,
#special-offers {
	border-top:1px solid #e1e1e1;
} */
.room-types-details {
    min-height: 72px;
}
@media (max-width:1080px) {
	#room-types-row-title .fl-module-content {
		margin-bottom:0;
	}
	
	#special-offers-row-title .fl-module-content {
		margin-bottom:5px;
	}
	
	.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: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;
	}
}

/* SLIDER ARROWS */
body .slick-prev::before, 
body .slick-next::before {
	display:none;
}

/* New CSS June 18 */
.sh-inner2 .fl-module-content,
.sh-inner3 .fl-module-content {
 margin-bottom: 0px;
}
@media (max-width:667px) {
 .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;
 }
}

#sbx_button {
	text-align:center;
}
.room1-inner-left,
.room1-inner-right {
    max-width: 550px;
}
.room1-inner-left {
    margin-left: auto;
}
@media (max-width: 1080px) {
	.room1-inner-left {
		margin: 0 auto !important;
		max-width: 100%;
	}
	.room1-inner-right {
		margin: 0 auto !important;
		max-width: 100%;
	}
}

/* ROOMS INDIVIDUAL PAGE */
.rooms-indiv-2-cont ul li {
	padding: 0;
	font-size: 19px;
	color: #363636;
	font-family: agenda-light;
	line-height: 1.5;
}

.rooms-indiv-2-cont ul li::before {
	content:"• ";
}

/* MOBILE HEADER ICONS */
#mobile-phone {
	font-size: 19px;
	color: #fff;
	position: absolute;
	right: 140px;
	top: 36px;
	display:none;
}

#search-popup.mobile-search {
	font-size: 19px;
	color: #fff;
	position: absolute;
	right: 55px;
	top: 36px;
	display:none;
}

@media (max-width:667px) {
	#mobile-book-now {
		right:80px;
	}
	
	#search-popup.mobile-search,
	#mobile-phone {
		display:block;
	}
	
	.above-header {
		display:none;
	}
}

@media (max-width:480px) {
	#black-studio-tinymce-6 {
		display:none;
	}
	
	.above-header-left {
		float:right;
	}
	
	.above-header-right {
		float:left;
	}
}

@media (max-width:414px) {
	#search-popup.mobile-search,
	#mobile-phone {
		top:25px;
	}
}

.daterangepicker {
	z-index:9999999999 !important;
}

/* ENQUIRE NOW POPUP FORM MOBILE */
@media (max-width:480px) {
	#field_4_5,
	#field_4_6,
	#field_4_8,
	#field_4_14, 
	#field_4_15 {
		display:none;
	}
}

@media (min-width:481px) and (max-width:1080px) {
	.hide-on-tablet {
		display:none !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 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;
	}
}

.ihg-col-right .cont-img img {
	display:inline-block !important;
}

/* VIDEO BANNER */
.main-vid-wrapper {
	position: relative;
	background:#333 no-repeat center;
	background-size:cover;
}

.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;
	}
}

/* NEW CSS */
.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;
}

/* 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: 30px;
	z-index: 20;
	width: 100%;
	text-align: center;
	line-height:1;
	outline:0;
}

.vid-read-more {
	color: #a03362;
	font-size: 17px;
	font-family: agenda-bold;
	text-transform: uppercase;
	text-decoration: none;
	outline:0;
}

.vid-read-more:hover {
	color:#8bc9d4;
}

.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;
	}
}

/* BLOG PAGINATION NUMBER */
.wp-pagenavi {
	text-align:center;
	padding:0 15px;
}

.wp-pagenavi a, 
.wp-pagenavi span {
	font-size: 16px;
	text-transform: uppercase;
	font-family: agenda-medium;
	color: #363636;
	letter-spacing: 1px;
}

.wp-pagenavi a.page {
	background:#a03362;
	border-color:#a03362;
	color:#fff;
}

.wp-pagenavi a.page:hover {
	background:#bf3a73;
	border-color:#bf3a73;
	color:#fff;
}

.wp-pagenavi span.current {
	background:#737373;
	border-color:#737373 !important;
	color:#fff;
}

.wp-pagenavi .previouspostslink {
	border:none;
	float:left;
}

.wp-pagenavi .previouspostslink::before {
	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');
	transform: rotate(180deg);
	margin-right: 10px;
}

.wp-pagenavi .nextpostslink {
	border:none;
	float:right;
}

.wp-pagenavi .nextpostslink::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');
	margin-left: 10px;
}

@media (max-width:480px) {
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		float: none;
		display: block;
		width: 100%;
	}
	
	.wp-pagenavi .previouspostslink {
		text-align:left;
	}
	
	.wp-pagenavi .nextpostslink {
		margin-top:5px;
		text-align:right;
	}
}

body #simple-social-icons-2 ul li a, 
body #simple-social-icons-2 ul li a:hover, 
body #simple-social-icons-2 ul li a:focus,
body #simple-social-icons-3 ul li a, 
body #simple-social-icons-3 ul li a:hover, 
body #simple-social-icons-3 ul li a:focus{
	background:transparent !important;
	padding:0 !important;
}

@media (max-width:480px) {
	.fl-countdown .fl-countdown-unit-number {
		font-size:30px !important;
	}
	
	.fl-countdown .fl-countdown-number {
		margin:0 !important;
	}
	
	.main-vid-wrapper {
		margin-bottom:30px !important;
	}
}

/* COOKIE POPUP */
.ctcc-left-side {
	font-size:16px;
}

.cookie-bar-bar button#catapultCookie {
	font-size: 12px;
	padding: 10px 15px;
	text-transform: uppercase;
	background:#a03362;
}

.has-cookie-bar #catapult-cookie-bar {
	padding:15px;
	min-height:1px;
}

#catapult-cookie-bar a {
	text-decoration:underline;
}

/* IMAGE CAPTION */
.wp-caption-text {
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	margin-top: 5px;
}

@media (max-width:480px) {
	.fl-countdown .fl-countdown-number {
		width:24% !important;
	}
	
	.fl-countdown .fl-countdown-unit-label {
		min-width:0 !important;
	}
}

@media (min-width:1920px) {
	.videoWrapper iframe {
		top:-120px !important;
	}
	
	.videoWrapper {
		padding-bottom:52.5%;
	}
	
	.site-banner {
		background-position:center top;
	}
}

.main-vid-wrapper {
	overflow:hidden;
}

@media (min-width:3000px) {
	.videoWrapper iframe {
		top:-160px !important;
	}
}

.special-box-col .col-img {
	background: no-repeat center top #333;
	background-size: cover;
	min-height: 360px;
	position: relative;
}

.special-box-col .special-box-info {
	padding: 20px 25px;
}

.special-box-col h3, .special-box-col .special-box-info {
	font-size: 20px;
	text-transform: uppercase;
	color: #707070;
	background: rgba(246,246,246,.93);
	padding: 20px 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	margin: 0;
	transition: all 0.3s ease;
}

.special-box-col .special-box-info .destination-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #707070;
	font-family: agenda-medium;
	line-height: 1;
	margin-bottom: 5px;
}

.special-box-col .special-box-info .site-btn-wrap {
	line-height: 1;
}

.special-box-col .special-box-info a {
	font-size: 14px;
	font-family: agenda-bold;
	letter-spacing: 1px;
	line-height: 1;
	color: #a13363;
	text-decoration: none;
}

.cpsp-special-offers-feed-wrap {
        display: flex;
        flex-flow: row wrap;
      }
.cpsp-special-offers-feed-wrap .special-box-col {
  max-width: 33.3%;
  flex: 0 0 33.3%;
  padding: 0 20px;
}

@media (max-width:800px) {
  .cpsp-special-offers-feed-wrap .special-box-col {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 20px;
  }
}