/*!
Theme Name: Residences
Theme URI: http://blueskylab.co.uk/
Author: WordSearch
Author URI: https://www.wordsearch.co.uk/
Description: Residences Marriott Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: residences
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 
Residences is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
	## Fonts
	## Colors
# Elements
# Home
# Forms
# Navigation
	## Links
	## Headern
	## Menus
# Accessibility
# Alignments
# Clearings
# 404
# Widgets
# Content
	## Posts and pages
	## Comments
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @font-face {
	font-family: 'Marriott';
	src: url('fonts/3AFD29_0_0.eot'); /* IE9 Compat Modes */
	src: url('fonts/3AFD29_0_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/3AFD29_0_0.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/3AFD29_0_0.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/3AFD29_0_0.ttf')  format('truetype'); /* Safari, Android, iOS */
		 
  }


  @font-face {
	font-family: 'Maax Reg';
	src: url('fonts/max/Maax-Regular-205TF.eot'); /* IE9 Compat Modes */
	src: url('fonts/max/Maax-Regular-205TF?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/max/Maax-Regular-205TF.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/max/Maax-Regular-205TF.woff') format('woff'), /* Pretty Modern Browsers */
		 url('../fonts/max/Maax-Regular-205TF.ttf')  format('truetype'); /* Safari, Android, iOS */
		 
  }




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

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	background-color: #FFFAF4 !important;

}

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

h1 {
	font-family: 'Marriott' !important;
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	  color: #000041 !important;
    text-decoration: none;
}

 a:visited {
    color: #000041;
}
a:active {
	 /* font-style: italic !important; */
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

img.full-width-img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10vh;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
}



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

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

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


input#acf-field_5c2c30f0330a0-row-0-field_5e6637fdd2f9f-alt {
    width: 4.2em !important;
}


.acf-range-wrap input[type="number"]{

	min-width:4em !important;
}
/**
 * Remove the inner border and padding in Firefox.
 */

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

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

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h2, h3, h4, h5, h6 {
	 font-family: "Maax Reg";
	clear: both;
	color:#000041;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

 

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


.home-p {
	color: #000041;
	font-family: "Maax Reg";
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	max-width: 790px;
	padding-left: 20px;
}
 
.home-hero {
    font-size: 150px;
    color: #fff;
    line-height: 150px;
    letter-spacing: 0px;
}


.title-intro-1{
	color: #000041;
	font-family: "Marriott";
	font-size: 40px;
	line-height: 50px;
	max-width: 950px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 25px;
	text-transform:uppercase;
}
 

/*--------------------------------------------------------------
# Video Player
--------------------------------------------------------------*/

.player_controller
{
	width: 50px;
	float: none;
	top: 0px;
	position: absolute;
	right: 0px;
}


video.player__video.viewer {
    height: auto;
    float: none;
}


.control-play-video.player_button, .control-pause-video.player_button
{
	 position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
	margin-bottom : 5px;
}


.control-fullscreen-video.player_button, .control-normalscreen-video.player_button
{
  
     top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin-bottom: 5px;

 
}

.control-sound-video.player_button, .control-mute-video.player_button
{
 	
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
 
	margin-bottom : 5px;
}


.control-mute-video.player__button {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-sound-default.svg);
 
}

.control-mute-video.player__button:hover
{
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-sound-default-hover.svg);
}



.control-normalscreen-video.player__button {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-close-default.svg);
 
}

.control-normalscreen-video.player__button:hover {
   content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-close-hover.svg);
}



.control-play-video.player__button:hover {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-play-hover.svg);
}



.control-pause-video.player__button:hover{
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-pause-hover.svg);
}



 

 
.video_container
{
	position : relative;
}


.control-pause-video, .control-play-video
{
	right : 120px;
	bottom: 7px;
	 }

.player__slider
{
	display: none;
}

.control-sound-video.player__button {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-sound-default.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    bottom : 7px;
    right : 60px;
}

.control-sound-video.player__button:hover
{
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-sound-hover.svg);
}

.control-fullscreen-video.player__button {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-default.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    bottom : 7px;
    right : 0px;
}

.control-fullscreen-video.player__button:hover
{
	content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-hover.svg);
}






 

video.player__video.viewer {
    width: 100%;
    height: auto;
}

 .control-play-video.player__button {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-play-default.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
}

.control-pause-video.player__button {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-pause-hover.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/

p.slider-main-copy {
    font-family: "Maax Reg";
    position: absolute;
    bottom: 40px;
    z-index: 9999;
    right: 109px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    max-width: 906px;
    color: #DEDCDC;
    text-align: left;
}

#page_mask
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 1200;
}

#page
{
background-color : #FFFAF4;
}

 
.slider-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    
}

.mask-slider {
    content: '';
    display: block;
    position: absolute;
    z-index: 999999999 !important;
    width: 100%;
    height: 660px;
}
	.slick-list.draggable {
    /* padding-left: 8.5vw; */
    /* overflow-x: hidden; */
}

section.block-testimonial .slick-slide[data-slick-index="1"] {
    /* padding-left: 8.5vw; */
}

.scroll-next {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/Large-Down.svg);
    position: absolute;
    /* top: auto; */
    z-index: 9 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    bottom: 75px;
    right: 50px;
}


.slick-dots {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
	padding-left: 0px;
	list-style-type: none;
}

	.slick-dots li {
		margin: 10px 5px;
		display: flex;
		align-items: flex-end;
		min-height: 8px;
		/*flex-grow: 1;*/
	 
	}



	li.slick-active button {

		height: 8px;
	}

	/*.slick-next, .slick-prev {
		background: red !important;
	}*/

section.block-slider {
   padding-left:8.2%;
   padding-right: 8.2%;
     
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10vh;
    overflow: hidden;
    margin-top: 10vh;
}


/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

section.block-wysiwyg_editor {
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-left: 8.2%;
  
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 1163px;
}

section.block-wysiwyg_editor.wow.fadeIn ul {
    list-style: square;
}

blockquote.blockquote p {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    max-width: 100%;
    text-align: left;
    padding-left: 8.2vw;
    /* display: inline-block; */
    padding-right: 8.2vw;
    padding-top: 30px;
    /* text-align: left; */
}


.overlay-rectangle {
    background-color: #81D8D0;
    width: 159px;
    height: 39px;
    color: #000041;
    font-family: "Maax Reg";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: center;
    padding: 10px;
    margin-left: 30%;
    position: absolute;
    z-index: 20;
    margin-top: 30px;
}



.p-mirror-l{

	padding-left:20px !important;
}
.p-mirror-r{

	padding-right:20px !important;
}

section.block-column_mirror {
    margin-top: 10vh;
    padding-bottom: 10vh;
}

img.brand-logo-overview {
    max-width: 250px;
    margin-top: 100px;
}

.slider-controls
{
	    width: 100%;
    float: left;
}

.block-slider-home .control-pause
{
	content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/02/pause_btn.svg);
}

.block-slider-home .control-play
{
	content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/02/play_btn.svg)
}

.block-slider-home .control-pause, .block-slider-home .control-play
{
	position : absolute !important;
}


.block-tabs p {
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 790px;
    color: #000041;
}

section.block-timeline-slider .slick-dots {
  
    bottom: -4px !important;
 
}

section.block-timeline-slider .slick-dotted.slick-slider {
    padding-bottom: 40px;
    margin-bottom:0px;
}

section.block-timeline-slider .slick-dots li {
	position: relative;
	width: 20px;
	height: 3px;
	border-bottom: 1px solid #81D8D0;
	overflow: hidden;
}

section.block-timeline-slider .slick-dots li button,
section.block-timeline-slider .slick-dots li.slick-active button {
	/* position: absolute; */
	top: 100px;
	left: 100px;
	height: 1px;
	width: 1px;
}

section.block-timeline-slider  li.slick-active {
	background-color: #81D8D0;
}

.slick-prev:before  {
    content: none !important;
 
}

.slick-next:before{

	  content: none !important;
}

.slick-prev, .slick-next{

	top:40% !important;
}

.block-timeline-slider .slick-prev {
    left: 0px !important;
    height: 40px !important;
    width: 60px !important;
    background: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/arrow-slider-left-active.svg) !important;
    background-repeat: no-repeat;
}

.block-timeline-slider .slick-prev:hover{

	    background: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/arrow-slider-left-hover.svg) !important;

}

.block-timeline-slider .slick-next:hover {

		    background: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/arrow-slider-right-hover.svg) !important;


	}

.block-timeline-slider .slick-next {
    right: 0px !important;
    height: 40px !important;
    width: 60px !important;
    background: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/arrow-slider-right-active.svg) !important;
    background-repeat: no-repeat;
}

section.block-timeline-slider {
    margin-top: 10vh;
}

section.block-tabs .nav-pills .nav-link span
{
	padding-bottom : 10px;
}

section.block-tabs .nav-pills .nav-link:hover
{
	border-color : transparent;
}


section.block-tabs .nav-pills .nav-link.active span
{
	border-bottom: 1px solid #000041;
	    padding-bottom: 10px;
}	


section.block-main_title {
    /* margin-top: 10vh; */
}
section.block-_custom_video {
    padding-top: 10vh;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/




.midnight {
	
	color: #000041 !important;

}

.calico {
	color: #FFFAF4 !important;
}

.zephyr {
	color: #81D8D0 !important;

}





/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

hr.wp-block-separator {
    border-left: 2.3px solid #000041;
    height: 120px;
    border-top: 0px;
	background-color: transparent;
	margin-bottom: 40px;
	margin-left: 90px;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


 

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 10%;
    transform: rotate(-90deg);
   
    margin-top: -70px;
}


.vc_separator {
 
    margin-top: 70px;
}


/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/


.hero_parallax_image
{
	height : 600px;
	background-attachment : fixed;
	background-size: 100%;
    background-repeat: no-repeat;
}

.acf-range-wrap input[type="number"] {
    display: inline-block;
    min-width: 3em;
    margin-left: 10px;
    vertical-align: middle;
    width: 4.2em !important;
}

.block-slider-home .slider-progress {
    position: absolute;
    z-index: 999;
    width: calc(100% - 40px);
}


.block-slider-home .slick-slide img {

    
        height: calc(100vh - 99px);
}

 


section.block-slider-mob {
    display: none;
}




section.block-slider-home {

	display:block;
}





section.block-slider-home-mob {
    display: none;
}



.home-title-col-3 {
    max-width: 680px;
}


.bt-2-test.wp-block-button.marriott-btn {
    margin-left: 200px;
    margin-bottom: 100px;
}



section.block-3_columns_home {
    margin-top: 16vh;
}


 

.row.col-pad {
    padding-left: 140px;
}



.col-pad .lorem-col-2 {
    padding-top: 150px;
    padding-left: 0px;
    margin-left: -20px;
}

h1.home-2-blocks.fadeInUp.delay-1s.title-intro-1{
    max-width: 550px;
}

.control-pause {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-pause-default.svg);
 
    top: auto;
    z-index: 30 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
	float: right;
}


.control-play {
      content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/marriott-residences-icon-play-default.svg);
  
      top: auto;
      z-index: 980 !important;
      cursor: pointer;	
      height: 50px;
      width: 50px;
      display: none;
	float: right;
}




section.block-slider-home {
    padding: 80px 20px 20px 20px;
    overflow: hidden;
}

h1.main-hero-txt {
    position: absolute;
    bottom: 100px;
    font-size: 150px;
    color: #fff;
    max-width: 1200px;
    /* left: 100px; */
    padding-left: 50px;
    z-index: 9999;
}



h2.home-col-sub-3.animated.fadeInUp.delay-1s.subtitle-benefits-block {

	padding-top: 150px;
    padding-left: 0px;
    margin-left: -20px;
}


h1.home-title-col-3.animated.fadeInUp.delay-1s.title-intro-1 {
    padding-left: 0px;
    max-width: 689px;
}

img.home-l-img {
    margin-left: -40px;
}


.col-md-6.content-home {
    padding-left: 100px;
}




img.home-far-l-img {
    width: 145px;
    height: 660px;
}


section.block-column_home {
    /* margin-top: 10vh; */
    /* margin-bottom: 10vh; */
    padding-top: 10vh;
    padding-bottom: 10vh;
}



img.home-img-right {
    max-width: 570px;
}

h2.title-main {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 30px;
}


.home-img-left {
    max-width: 404px;
	max-height: 380px;
	margin-top:200px;
}

.img-home-right{
    max-width: 571px;
    max-height: 560px;

}

.home-img-side{
    max-width: 145px;
    max-height: 660px;

}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #000041;
    border-color: #000041;
    background-color: #FFFAF4;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* padding-top: 40px; */
    margin-top: 40px;
    padding: 10px;
    text-transform: uppercase !important;
        padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
}
 

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

button:focus {
  
    outline: none !important;
}


section.block-tabs {
   padding-top: 10vh;
   padding-bottom: 10vh;
}


.wp-block-button__link {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    text-align: center;
}


 .marriott-btn, .marriott-btn:active, .marriott-btn:visited {
	color: #000041;
	width: auto;
	display: inline-block;
	border-bottom: 1px solid #000041;
	border-top: 1px solid #000041;
	padding: 10px 15px;
	color: #000041;
	background-size: 100% 200%;
	background-image: linear-gradient(to top, #81D8D0 50%, #FFFAF4 50%);
	transition: all .5s;
	line-height: 1.22;
	margin-top: 30px;
	letter-spacing: 1px;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.marriott-btn:hover {
 
    text-decoration: none;
    background-position: 0 100%;
    color: #000041;
}

 

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

.mt-brands{
	margin-top: 80px;
}

.dropdown-menu
{
	top : 75px !important;
}



.nav-shortlist-link {
    padding-left: 0px !important;
 
    margin: 0px;
 
    padding-right: 0px !important;
}

.bg-light {
    background-color: #FFFAF4!important;
}

.nav-shortlist-link:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/Dark.svg) !important;
    border: 0px !important;
    margin-top: -6px;
}


svg#basket-svg {
    margin-left: -2px;
}

.basket-count span {
    /* margin-left: 19px; */
}

.nav-link {
    display: block;
    padding: .2rem 0.5rem !important;
}

.dropdown:active .dropdown-toggle:after {
	    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/x_menu_hover.svg) !important;
    border: 0px !important;
}

.dropdown:hover .dropdown-toggle:after{
	    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/x_menu_hover.svg) !important;
    border: 0px !important;
}

.dropdown:focus .dropdown-toggle:after{
	    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/x_menu_hover.svg) !important;
    border: 0px !important;
}

.dropdown:focus-within .dropdown-toggle:after{
	    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/x_menu_hover.svg) !important;
    border: 0px !important;
}




a.dropdown-toggle:hover {
    border-bottom: 0px !important;
}

.mobile-num-properties {
    display: none;
}

li#nav-item-809 {
    padding-right: 50px;
}

#menu-mega_menu li a:hover
{
    /* color: #78d2c6 !important; */
    text-decoration: none;
    border-bottom: 1px solid #78d2c6;
    padding-bottom: 10px;
}

.current_page_item a {
    padding-bottom: 10px;
    border-bottom: 1px solid #000041;
}

.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }


ul#second-menu li a {
    color: #fff !important;
}



 #mobile-nav-brands {
    display: none;
}


.hide_plus {
    margin-left: -50px;
}


.highlight{

background-color: #000041 !important;
transition: all 0.1s ease;

}


	nav#desktop-nav {
    display: block;
}

#masthead{

	height:80px;
}

.navbar-expand-md{

	height:80px;
}



li#nav_menu-6 .menu-item a:hover {
    background-color: #81D8D0;
}

li#nav_menu-3 .menu-item a:hover {
    background-color: #81D8D0;
}


li#nav_menu-4 .menu-item a:hover {
    background-color: #81D8D0;
}

li#nav_menu-5 .menu-item a:hover {
    background-color: #81D8D0;
}



/**Mega Menu **/
.navbar .container {
    position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
//  width: auto !important;
}


#masthead {
    position: relative;
    box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    top: 0px;
}

.navbar, .navbar .container
{
position : static !important;
}
 



li#custom_html-2 {
    width: 33.3%;
    float: right;
}


.rectangle {
  background-color: #000041;
  height: 279px;
  float: right;
  width: calc(100% - 50vw);
  padding: 20px;
  margin-right: 20px;
  margin-top: 15px;
}


.mega-txt {
  color: #FFFFFF;
  font-family: Marriott;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  /* width: 413px; */
  text-align: left;
  padding: 60px 90px 90px 90px;
}


.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    max-width: 100%;
    width: 95%;
    margin-left: 2.5%;
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.5);
    background-color: #FFFAF4;
    margin-top: 0px;
    border: 0px;
}


li#nav_menu-6 h2 {
    color: #000041;
    font-family: Maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: left;
}


ul#menu-premium-brands {
    margin: 0px;
    padding: 0px;
}


li#nav_menu-8 .menu-item {
    padding: 0px 0px 12px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Maax Reg";
    line-height: 17px;
}

li#nav_menu-9 .menu-item {
    padding: 0px 0px 12px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Maax Reg";
    line-height: 17px;
}

li#nav_menu-8{
 width: 25%;
 /* float: left; */
 float: left;
 padding-left: 60px;
 padding-top: 30px;
}


li#nav_menu-9 {
 width: 25%;
 /* float: left; */
 float: left;
 padding-left: 60px;
 padding-top: 30px;
}




li#nav_menu-8 .menu-item {
    padding: 0px 0px 12px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Maax Reg";
    line-height: 17px;
}

li#nav_menu-9 .menu-item {
    padding: 0px 0px 12px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Maax Reg";
    line-height: 17px;
}

li#nav_menu-8{
 width: 25%;
 /* float: left; */
 float: left;
 padding-left: 60px;
 padding-top: 30px;
}


li#nav_menu-9 {
 width: 25%;
 /* float: left; */
 float: left;
 padding-left: 60px;
 padding-top: 30px;
}



.menu-item-object-premium_brand {
    color: #000041;
    font-family: Maax Reg;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: left;
    padding: 10px;
}





ul#menu-luxury-brands {
    margin: 0px;
    padding: 0px;
}

 

li#nav_menu-2 h2 {
    color: #000041;
    font-family: maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: left;
}


li#nav_menu-4 h2 {
    color: #000041;
    font-family: maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: left;
}

 
li#nav_menu-5 h2 {
    color: #000041;
    font-family: maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: left;
}

 
 

 

.menu-item-object-luxury_brand {
    color: #000041;
    font-family: Maax Reg;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: left;
    padding: 10px;
}



ul#menu-luxury-brands {
    margin: 0px;
    padding: 0px;
}


ul#menu-mega_menu {
    color: #000041;
    font-family: Maax Reg;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    margin-left:0px;
}



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

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    color: #000041 !important;
    font-family: Maax Reg;
    /* font-size: 12px; */
    /* font-weight: 300; */
    line-height: 50px;
    /* width: 601px; */
    /* text-align: left; */
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
}


 

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

.revealOnScroll { opacity: 0; }


svg#chart {
    background: none;
    animation: dash 9s linear;
    animation-fill-mode: forwards;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation-delay: 3s;
  }
  #chart line {stroke: #000041; stroke-width:2}

 
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
 
  }
  to {
    stroke-dashoffset: 0;
   
  }
}


.parallax-window.header-main {
    height: 600px;
    position: relative;
    max-height: 600px;
    width: 100%;
    z-index: 99;
}



.site-header {
    background-color: #FFFAF4;
}

.menu-item {
    padding: 20px;
}

.bg-header {
	background-color: #FFFAF4;
}

.navbar {
    float: right;
   
}

.site-branding {
    float: left;
    padding: 25px 35px 0px 35px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

 .block-main-test {
    padding-bottom: 10vh;
}





nav#mobile-nav {
    display: none;
}
 


.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/


.animated-svg {
 
    margin-left: -15px;
    margin-top:-20px;
}

.brand-card:after {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 30px);
 
    top: 0;
 
}




article.brand-card {
    padding-bottom: 20px;
}


.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.mt-xl{

	margin-top: 100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

h1.title-footer {
    color: #000041;
    font-family: Tautz;
 
    font-size: 40px;
    line-height: 50px;
  
    text-align: left;
 
    text-transform: uppercase;
}









/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/

.pad-404-home {
    margin-top: 17vh;
}

img.home-far-l-404 {
    /* width: 444px; */
    height: 942.54px;
    float: left;
}

img.home-l-img-404 {
    height: 420px;
    margin-top: 20vh;
    margin-left: 2vw;
}



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

h2.timeline-date {
    font-size: 30px;
    /* font-weight: 700; */
    line-height: 40px;
    width: 335px;
    text-align: left;
    font-family: "Marriott";
    padding-top: 30px;
}

p.timeline-copy {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 84%;
}

.slick-timeline {
    padding-left: 6vw;
    overflow: hidden;
}

img.timeline-image {
  
    max-height: 250px;
}


p.testimonial-copy-1 {
    color: #000041;
    font-family: Maax Reg;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 453px;
    text-align: left;
    padding-bottom: 40px;
}


.subtitle-home-block {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
  
    text-transform: uppercase;
   
}


.title-pad {
    padding-top: 140px;
    padding-left: 0px;
    margin-left: -20px;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/Dark.svg) !important;
    border: 0px !important;
    margin-top:-6px;
}


img.home-l-img-2 {
    height: 420px;
    padding-left: 2vw;
}


.subtitle-lifestyle-block {
     
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
  
    text-transform: uppercase;
    padding-top: 30px;
  
}


 


.right-vw{

	padding-right: 5vw;
}

.right-vw-2{

	padding-right: 8.2vw;
}

.right-vw-3{

	padding-right: 17vw;
}

.left-vw-3{

	padding-left: 17vw;
}




.left-vw{

	padding-left: 5vw;
}

.left-vw-2{padding-left: 7.9%;}


 


.col-right-p  {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 565px;
}


img.home-r-img {
    width: 335px;
    float: right;
    padding-right: 2vw;
    padding-top: 200px;
}

img.home-far-r-img {
    height: 740px;
    width: 118px;
    float: right;
}

img.brand-logo-over-slider {
    position: absolute;
    /* top: 30px; */
    top: 29%;
    left: 0;
     /*    padding-left: 10px; */
  /* padding-right: 10px; */
}

img.brand-logo-over-slider-2 {
    position: absolute;
    top: 20%;
}

article.brand-card.col-3 {
    margin-bottom: 20px;
}



section.block-luxury_brands {
    margin-bottom: 10vh;
    margin-top: 10vh;
}

.title-main-benefits {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 30px;
}


.subtitle-benefits-block {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.home-p-benefits {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 790px;
    padding-left: 20px;
}

.img-far-left {
    height: 740px;
    background-size: contain;
    background-repeat: no-repeat;
}

 .img-left-second {
    height: 420px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 100px;
}


.blockquote-single {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    max-width: 100%;
    text-align: left;
    padding-left: 8.2vw;
    display: inline-block;
    padding-right: 8.2vw;
    padding-top: 30px;
}


p.quote-before {
    display: inline;
}





.quote-before:before {
   content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/02/Quote.svg);
   font-size: 4em;
   line-height: 0.1em;
   /* margin-right: 120px; */
   display: inline;
   padding-left: 20px;
}



.blockquote-single-by{
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: left;
    padding-left: 8.2vw;
}


img.brand-logo-over {
    /* max-width: 205px; */
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 999;
}

 

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

a:hover {
    color: #0056b3;
    text-decoration: none !important;
}




.sticky {
	display: block;
}

 

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}




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

.page-id-579 .secondary-footer {
    display: none;
}

.page-id-438 .secondary-footer {
    display: none;
}

.page-id-438 {
    margin-bottom: 0px !important;
}

.page-id-579 {
    margin-bottom: 0px !important;
}

.footer-img {
    padding-top: 30px;
}

.secondary-footer {
    height: auto;
    background-color: #000041;
    border-top: 1px solid #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    padding-bottom: 0px;
}

.site-info {
    padding-top: 30px;
    padding-left: 45px;
}

.container-fluid.hero-ft-pad {
    padding-left: 150px;
    padding-top: 200px;
    /* padding-bottom: 50px; */
}

section.block-hero_footer {
 
    background-position: center center;
    background-size: cover;
    height: 570px;
}


 .title-footer-hero {
    background-color: #FFFAF4;
    width: 690px;
    height: auto;
    margin-left: 150px;
    padding: 50px 50px 0px 50px;
    /* margin-bottom: 30px; */
}


 


ul#second-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    /* padding-left: 80px; */
}

ul#second-menu li {
    display: inline-block;
    padding: 0px;
    margin-top: 177px;
    color: #FFFFFF;
    font-family: "Maax Reg";
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
}


ul#second-menu li a  {
 
	color: #FFFFFF;
 
}

.site-title-footer {
    padding-top: 40px;
    /* padding-left: 30px; */
}

.residences-by-marr {
    color: #969696;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: left;
    font-family: "Maax Reg";
    padding-top: 180px;
    padding-left: 30px;
}

footer#colophon {
    background-color: #000041;
    color: #fff;
    height: 300px;
 
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

img.overlay-logo {
    position: absolute;
    top: 240px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
    left: 35%;
    display: block;
    z-index: 20 !important;
    min-width: 400px;
}



.owl-dots {
    display: none !important;
}

img.brand-logo-overview {
    max-width: 400px;
    margin-top: 50px;
}
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
# block 2 Columns Mirror
--------------------------------------------------------------*/

.col-btn{}

.title-intro-1-mirror {
   color: #000041;
    font-family: "Marriott";
    font-size: 40px;
    line-height: 50px;
    max-width: 570px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;

}


.col-mirror-p  {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 500px;
}


 
/*--------------------------------------------------------------
# block tabs
--------------------------------------------------------------*/

.title-intro-1-tabs {
    color: #000041;
    font-family: "Marriott";
    font-size: 40px;
    line-height: 50px;
    max-width: 450px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.tabs-img img {
    /* width: 453px; */
    /* height: 300px; */
    /* margin-left: 40px; */
}



.tabs-img {
    padding-top: 70px;
}




section.block-tabs{
	margin: 0 auto;
} 

@media (min-width: 1200px) {
	
	section.block-tabs .tabs-container {
		padding-left: calc(50vw - 581px);	
	}
}

section.block-tabs .tabs-container {
	overflow-x: auto;
}

section.block-tabs .tabs-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
section.block-tabs .tabs-container {
  -ms-overflow-style: none;
}


section.block-tabs .nav-pills {
	width: 100%;
	display: block;
	white-space: nowrap;

}

section.block-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #000041;
	border-radius: 0;
 
	background-color: transparent ;

}

section.block-tabs .nav-pills .nav-link {
		text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #000041;
	    border-width: 0px !important;
	padding-bottom:10px;
	border-radius: 0;
		background-color: transparent !important;	
	border-color: transparent !important;
	
	
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 17px;
	
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
	
	
}

section.block-tabs .nav-pills .nav-link span:hover {
    	border-bottom: 1px solid #81D8D0;
}

section.block-tabs .nav-pills .nav-link:hover {
	border-radius: 0;
	border-bottom: 1px solid #81D8D0;
}

/*.nav-item-menu_container
{
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
}

section.block-tabs .nav-pills .nav-link span:hover {
	border-radius: 0;
	border-bottom: 1px solid #81D8D0;
}
 

section.block-tabs p {
	color: #000041;
	font-family: Maax Reg;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-width: 451px;
	text-align: left;
}

*/

/*--------------------------------------------------------------
# block testimonial
--------------------------------------------------------------*/

section.block-testimonial {
    margin-bottom: 10vh;
    overflow: hidden;
}
section.block-testimonial .slick-slide {
	opacity: 0.2;
}

section.block-testimonial .slick-slide.slick-active {
	opacity: 1;
}

p.testimonial-main {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    width: 452px;
    text-align: left;
}

p.testimonial-author {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    width: 452px;
    text-align: left;
}

section.block-testimonial .slick-dots {
	width: auto;
	margin-left: calc(5vw + 15px);
}

@media (min-width: 1200px) {
	
	section.block-testimonial .slick-dots {
		margin-left: calc(50vw - 621px);	
	}
}

section.block-testimonial .slick-dots li {
	position: relative;
	width: 20px;
	height: 3px;
	border-bottom: 1px solid #81D8D0;
	overflow: hidden;
}

section.block-testimonial .slick-dots li button,
section.block-testimonial .slick-dots li.slick-active button {
	/* position: absolute; */
	top: 100px;
	left: 100px;
	height: 1px;
	width: 1px;
}

section.block-testimonial .slick-dots li.slick-active {
	background-color: #81D8D0;
}

/* has it been cracked - maybe! */
@media (min-width: 1200px) {
	
	section.block-testimonial .slick-slide[data-slick-index="0"] {
		/* padding-left: 8.5vw; */
		/* opacity: 0; */
	}
}

blockquote.spacer {
	width: 0px;
}

/* USE SLIDE TO DETERMINE LEFT SPACE*/
@media (min-width: 1200px) {
	blockquote.spacer {
		width: calc(50vw - 581px);
	}
}


/*--------------------------------------------------------------
# brands
--------------------------------------------------------------*/
section.block-luxury_brands {}

.brand-card {
	overflow: hidden;
	position: relative;
}

div.toggle-visibility {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	pointer-events: none;
	z-index: 999;
}

div.toggle-visibility:after,
div.toggle-visibility:before {
	content: '';
	position: absolute;
	background-color: #FFFFFF;
	display: block;
	width: 1px;
	height: 19px;
	left: 9px;
}

div.toggle-visibility:before {
	height: 1px;
	width: 19px;
	left: 0;
	top: 9px;
}

.brand-overlay[aria-hidden="false"] + div.toggle-visibility {
	transform-origin: 20px 5px;
	transform: rotate(45deg);
}

.brand-overlay {
	position: absolute;
	left: 100%;
	top: 100%;
	width: calc(100% - 30px);
	height: 100%;
	opacity: 0;
	z-index: 2;
	overflow: hidden;
}

.brand-card .brand-overlay .close {
	z-index: 2;
	background: red;
	position: absolute;
	bottom: 20px;
	left: 50%;
}

.brand-card .brand-overlay[aria-hidden="false"] {
	width: calc(100% - 30px);
	left: 15px;
	top: 0;
	opacity: 1;
	color: #000000;
	background-color: rgba(0, 0, 65, 1);
	font-family: 'Maax Reg';
	height: calc(100% - 20px);
	z-index: 999;
}

.brand-card .brand-overlay a,
.brand-card .brand-overlay p {
	color: #ffffff !important;
	padding: 20px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	width: 100%;
	display: block;
}

.brand-card .brand-overlay a {
	padding-top: 0;
}

.button-shortlist {
	position: absolute;
}

.block-luxury_brands .brand-card .button-shortlist svg g {
	fill: rgba(255,255,255,0.2);
}

.block-luxury_brands .brand-card .button-shortlist[aria-selected="true"]:hover svg g,
.block-luxury_brands .brand-card .button-shortlist:hover svg g {
	fill: #81D8D0;
}

.block-luxury_brands .brand-card .button-shortlist[aria-selected="true"] svg g {
	fill: #FFFFFF;
}

.brand-card h2 {
	position: absolute;
	top: 40px;
	left: 40px;
	color: white;
}

.brand-card button {
	width: 60px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0px;
	right: 15px;
	/* top: 10px; */
}



/*--------------------------------------------------------------
# block-main_title
--------------------------------------------------------------*/


section.block-main_title {

}

section.block-main_title .content-benefits {
	padding-left: 250px;
}

section.block-main_title .animated-svg,
section.block-main_title h2.subtitle-benefits-block {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

section.block-main_title h2.subtitle-benefits-block {
	margin-bottom: 2em;	
}

section.block-main_title .title-intro-1-benefits {
	text-transform: uppercase;
	margin-bottom: 1em;
	max-width: 700px;
}

section.block-main_title .animated-svg,
section.block-main_title h2.subtitle-benefits-block,
section.block-main_title .home-p-benefits,
section.block-main_title .wp-block-button.marriott-btn {
	/* margin-left: 100px; */
}

section.block-main_title .home-p-benefits {
	max-width: 400px;
	padding-left: 0;
}

/*--------------------------------------------------------------
# block-single_testimonial
--------------------------------------------------------------*/


section.block-single_testimonial {margin-top: 10vh;margin-bottom: 10vh;}


.progress {
	height: 5px !important;
	background-color: #78d2c6 !important;
}

/*--------------------------------------------------------------
# .shortlist-container
--------------------------------------------------------------*/

.basket-count {
	display: block;
	position: absolute;
	top: -10px;
	right: 143px;
	margin: 10px;
	color: #000041;
	font-size: 12px;
	width: 40px;
	height: 40px;
	/* margin-left: 200px; */
}

.basket-count svg {
	position: absolute;
}

.basket-count span {
	position: absolute;
	left: 16px;
	bottom: -6px;
	z-index: 2;
}

.shortlist-container {
	position: absolute;
	right: 0;
	top: 150px;
	width: 600px;
	height: auto;
	overflow: hidden;
	-webkit-box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
 	-moz-box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
   	box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
   	z-index: 1000;
   	background-color: #FFFAF4;
}

.shortlist-container[aria-hidden="true"] {
	display: none;
}

.shortlist-container button {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0px;

}

.shortlist-page .brand-card.type-property button {
	bottom: 0;
	right: 0px;
	width: 60px;
	height: 60px;
	z-index: 20;
}

.shortlist-container .properties button {
	display: inline-block;
	position: static;
	top: 0;
	left: 0;
	float: right;
	z-index: 10;
}

.shortlist-container .properties button.button-shortlist span {
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

.shortlist-container .properties button.button-shortlist span svg g g {
	stroke: #000041;
}

.shortlist-container .properties button.button-shortlist:hover span svg g g {
	stroke: #81D8D0;
}

.shortlist-container .type-luxury_brand button,
.shortlist-container .type-premium_brands button {
	top: auto;
	left: auto;
	right: 0px;
	bottom: 0px;
}

.shortlist-page .type-luxury_brand button,
.shortlist-page .type-premium_brands button {
	width: 60px;
	height: 60px;
	top: auto;
	left: auto;
	right: 15px;
	bottom: 0px;	
}

.shortlist-container .properties {
	padding: 25px 45px 25px 45px;
	background-color: #FFFAF4;
}

.shortlist-container .brands {
	padding: 25px 45px 25px 45px;
	background-color: #000041;
}

.shortlist-page .button-shortlist:hover span svg g g,
.shortlist-container .button-shortlist:hover span svg g g {
	stroke: #81D8D0;
}

.shortlist-container h2 {
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px 0;
	font-family: 'Maax Reg';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 14px;
}

.shortlist-container a {
	font-family: 'Maax Reg';
}

.shortlist-container .brand-card {
	margin-bottom: 20px
}

.shortlist-container .type-property img {
	width: 50px;
	margin-right: 20px;
	float: left;
}

.shortlist-container .type-luxury_brand,
.shortlist-container .type-premium_brands {
	width: calc(50% - 12.5px);
	display: inline-block;
	margin-right: 20px;
}

.shortlist-container .brands > h2,
.shortlist-container .brands p {
	color: #FFFFFF;
}

.shortlist-container .brands .brand-card:last-child {
	margin-right: 0;
}

.shortlist-page {
	padding-bottom: 150px;
	padding-top: 100px;
}

.shortlist-page > h2 {
	padding: 0;
	margin: 45px 0 25px 0;
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 17px;
	text-align: center;
	margin-top: 45px;
} 


.type-property {
	position: relative;
}

.type-property > div {
	position: relative;
}

.type-property .location-tag {
	color: #000041;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	position: absolute;
	opacity: 0.9;
	top: 10px;
	left: 10px;
	text-align: center;
	font-family: 'Maax Reg';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 27px;
	text-transform: uppercase;

}

.type-property h3 {
	color: #000041;
	font-family: 'Maax Reg';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 14px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 4px;
}

.type-property h2 {
	position: static;
	color: #000041;
  	font-family: 'Marriott';
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
	padding-right: 20px;
}

.type-property a {
	padding-right: 50px;
}


/*--------------------------------------------------------------
# .survey
--------------------------------------------------------------*/

#survey fieldset[aria-hidden="true"] {
	display: none;
}

#survey {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	bottom: 60px;
	right: 60px;
	width: 100%;
	max-width: 670px;
	height: 505px;
	background: #FFFAF4;
	-webkit-box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
 	-moz-box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
   	box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
}

#survey.minimise {
	height: 80px;
}

#survey .container.hide {
	display: none;
}

#survey header {
	background-color: #000041;
	color: #FFFFFF;
	height: 80px;
	padding: 20px;
	position: relative;
}

#survey header h2 {
	color: #FFFFFF;
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
}

#survey header button {
	width: 50px;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 20px;
	right: 0;

}

#survey header button span {
	color: white;
	font-size: 12px;
}

#survey nav {
	text-align: center;
	margin-top: 20px;
}
#survey nav button {
	width: 60px;
	border: none;
	display: inline-block;
}

#survey input[type="radio"] {
	display: inline-block;
	display: none;
	border-radius: 0;
}

#survey fieldset {
	padding: 20px;
}

#survey .container {
	text-align: center;
}

button.submit,
button.next {
	display: inline-block;
}

#survey label {
	border: 1px solid green;
	display: block;
	float: left;
	z-index: 2;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 40px;
	border: 2px solid #000041;
	padding: 40px 0 40px 0;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
}

#survey label:hover {
	background-color: #81D8D0;
}

#survey label.last {
	margin-right: 0;
}

#survey input[type="radio"]:checked + label {
	background-color: #81D8D0;
}

#survey nav button.selected {
	border: 1px solid #000041;
}

#survey .results {
	padding: 20px;
}

#survey .survey-result-item {
	width: calc(50% - 10px);
	float: left;
	margin-right: 20px;
}

#survey .results .survey-result-item:last-child {
	margin-right: 0;
}

#survey div.toggle-visibility {
	right: 0;
}

#survey fieldset p {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
}

#survey:not(.minimise) div.toggle-visibility {
	transform-origin: 20px 5px;
	transform: rotate(45deg);
}

/*
	.midnight dark blue color: #000041
	.calico white color: #FFFAF4
	.zephyr teal color: #81D8D0
*/

#ext-pop {
	display: none;
}

#ext-pop.visible {
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left :0;
	top: 0;
	z-index: 10000;
} 

#ext-pop .internal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: auto;
	transform: translate(-50%,-50%);
	background-color: #FFFAF4;
}

#ext-pop .internal header {
	height: 80px;
	background-color: #000041;
	color: white;
	padding: 20px;
}

#ext-pop .internal header h2 {
	color: #FFFFFF;
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
}

#ext-pop .internal p {
	padding: 0 20px;
	margin: 0;
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

#ext-pop .internal p {
	padding: 20px;
}

#ext-pop .internal nav {
	padding: 0 20px;
	display: block;
	text-align: center;
}

#ext-pop .internal nav a {
	border: 1px solid #000041;
	display: inline-block;
	padding: 20px;
	margin-right: 20px;
	color: #000041;
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
	width: calc(50% - 15px);
}

#ext-pop .internal nav a:last-child {
	margin-right: 0;
}

#ext-pop .internal nav a:hover {
	text-decoration: none;
	background-color: #81D8D0;
}

#ext-pop .internal header button {
	width: 50px;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: -25px;
	transform-origin: 20px 5px;
	transform: rotate(45deg);
}


/*--------------------------------------------------------------
# .Mobile XS
--------------------------------------------------------------*/
@media only screen and (max-width: 320.00px) {  
.basket-count {
 
    right: 30px !important;

 
}

.second-brand-2 {
 
 
    width: calc(100% - 44px) !important;
 
}

.navbar-collapse.show {
    right: 45px !important;
}

.navbar-collapse {
 max-width: calc(100% - 44px) !important;
}

.mobile-nav-2 li {
    padding: 20px !important;
    border-bottom: 1px solid #fff;
}

svg#basket-svg {
    margin-left: -2px;
    position: relative;
    z-index: -1;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
padding-right: 15px !important;
    padding-left: 15px !important

}

.site-branding {
    float: left;
    padding: 15px 0px 10px 15px;
    max-width: 300px;
    width: 236px;
}


}


/*--------------------------------------------------------------
# .Mobile 
--------------------------------------------------------------*/

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


	section.block-column_mirror {
    margin-top: 5vh;
    padding-bottom: 5vh;
}

	img.overlay-logo {
    position: absolute;
    top: 100px;
    left: 10%;
    display: block;
    z-index: 20 !important;
    min-width: 250px;
}

	.control-play, .control-pause
{
	position : absolute;
	top: 70px;
}
 


p.timeline-copy {
 
    max-width: 100%;
}

	section.block-timeline-slider .slick-prev, .slick-next {
    top: 0 !important;
    /* margin-bottom: 40px !important; */
}

	section.block-timeline-slider img.timeline-image {
     max-height: 250px;
    margin-top: 30px;
    height: 220px;
    width: 100%;
}

	section.block-timeline-slider .slick-timeline {
    padding-left: 0px;
    overflow: hidden;
}

	section.block-testimonial .slick-dots {
    width: auto;
    padding-left: 20px;
}

 .slick-testimonial .slick-list {
    padding-left: 20px !important;
}

	.wp-block-button__link {
 
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
}

	h1.title-footer {
    color: #000041;
    font-family: Tautz;
    font-size: 34px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    max-width: 295px;
}

	.title-intro-1-mirror {
 
    padding-top: 30px;
    padding-bottom: 20px;
 
}

	.col-mirror-p {
 
    padding-bottom: 20px;
}

	.col-12.col-sm-12.col-md-6.pl-0 {
    padding-left: 20px !important;
}

	section.block-tabs .nav-pills .nav-link span {
    padding-bottom: 10px;
    margin-right: 30px;
}

	.block-slider-mob .slider-progress{

		top: 0;
		max-width: calc(100% - 20px) !important;
	}

	.block-slider-mob .slider-progress .progress{

		top: 0;
		max-width: calc(100% - 20px) !important;
	}

	.hero_parallax_image {
    height: 260px;
    background-size: cover;
    background-attachment: inherit;
    background-position: center;
}

	.right-vw-2 {
    padding-right: 0vw;
}

	section.block-column_home {
    /* margin-top: 10vh; */
    /* margin-bottom: 10vh; */
    padding-top: 5vh;
    padding-bottom: 5vh;
}

	.left-vw-2 {
    padding-left: 0px;
}


	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

	.mobile-num-properties {
    display: block;
}


	img.home-img-right-mirror {
    width: 100%;
    height: auto !important;
}

#btn-home-move {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
	.marriott-btn, .marriott-btn:active, .marriott-btn:visited {

 
   padding-left: 0px;  
    padding-right:  0px;  
 
}


		#bt-move-1 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px !important;
}


	#mobile-collapse-brands
{
	overflow-y: scroll;
}

 

.navbar-collapse.show {
max-height : 100vh;
}

	footer#colophon {
    background-color: #000041;
    color: #fff;
    height: auto;
}


	.site-info {
    padding-top: 30px;
    padding-left: 15px;
}

	.residences-by-marr {
 padding-top: 20px;
 padding-left: 15px;
}


ul#second-menu li {
 
    margin-top: 0px;
    color: #FFFFFF;
    font-family: "Maax Reg";
 
}


	.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: gray;
	display: block;
	transition: all 0.2s;
	margin-top: 6px;
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
  margin-top: 4px;
  margin-right: -15px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: -8% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 0% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

	li.nav-item:last-child {
    border: 0px;
}

	.slider-progress {
    position: absolute;
    top: 60px;
    z-index: 9;
    width: 100%;
}

	html #wpadminbar {
    height: 46px;
    min-width: 240px;
    display: none;
}


	#masthead {
    height: 60px;
}


	h2.menu-head.d-inline {
    color: #fff;
    font-family: "Maax Reg";
    font-size: 16px;
 
 
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
 
    text-transform: uppercase;
   
}

	.brand-mob-view{
		padding-bottom:15px;
	}

	img.brand-logo-over-menu {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    padding: 15px;
}


	.second-brand {
    background-color: #000041;
    color: #fff;
}

	.second-brand-2 {
    background-color: #000041;
    color: #fff;
}

	 .mobile-nav-3 {
    background-color: #fff;
}

	 #mobile-nav-brands {
    display: contents;
}


/* KEN OLD NAVBAR STYLE */
/* 	   .navbar-collapse {
        position: absolute !important;
        top: 0px !important;
        right: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        right: 0 !important;
        background-color: #000041;
        height: auto;
        padding: 0px;
        top: 0px;
        left: 0px;
        max-width: calc(100% - 55px);
    } */
	
	
	
	   .navbar-collapse {
        position: absolute !important;
        top: 0px !important;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        max-width: calc(100% - 55px);
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
       height: auto !important;
        margin-right: 50%;
        right: 50%;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        right: 55px;
        background-color: #000041;
        height: auto;
        padding: 0px;
        top: 0px;
        /*         left: 0px;
        max-width: calc(100% - 55px); */
    }

.kens {
transform: translateX(120%);
transition: transform 0.3s ease 0s;
}

.kens.collapse{
transform: translateX(120%);
transition: transform 0.3s ease 0s;
	
}

a.mega-class {
    display: inline-block;
    margin-left: .255em;
    /* vertical-align: -webkit-baseline-middle !important; */
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/White.svg) !important;
    border: 0px !important;
  
    float: right;
    margin-right: 50px;
}

button#change-nav-brands {
    /* display: inline-block; */
    margin-left: .255em;
    /* vertical-align: -webkit-baseline-middle !important; */
    background-image: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/White.svg) !important;
    /* border: 0px !important; */
    float: right;
    /* margin-right: 50px; */
    background-repeat: no-repeat;
    height: 20px;
    width: auto;
}


	.second-brand {
    border-bottom: 1px solid #ffff;
    z-index: 50;
    position: relative;
    height: 60px;
    padding: 15px 0px 10px 15px;
}

	.second-brand-2 {
    /* border-bottom: 1px solid #ffff; */
    z-index: 50;
    position: fixed;
    height: 60px;
    width: calc(100% - 60px);
    /* padding-bottom: 40px; */
}

	ul.navbar-nav {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
}


 ul.navbar-nav.mobile-nav-2:first-child {
    border-top: 1px solid #fff;
}



	.mobile-nav-2 li a {
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-family: "Maax Reg";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: left;
}

	.mobile-nav-2 li {
    padding: 30px;
    border-bottom: 1px solid #fff;
}

	

	.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999999 !important;
}




	.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: 0px;
        float: right;
}

	.basket-count {
    display: block;
    position: absolute;
    top: -15px;
    right: 41px;
    margin: 10px;
    color: #000041;
    font-size: 12px;
    width: 40px;
    height: 40px;
}


	.site-branding {
    float: left;
    padding: 15px 0px 10px 15px;
}

.block-slider-mob .control-pause {
 top: -42px;
 right: 3px;
}


.block-slider-mob	.control-play {
 top: -42px;
 right: 3px;

}

.block-slider-home .control-pause, .block-slider-home-mob .control-pause
{
	content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/02/pause_btn.svg);
}

.block-slider-home .control-play, .block-slider-home-mob .control-play
{
	content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/02/play_btn.svg)
}


	nav#mobile-nav {
    display: flex;
}
 


	nav#desktop-nav {
    display: none;
}


p.testimonial-main {
  
    max-width: 300px;
    text-align: left;
 
    display: block;
}

	.blockquote-single-by {
  padding-left: 20px;
}

	section.block-hero_footer {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    height: 700px;

}


	.title-footer-hero {
    background-color: #FFFAF4;
    width: auto;
    height: auto;
    margin-left: 150px;
    /* padding: 50px; */
    padding: 30px 30px 10px 20px;
}


section.block-testimonial {
    margin-bottom: 10vh;
    overflow: hidden;
}


.container-fluid.hero-ft-pad {
    padding-left: 10px;
    padding-top: 300px;
    position: relative;
}
	ul#second-menu {
    list-style: none;
    margin: 0px;
    padding: 70px 0px 30px 0px;
    /* display: none; */
}


.page-id-448 img.home-l-img-2 {
    height: 420px;
 
    /* margin: 0; */
}


	.page-id-445 img.home-l-img-2   {
    width: 100%;
    height: 420px;
}

	.page-id-445 img.home-l-img-2   {
    width: 100%;
    height: 420px;
   padding:0px;
}

.blockquote-single{
    padding: 20px 20px 0px 20px;
}

section.block-single_testimonial {
    margin: 0px;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
 


	section.block-tabs {
    margin: 0 auto;
}

section.block-tabs {
    padding-top: 10vh;
    padding-bottom: 10vh;
}


	section.block-slider {
    display: none;
}

	.section.block-slider{
		display: none;
	}

	img.home-far-r-img {
   
    display: none;
}


	h1.home-2-blocks.fadeInUp.delay-1s.title-intro-1 {
    max-width: 320px;
}



	.marriott-btn, .marriott-btn:active, .marriott-btn:visited{


		width:100%;
	}


	img.home-l-img-2 {
    height: 315px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-right: 15px;
    /* margin: 0; */
}


.home-far-l-img{

	display:none;
}	


img.home-img-right {
    /* max-width: -webkit-fill-available; */
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}


 

	.no-pad-mob{
		padding:0px;
	}

	.row.left-vw-3 {
    padding-left: 8.2vw;
}


	.home-p {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-left: 0px;
    padding-right: 30px;
}

	.title-intro-1 {
    color: #000041;
    font-family: "Marriott";
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    padding-right: 20px;
}


	.scroll-next {
 bottom: 120px;
 right: 20px;
}


	h1.main-hero-txt {
    position: absolute;
    bottom: 120px;
    font-size: 50px;
    color: #fff;
    max-width: 1120px;
    padding-left: 20px;
}


section.block-slider-home-mob {
    display: block;
    overflow: hidden;
}

section.block-slider-home {

	display:none;
}

section.block-slider-mobile  {
    display: none;
}

section.block-slider-mob {
    display: block;
    /* padding: 30px; */
    overflow: hidden;
    padding-top: 5vh;
}



.parallax-window.header-main {
    height: 330px;
    position: relative;
    max-height: 330px;
    width: 100%;
    z-index: 99;
}




}/*--------------------------------------------------------------
# .END MOBILE
--------------------------------------------------------------*/

/*

 @media screen and (min-width: 748px) and (max-width: 1024px) and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
*/

/*--------------------------------------------------------------
# .Start Tablet
--------------------------------------------------------------*/

 
@media only screen and (min-width: 748.98px)  and (max-width: 1024px) {  

img.timeline-image {
    height: 214px;
    width: 100%;
    padding: 10px;	
}
	.blockquote-single {
  
    padding-left: 0px;
 
}

	.title-intro-1-mirror {
    color: #000041;
    font-family: "Marriott";
    font-size: 30px;
    line-height: 38px;
    max-width: 570px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

	.site-info {
    padding-top: 30px;
    padding-left: 30px;
}

	ul#second-menu {
   padding-left: 0px;
   padding-top: 80px;
}

	img.home-img-right-mirror.block-img-lhs {
    width: 100% !important;
    height: auto !important;
}

	img.home-img-right-mirror.block-img-rhs {
    width: 100% !important;
    height: auto !important;
}

	.block-slider-home .slider-controls{
		position:relative;
	}

	.scroll-next{

		    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/Large-Down.svg);
    position: absolute;
 
    z-index: 99999 !important;
    cursor: pointer;
    height: 39px;
    width: 39px;
 
    right: 10px;
    top: 276px;
 
	}



	p.slider-main-copy{
		     right: 64px;
    font-size: 10px;
    bottom: 10px;

	}

	section.block-slider-home {
    padding: 61px 20px 20px 20px;
    overflow: hidden;
}

	section.block-slider {
 
    margin-bottom: 0vh;
 
    margin-top: 0vh;
}

	ul#second-menu li {
 
    margin-top: 0px;
 
    padding-left: 20px;
}


	.residences-by-marr {
 
    padding-top: 40px;
    padding-left: 30px;
}

	#mobile-collapse-brands
{
	overflow-y: scroll;
}

 

.navbar-collapse.show {
max-height : 100vh;
}

	.brand-mob-view.col-6 {
    padding-bottom: 20px;
}


 .brand-logo-over-menu {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    padding: 15px;
}

	.block-slider-home .slider-progress {
 position: absolute;
 top: 60px;
 z-index: 9;
 
 width: calc(100% - 40px);
}


	
ul#menu-mega_menu {
    color: #000041;
    font-family: Maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
}

nav#desktop-nav {
    display: none;
}

nav#mobile-nav {
    display: flex;
}

.basket-count {
    display: block;
    position: absolute;
    top: -10px;
    right: 50px;
    margin: 10px;
    color: #000041;
    font-size: 12px;
    width: 40px;
    height: 40px;
}

.navbar-collapse.show {
    right: 0 !important;
    background-color: #000041;
    height: auto;
    padding: 0px;
    top: 0px;
    left: 0px;
    max-width: calc(100% - 55px);
	z-index: 10;
}

.second-brand {
    border-bottom: 1px solid #ffff;
    z-index: 50;
    position: relative;
    height: 60px;
    padding: 15px 0px 10px 15px;
}

ul.navbar-nav {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.mobile-nav-2 li {
    padding: 30px;
    border-bottom: 1px solid #fff;
    max-width: calc(100% - 15px);
}

.mobile-nav-2 li a {
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-family: "Maax Reg";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: left;
}


.navbar-collapse {
    position: absolute !important;
    top: 0px !important;
    right: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: block;

}

#masthead {
    height: 60px;
	z-index: 99999999;
}

.site-branding {
    float: left;
    padding: 15px 0px 10px 15px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: 0px;
    float: right;
    margin-right: -5px;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    margin-top: 4px;
    margin-right: -15px;
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: gray;
    display: block;
    transition: all 0.2s;
    margin-top: 6px;
}

button#change-nav-brands {
    /* display: inline-block; */
    margin-left: .255em;
    /* vertical-align: -webkit-baseline-middle !important; */
    background-image: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/03/White.svg) !important;
    /* border: 0px !important; */
    float: right;
    /* margin-right: 50px; */
    background-repeat: no-repeat;
    height: 20px;
    width: auto;
}

#mobile-nav-brands {
    display: contents;
}

.second-brand-2 {
    /* border-bottom: 1px solid #ffff; */
    z-index: 50;
    position: relative;
    height: 60px;
}

.second-brand-2 {
    background-color: #000041;
    color: #fff;
}

.mobile-nav-3 {
    background-color: #fff;
}

h2.menu-head.d-inline {
    color: #fff;
    font-family: "Maax Reg";
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: -8% 10%;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}


	.block-slider-home .slick-slide img {
    max-height: 660px;
    height: auto;
}


    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
 
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }


	article.brand-card.col-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

img.custom-logo {
    width: 250px;
}
.menu-item {
    padding: 10px;
}

ul#menu-mega_menu {
    color: #000041;
    font-family: Maax Reg;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 10px;
    text-align: left;
    text-transform: uppercase;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 30px;
}

.menu-item {
    padding: 10px;
   
}

.basket-count {
 right: 50px;
 top: -15px;
}

.site-branding {
    float: left;
    padding: 12px 0px 0px 35px;
    /* width: 400px; */
}

h1.main-hero-txt {
    position: absolute;
    bottom: 0;
    font-size: 70px;
    color: #fff;
    max-width: 690px;
    /* left: 100px; */
    padding-left: 23px;
}


.title-intro-1 {
    color: #000041;
    font-family: "Marriott";
    font-size: 30px;
    line-height: 38px;
    max-width: 500px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
}


.left-vw-2 {
    padding-left: 5vw;
}

.left-vw-3 {
    padding-left: 10vw;
}


.home-p {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 600px;
    padding-left: 20px;
}


img.home-img-right {
    max-width: 350px;
    padding-top: 100px;
}

.marriott-btn, .marriott-btn:active, .marriott-btn:visited {
    color: #000041;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #000041;
    border-top: 1px solid #000041;
    padding: 10px 15px;
    color: #000041;
    background-size: 100% 200%;
    background-image: linear-gradient(to top, #81D8D0 50%, #FFFAF4 50%);
    transition: all .5s;
    line-height: 1.22;
     margin-top: 0px; 
    letter-spacing: 1px;
    font-size: 16px;
     padding-left: 0px; 
    padding-right: 0px;
    margin-bottom: 40px;
}


img.home-far-l-img {
    display: none;
}

img.home-l-img-2 {
max-width: 350px;
    height: auto;
    margin-left: 5vw;
    padding-left: 0px;
    padding-top: 70px;
}




.row.right-vw {
    padding-right: 0px;
    padding-left: 50px;
}
.left-m-vw-2.wp-block-button.marriott-btn {
    margin-left: 50px;
}




a.wp-block-button__link.no-border-radius {
    font-size: 12px;
}


.parallax-window.header-main {
    height: 300px;
    position: relative;
    max-height: 300px;
    width: 100%;
    z-index: 99;
}


section.block-tabs .nav-pills .nav-link {

 margin-right: 40px;

}


img.home-far-r-img {
    display: none;
}

img.home-r-img {
    max-width: 350px;
    float: right;
    padding-right: 2vw;
    padding-top: 50px;
}


section.block-3_columns_right {
    margin-top: 10vh;
    margin-bottom: 10vh;
}


section.block-slider {
padding: 40px;
    overflow: hidden;
}


.container-fluid.hero-ft-pad {
    padding-left: 30px;
    padding-top: 279px;
}



section.block-testimonial {
    margin-bottom: 10vh;
    overflow: hidden;
}


.brand-card .brand-overlay[aria-hidden="false"] {

    width: calc(100% - 50px);
}




.blockquote-single {
 
    max-width: 450px;
 
}

.quote-before:before {
    content: url(https://wordsearch.dev/marriott/wp-content/uploads/2020/02/Quote.svg);
    
    font-size: 4em;
    line-height: 0.1em;
    /* margin-right: 0.25em; */
    vertical-align: 30px;
    margin-right: 70px;
    display: inline;
    padding-left: 50px;
}


.blockquote-single-by {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: left;
    padding-left: 215px;


 }


ul#menu-mega_menu {
    color: #000041;
    font-family: Maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
}

}

/*--------------------------------------------------------------
# .End Tablet
--------------------------------------------------------------*/


.slick-testimonial .slick-list {
	padding-left: 8.5vw;
}

.slick-testimonial .slick-slide[data-slick-index="-1"] {
	opacity: 0;
}




@media screen and (min-width: 500px) and (max-width: 800px)
{
	.hero_parallax_image
	{
		height: 350px;
	}
}

@media screen and (min-width: 800px) and (max-width: 1024px)
{
	.hero_parallax_image
	{
		height: 450px;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1024px)
{
	.hero_parallax_image
	{
		/* height: 600px; */
	}
}

@media screen and (max-width: 1280px) and (min-width: 1024px)
{
ul#second-menu li {
  font-size: 9px;
}

ul#second-menu{

	padding-left:0px;
}


}






/*--------------------------------------------------------------
# .Start Large Screens
--------------------------------------------------------------*/

 
@media only screen and (min-width: 1450.98px)  and (max-width: 2240px) {  





	img.timeline-image {
    max-height: 350px;
}








}	





.no-padding
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}