/*
Theme Name: Sereno Hotels
Theme URI: http://underscores.me/
Author: Focus Online
Author URI: http://focusonline.co.za
Description: Custom template based on _underscores.me
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _serenohotels
Tags:


.le-sereno .banner-text a {  background: #604A3F; }
.le-sereno-villas .banner-text a {  background: #059CD4; }
.il-sereno .banner-text a {  background: #604A3F; }
.villa-pliniana .banner-text a {  background: #6E9A35; }


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sereno Hotels is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Raleway', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,*/
form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
	background-color: #604a3f !important;
	border: none !important;
	color:#fff;
	box-shadow: none !important;
	box-shadow: none !important;
	font-size: 12px;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: none !important;
}


.le-sereno button, .le-sereno input[type="button"], .le-sereno input[type="reset"], .le-sereno input[type="submit"] { background-color: #604A3F !important; color: #fff !important; }
.le-sereno-villas button, .le-sereno-villasinput[type="button"], .le-sereno-villasinput[type="reset"], .le-sereno-villasinput[type="submit"] { background-color: #059CD4 !important; color: #fff !important; }
.il-sereno button, .il-sereno input[type="button"], .il-sereno input[type="reset"], .il-sereno input[type="submit"] { background-color: #6E9A35 !important; color: #fff !important; }
.villa-pliniana button, .villa-plinianainput[type="button"], .villa-plinianainput[type="reset"], .villa-plinianainput[type="submit"] { background-color: #604A3F !important; color: #fff !important; }

.le-sereno button:hover, .le-serenoinput[type="button"]:hover, .le-serenoinput[type="reset"]:hover, .le-sereno input[type="submit"]:hover { opacity: 0.8; }
.le-sereno-villas button:hover, .le-sereno-villasinput[type="button"]:hover, .le-sereno-villasinput[type="reset"]:hover, .le-sereno-villasinput[type="submit"]:hover { opacity: 0.8; }
.il-sereno button:hover, .il-serenoinput[type="button"]:hover, .il-serenoinput[type="reset"]:hover, .il-serenoinput[type="submit"]:hover { opacity: 0.8; }
.villa-pliniana button:hover, .villa-plinianainput[type="button"]:hover, .villa-plinianainput[type="reset"]:hover, .villa-plinianainput[type="submit"]:hover { opacity: 0.8; }

.le-sereno .pb_textbox a {
    color: #059CD4 !important; font-weight: 600 !important;
    }
.il-sereno .pb_textbox a {
    color: #6E9A35 !important;
    font-weight: 600 !important;
}

@media only screen and (min-width:800px) {
button.pswp__button {
background-color: #fff !important;
}
button.pswp__button:hover {
background-color: #fff !important;
}
}

form button:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover {
	box-shadow: none !important;
	background-color: #946c57 !important;
}

form button:focus,
form input[type="button"]:focus,
form input[type="reset"]:focus,
form input[type="submit"]:focus,
form button:active,
form input[type="button"]:active,
form input[type="reset"]:active,
form input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

form select {
	border: 1px solid #ccc;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	color: #111;
}

form textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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 li {
	float: left;
	position: relative;
}

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

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	border-bottom: 5px solid #fff;
}


/* 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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery-item:hover {
	cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

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

/*
 *
 *
 *====================================================================================================
 *
 *custom css
 *
 *====================================================================================================
 *
 **/

   body, html {
            margin: 0;
            padding: 0;
        }
        p {
            /*font-family: 'Open Sans', sans-serif;*/
			font-family: 'Raleway', sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.7;
            color: #222;
            text-align: left;
            width: 100%;
            margin: 0 auto 20px;
        }
		p strong {
			font-weight: 700;
			}
			p em {
				font-style : italic;
			}
       @media only screen and (min-width:900px) {
         p {
			font-family: 'Raleway', sans-serif;
             font-size: 16px;
             font-weight: 400;
             line-height: 1.7;
             color: #222;
             text-align: justify;
             width: 100%;
             margin: 0 auto 20px;
         }
       }  
        #headerarea {
            height: 55vh;
            width: 100%;
            background: #524d4d !Important;
			overflow: hidden;
        }

        @media only screen and (min-width: 800px) {
            #headerarea {
                height:100vh;
                width: 100%;
                background: #524d4d !Important;
                overflow: hidden;
            }
        }



        #topbar {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
        }
        #topbar-inner {
        width: 90%;
        height: auto;
        max-width: 1400px;
        margin: 0 auto;
        border-bottom: 1px solid rgba(255,255,255,0);
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        }
        @media only screen and (min-width:900px) {
            #topbar-inner {
            width: 95%;
            height: auto;
            /*max-width: 1350px;*/
            margin: 0 auto;
            border-bottom: 1px solid rgba(255,255,255,0.6);
            }
			.le-sereno #topbar-inner { border-bottom: 1px solid rgba(255,255,255, 0.5); } /* 604A3F */
			.le-sereno-villas #topbar-inner { border-bottom: 1px solid #059CD4; }
			.il-sereno #topbar-inner { border-bottom: 1px solid #6E9A35; }
			.villa-pliniana #topbar-inner { border-bottom: 1px solid #fff; }
        }


			.badge {
				position: absolute;
				display: block;
				width: 80px;
				height: 80px;
				bottom: -70px;
				left: 0;
				z-index: 10;
			}

			@media (min-width: 800px) {
				.badge {
					width: 180px;
					height: 150px;
					bottom: -170px;
				}
			}

			.badge__image {
				display: block;
				width: 80px;
				margin: auto;
			}

			@media (min-width: 800px) {
				.badge__image {
					width: 150px;
				}
			}

			.badge__text {
				text-align: center;
				font-weight: bold;
				color: #fff;
				display: none;
			}

			@media (min-width: 800px) {
				.badge__text {
					display: block;
				}
			}
		/* rooms homepage (before becoming blocks-homepage )
		** end rooms homepage
		*/
		
        #rooms-homepage {
            width: 100%;
            max-width: 1500px;
            margin:18px auto;
            padding:10px 0;
            overflow: auto;
        }
        .room-homepage {
            float: left;
            width: 100%;
            margin: 0 0 10px 0;
            background: #888;
            position: relative;
            text-align: center;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
		
        @media only screen and (min-width:500px) {
            .room-homepage {
                float: left;
                width: 49.15%;
                margin: 0 0.666% 10px 0;
                background: #888;
                position: relative;
                text-align: center;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }
        }
		@media only screen and (min-width:900px) {
            .room-homepage {
                float: left;
                width: 24.5%;
                margin: 0 0.666% 0 0;
                background: #888;
                position: relative;
                text-align: center;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }
        }
        
        .room-homepage:hover div.overlay {
            opacity: 0.3;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        .room-homepage img {
            width: 100%;
            height: auto;
            display: block;
        }
        .room-homepage:last-child {
            margin:0 0 0 0;
        }
        .room-homepage-details {
            position: absolute;
            top: 65%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 100;
			width: 70%;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        .room-homepage-details p {
			font-family: 'Raleway', sans-serif;
            font-style: normal;
			font-weight: 600;
            color: #fff;
            font-size: 27px;
            line-height: 34px;
            text-align: center;
            margin: 0 auto 10px !important;
            width: auto;
			text-transform: uppercase;
        }
        .room-homepage-details a.room-homepage-cta {
			display: inline-block;
			font-family: 'Raleway', sans-serif;
            font-size: 15px;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 5px;
            color: #fff;
            font-weight: 600;
            background: rgba(96,74,63,0.7);
            padding: 5px 13px 5px;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
			margin-top: 50px;
			opacity: 0;
        }
        .room-homepage:hover a.room-homepage-cta {
			margin-top: 5px;
			opacity: 1;
			cursor: pointer;
        }
		.room-homepage:hover .room-homepage-details {
            top: 50%;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
		
		
		
		
		
		
        h1 {
            /*font-family: 'Libre Baskerville', sans-serif;*/
			font-family: 'Raleway', sans-serif;
            /*font-size: 52px;*/
			font-size: 45px;
			font-size: 45px;
            font-weight: 500;
            color: #604a3f;
            letter-spacing: -1px;
            line-height: 1.2;
            text-align: center;
            padding: 0;
            margin: 0;
            width: auto;
        }
		h1 em {
            font-weight: 300;
		}
		.villa-pliniana h1 {
			text-transform: none;
			font-family: 'Cinzel', serif;
		}
		
		
		.le-sereno h1 {  color: #604A3F; }
		.le-sereno-villas h1 {  color: #059CD4; }
		.il-sereno h1 {  color: #6E9A35; }
		.villa-pliniana h1 {  color: #604A3F; }
        /*
        .wrapper {
            padding: 10px;
            background: url(images/heading-bg.png) repeat-x 50% 50%;
            width: 30%;
        }
        */
        h2 {
			font-family: 'Raleway', sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: #333;
            letter-spacing: 4px;
            line-height: 1.3;
            text-align: center;
            text-transform: uppercase;
            padding: 0 20px;
            margin: 0 auto 90px;
            width: auto;
            background: white;
            display: block;
            text-align: center;
            margin: 40px auto;
        }
		
		.villa-pliniana h2 {
			text-transform: none;
            font-weight: 300;
			font-family: 'Cinzel', serif;
		}
		@media only screen and (min-width:800px) {
            
        h2:before {
            width: 30px;
            display: inline-block; 
            padding: 0 10px;
            margin-right: 20px;
            text-indent: -9999px;
            content:"&nbsp;";
            background: url(images/heading-bg.png) repeat-x 50% 50%;
			opacity: 0.3;
        }
        h2:after {
            width: 30px;
            display: inline-block; 
            padding: 0 10px;
            margin-left: 20px;
            text-indent: -9999px;
            content:"&nbsp;";
            background: url(images/heading-bg.png) repeat-x 50% 50%;
			opacity: 0.3;
        }
        }
        
        
        
        p.introtext {
            /*font-family: 'Libre Baskerville', sans-serif;*/
			font-family: 'Raleway', sans-serif;
            font-size: 28px;
            font-weight: 300;
            color: #666;
            font-style: normal;
            letter-spacing: 0;
            line-height: 1.3;
            text-align: center;
            padding: 0;
            margin: 0 auto 40px;
            width: 80%;
        }
        /*
        .divider {
            border-bottom: 1px solid #333;
            height: 1px;
            width: 100px;
            margin: 30px auto !important;
            clear: both;
        }
        */
        section {
            width: 90%;
            max-width: 980px;
            margin: 0 auto;
            padding: 0;
            clear: both;
			overflow:hidden;
        }
        section.fullwidth {
            width: 100%;
            max-width:980px;
            /*max-width:1130px;*/
        }
         section#footer.fullwidth {
            width: 100%;
            max-width:100% !important;
        }
    .scrollarrow {
            width: 40px;
            height: 40px;
            position: absolute;
                bottom: 153px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 9999999;
    }
	@media only screen and (min-width:1000px) {
        
        .scrollarrow {
                width: 40px;
                height: 40px;
                position: absolute;
                    bottom: 121px;
                left: 50%;
                transform: translateX(-50%);
                z-index: 9999999;
        }
    }
    .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:3;
    /*background: rgba(0,0,0,0.4);*/
	background: #000;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
    }
    .bg0 { background: none;}
    .bg10 { background: rgba(0,0,0,0.1);}
    .bg20 { background: rgba(0,0,0,0.2);}
    .bg30 { background: rgba(0,0,0,0.3);}
    .bg40 { background: rgba(0,0,0,0.4);}
    .bg50 { background: rgba(0,0,0,0.5);}
    .bg60 { background: rgba(0,0,0,0.6);}
    .bg70 { background: rgba(0,0,0,0.7);}
    .bg80 { background: rgba(0,0,0,0.8);}
    .bg90 { background: rgba(0,0,0,0.9);}
    
    
    
    
    .row-content {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 19px;
}

.banner-text {
    width: 80%;
    max-width: 90%;
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
}
@media only screen and (min-width:800px) {
    .banner-text {
        max-width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
        text-align: center;
    }
}
.banner-text p {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    color: white;
    text-align: center;
    /*text-transform: uppercase;*/
    margin:-10px 0 0 0 !important;
    padding:0 !important;
    width: 100%;
	cursor: default;
}
.banner-text p.title {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;  /*  was 500 */
    color: white;
    text-align: center;
    /*text-transform: uppercase;*/
    margin:-10px auto 0 !important;
    padding:0 !important;
    width: 87%;
	font-size: 32px; /* was 65px */
	line-height: 1; 
	margin-bottom:5px;
	letter-spacing: -2px;
	color: #fff;
	text-transform: none;
	cursor: default;
}
@media only screen and (min-width:800px) {
    .banner-text p.title {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;  /*  was 500 */
    color: white;
    text-align: center;
    /*text-transform: uppercase;*/
    margin:-10px 0 0 0 !important;
    padding:0 !important;
    width: 100%;
	font-size: 56px; /* was 65px */
	line-height: 1; 
	margin-bottom:5px;
	letter-spacing: -2px;
	color: #fff;
	text-transform: none;
	cursor: default;
}
}
.villa-pliniana .banner-text p {
	font-family: 'Cinzel', serif;
    font-weight: 300;
    text-transform: none;
}
.villa-pliniana .banner-text p.title {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    color: white;
    text-align: center;
    /*text-transform: uppercase;*/
    margin:-10px 0 0 0 !important;
    padding:0 !important;
    width: 100%;
	font-size: 74px; line-height: 80px;
	margin-bottom:5px;
	letter-spacing: -2px;
	color: #fff;
	text-transform: none;
	cursor: default;
/* additional for Villa PLiniana 
	font-famliy: 'Georgia', serif;*/
	/*font-family: 'Times New Roman', serif;*/
	font-family: 'Cinzel', serif;
    font-weight: 300;
    text-transform: none;
    /*font-size: 60px;
    letter-spacing: 4px;*/
    font-size:54px;
    letter-spacing: 2px;
}

.banner-text p.title span {
    text-transform: uppercase;
    font-size: 59px;
    margin-left: 2px;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 72px;
    vertical-align: bottom;
	cursor: default;
}
.villa-pliniana .banner-text p.title span {
    text-transform: none;
	font-family: 'Cinzel', serif;
    font-size: 59px;
    margin-left: 2px;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 72px;
    vertical-align: bottom;
	cursor: default;
}
/*
.banner-text p:before {
    width: 10%;
    display: inline-block; 
    padding: 0 10px;
    margin-right: 20px;
    text-indent: -9999px;
    content:"&nbsp;";
    background: url(images/bg-line-white.png) repeat-x 50% 50%;
}
.banner-text p:after {
    width: 10%;
    display: inline-block; 
    padding: 0 10px;
    margin-left: 20px;
    text-indent: -9999px;
    content:"&nbsp;";
    background: url(images/bg-line-white.png) repeat-x 50% 50%;
}
*/
.banner-text a {
        font-weight: 500;
    color: #fff;
    background: rgba(96,74,63,0.8);
    padding: 9px 13px 8px 14px;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin: 20px auto 0;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 2px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase;
}
.le-sereno .banner-text a {  background: #604A3F; }
.le-sereno-villas .banner-text a {  background: #059CD4; }
.il-sereno .banner-text a {  background: #6E9A35; }
.villa-pliniana .banner-text a {  background: #604A3F; }

.banner-text a:hover {
    color: rgba(96,74,63,0.8);
    background: #fff;
}
ul#nav {
    display:none;
}
#footer ul#nav {
    display:block;
}
@media only screen and (min-width:1400px) { /* 960   1192  1350   */
    ul#nav {
        display: block;
        float: right;
        margin: 0;
        margin-top: -35px;
    }
}
ul#nav li {
    float: left;
    /*margin: 0 6px;*/
    margin: 0 11px;
    list-style: none;
}
.le-sereno-villas ul#nav li {
    float: left;
    /*margin: 0 6px;*/
    margin: 0 14px;
    list-style: none;
}
ul#nav li a {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    color: #fff;
    margin: 0;
    /*padding: 8px 0 6px;*/
	padding: 8px 0 14px;
    text-decoration: none;
    text-transform: uppercase;
	/*-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;*/
}
ul#nav li a:hover {
    border-bottom: 3px solid #fff;
}

.le-sereno ul#nav li a:hover { border-bottom: 3px solid #fff;  } /* 604A3F */
.le-sereno-villas ul#nav li a:hover { border-bottom: 3px solid #059CD4; }
.il-sereno ul#nav li a:hover { border-bottom: 3px solid #6E9A35; }
.villa-pliniana ul#nav li a:hover { border-bottom: 3px solid #fff; }
/* current menu itmes */
.le-sereno ul#nav li.current-menu-item a { border-bottom: 3px solid #fff;}
.le-sereno-villas ul#nav li.current-menu-item a { border-bottom: 3px solid #059CD4; }
.il-sereno ul#nav li.current-menu-item a { border-bottom: 3px solid #6E9A35; }
.villa-pliniana ul#nav li.current-menu-item a { border-bottom: 3px solid #fff;}


/* remove underline on submenu current items */

.le-sereno ul#nav ul.sub-menu li.current-menu-item a { border-bottom: none;}
.le-sereno-villas ul#nav ul.sub-menu li.current-menu-item a { border-bottom: none; }
.il-sereno ul#nav ul.sub-menu li.current-menu-item a { border-bottom: none; }
.villa-pliniana .menu-item { position: relative;}
.villa-pliniana ul#nav ul.sub-menu li.current-menu-item a { border-bottom: none;}
.villa-pliniana #menu-item-193 .sub-menu {top: 1.9em;}

.villa-pliniana .menu-item,
.le-sereno-villas .menu-item {
	position: relative;
}
.villa-pliniana #menu-item-193 .sub-menu,
.le-sereno-villas #menu-item-193 .sub-menu {
	top: 1.9em;
}



ul#nav li:last-child {
    margin-right: 0;
    margin-left: 10px;
}
ul#nav li:last-child  a:hover{
    border-bottom: none;
}



/* submenu */



ul#nav ul.sub-menu {
	/*-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0 3px 3px rgba(0, 0, 0, 0.2);*/
	display: none;
	float: left;
	position: absolute;
		top: 1.4em;
		right: 0;
	z-index: 99999;
	margin:0;
	padding:0;
	width: 158px;
}
ul#nav ul.sub-menu li a {
	color: #333;
	text-indent:0;
    background: #fff;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	border-bottom: none !important;
}
ul#nav ul.sub-menu li a:hover {
	color: #fff !important;
	text-indent:0;
	background: #604A3F;
	border-bottom: none !important;
}



ul#nav li.has-sub-menu {
	position: relative;
}
ul#nav li.has-sub-menu ul.sub-menu {
	top: 2em;
}
ul#nav li.has-sub-menu a:hover { border-bottom: none !important;}

/*
.le-sereno ul#nav ul.sub-menu li a:hover { color: #604A3F; }
.le-sereno-villas ul#nav ul.sub-menu li a:hover { color: #059CD4; }
.il-sereno ul#nav ul.sub-menu li a:hover { color: #6E9A35; }
.villa-pliniana ul#nav ul.sub-menu li a:hover { color: #604A3F; }
*/
ul#nav li.sereno-hotels-home ul.sub-menu li:nth-child(1) a:hover {  color: #fff; background: #604A3F !important; }
ul#nav li.sereno-hotels-home ul.sub-menu li:nth-child(2) a:hover {  color: #fff; background: #604A3F !important; }
ul#nav li.sereno-hotels-home ul.sub-menu li:nth-child(3) a:hover {  color: #fff; background: #059CD4 !important; }
ul#nav li.sereno-hotels-home ul.sub-menu li:nth-child(4) a:hover {  color: #fff; background: #6E9A35 !important; }
ul#nav li.sereno-hotels-home ul.sub-menu li:nth-child(5) a:hover {  color: #fff; background: #604A3F !important; }


li.sereno-hotels-home {
	margin-top: 6px !important;
	position:relative;
}

li.sereno-hotels-home a {
	width: 65px;margin: 4px 0 0 0; height: 20px;text-indent: -9999px; background: url(images/logo-sereno-hotels.png) no-repeat; display: inline-block;
}

.le-sereno .block-homepage-details a.block-homepage-cta {    background: #604A3F; }
.le-sereno-villas .block-homepage-details a.block-homepage-cta {    background: #059CD4; }
.il-sereno .block-homepage-details a.block-homepage-cta {    background: #6E9A35; }
.villa-pliniana .block-homepage-details a.block-homepage-cta {    background:  #604A3F; }

ul#nav ul.sub-menu ul {
	left: 100%;
	top: 0;
}
ul#nav ul.sub-menu ul li {
	padding:0;
}
ul#nav ul.sub-menu ul a {
	width: 170px;
	text-align: left;
	background: #604A3F !important;
	color: #fff;
	/*font: 13px/20px 'Ubuntu', sans-serif;*/
	font: 13px/20px 'Raleway', sans-serif;
	text-transform: none;
	font-weight: 400;
	/*border: 2px solid white;*/
	padding: 5px 8px !Important;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
/*
ul#nav ul.sub-menu  a:hover {
	background: #d5ce97 !important;
}
*/
	ul#nav ul.sub-menu li:first-child a {
	padding-top:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul#nav ul.sub-menu  li:last-child a{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom:10px;
}


ul#nav ul.sub-menu li {
	background: #fff;
	width: 100%;
    margin: 0;
}
ul#nav ul.sub-menu li.current-property {
	background: #fff;
	width: 100%;
    margin: 0;
}
ul#nav ul.sub-menu li.current-property a {
	color: #aaa !important;
	padding: 10px 0 9px 12px;
}
ul#nav ul.sub-menu li.current-property a:hover {
	color: #aaa !important;
	background: #fff !important;
	padding: 10px 0 9px 12px;
}
ul#nav ul.sub-menu li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul#nav ul.sub-menu li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul#nav ul.sub-menu li a {
	color: #011236 !Important;
	display:inline-block;
	width: 100%;
	height: auto;
	padding: 10px 0 9px 12px;
	/*border: 2px solid white;*/
}
/*
ul#nav ul.sub-menu li a:hover {
	color: #222 !Important;
	background: #fff;
	
}/*
/*.navigation-main li:hover > a {
    background: #033A77;
    color: #fff;
}*/
ul#nav ul.sub-menu  :hover > a {
}
ul#nav ul.sub-menu  a:hover {
}
ul#nav li > ul {
	position:relative;
}
ul#nav li:hover > ul {
	display: block;
	padding-top: 15px !important;
	background: url('images/menu-arrow.png') 109px 0 no-repeat;
}







/*  footer nav */

#footer ul#nav {
    float: none;
    margin-top: 0;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
#footer ul#nav li {
    float: none;
    text-align: center;
    margin: 0 auto;
    list-style: none;
}
#footer ul#nav li a {
    font-family: inherit;
    font-size: 13px;
    /*color: #888;*/
    color: rgba(255,255,255,1);
    margin: 10px auto;
    padding: 2px 0;
    text-decoration: none;
    text-transform: uppercase;
	    font-weight: 400;
}
#footer ul#nav li a:hover {
    color: rgba(255,255,255,1);
	text-decoration: underline;
	border: none !important;
}
#footer ul#nav li:last-child {
    display:none;
}
#footer.main-navigation .current_page_item > a,
#footer.main-navigation .current-menu-item > a,
#footer.main-navigation .current_page_ancestor > a,
#footer.main-navigation .current-menu-ancestor > a {
	border-bottom: none;
}
#footer ul#nav li ul {
	display: none;
}




.vignette-header {
    background: url(images/vignette-header.png) repeat-x top left;
    height: 40%;
    width: 100%;
    position: absolute;
    top: -141px;
    left: 0;
    z-index: 1;
}
#logo {
    margin: 15px 0 10px 0;
	max-width: 210px;
	max-height: 66px;
	min-height: 66px;
}
#footer #logo {
	margin: 10px auto 20px;
	max-width: 210px;
	max-height: 90px;
	min-height: 66px;
}
@media only screen and (min-width:600px) {    
    #footer #logo {
		/*margin: 10px 0 20px 0;
		 max-width: 210px;
		 max-height: 90px;
		 min-height: 66px;*/
		margin: 3px 0 10px 0;
    max-width: 169px;
    max-height: 90px;
    min-height: 50px;
	 }

}


.villa-pliniana #logo img {
	width: 85%;
}
.villa-pliniana #logo {
	max-width: 210px;
	min-height: 66px;
	max-height: 75px;
}
.le-sereno-villas #logo {
	margin: 15px 0 10px 0;
    max-width: 259px;
    max-height: 71px;
    min-height: 66px;
}
.le-sereno-villas #logo img {
	margin-top: 6px;
}
 #socialmedia {
        display: none;
 }
#footer #socialmedia {
        display: block;
 }
@media only screen and (min-width:960px) {
    #socialmedia {
       display: block;
		margin: 0 0 20px 0;
		padding: 0;
		position: absolute;
		top: 1px;
		right: -3px;
		z-index: 1001;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
    }
}
 #footer #socialmedia {
    margin: 15px auto 20px;
	position: relative;
    text-align: center;
}
#cd-lateral-nav #socialmedia {
    margin: 0 0 30px -13px;
	position: relative;
    text-align: left;
	display: block;
}
#cd-lateral-nav #socialmedia a {
	margin: 0 2px;
}

#socialmedia a {
    width: 30px;
    height: 30px;
    display: inline;
    margin: 0 3px;
    display: inline-block;
    text-indent: -9999px;
    background: url(images/social-media.png) no-repeat;
    opacity: 0.78;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#footer #socialmedia a {
    opacity: 0.6;
}
#socialmedia a:last-child{
    margin-right: 0;
}
#socialmedia a.facebook { background-position: 0 0; }
#socialmedia a.twitter { background-position: -30px 0; }
#socialmedia a.instagram { background-position: -60px 0; }
#socialmedia a.pinterest { background-position: -90px 0; }
#socialmedia a:hover {
    opacity: 0.99;
 }
 #footer #socialmedia a:hover {
    opacity: 0.99;
}
 a.booknowslider {
    font-size: 15px;
    font-family: inherit;
    padding: 7px 13px;
    position: absolute;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    z-index:102;
    bottom: 0;
    left: 50%;
    color: rgba(255,255,255,0.6);
    transform: translateX(-50%);
    background: rgba(0,0,0,0.3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none !important;
 }
.booknowPanel {
	
}
 
 
 section#footer {
	padding: 24px 0 0;    margin-bottom: 0;
 }
 section#footer { background: #604a3f; }
 /*
.le-sereno section#footer { background: #604a3f; }
.le-sereno-villas section#footer { background: #059cd4; }
.il-sereno section#footer { background: #6E9A35; }
.villa-pliniana section#footer { background: #604a3f; }
 */
 
 #footer-inner {
 /*overflow: auto;*/
 }
 .footer-block {
     width: 100%;
     float: none;
     background: none;
	 margin-bottom: 60px;
	 text-align:center;
}

 #footer p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    margin:0 auto;
 }
@media only screen and (min-width:600px) {
     .footer-block {
		width: 25%;
		float: left;
		text-align: left;
		background: url(images/footer-divider.png) no-repeat top right;
		min-height: 200px;
		margin-bottom: 0;
     }
     .footer-block:nth-child(4) {
     background: none;
     }
	  #footer p {
		margin-top: 10px;
		text-align: left;
		font-size: 14px;
		color: rgba(255,255,255,0.52);
		line-height: 1.5;
		margin:0;
	 }
}
.our-hotels a {
	display: inline-block;
	font-family: inherit;
    font-size: 13px;
    /* color: #888; */
    color: rgba(255,255,255,1);
    margin: 2px auto;
    padding: 2px 0;
    text-decoration: none;
    text-transform: uppercase;
}
.our-hotels a:hover {
    color: rgba(255,255,255,1);
	text-decoration: underline;
}
.our-hotels a img {
	opacity: 0.5;
}
.our-hotels a:hover img {
	opacity: 1;
}
.other-hotels a {
	display: inline-block;
		text-decoration: none !important;
}
@media only screen and (min-width:500px) {

	.other-hotels a {
		display: inline-block;
		text-decoration: none !important;
	}
}
#cd-lateral-nav .hotels {
	margin-left: 20px;
}
#cd-lateral-nav .other-hotels a {
	line-height: 1em !important;
}



 /* promo items  */
 
  .promo-item-homepage {
    width: 100%; height: 300px; background: #ccc; float: left;
 }
@media only screen and (min-width:580px) {
	/* if not 2,3, 4 or 6 */
     .promo-item-homepage {
        width: 49%; margin-right:2%; height: 300px; background: #ccc; float: left;margin-bottom: 2%;
     }
	  .promo-item-homepage:nth-child(2n+2) {
        margin-right:0;
     }
	 
	 /* if 1 or 2 or 4 promos */
     .promos-1 .promo-item-homepage, .promos-2 .promo-item-homepage {
        width: 49%; margin-right:2%; height: 300px; background: #ccc; float: left;margin-bottom: 2%;
     }
	.promos-1 .promo-item-homepage:nth-child(2n+2), .promos-2 .promo-item-homepage:nth-child(2n+2) {
        margin-right:0;
     }
	 
	 
	 /* if 3  promos */
	 .promos-3 .promo-item-homepage, .promos-6 .promo-item-homepage {
        width: 32%; margin-right:2%; height: 300px; background: #ccc; float: left;margin-bottom: 2%;
     }
	.promos-3 .promo-item-homepage:nth-child(2n+2),  .promos-6 .promo-item-homepage:nth-child(2n+2) {
        margin-right:2%;
     }
	.promos-3 .promo-item-homepage:nth-child(3n+3),  .promos-6 .promo-item-homepage:nth-child(3n+3) {
        margin-right:0;
     }
}

 
 
.inner-outline {
     position: absolute;
    width: 94%;
    height: 91.5%;
    top: 3.5%;
    left: 2.5%;
     /*border: 2px solid rgba(255,255,255,0.7);*/
     -moz-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
}
.promo-item-homepage:hover .inner-outline {
    width: 90%;
    height: 86.5%;
    top: 6.5%;
    left: 4.5%;
}
/* PROMOS   */
		
		.promo-details {
			position: absolute;
			top: 59%;
			left: 50%;
			transform: translate(-50%, -50%);	
			width: 90%;
			z-index: 999;
     -moz-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
	 text-align: center;
		}
		.promo-details p.promo-category {
			font-weight: 600;
			color: #fff;
			font-size: 15px;
    letter-spacing: 1px;
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 3px;
		}
		.promo-details p.promo-category:before {
			width: 10px;
			display: inline-block;
			padding: 0 10px;
			margin-right: 20px;
			text-indent: -9999px;
			content: "&nbsp;";
			background: url(images/heading-bg-white.png) repeat-x 50% 50%;
		}
		.promo-details p.promo-category:after {
			width: 10px;
			display: inline-block;
			padding: 0 10px;
			margin-left: 20px;
			text-indent: -9999px;
			content: "&nbsp;";
			background: url(images/heading-bg-white.png) repeat-x 50% 50%;
		}
		
		.promo-details p.promo-title {
			font-size: 32px;
			font-weight: 500;
			color: #fff;
			text-align: center;
			line-height: 1;
			width: 90%;
			margin-bottom: 10px;
		}
		
		.promo-details a {
			padding: 5px 8px;
			border-radius: 5px;
            background: rgba(96,74,63,0.7);
			/*background: rgba(255,255,255,0.6);*/
			color: #fff;
			text-transform: uppercase;
			font-weight: 600;
			letter-spacing: 1px;
			font-size: 14px;
			text-align: center;
			display: inline-block;
			width: auto;
			opacity: 0;
			margin-top: 40px;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		text-decoration: none !important;
		}
.promo-item-homepage:hover .promo-details {
	top: 50%;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
			text-align: center;
}
.promo-item-homepage:hover .promo-details a {
	margin-top: 10px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0.9;
}
.promo-item-homepage .promo-details a:hover {
	background: #fff;
	color: #604a3f
}

/*  location */

.location-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 35px;
	text-align: center;
	line-height: 1.2;
	z-index:20;
	width: 70%;
}
.location-text a {
	clear: both;
	font-size: 18px;
	background: #fff;
	border-radius: 2px;
	color: #333;
	display:inline-block;
	margin-top: 15px;
	font-weight: 500;
	padding: 5px 7px;
}








.divider {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    height: 4px;
    background: url(images/divider.png) no-repeat top center;
}

/**/


p.dropcap:first-letter {
    /*font-family: "Libre Baskerville", serif;*/
	font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #604a3f;
    font-size: 56px;
    float: left;
    font-weight: 500;
    margin: 12px 8px 0 0;
    line-height: 0.7;
}

/* nav */
#cd-menu-trigger {
        position: absolute;
       right: -7px;
        top: 12px;
        height: 40px;
        width: 40px;
        background-color: transparent;
    }
#cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 10px;
}
@media only screen and (min-width: 768px) {
    #cd-menu-trigger {
        width: 40px;
        height: 40px;
        padding-left: 0;
        background-color: transparent !important;
    }
}
@media only screen and (min-width:1400px) {  /* ex 960 */
    #cd-menu-trigger {
        display:none;
    }
}
#cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none !important;
}
.cd-main-content {
    min-height: 100%;
    position: relative;
    background-color: #fff;
}
html {
    overflow-y: scroll !important;
}


/* to top */
#toTop {
z-index: 100;
}



/* homepage experience  */

 #experiences-homepage {
	width: 100%;
	max-width: 1500px;
	margin:18px auto;
	padding:10px 0;	
	overflow: auto;
}
.experience-homepage {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	background: #888;
	position: relative;
	text-align: center;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	height: 330px;		
}
@media only screen and (min-width:600px) {
    .experience-homepage {
        float: left;
        width: 32.9%;
        margin: 0 0.65% 0 0;
        background: #888;
        position: relative;
        text-align: center;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        height: 330px;		
    }
}
.experience-homepage:last-child {
	margin: 0;
}
.experience-homepage-title {
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.experience-homepage-details {
            position: absolute;
            top: 56%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 101;
			width: 70%;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        .experience-homepage-details p {
            /*font-family: 'Libre Baskerville', serif;*/
			font-family: 'Raleway', sans-serif;
            font-style: normal;
			font-weight: 600;
            color: #fff;
            font-size: 36px;
            line-height: 1;
            text-align: center;
            margin: 0 auto 10px !important;
            width: auto;
			text-transform: none;
        }
        .experience-homepage-details a {
			font-family: 'Raleway', sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 5px;
            color: #fff;
            font-weight: 500;
			letter-spacing: 1px;
            background: rgba(96,74,63,0.7);
            padding: 5px 13px 5px;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
			margin-top: 50px;
			opacity: 0;
			display: inline-block;
			width: auto;
        }
        .experience-homepage:hover a {
            /*
			color: #222;
            background: rgba(255,255,255,1);
			*/
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
			margin-top: 10px;
			opacity: 0.8;
        }
		.experience-homepage a:hover {
			color: #222;
            background: rgba(255,255,255,1);
			
        }
		/*
	.room-homepage-details a.room-homepage-cta {
			display: inline-block;
			font-family: 'Raleway', sans-serif;
            font-size: 15px;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 5px;
            color: #fff;
            font-weight: 600;
            background: rgba(96,74,63,0.7);
            padding: 5px 13px 5px;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
			margin-top: 50px;
			opacity: 0;
        }
        .room-homepage:hover a.room-homepage-cta {
			margin-top: 5px;
			opacity: 1;
			cursor: pointer;
        }*/
		.experience-homepage:hover .experience-homepage-details {
            top: 43%;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
	
	/*  blog */
	
	/*  fixed width side bar  */
	
	
.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  /*min-height: 600px;*/
}

.content-wrapper {
  float: left;  width: 100%;
}

.content {
  clear: both;
  overflow: auto;
  min-height: 600px;
}

.sidebar {
  position: relative;
  width: 220px;
  margin-left: -260px;
  float: right;
  /*overflow: hidden;*/
  color: #333;
  min-height: 600px;
}

.sidebar h3 {
	font-size: 18px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 40px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
  .content {
    margin-right: 0;
  }
}

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

ul.bloglist li {
	list-style: none; width: 49%; margin: 0 2% 2% 0; float: left; height: 265px; display: block; position: relative; overflow: hidden;
}
ul.bloglist li:nth-child(2n+2) {
	margin: 0 0 1% 0;
}
ul.bloglist li div.post-thumb {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 8;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.bloglist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	background: rgba(0,0,0,0.4);
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.bloglist li a:hover {
	background: rgba(0,0,0,0.6);
}
ul.bloglist li:hover div.post-thumb {
	transform: scale(1.1);
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
ul.bloglist li a div.post-details {
	position: absolute; left: 50%; top: 70%; transform: translate(-50%, -50%); text-align: center; width: 90%; -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.bloglist li:hover a div.post-details {
	top: 50%;
}
ul.bloglist li a div.post-details p.post-cta {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	width: auto;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	margin:70px 0 0 0;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 3px 6px;
	opacity: 0;
	text-transform: uppercase;
	-moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
ul.bloglist li:hover a div.post-details p.post-cta {
	margin:23px 0 0 0;
	padding: 3px 6px;
	opacity: 0.75;
}
	
ul.bloglist li a p.post-category {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 0 10px 0;																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
	padding:0;
	z-index: 999;
	width: 100%;
	line-height: 1.4;
}
ul.bloglist li a p.post-title {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	margin:0;
	padding:0;
	z-index: 999;
	width: 100%;
}
ul.bloglist li a p.post-date {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	margin:13px 0 0 0;
	padding:0;
	width: 100%;
	text-transform: uppercase;
}

.sidebar-categories {
	margin:0;
	padding:0 0 0 20px;
}
.sidebar-categories li a {
	color: #333;
	font-size: 15px;
}
.sidebar-categories li a:hover {
	color: #999;
}

/* latest posts */

.sidebar-latest-posts {
	list-style: none;
	margin:0;
	padding:0;
}
.sidebar-latest-posts li {
	clear: both;
	position: relative;
	margin-bottom: 15px;
	overflow: auto;
	padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ddd;
}
.sidebar-latest-posts li a {
	display: block;position: relative; top: 0; left: 0;width: 100%; height: 100%; min-height:65px; overflow:auto;
}
.sidebar-latest-posts li a img {
	float: left;
	margin: 0 9px 5px 0;
}
.sidebar-latest-posts li a p {
	color: #333;
	line-height: 1.2;
	font-size: 15px;
	text-align: left;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	margin: 0;
	width: 100%;
    margin: 0 auto 0;
}
.sidebar-latest-posts li a p.latest-date {
	color: #999;
	line-height: 1;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
    margin: 1px 0 8px 0;
}
.sidebar-latest-posts li a:hover p {
	color: #555;
	text-decoration: none !important;
}
.sidebar-latest-posts li a:hover img {
	opacity: 0.8
}


/*   owl   */


.owl-carousel,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item,
.owl-item-slide {
width: 100%;
height: 55vh;
}

@media only screen and (min-width: 800px) {
    .owl-carousel,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item,
.owl-item-slide {
width: 100%;
height: 100vh;
}
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    z-index: 10 !Important;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.position-relative {
	position: relative;
}

	

 /*    press   */
        
        
        .press {
            /*
			 *width: 90%;
            max-width: 980px;
            */
			width: 100%;
			max-width: 1024px;
            margin:0 auto;
            padding:0;
			overflow: hidden;
        }
        .press li{
            float: left;
            width: 100%;
            margin-right: 0;
            height: 380px;
            background: rgba(255, 163, 56, 0.4);
            list-style: none;
            margin-bottom: 2%;
            overflow: visible;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        @media only screen and (min-width:670px) {
        .press li{
            float: left;
            width: 49.5%;
            margin-right: 1%;
            height: 380px;
            background: rgba(255, 163, 56, 0.4);
            list-style: none;
            margin-bottom: 1%;
            overflow: visible;
        }
        .press li:nth-child(2n+2) {
            margin-right: 0;
        }
        }
        
        @media only screen and (min-width:900px) {
            .press li{
                float: left;
                width: 32.666%;
                margin-right: 1%;
                height: 380px;
                background: rgba(255, 163, 56, 0.4);
                list-style: none;
                margin-bottom: 1%;
            }
            
            .press li:nth-child(2n+2) {
                margin-right: 1%;
            }
            .press li:nth-child(3n+3) {
                margin-right: 0;
            }
        }
        .quote {
            position: relative;
            z-index:10; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; margin:0 auto;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        .quote p {
            font-size:26px; font-family: 'Raleway', sans-serif; font-weight: 600; font-style: italic; line-height: 1;text-align: center;color: #fff; margin:0 auto;
        }
        .quote:before {
            top: -72px;
            left: -8px;
			font-family: serif;
            content: "\201C";
            position: absolute;
            color: rgba(255,255,255,0.5);
            width: 60px;
            height: 60px;
            font-size: 120px;
            line-height: 1.3;
        }
        .quote:after {
			bottom: -30px;
            right: -30px;
			font-family: serif;
            content: "\201D";
            position: absolute;
            color: rgba(255,255,255,0.5);
            width: 60px;
            height: 60px;
            font-size: 120px;
            line-height: 1.3;

        }
        .colorbar {
            z-index: 4; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px;-moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            z-index: 12; 
        }
        
        li:hover .quote {
            margin-top: -10px;
            opacity: 0.3;
            cursor: default;
        }
		li:hover .magname-show {
            opacity: 0.3;
		}
        li:hover .colorbar {
            height: 66px;
        }
        .color-overlay { 
            z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1;
        }
        .magcover {
            position: absolute;
			/*
            bottom: 10px;
            left: 20px;
			*/
            bottom: -12px;
            left: 0;
            opacity: 0;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            z-index: 13;
        }
        li:hover .magcover {
            bottom: -12px;
            left: 20px;
            opacity: 1;
        }
        .magdetails {
            position: absolute;
            left: 220px;
            bottom: 10px;
            z-index: 14;
            opacity: 0;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        li:hover .magdetails {
            left: 150px;
            opacity:1;
        }
        p.magname, p.magdate, .magdetails a {
            margin:0 !important;
            font-family: sans-serif;
            font-size: 13px;
            color: #fff  !important;
			line-height: 1.3;
        }
		 p.magname-show {			
            position: relative;
            z-index:10; position: absolute; bottom:20%; left: 50%; transform: translate(-50%, -50%); width: 90%; margin:0 auto;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
			letter-spacing: 2px;
            margin:0 !important;
            font-family: sans-serif;
			text-transform: uppercase;
            font-size: 13px;
            color: #fff !important;
			line-height: 1.3;
			text-align: center !important;
        }
        p.magname {
            font-weight: bold;
        }
        p.magdate {
            font-style: italic;
        }
        .magdetails a {
            display: block;
            text-decoration: none;
        }
		
		
		
		.pb_textbox.dropcap p:first-child:first-letter { color: #604A3F; }
		.le-sereno .pb_textbox.dropcap p:first-child:first-letter { color: #604A3F; }
		.le-sereno-villas .pb_textbox.dropcap p:first-child:first-letter { color: #059CD4; }
		.il-sereno .pb_textbox.dropcap p:first-child:first-letter { color: #6E9A35; }
		.villa-pliniana .pb_textbox.dropcap p:first-child:first-letter { color: #604A3F; line-height: 0.73; font-family: 'Cinzel', sans-serif}
		
		.breadcrumbs {
			margin:10px auto;
			padding:0;
		}
		
		#cd-lateral-nav { background-color: #604A3F !important; }
		/*
		 *.le-sereno #cd-lateral-nav { background-color: #604A3F !important; }
		.le-sereno-villas #cd-lateral-nav { background-color: #059CD4 !important; }
		.il-sereno #cd-lateral-nav { background-color: #6E9A35 !important; }
		.villa-pliniana #cd-lateral-nav { background-color: #604A3F !important; }
		*/
		
		
		/*   image plus text blocks  */
		
		.inbetween {
			width: 100%;
			max-width: 1200px;
		}
		.boxed {
			width: 100%;
			max-width: 1020px;
		}
		
		.image-plus-text-blocks {
			margin:20px auto;
			padding:0;
		}
		/* two-up */
		.image-plus-text-blocks.two-up li {
			width:100%;
			float: none;
			margin-right:0;
			list-style: none;
			margin-bottom: 40px;
		}
		/* three up */
		.image-plus-text-blocks.three-up  {
			width: 90%;
		}
		.image-plus-text-blocks.three-up li {
			width: 100%;
			float: none;
			margin-right: 0;
			list-style: none;
			margin-bottom: 40px;
		}
		/* four up */
		.image-plus-text-blocks.four-up li {
			width: 100%;
			float: none;
			margin-right: 0;
			list-style: none;
			margin-bottom: 40px;
		}
		@media only screen and (min-width:600px) {
			
			/* two-up */
			.image-plus-text-blocks.two-up li {
                width:49.5%;
                float: left;
                margin-right: 1%;
                list-style: none;
            }
            .image-plus-text-blocks.two-up li:nth-child(2n + 2) {
                margin-right: 0;
            }
			
			/* three-up */
            .image-plus-text-blocks.three-up li {
                width: 49.5%;
                float: left;
                margin-right: 1%;
                list-style: none;
				margin-bottom: 25px;
            }
            .image-plus-text-blocks.three-up li:nth-child(2n + 2) {
                margin-right: 0;
            }
			
			/* four up */
            .image-plus-text-blocks.four-up li {
                width: 49.5%;
                float: left;
                margin-right: 1%;
                list-style: none;
				margin-bottom: 25px;
            }
            .image-plus-text-blocks.four-up li:nth-child(2n + 2) {
                margin-right: 0;
            }
        }
		@media only screen and (min-width:900px) {
			
			/* three-up */
			.image-plus-text-blocks.three-up li {
                width:32.666%;
                float: left;
                margin-right: 1%;
                list-style: none;
            }
            .image-plus-text-blocks.three-up li:nth-child(2n + 2) {
                margin-right: 1%;
            }
            .image-plus-text-blocks.three-up li:nth-child(3n + 3) {
                margin-right: 0;
            }
			/* four up */
            .image-plus-text-blocks.four-up li {
                width: 24.25%;
                float: left;
                margin-right: 1%;
                list-style: none;
            }
            .image-plus-text-blocks.four-up li:nth-child(2n + 2) {
                margin-right: 1%;
            }
            .image-plus-text-blocks.four-up li:nth-child(4n + 4) {
                margin-right: 0;
            }
        }
		
		.image-plus-text-block p {
			margin:15px; line-height: 1.4; width: auto;text-align:left; font-size: 16px;
		}
		@media only screen and (min-width:900px) {
            .image-plus-text-block p {
				margin:15px; line-height: 1.5; width: auto;text-align:justify; font-size: 16px;
			}
        }
		.image-plus-text-block p.image-plus-text-block-title {
			text-align:center; font-weight: 600; margin: 0 auto 14px;text-transform: uppercase;font-size: 18px; letter-spacing: 3px;
		}
		.image-plus-text-block-image {
			/*height: 350px;*/
			position: relative; 
		}
		.image-plus-text-block-details {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 9;
		}
		.image-plus-text-blocks li.linked:hover div.overlay {
            opacity: 0.3;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
		.image-plus-text-blocks li div.image-plus-text-block-details a.iptb-cta {
			display: inline-block;
			font-family: 'Raleway', sans-serif;
			font-size: 15px;
			text-transform: uppercase;
			text-decoration: none;
			border-radius: 5px;
			color: #fff;
			font-weight: 600;
			background: rgba(96,74,63,0.7);
			padding: 5px 13px 5px;
			-moz-transition: all .3s ease;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
			margin-top: 50px;
			opacity: 0;
        }
		.image-plus-text-blocks li:hover div.image-plus-text-block-details a.iptb-cta {
			margin-top: 5px;
			opacity: 1;
			cursor: pointer;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
		.image-plus-text-blocks li:hover div.image-plus-text-block-details a.iptb-cta:hover {
			color: rgba(96,74,63,1) !important;
			background: #fff !important;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
		}

		p a, li a { color: #604A3F; font-weight: 600; text-decoration: none;}
		/*
		.le-sereno p a { color: #604A3F; font-weight: 600;}
		.le-sereno-villas p a { color: #059CD4; font-weight: 600;}
		.il-sereno p a { color: #604A3F; font-weight: 600;}
		.villa-pliniana p a { color: #6E9A35; font-weight: 600;}
		*/
		p a:hover, li a:hover {
			text-decoration: underline;
		}
.single-post .content section {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

.single-post .content h2 {
	margin-top: 20px;
	margin-bottom: 15px;
}
.single-post .content .pb_image_full_width img {
    margin: 0 auto !Important;
}









/* banner quote for press page */
#headerarea .quote p {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    /* font-style: italic; */
    line-height: 1;
    text-align: center;
    color: #fff;
    margin: 0 auto;
	text-transform: none;
}
@media only screen and (min-width:800px) {
    #headerarea .quote p {
        font-size: 58px;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        /* font-style: italic; */
        line-height: 1;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        text-transform: none;
    }
}
#headerarea .quote:before, #headerarea .quote:after, #headerarea div.quote:before, #headerarea div.quote:after {
	content: "" !important;
}

#headerarea .quote p:before {
    top: -133px;
    font-family: serif;
    content: "\201C";
    position: absolute;
    color: rgba(255,255,255,0.6);
    width: 40px;
    height: 40px;
    font-size: 110px;
    line-height: 1.3;
    left: 17%;
    font-weight: 600;
	display: none;
}

#headerarea .quote p:after {
    bottom: 8px;
    right: 24%;
    font-family: serif;
    content: "\201D";
    position: absolute;
    color: rgba(255,255,255,0.6);
    width: 40px;
    height: 40px;
    font-size: 10px;
    line-height: 1.3;
        font-weight: 600;
	display: none;
}
@media only screen and (min-width:800px) {
	#headerarea .quote p:before {
    top: -133px;
    font-family: serif;
    content: "\201C";
    position: absolute;
    color: rgba(255,255,255,0.6);
    width: 60px;
    height: 60px;
    font-size: 180px;
    line-height: 1.3;
    left: 17%;
	display: inline-block;
}

#headerarea .quote p:after {
    bottom: 8px;
    right: 24%;
    font-family: serif;
    content: "\201D";
    position: absolute;
    color: rgba(255,255,255,0.6);
    width: 60px;
    height: 60px;
    font-size: 180px;
    line-height: 1.3;
	display: inline-block;
}
}

#headerarea .quote p.subline:before, #headerarea .quote p.subline:after {
	content: " ";
}
#OpenTable h2:before, #OpenTable h2:after {
	display: none !important;
}

.photo-credits {
	font-size: 13px;
	color: #666;
	font-weight: 500;
	text-transform: uppercase;
	display: inline;
	margin: 20px 0 20px 5%;
}
.photo-credit-list {
	display: inline;
	margin:0;
	padding:0;
}
.photo-credit-list li {
	display: inline;
    padding: 0 4px 0 8px;
    white-space: nowrap;
    border-right: 1px solid #888;
    list-style: none;
}
.photo-credit-list li:last-child{
	border-right:none;
}
.photo-credit-list li a {
	    font-size: 13px;
    color: #666;
    font-weight: 400 !important;
    text-transform: none;
}




a.PB-button {
		display: inline-block;
		width: auto;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 2px;
		color: #333 !important;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		margin: 20px 14%;
		-moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
		text-decoration: none;
	}
	a.PB-button:hover {
		background: #333;
		color: #fff !important;
		text-decoration: none;
	}
	
	
.le-sereno a.PB-button {  border-color: #604A3F !important; color: #604A3F !important; }
.le-sereno-villas a.PB-button {  border-color: #059CD4 !important; color: #059CD4 !important; }
.il-sereno a.PB-button {  border-color: #6E9A35 !important; color: #6E9A35 !important; }
.villa-pliniana a.PB-button {  border-color: #604A3F !important; color: #604A3F !important; }
/* hover */
.le-sereno a.PB-button:hover { background: #604A3F !important; }
.le-sereno-villas a.PB-button:hover {  background: #059CD4 !important; }
.il-sereno a.PB-button:hover {  background: #6E9A35 !important; }
.villa-pliniana a.PB-button:hover {  background: #604A3F !important; }



.hotel-logos {
	width: 90%;
	margin:0 5%;
}
.hotel-logos a {
	width: 45%;
	margin: 0 2.5%;
	float: left;
	display: block;
	text-align: center;
}
.hotel-logos a img {
	width: 100%;
	max-width: 135px;
}


/* photoswipe lightbox change to light mode */
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff !important;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #666 !important;
    opacity: 0.75;
    padding: 0 10px;
}

/* mobile lightbox */
.pswp__top-bar, .pswp__caption {
    background-color: rgba(255, 255, 255, 1) !Important;
}
/*
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(https://www.serenohotels.com/wp-content/plugins/photo-swipe/lib/default-skin/default-skin-black.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}
.pswp__button .pswp__button--close {
    background: url(https://www.serenohotels.com/wp-content/plugins/photo-swipe/lib/default-skin/default-skin-black.png) 0 -44px no-repeat !Important;
}

*/

/* page builder overrides  */

/* image-plus-text blocks */


.le-sereno .image-plus-text-blocks li:hover div.image-plus-text-block-details a.iptb-cta { background: #604A3F; }
.le-sereno-villas .image-plus-text-blocks li:hover div.image-plus-text-block-details a.iptb-cta { background: #059CD4; }
.il-sereno .image-plus-text-blocks li:hover div.image-plus-text-block-details a.iptb-cta { background: #6E9A35; }
.villa-pliniana .image-plus-text-blocks li:hover div.image-plus-text-block-details a.iptb-cta { background: #604A3F; }









/* custom gravity forms styling */

.gform_wrapper {
    width: 100%;
    overflow: visible !important;
    margin: 16px 0;
    max-width: 100%;
}
.gform_wrapper .gform_heading {
    display: none !important;
}
.gform_wrapper ul li.gfield {
     clear: none !important;
	 float: left;
}
.gform_wrapper label.gfield_label {
    font-weight: 500 !important;
    font-size: 13px!important;
    text-transform: uppercase !important;
}

.le-sereno .gform_wrapper .gform_footer input[type=submit] { background: #604A3F !important; color: #fff !important; }
.le-sereno-villas .gform_wrapper .gform_footer input[type=submit] { background: #059CD4 !important; color: #fff !important; }
.il-sereno .gform_wrapper .gform_footer input[type=submit] { background: #6E9A35 !important; color: #fff !important; }
.villa-pliniana .gform_wrapper .gform_footer input[type=submit] { background: #604A3F !important; color: #fff !important; }



.gform_wrapper .top_label div.ginput_container {
    margin-top: 3px !important;
}
#field_2_3 {
	float:none !important;
	width: 100%;
}
/*
 *.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
 **/
.gform_wrapper .gform_footer input[type=submit] {
		display: inline-block;
		width: auto;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 2px;
		color: #333;
		font-size: 15px;
		background: #fff;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		margin: 20px 14%;
		-moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
		text-decoration: none;
		box-shadow:none !important;
	}
	.gform_wrapper .gform_footer input[type=submit]:hover {
		background: #333;
		color: #fff !important;
		text-decoration: none;
		font-weight: 600;
		box-shadow:none !important;
	}
#field_2_1, #field_2_2 {
	width: 50%;
}

.gform_fields li.gfield {
	width: 100%;
}
.gform_fields li.gfield_contains_required {
	width: 100%;
}
input#choice_4_4_1 {
	margin-top:4px;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    vertical-align: top !important;
}
/*
 *#input_2_1, #input_2_2 {
	width:100%;
}
*/
li.gfield div.ginput_container input[type="text"] {
	width: 100%;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background: #e7e4e2;
    border: none !important;
    border-radius: 0 !important;
}
.gform_wrapper textarea.medium {
	background: #e7e4e2;
    border: none !important;
    border-radius: 0 !important;
}


.gform_wrapper {
margin-top: 0;
}

body .gform_wrapper ul li.gfield {
margin-top: 0;
}

#gform_wrapper_1 .gform_footer input[type=submit] { background: #222222 !important; color: #fff !important; width: 100%; text-align: center;padding: 10px 0; margin:0;}


#gform_wrapper_1 {
    margin: 0 auto 15px !Important;
    max-width: 80% !Important;
}
#gform_wrapper_1 label#label_1_4_1 {
    color: #bbbb !Important;
    font-size: 13px !Important;
    line-height: 1.2 !Important;
}

#gform_wrapper_1 .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: none !Important;
}
#gform_wrapper_1 input {
    text-align: center !Important;
}
#gform_wrapper_1 ul li.gfield {
    margin-top: 7px;
    padding-top: 0;
    padding-right: 0;
}
#gform_wrapper_1 ul li.gfield:first-child {
    margin-top: 0;
}

#gform_wrapper_1 ul.gfield_checkbox, ul.gfield_checkbox li {
    margin: 0;
}
#gform_wrapper_1 .gform_footer {
    padding: 0;
    margin: 0;
}
#gform_wrapper_1 p a, li a {
    color: #c7c2bf;
    font-weight: 600;
    text-decoration: none;
}

/*
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    text-align: center;
}
*/






/*
 *
 *
 *book now panel
 *
 *
 **/


.panel-wrapper {
	bottom: -92px;
	position: absolute;
	text-align: center;
}
@media only screen and (min-width:615px) {
    .panel-wrapper {
        bottom: -64px;
        position: absolute;
        text-align: center;
    }
}
.tab-controller .close {
	display: block;
	opacity: 0;
	text-align: center;
	width: 170px;
}
.tab-controller .show {
	display: block;
	text-align: center;
	width: 170px;
}


.panel-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.panel-wrapper {
	position: absolute;
	left: 0;
	/*bottom: 0;*/
	overflow: visible;
	width: 100%;
	z-index: 10;
}
.panel-controller {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.tab-controller {
	/*float: right;*/
	/*margin-right: 50px;*/
	padding: 5px 10px 5px;
	background-color: rgba(0,0,0,1);
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	/*width: 142px;*/
	width: 190px;
	text-transform: uppercase;
    /*margin-left: 45.5%;
    margin-right: 43%;*/
    text-align: center;
    /*height: 40px;*/
    height: 52px;
    cursor: pointer;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.tab-controller, .panel-content, .tab-controller2 {  background-color: #059CD4 !Important; }
.le-sereno .tab-controller, .le-sereno .panel-content, .le-sereno .tab-controller2 {  background-color: #059CD4 !Important; }
.le-sereno-villas .tab-controller, .le-sereno .panel-content, .le-sereno-villas .tab-controller2 {  background-color: #059CD4 !Important; }
.il-sereno .tab-controller, .il-sereno .panel-content, .il-sereno .tab-controller2 {  background-color: #6E9A35 !Important; }
.villa-pliniana .tab-controller, .villa-pliniana .panel-content, .villa-pliniana  .tab-controller2 {  background-color: #604A3F !Important;}

.le-sereno .bookingform select, .le-sereno-villas .bookingform select {
    background-color: #059CD4 !Important;
}
.il-sereno .bookingform select {
    background-color: #6E9A35 !Important;
}

.tab-controller2 {
    display: none !important;
}

@media only screen and (min-width:800px) {
    .tab-controller2 {
        display: block !important;
    }
}

.bookingform input[type="button"] {
	background-color: #222222 !important;
    color: #fff !important;
}
.le-sereno button, .le-sereno input[type="button"], .le-sereno input[type="reset"], .le-sereno input[type="submit"] {
    background-color: #222222 !important;
    color: #fff !important;
}

.tab-controller * {
    display: block;
    font-size: 18px;
    font-family: inherit;
    padding: 7px 13px;
    position: absolute;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255,255,255,1);
    cursor: pointer;
}
.tab-controller .show {
	/*display: none;*/
}

    .panel-content {
        overflow: hidden;
        width: 100%;
        background-color: rgba(0,0,0,1);
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
        height: 92px;
        width: 50%;
    }
@media only screen and (min-width:615px) {
	.panel-content {
	overflow: hidden;
	width: 100%;
	background-color: rgba(0,0,0,1);
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	height: 64px;
	width: 50%;
}
}
.panel-content .content {
	overflow: hidden;
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

/*  end book now panel css
 *
 *
 *  */



.bookingform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,1);
  font-size: 15px;
}
.bookingform ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,1);
  font-size: 15px;
}
.bookingform :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,1);
  font-size: 15px;
}
.bookingform :-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,1);
  font-size: 15px;
}

.bookingform select#number_adults {
        background: transparent;
        text-transform: uppercase !important;
        border: 1px solid rgba(255,255,255,0.7);
        font-size: 13px;
        color: rgba(255,255,255,0.7);
        padding: 0 10px !important;
        margin: 5px 0 !important;
		    max-width: 131px;
    }
@media only screen and (min-width:800px) {
    .bookingform select#number_adults {
        background: transparent;
        text-transform: uppercase !important;
        border: 1px solid rgba(255,255,255,0.7);
        font-size: 13px;
        color: rgba(255,255,255,0.7);
        padding: 0 10px !important;
        margin: 20px 0 !important;
		    max-width: 131px;
    }
}
.bookingform select option {
    color: #efefef;
	text-transform: uppercase !important;
}
.bookingform select option selected {
    color: rgba(255,255,255,0.7);
	text-transform: uppercase !important;
}
.bookingform select option selected:after {
    content: ' X';
}
.bookingform input[type="submit"] {
	background: #604A3F;
	/* OR rgba(96,74,63, 0.7) */
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.6);
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    padding: 0 10px;
    margin: 5px 0;
	box-shadow: none !important;
}
@media only screen and (min-width:800px) {
    .bookingform input[type="submit"] {
        background: #604A3F;
        /* OR rgba(96,74,63, 0.7) */
        text-transform: uppercase;
        border: 1px solid rgba(255,255,255,0.6);
        font-size: 13px;
        color: rgba(255,255,255,0.7);
        padding: 0 10px;
        margin: 20px 0;
        box-shadow: none !important;
    }
}



.widget a {
	display: inline;
	white-space: nowrap;
    color: #333;
    font-size: 15px;
    background: #e6dfd1;
    padding: 3px 8px;
    margin: 10px 2px;
    line-height: 2;
	text-decoration:none;
}
.widget a:hover {
	display: inline;
	white-space: nowrap;
    color: #222;
    font-size: 15px;
    background: #d9ceb9;
    padding: 3px 8px;
    margin: 10px 2px;
    line-height: 2;
	text-decoration:none;
}



/* other rooms */

ul#otherrooms {
	margin: 20px auto;
	padding:0;
	text-align: center;
	clear:both;
	width: 90%;
    max-width: 1280px;
}
ul#otherrooms li {
	width: 100%;
	margin:10px 1.5% 0 0;
	padding:0;
	display: inline-block;
	/*float: left;*/
	text-align: center;
	vertical-align: top;
}
@media only screen and (min-width:1000px) {
    ul#otherrooms li {
	width: 18.8%;
	width: 14.66666666666667%;
	width: 13%;
	margin:10px 1.5% 0 0;
	padding:0;
	display: inline-block;
	/*float: left;*/
	text-align: center;
	vertical-align: top;
}
}
ul#otherrooms li img {
	width: 100%;
	display: block;
	height: 170px;
}
@media only screen and (min-width:1000px) {
    ul#otherrooms li img {
        width: 100%;
        height: auto;
        display: block;
    }
}
ul#otherrooms li:last-child {
	margin-right:0;
}
ul#otherrooms li a {
	display: block;
	text-decoration: none !important;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul#otherrooms li a:hover {
	opacity: 0.7;
}
a p.other-rooms-title {
    text-align: center;
    font-weight: 600;
    margin: 15px auto 14px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
	width: 90%;
	line-height: 1.1;
	color: #222;
	text-decoration: none !important;
	/* new */
	text-align: center;
    font-weight: 600;
    margin: 13px auto 14px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    width: 90%;
    line-height: 1.3;
    color: #222;
    text-decoration: none !important;
}
a:hover p.other-rooms-title {
	color: #777;
	text-decoration: none !important;
}

.villa-pliniana div#otherrooms {
	display: none !important;
}



/*  new  rooms   */

        .rooms {
            margin:0;
            padding:0;
            width: 100%;
            max-width: 980px;
            margin: 0 auto;
        }/*
        .rooms li:nth-child(1) {
            list-style: none;
            margin: 0 2% 2% 0;
            float: left;
            height: 320px;
            background: grey;
            width: 100%;
            margin-right: 0;
        }*/
        .rooms li {
            list-style: none;
            width: 100%;
            margin: 0 0 2% 0;
            float: none;
            height: 200px;
            position: relative;
            overflow: hidden;
        }
        .rooms li:hover {
			cursor: pointer !important;
        }
        @media only screen and (min-width:800px) {
            
            .rooms li {
                list-style: none;
                width: 49%;
                margin: 0 2% 2% 0;
                float: left;
                height: 320px;
                position: relative;
                overflow: hidden;
            }
				
		   .rooms li.oneitem {
			   list-style: none;
			   margin: 0 2% 2% 0;
			   float: left;
			   height: 400px;
			   width: 100%;
			   margin-right: 0;
		   }
		   .rooms li.leftside {
				margin: 0 2% 2% 0 !important;
		   }
		   .rooms li.rightside {
				margin: 0 0 2% 0 !important;
		   }
        }/*
        .rooms.oddNumber li:nth-child(2n+3) {
            margin-right: 0;
        }
        .rooms.evenNumber li:nth-child(2n+2) {
            margin-right: 0;
        }*/
        .rooms li div.vignette {
            width: 100%;
            height: 260px;
			background:url('images/vignette-rooms.png') repeat-x left bottom;
            position: absolute;
            left: 0;
            bottom: -80px;
            z-index: 5;
            -moz-transition: all .6s ease;
            -webkit-transition: all .6s ease;
            transition: all .6s ease;
			opacity: 0.6;
        }
        .rooms li:hover div.vignette {
            bottom: -10px;
			opacity:1;
        }
		
        .rooms li:nth-child(1) div.vignette {
            width: 100%;
            height: 260px;
			background:url('images/vignette-rooms.png') repeat-x left bottom;
            position: absolute;
            left: 0;
            bottom: -120px;
            z-index: 5;
            -moz-transition: all .6s ease;
            -webkit-transition: all .6s ease;
            transition: all .6s ease;
			opacity: 0.6;
        }
        .rooms li:nth-child(1):hover div.vignette {
            bottom: -90px;
			opacity:1;
        }
        p.roomName {
            position: absolute;
            bottom: -100px;
            left: 15px;
            font-size: 25px;
            font-family: inherit;
            color: #fff;
            z-index: 100;
            margin:0;
            padding: 0;
            width: 70%;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            opacity:0;
			text-align: left !Important;
			line-height:1.1;
        }
        
        p.roomNameOnly {
            position: absolute;
            bottom: 15px;
            left: 15px;
            font-size: 25px;
            font-family: inherit;
            color: #fff;
            z-index: 100;
            margin:0;
            padding: 0;
            width: 70%;
            -moz-transition: all 1.6s ease;
            -webkit-transition: all 1.6s ease;
            transition: all 1.6s ease;
			text-align: left !Important;
			line-height:1.1;
        }/*
         .rooms li:nth-child(1) p.roomName {
           bottom: -40px;
        }*/
        .rooms li:hover p.roomName {
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #fff;
            z-index: 100;
            margin:0;
            padding: 0;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            opacity: 0;
            z-index: 100;
            opacity:0.99;
        }
        .rooms li:hover p.roomNameOnly {
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #fff;
            z-index: 100;
            margin:0;
            padding: 0;
            opacity: 0;
            -moz-transition: all .2s ease;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }
        p.roomName span {
            display: block;
            font-size: 15px;
            color: #fff;
            font-family: sans-serif;
            font-style: italic;
            margin:20px 0 0 0;
            padding: 0;
			text-align: left !Important;
        }
        p.roomName em {
            display: block;
            font-size: 14px;
            color: rgba(255,255,255,0.9);
            font-family: sans-serif;
            font-style: normal;
            margin:10px 0 0 0;
            padding: 0;
        }
        a.view_room {
            display: block;
            position: absolute;
            right: 15px;
            bottom: -100px;
            padding: 4px 10px;
            font-family: sans-serif;
            text-transform: uppercase;
            border: 1px solid white;
            font-weight: 500;
            font-size: 15px;
            color: #fff;
            -moz-transition: all .7s ease;
            -webkit-transition: all .7s ease;
            transition: all .7s ease;
            z-index: 20;
            opacity:0.5;
        }
        .rooms li:hover a.view_room {
            bottom: 15px;
            text-decoration: none !important;
            opacity:1;
        }




/* BEGIN video background plugin  */

video#videobg { 
	position: absolute;
	/*top: 50%;*/
	/*left: 50%;*/
	/*min-width: 100%;*/
	/*min-height: 100%;*/
	/*width: auto;*/
	/*height: auto;*/
	z-index: 2;
	/*transform: translateX(-50%) translateY(-50%);*/
	/*background: url('images/poster.jpg') no-repeat;*/
	background: #000;
	/*background-size: cover;*/
	transition: 1s opacity;
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
}
.videoloader {
	opacity: 0.3;
	width:64px;
	height:64px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate( -50%, -50% );
	/*background: url(images/video-loader.gif) no-repeat center center;*/
}
/*
.loader {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999
}
.loader:after,
.loader:before {
    box-sizing: border-box
}
.loader.is-active {
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}
@keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}
.loader-default:after {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 1s linear infinite
} */

/*  END video background plugin   */



.acf-map {
		width: 100%;
		margin:0 auto;
		height: 410px;
		max-width: 1100px;
		/*border: #ccc solid 1px;
		margin: 0 0 20px;*/
	}
	
	/* fixes potential theme css conflict */
	.acf-map img {
	   max-width: inherit !important;
	}
	

    
    .conde-nast-award {
        position: absolute;
        top:84px;
        left:8%;
        width: 80px;
        height:80px;
        /*background: url(images/le-sereno-conde-nast-traveller-award.png) no-repeat 0 0;
        background-size: contain;*/
    }

    @media only screen and (min-width: 800px) {
.conde-nast-award {
	position: absolute;
	top:72px;
	left:8%;
	width: 100px;
	height:100px;
}
    }

	.conde-nast-award img {
		width: 100%;
		height: auto;
	}

	.conde-nast-award-with-text {
		display: none;
	}
@media only screen and (min-width:600px) {
	.conde-nast-award {
		position: absolute;
		top:87px;
		left:8%;
		width: 130px;
		height:130px;
		/*background: url(images/le-sereno-conde-nast-traveller-award.png) no-repeat 0 0;*/
	}
}
@media only screen and (min-width:1080px) {
	.conde-nast-award {
		display: none;
	}
    .conde-nast-award-with-text {
		display: block;
		position: absolute;
		text-align: center;
		/*top:72px;
		left:8%;*/
		top:84px;
		left:20%;
		/*width: 285px;
		height:171px;*/
		width: 173px;
		height:173px;
		/*background: url(images/le-sereno-conde-nast-traveller-award-with-text.png) no-repeat 0 0;*/
	}
	.conde-nast-award-with-text img {
		width: 100%;
		height: auto;
	}
}

.conde-nast-award-with-text a,
.conde-nast-award-with-text a:hover {
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}


#datepicker-start:hover {
	cursor: pointer;
}
#datepicker-end:hover {
	cursor: pointer;
}
#number_adults:hover {
	cursor: pointer;
}



#fav-reviews {
	border-top: 1px solid #888; width: 100%;  padding: 0; margin: 20px auto 60px; position: relative;text-align: center;
	/* border-bottom: 1px solid #888; */
}
#fav-reviews div {
	display: inline-block; margin: 10px 20px; text-align: center;
}
#fav-reviews div a {
	opacity: 0.35;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#fav-reviews div a:hover {
	opacity: 0.7;
}

.favreview {
	background: #b8cfd1;height: 160px;overflow:hidden;overflow: auto; display: block; width:100%; margin: 10px 0; position: relative;
}
.favreview .quote:before {
    top: -41px;
    left: -78px;
    font-family: serif;
    content: "\201C";
    position: absolute;
    color: rgba(255,255,255,0.5);
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1.3;
}
.favreview .quote:after {
    bottom: -1px;
    right: -72px;
    font-family: serif;
    content: "\201D";
    position: absolute;
    color: rgba(255,255,255,0.5);
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1.3;
}
.favreview.noquote .quote:before, .favreview.noquote .quote:after, .quote.noquote:before, .quote.noquote:after {
	display:none;
}

.favlogo {
	float: left; width: 32.666%;height: 160px; position: relative;  background: rgba(255,255,255,1);border-top: 1px solid #ddd;border-bottom: 1px solid #ddd; /* border-top: 1px solid #ccc; */
}
.favlogo img {
	display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.5; -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.favtext {
	float: left; width: 67.333%; position: relative; height: 160px;  position: relative; overflow: hidden;
}
.favtext .quote {
	text-align: center; max-width: 70%;width: auto;
}

.favreview:hover .favlogo img {
	opacity: 1;
	left: 53%;
}


#datepicker-start, #datepicker-end {
font-size: 14px !important; padding-left: 35px; margin: 10px 0; height: 30px;border-radius: 0 !important;box-shadow: none;
    background: transparent; text-transform: uppercase !important; border: 1px solid rgba(255,255,255,0.4); color: rgba(255,255,255,0.7);
max-width: 140px;
}

button.Zebra_DatePicker_Icon {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    text-indent: -9000px;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    vertical-align: top;
	top: 17px !important;
    left: 10px !important;
    margin: 0 !important;
}



/* open table css  */

.otw-widget-form-wrap label {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    /* height: 44px; */
    text-align: left !important;
}

.otw-input-wrap {
    margin: 0 0 15px;
    width: 24% !important;
    margin-right: 1% !important;
    float: left !important;
}
.otw-widget-form-wrap input[type="text"], .otw-widget-form-wrap select {
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px !important;
}

.otw-widget-form-wrap input.otw-submit-btn {
    height: 44px !important;
    margin-top: 22px !important;
    width: 24% !important;
	background-color: #604a3f !important;
	text-transform: uppercase;
}

.otw-widget-form-wrap input.otw-submit-btn:hover {
    height: 44px !important;
    margin-top: 22px !important;
    width: 24% !important;
background-color: #946c57 !important;
color:#fff;
box-shadow: none !important;
}

.powered-by-open-table {
    background: url(http://serenohotels.com.www34.flk1.host-h.net/wp-content/plugins/open-table-widget/assets/images/open-table-logo-transparent-150.png) no-repeat center bottom rgba(0, 0, 0, 0) !Important;
    height: 56px !Important;
    margin: 15px 0 0;
    text-align: center !important;
    width: 100% !Important;
}


.powered-by-open-table span {
    font-size: 9px;
    text-transform: uppercase;
    text-align: center !Important;
    display: inline-block !Important;
    width: 100% !Important;
}


#languageswitcher {
	display: block;
    margin: 0 0 20px 0;
    padding: 0;
    position: absolute;
    top: -16px;
    right: -3px;
    z-index: 1001;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    padding: 0;
	border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
#languageswitcher ul {
	list-style: none;
    margin: 0;
    padding: 2px 3px 0;
}

#languageswitcher ul li {
	float: left;
    margin: 5px;
	opacity: 0.3;
}
#languageswitcher ul li.active {
	opacity: 1;
	cursor: default;
}
#languageswitcher ul li:hover {
	opacity: 1;
}
#languageswitcher ul a {
	display: block;
}
#languageswitcher ul a img {
	display: block;
}


    .villap-services {
        width: 90%; margin: 0 auto;
    }
    .villap-services li {
        width: 100%; float: left; list-style: none;padding: 0; margin: 10px 0;
    }
    /*    */
    @media only screen and (min-width:800px) {
        .villap-services li {
            width: 46%; float: left; list-style: none;padding: 0; margin: 10px 1%;
        }
    }
    .villap-services li p {
        margin: 0;
        padding:0;
		text-align: left !important;
    }
    .villap-services li p.heading {
        text-transform: uppercase;
		font-weight: 500;
    }
    .villap-services li div {
        margin-left: 60px;
    }
    .villap-services li div.icon {
        width: 60px; float: left;
        margin-left: 0;
    }
	
	
	
	.post-navigation {
		display: block;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		padding: 20px 0 20px;
		margin: 40px 0;
		overflow: auto;
	}
	
	
	.post-navigation .nav-previous {
    float: left;
    width: 48%;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 48%;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
	text-decoration: none !important;
    font-weight: 600;
    color: #222;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	text-decoration: none !important;
    font-weight: 600;
    color: #999;
}

.single .post-navigation .nav-next:before {
    content: 'Next Post:';
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    text-align: right;
    margin-bottom: 3px;
    color: #aaa;
    letter-spacing: 2px;
}


.single .post-navigation .nav-previous:before {
    content: 'Previous Post:';
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    margin-bottom: 3px;
    color: #aaa;
    letter-spacing: 2px;
}


/* cookie bar */
#cookie-notice {
	background: #50443E !important;
}
	#cn-notice-text a {
	color: #fff !important;
	text-decoration: underline;
	}
.cookie-notice-container {
    padding: 7px 21px;
    text-align: center;
}
#cookie-notice .cn-button {
	margin: 10px 3px 10px 10px;
	width: auto;
	display: inline-block;
	color: #fff;
	border: none !Important;
	background: rgba(37, 37, 37, 1);
	padding: 10px 20px;
	border-radius: 0;
}
#cookie-notice .cn-more-info {
	margin: 10px 3px 10px 2px;
	color: #dedede;
	background: rgba(37, 37, 37, 0.8);
}
    
@media only screen and (max-width:1300px) {
	#cn-notice-text {
		display: block;
		margin: 10px auto 0;
	}
}

.postid-6 .owl-item-slide {
    background-position: 70% center !important;
    }

/* remove booking form on promotion page */
   .postid-5308 .panel-wrapper {
display: none;
    }


.postid-163 .panel-controller {
    display: none !Important;
    }
    .postid-163 .tab-controller2 {
    display: none !Important;
    }
    
a.le-sereno-blue-button {
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway';
    padding: 8px 23px 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    background-color: #059CD4 !Important;
}


/* popup issue with translation brackets */
.ig_popup.ig_inspire .ig_message p:first-of-type {
    display: none !Important;
    color: #fff !Important;
}
.ig_popup.ig_inspire .ig_message p:last-of-type {
    display: none !Important;
    color: #fff !Important;
}
.ig_popup.ig_inspire .ig_message p:first-child {
    display: none !Important;
    color: #fff !Important;
}
.ig_popup.ig_inspire .ig_message p:last-child {
    display: none !Important;
    color: #fff !Important;
}



/* book now button and book panel on il Sereno dine page */
.postid-5943 .panel-controller {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: none !important;
}

.tab-table {
	background-color: #6E9A35 !important;
	display: block;
	position: absolute;
	margin: 0 auto;
	width: fit-content;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 15px 15px 0 0;
}

.tab-table:link,
.tab-table:focus,
.tab-table:hover,
.tab-table:active,
.tab-table:visited {
	text-decoration: none;
}

.postid-5943 #booknowtop {
    display:none !Important;
}

.wppopups-whole {height: 0;}

.grecaptcha-badge,
.gfield--type-captcha {
	display: none !important;
}

.section__title-outer {
	padding: 40px 0;
	width: 100%;
    position: relative;
    text-align: center;
}

.section__title-outer::before {
    content: '';
    position: absolute;
    display: block;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #888;
}

.section__title {
	padding: 0 30px;
	margin: 0;
	background: #fff;
    color: #aaa;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: inline-block;
    position: relative;
}

.awards {
    width: 100%;
    padding-bottom: 40px;
}

.awards__content {
}

.awards__content p {
	text-align: center;
	font-size: 1.5rem;
}