/*
Theme Name: Red House Company
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/*Font*/
/*@font-face {
	font-family: 'Civita_Regular';
	src: url("/wp-content/themes/veniceredhouse_com/font/Civita_Regular/Civita_Regular.ttf") format('truetype');
	font-weight: 400;
	font-style: normal;
}*/



@font-face {
	font-family: 'CivitaLig';
	src: url("/wp-content/themes/veniceredhouse_com/font/CivitaLig/CivitaLig.otf") format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'mp-font';
	src: url("/wp-content/themes/veniceredhouse_com/font/mp-font.woff") format('woff');
	font-weight: 300;
	font-style: normal;
}

.elan42-disclaimer a, .elan42-disclaimer-policy-button{
	color:#fff !important;
}

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

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

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

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

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


/* Defaults
---------------------------------------------------------------------------- */

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	/*line-height: 1.625;*/
	line-height:1.5;
	margin: 0 auto !important;
	/*max-width:1920px;*/
	overflow-x: hidden;

}

input{
	font-family: 'Roboto', sans-serif !important;
	background:#fff !important;}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a, a:focus {
	color: #000;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;

}

.red{color:#C42030;}

.gray{color:#676767;}

.white{color:#fff;}

.contact input [type="submit"], .mailpoet_submit[type="submit"], .site-container input[type="submit"]:disabled, #homeowner input[type="submit"], #agency input[type="submit"] {background:#C42030 !important;}


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

h1 {
	font-family: "Civitalig", sans-serif !important;
	font-weight: 400;
	/*line-height: 1.2;*/
	line-height:1;
	margin: 0 0 20px;
}

h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 20px;
}

h1 {
	font-size: 40px !important;
}

h2 {
	font-family: "Civitalig", sans-serif !important;
	font-size: 24px;
	font-weight: 300;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

/*.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}*/

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-ms-input-placeholder {
	color: #676767;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #676767;
	opacity: 1;
}

::placeholder {
	color: #676767;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],

.button{
	background-color: #C42030;
	border: 0;
	border-radius: 0px;
	color: #fff !important;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-decoration:none !important;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #ED4E58;
	color: #000 !important;
}

.button-secondary{
	background-color: #fff;
	border: 1px solid #C42030;
	color: #C42030 !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.button-secondary:focus,
.button-secondary:hover {
	background-color: #fff;
	color: #676767;
}

.button-tertiary{
	background-color: #fff;
	border: 1px solid #676767;
	color: #676767 !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.button-tertiary:focus,
.button-tertiary:hover {
	background-color: #fff;
	color: #C42030 !important;
}


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

.button {
	display: inline-block;
}

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

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

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

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

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

td,
th {
	text-align: left;
}

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

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

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

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

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

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}

.page-template-blog-template .site-inner{
padding:0;
}


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

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

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

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

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

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

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

.widget {
	margin-bottom: 40px;
}

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

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

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

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

.after-entry .enews-widget input {
	text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #676767;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}


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

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

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

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

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


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

.site-header {
	background:#C42030;
	color:#fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
	position:scroll;
	width:100%;
	z-index:999;
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 150px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.nav-language .genesis-nav-menu .menu-item {
	float: right;
}

.genesis-nav-menu a, .genesis-nav-menu a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #fff !important;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none !important;
}

.genesis-nav-menu .current-menu-item > a{
	color: #000 !important;
}

.genesis-nav-menu .sub-menu a{
	color: #fff !important;
}


.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000 !important;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	/*left: -9999px;*/
	/*left:20px;*/
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #C42030;;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	/*left: auto;*/
	/*left:20px !important;*/
	opacity: 1;
}

.menu-toggle:focus, .menu-toggle:active, .menu-toggle:hover{
	color:#fff !important;
}

.menu-primary{
	margin-bottom: 0 !important;
}

.nav-primary .genesis-nav-menu a {
	padding-left: 25px;
	padding-right: 25px;
}

.sub-menu li a{
	text-align:left;
}

/* Responsive Menu
--------------------------------------------- */

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

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

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

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #000;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	display:none;
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	/*float: right;*/
	float:none;
	/*padding: 9px 10px;*/
	padding:0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	width:100%;
	height:30px;
	/*background:#000;
	width:10px;
	height:10px;*/
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 25px !important;
  width: 100%;
	text-align: center;
}


/* Lang Menu
--------------------------------------------- */


.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {

	color: #fff !important;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

.nav-secondary a:hover{
	color:#000;
}

#menu-menu-lang{float:right;}

#menu-menu-lang a{text-decoration:none !important;}


.wpml-ls-slot-11.wpml-ls-current-language a{
	background:transparent !important;
	color:#000 !important;
}

.wpml-ls-slot-11.wpml-ls-current-language{
	background:transparent !important;
}

.wpml-ls-slot-11, .wpml-ls-slot-11 a, .wpml-ls-slot-11 a:visited{
	background:transparent !important;
}

.wpml-ls-slot-11 a:hover{color:#000 !important;}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 0;
	padding-left: 40px;
}

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

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

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #676767;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 12px;
	line-height: 1;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar .menu a{
	font-weight:600;
}

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

.footer-widgets {
	border-top: 1px solid #eee;
	border-top: 0px solid #eee;
	background-color: #C42030;
	color:#fff;
	clear: both;
	padding: 60px 0;
}


.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


.footer-widget-title{
	background: #C42030;
	color:#fff;
	margin-bottom: 0;
}

.footer-widget-wrap{
	border-bottom:1px solid #fff;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px 15px 20px;
}

.footer-widget-wrap .custom-logo{
	max-width:80px;
}

.footer-icons-wrap{
	text-align: right;
	width:100%;
	}

.footer-icons-wrap img{
max-width:25px;
}





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

.site-footer {
	background-color: #C42030;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
	color:#fff;
}

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


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


@media only screen and (min-width: 960px) and (max-width: 1150px) {
	/* Site Header
	--------------------------------------------- */
	.title-area {

		margin-right:50px;
	}


	}

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

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

	.site-header {
		/*position: fixed;*/
		width: 100%;
		z-index: 9999;
	}

	/* Genesis Menu
	--------------------------------------------- */

 .nav-language{display:block;}
	#menu-item-wpml-ls-2-en, #menu-item-wpml-ls-2-fr, #menu-item-wpml-ls-2-it{display:none;}

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #000;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #000;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 195px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 0px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 0px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

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

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: both;
		/*float: right;*/
		float:none;
		width: auto;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 70px;
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 100%;

	}

	.body-align-left .content{
		float: left;
		width: 70%;
	}


	/*.body-align-left .site-inner{
		max-width:60%;
	}*/

	.body-align-left .sidebar{
		padding-left:50px;
	}


	.home .content{
		width: 100%;
		padding:0;
	}

	.page-id-205 .content {
		width: 100%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}





	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

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

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 4);
	}

	/*Single*/





}

@media only screen and (max-width: 959px) {
.sidebar {
	float: none !important;
}
}

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


/*Single Content*/

.single .site-inner{
	padding:0;
}


.single .content {
    width: 70%;
    padding: 30px;
	float:left;
}

.single .content-sidebar-wrap{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

/* Sidebar
	--------------------------------------------- */

	.single .sidebar {
		float: right !important;
		padding-top:30px;
	}

	.sidebar {
		width: 30%;
		float: right;
	}

	.single .sidebar-content .sidebar {
		width: 30%;
		float: left;
		padding:20px;
	}

}

@media only screen and (max-width: 763px) {
	.single .sidebar {
		width: 100% !important;
	}
}






/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #676767 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {

		border: 1px solid #999;
		page-break-inside: avoid;
	}


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

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/*custom style*/

/*general*/

blockquote{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color:#C42030 !important;
	font-family: "Civitalig", sans-serif !important;
	font-size:25px;
	padding:10px 0;
}

.section-title{
	font-family: "Civitalig", sans-serif !important;
	font-size:25px;
	color:#C42030;
	padding-left:15px;
}

.section-title-secondary{
	font-family: "Civitalig", sans-serif !important;
	font-size:25px;
	color:#000;
}

.central-body{
		margin: 0 auto;
			margin-top: 0px;
		margin-top: 0px;
		padding: 60px 30px 0;
		max-width: 1140px;
}

.nav-language{
padding-top: 20px !important;
width: 100%;
text-align: center;
}


/*Owl slider*/
/*.apt-top-owl{
	position:relative;
}*/

.owl-theme .owl-nav{
    margin-top:0 !important;
	/*transform: translate(-50%, -50%);
	width:100%;
	z-index:5;
	text-align:none !important;*/
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
	font-size:50px !important;
	color:#000 !important;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
	background:transparent!important;
	color:#000 !important;
}
/*
.owl-carousel .owl-nav button.owl-prev{
	position:absolute;
	left:0;
}

.owl-carousel .owl-nav button.owl-next{
	position:absolute;
	right:0;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
	max-height:30px;
	padding:10px;
}*/



/*Home Page*/

.home-top{
	width:100%;
}

.mobile-home-search{
	display:none;

}

.home-title {
	color:#fff;
	font-size:35px !important;
	margin-bottom: 10px!important;
	text-align:center;
}

.home-title-payoff{
	font-size: 25px !important;
	text-align: left !important;
	color:#fff;
	text-align: center !important;
}

.home .overlay-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.5);
	z-index: 2;
	max-width: 900px;
	min-height: 150px;
	padding:20px;
}

.close-button-home{
	display:none;
}

.home .related-title{
	margin:0 !important;
}

.home .related-title a{
	color:#C42030 !important;
	border-radius:0;
	font-size:24px;
	font-family: "Civitalig", sans-serif !important;}

.home .related-img-box .col-3{
	padding:0 !important;
	text-align:center;
}

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


	.close-button-home{
		display:block !important;
			cursor:pointer;
			  background:#C42030;
			border-radius:0;
			 color:#fff;
			padding:10px;
			max-width:100px;
			text-align:center;
	}

	.home #booking_form, .page-id-150  #booking_form{
		display:none;
	}

.mobile-home-search{
	background:#C42030;
	border-top:1px solid #fff;
	display:block !important;
	padding:10px 0;
	text-align: center;
	z-index:1001;
}

.form-mobile-home{
	display:none;
}

.showit{
	position: fixed !important;
	top:0;
	bottom: 0 !important;
	left: 0;
	background:#f2f2f2;
    padding:100px 10px !important;
    color: #000;
    width: 100%;
	display:block !important;
	z-index:1001 !important;
}

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


	.title-area {
		float: none;
		margin:0 auto;
	}

.site-header .col-8{flex: 100% !important;
max-width: 100% !important;}

	.nav-language{
		display:none;
		padding-top: 0!important;
		width: 100%;
		text-align: center;

		}

	.nav-secondary a{
		margin-left:0 !important;
		margin-right: 2px;
		font-size:15px;
	}



#menu-menu-lang	{padding-bottom:0 !important;margin-bottom: 0 !important;}

.menu-item-type-wpml_ls_menu_item{
	display:inline-block !important;
	max-width:80px;
}

.wpml-ls-item span .wpml-ls-native {
    border-right: 1px solid
    #fff;
    padding-right: 5px;
}

.wpml-ls-last-item span .wpml-ls-native{border-right:0px solid #fff;}


.menu-toggle{
	margin-top:-50px !important;
	margin:0 auto;
	margin-bottom: 0 !important;
	text-transform: uppercase;
	font-size:18px !important;
}

.search-home{background:#fff !important; color:#c42030 !important;}

/*	.site-header .col-2:last-child{
		display:none !important;
	}

	.site-header .col-8{
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}*/


	.wp-custom-logo .title-area img {
		min-width: 80px !important;
	}


	.site-header{
		padding: 20px !important;
	}

	.home .entry-content{
		max-width: 90% !important;
	}

	.top-logo-home {

		display:none !important;

	}

	.nav-secondary a{
		margin-left:0 !important;
	}
	.genesis-nav-menu a, .genesis-nav-menu .current-menu-item > a{
		margin-left:/*-100px;*/0;
	}


	.search-home{width:30% !important;}

	.section-title{
		padding-left:15px !important;
	}

	.related-title a {color:#C42030;font-size:20px !important;font-family: "Civitalig", sans-serif !important;}

	.related-column{margin-bottom:50px !important; padding-bottom:20px;}

	.related-column:last-child{border-bottom:0px solid #000 !important;}
}

.home .site-inner{
	padding:0;
}

.home-body, .body-center{
	max-width:1140px;
	margin: 0 auto;
}

.home .section-title{
	font-size:30px;
	margin-bottom:20px;
}


.home .row{
margin:0 !important;
}

.home #booking_form {

    position: absolute;
	bottom: 50px;
	left: 0;
    padding: 0 100px;
    z-index: 3;
    color: #000;
    width: 100%;

}


.home .entry-content{
max-width:70%;
margin:0 auto;
}

.home .entry-title{
	display:none;
}

.home-title{
	margin:0;
}




.home-video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width:100%;
}

.home-video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-img-top{
	position: relative;
    max-height: 700px;
	width:100%;
	/*overflow: hidden;*/
}


.top-logo-home{
	background:#f2f2f2;
	padding:20px;
	height:100px;
	width:100%;
}

.overlay-title{
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border:1px solid #000;
background:#fff;
color:#000;
padding:10px 70px;
font-size:15px;
}

/*.our-services .col-md-4{
	padding:0 !important;
	margin:0 !important;
	}*/

/*.last-minute .col-sm-3{
	padding:0 !important;
	margin:0 !important;
	}*/

.last-minute .minimum-price{
	text-align:center;
	font-size:15px;
	font-weight:600;
}


.inspiration-body {
	padding-right: 15px;
padding-left: 15px;
}

/*.inspiration .col-md-6, .inspiration .col-md-12 {
	padding: 0 !important;
  }

.inspiration img, .inspiration .alignnone{
	margin:0 !important;
}
*/
.our-venice {
	min-height:300px;
}


	.home-agency .col-lg-6{
		/*-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;*/
		padding:0 !important;
	}



.homeowner, .travelagency{
	text-align:center;
	padding:50px 0;
	background:#f2f2f2;
	min-height:200px;
	margin:10px;
}

/*.homeowner{
	margin:0 15px 0 0 ;
}

.travelagency{
	margin:0 0 15px 0 ;
}*/

.label-box{
	float:left;
	min-width:150px;
}

.label-box-top{
	float:left;
	min-width:120px;
}

.guests-box, .book-box{
	margin-top: 10px;
}


.book-box button{
	margin-top:0 !important;
}

.guests{
margin:10px 0;
}

.dropdown-menu {
	border-radius:0 !important;
	width:100% !important;
}

#dropdownMenuLink {
	background:#fff;
	color: #676767 !important;
	font-size:15px !important;
	font-weight:400;
	padding:8px !important;
	text-align:left;
	width: 100%;
}

/*.home-top #dropdownMenuLink::after {margin-left: 20em !important;}*/

/*Input number style*/

.quantity {
	position: relative;
  }

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button
  {
	-webkit-appearance: none;
	margin: 0;
  }

  input[type=number]
  {
	-webkit-border-radius:0;
	-moz-appearance: textfield;
  }

  .quantity input, .quantity select {
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #ddd;

  }
  .quantity input, .quantity select {
	width: 50px;}

  .quantity select {
	width: 70px;}

  .quantity input:focus {
	outline: 0;
  }

  .quantity-nav {
	float: left;
	position: relative;
	height: 42px;
  }

  .quantity-button {
	position: relative;
	background:#fff;
	border-radius:50%;
	cursor: pointer;
	border-left: 1px solid #ddd;
	width: 42px;
	height: 42px;
	text-align: center;
	color: #676767;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

  }

  .quantity-button.quantity-up {
	position: absolute;
	right:-95px;
	top: 0;
	border: 1px solid #ddd;

  }

  .quantity-button.quantity-down {
	position: absolute;
	top: 0;
	left:-60px;
	border: 1px solid #ddd;
  }

  /*Homeowner*/

  /*contact form*/
#homeowner, #homeowner input[type="checkbox"], #agency {
	color:#676767;
}

#homeowner select, #agency select {
padding:10px !important;
}

/*#homeowner input[type="submit"], #agency input[type="submit"]{
border:1px solid #C42030;
color:#fff !important;
background:#C42030 !important;
}*/

span.wpcf7-list-item{margin:0 !important;}

  /*Search Page*/

  .search-body{
	  max-width:1140px;
	  margin:0 auto;
  }

  .search-page {
	  font-size:12px;
  }

  .page-id-150 .entry-header{
	  display:none !important;
  }

  .search-limit {
	width:100%;
	height:1px;
	}

	/*.result-col	{
		height:1000px;
	}*/

  .search-box{
	  background:#fff;
	  padding:20px 20px;
	  width: 100%;
	  max-width:1140px;
	  margin: 0 auto;
	  z-index:11;
  }

  .dropdown-toggle::after{
	position: absolute;
	top: 50%;
	transform: translate(-50%, 0);
	right: 10px;
  }

  .search-box .checkin-box input, .search-box .checkout-box input, .search-box .checkout-box input:disabled:hover, .page-top #dropdownMenuLink {
	border: 1px solid #c5c5c5;
  }

  .search-box .label-box{
	min-width:120px;
  }

  .page-top .widget{
	margin-bottom: 0 !important;
}


  .page-top #dropdownMenuLink::after {margin-left: 12em !important;}

  .search-map{
	background:#fff;
	width: 100%;
	height:500px;
	margin:auto;
  }

  @media only screen and (max-width: 767px) {
	  .menu-toggle{
		float:none;
		margin-top:0 !important;
	}

}

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

 /*Page*/

 .body-align-left .site-inner{
	max-width:60%;
}

  .search-map{
	width: 520px;
  }}

  .fixed-search{
	position: fixed;
	top: 0;
	left:0;
	right:0;
   }

   .fixed-map{
	position: fixed;
	z-index:10;
   }

   .search-page .related-box{
	 margin-bottom:20px;
	}

	.search-page .related-img-box .col-3{
		padding:0 !important;
		text-align:center;
	}

  .search-page .related-title{
	  border-top: 1px solid #c5c5c5;
	  color:#C42030;
	  font-family: "Civitalig", sans-serif !important;
	  font-size:18px;
	  line-height: 1;
	  margin:0;
	  padding-top:10px;
	  text-align:left !important;
  }

  .search-page .related-title a {color:#C42030 !important;}

  .search-page .related-title a:hover {color:#000 !important;}

  .search-page .related-category{
	  margin-bottom:5px !important;
	  padding-bottom:10px;
	  text-align:left;
  }

  .search-page .minimum-price{
	font-size:14px;
	font-weight:600;
	margin:18px 0;
}

.search-page .related-category{
	margin:0;
}

.js-toolset-maps-open-infowindow-map-3-marker-mark{
	display:block;
}

.gm-style .gm-style-iw-t::after{
	display:block !important;
}


/*Search page mobile*/
@media only screen and (max-width: 990px) {

	/*.page-id-150 .site-inner{
		padding:0 !important;
	}*/

	.search-box{padding: 0 !important;}

	.search-page .search-row, .booking-section{
		flex-direction:column-reverse;
	}

	.search-map{
		margin-bottom:50px;
	}



}

/*Apt categories pages*/

.apt-category-payoff{

	margin:0 auto;
	margin-bottom:50px;
	max-width:600px;
}

.apt-category-payoff h2{
	font-size:25px;
	text-align: center;
}



/*Archive Category*/

 .blog-overlay-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.5);
	z-index: 2;
	max-width: 900px;
	min-height: 150px;
 }

 .blog-button-top-box{
	position:absolute;
	bottom:20px;
	left:0;
	text-align:center;
	width:100%;
}

.blog-top-title{
	text-align:center;
}

/*.category-img{
	/*background: url("https://www.veniceredhouse.com/files/veniceredhouse.com/2019/06/TheRedHouseCompany_AtticoTerrace_-18.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:500px;
	max-height:500px;
}*/

/*Blog page*/

.archive .site-inner{
	width:100%;
	margin:0;
	padding:0;
}

.archive-post-title {
	margin-bottom: 10px;
	line-height: 1;
}

.archive-post-title a{
	color: rgb(196, 32, 48);
	font-size: 20px;
	font-weight: 600;
}

.archive-post-title a:hover {
color:#676767;
text-decoration:none;
}

.blog-body{
	max-width:1140px;
	margin:0 auto;
}

.tax-apt-category .blog-body{
	max-width:1140px;
	margin:50px auto;
	padding:50px;
}

.our-venice-payoff{
	margin:0 auto;
	max-width:600px;
}
.page-template-blog-template 
.our-venice-payoff{
	padding-top:50px;
}

.our-venice-payoff h2{
	font-size:25px;
	text-align: center;
}

.our-venice-archive-title h1{
	text-align: center;
	margin:100px auto 20px auto;
}


.sticky-top-blog{
	position:relative;
	/*background: url("https://www.veniceredhouse.com/files/veniceredhouse.com/2019/06/TheRedHouseCompany_AtticoTerrace_-18.jpg");
	background-repeat: no-repeat;
	background-size: cover;*/
	height:600px;
	overflow:hidden;
}

.sticky-top-title{
	font-family: "Civitalig", sans-serif !important;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	padding:20px;
	text-align:center;
}

.sticky-top-img{
	position: absolute;
	top: 0;
	left:0;
	z-index: 2;
	height: 100%;
	width: 100%;
	object-fit: contain;
}


.sticky-top-button{
	position: absolute;
	top:82%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	padding:20px;
	text-align:center;
}


.sticky-top-title a, .sticky-top-title a:hover  {
	color:#fff !important;
	text-decoration: none;
}

.sticky-top-title a:hover {
	color:#000 !important;
}

/*post & page*/



.featured-image-box{
	position:relative;
	height:600px;

}

.featured-img-post{
	position: absolute;
	background-position:center;
	top: 0;
	left:0;
	z-index: 5;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.featured-img-post .entry-title{
	font-family: "Civitalig", sans-serif !important;
	background: rgba(0,0,0,0.5);
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	padding:20px 30px;
	text-align:center;
}


/*Essential grid*/

.eg-blog-section-element-0{
	font-family: "Civitalig", sans-serif !important;
}

.eg-home-category-element-10{
	font-family: 'Roboto', sans-serif !important;
}

.eg-home-category-element-10{
	min-width:150px;
}

.eg-home-category-container{
	background: rgb(196, 32, 48, 0.5) !important;
}

.esg-loadmore-wrapper{
	margin-top:80px !important;
}

.minimal-light .esg-navigationbutton, .text-light .esg-navigationbutton{

		background-color: #fff !important;
		border: 1px solid #676767 !important;
		border-radius: 0 !important;
		color: #676767 !important;
		cursor: pointer !important;
		font-size: 12px !important;
		font-weight: 600 !important;

		text-align: center !important;
		text-decoration: none !important;
		white-space: normal !important;
		width: auto !important;
	}

	.minimal-light .esg-navigationbutton:focus, .text-light .esg-navigationbutton:focus,
	.minimal-light .esg-navigationbutton:hover, .text-light .esg-navigationbutton:hover {
		background-color: #fff !important;
		color: #C42030 !important;
	}

	.text-light  .esg-navigationbutton {
		padding:15px 30px !important;
	}


  /*Footer*/


.entry-meta{
	border-top: 0px solid #eee !important;
}

.footer-widgets a, .site-footer  a {color:#fff !important; text-decoration:none !important;}

.footer-widgets a:hover, .site-footer  a:hover {color:#000 !important; text-decoration:none;}
/*.widget-title{
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 40px;
}*/

/*media queries*/

.home .adults{
	padding:2px 10px;
		}

.home .children, .home .infants{
		padding:2px 10px;
	}

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

.search-box .adults{
padding:2px 10px;
	}

.search-box .children, .search-box .infants{
	padding:2px 10px;
}
}


@media only screen and (max-width: 1250px) {
	.nav-primary .genesis-nav-menu a {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	}

/*BOOKING SECTION*/

#form-apartment label{
	margin-bottom:0 !important;
}

.booking-section{
	max-width: 1140px;
	margin:0 auto 50px !important;
}

/*.title1, .title2, .title3{
	padding:20px;
}*/

#firts-step, #second-step, .third-step{
background:#f2f2f2 !important;
padding:20px;
}

#collapseFirststep, #collapseSecondstep, #collapseThirdstep{
	padding:20px;
}

/*booking page*/

/*#adults, #children, #infants, #checkin_date, #checkout_date, #nights{font-weight:700;}*/

.radio-inline input[type="radio"]{
top:5px;
}


/*#form-apartment button, #next1, #next2, #prenota-bonifico{
font-size:15px;
-webkit-appearance: button;
background: #b60009 !important;
border-radius:0;
border:0px solid #b60009;
color:#fff !important;
padding: 5px 10px;
min-width:100px;
}*/

#coupon-box{
margin-bottom:50px;
}

.booking-section #tabs-pagamento.nav-tabs{
	padding-left: 0 !important;
}

.wire-transfer-text{
	padding:20px;
}

.third-step{position:relative;}

.payment-block{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.5;
	z-index:9999;
}

/*Thank you page*/

.thank-you-body{
	max-width:1140px;
	margin:0 auto;
}

.thank-you-text, .thank-you-banner{
	background:#f2f2f2;
	padding:20px;
}


/*Apartment post type*/

.single-apartment  .site-inner{
	padding:0;
}

.single-apartment  .content-sidebar-wrap{
	width:100% !important;
	margin-top:0;
	max-width:100% !important;
}

.single-apartment .content{
	padding:0 !important;
	width:100% !important;

}

.single-apartment .entry-header{
	display:none;
}

.single-apartment  .site-inner {

	padding: 0;
}

hr{
	border-top-color:#000 !important;
	}

.limit {
	width:100%;
	/*height:50px;*/
	}

.hide{display:none;}

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

#apt-body{
	clear: both;
	margin: 0 auto;
		margin-top: 0px;
	padding:20px 30px 0;
	  max-width: 1140px;
	}

	.section-title-apt{color:#b60009 !important;text-decoration:none !important;}

.home-included{
	border:10px solid #f2f2f2;
	padding:20px;
	text-align:center;
}

.home-included h4{
	font-family: "Civitalig", sans-serif !important;
	margin-bottom:40px;
}

.home-included .row{
	margin-bottom:40px;
}

.home-included .col-3{
	text-align: center;
}

	.card{
		border:0px solid gray !important;
	}

	.card-body{
		padding:10px 0 !important;
	}

:focus {outline:none !important;}

/*Tooltip*/

.test{
	border-radius: 50%;
	font-size:12px;
	padding: 0 6px;
	border:1px solid #000;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #000 !important;

}

.tooltip-inner {
	height: auto;
	font-size: 12px;
	padding: 10px 15px 10px 20px;
	background: #000 !important;
	opacity:1 !important;
	color: rgb(255, 255, 255, 1);
	border: 1px solid #737373;
	text-align: left !important;
  }


	/*Header*/
	.apt-title,.apt-subtitle{text-align:center;margin:20px auto;}
	.apt-subtitle{font-size:20px;font-weight:300;}
	.apt-header{height:auto;overflow:hidden;max-width:100%;margin:auto;margin-top:0;}
	.stars, .icon-top, .apt-categories{text-align:center;margin:10px 0;}


	/*.visible{}*/
	.notvisible{opacity:0.5;text-decoration: line-through;}

	/*Content*/
	#amenities, #virtualtour, #location, #policy, #reviews{padding-top:40px;overflow:hidden;}


	#amenities h6{
		margin:20px 0;
		font-weight:600;
	}

	#amenities .modal-dialog{
		max-width:800px !important;
	}

	.modal-tailor-stay{
		color:#000 !important;
		/*padding: 0 50px 50px 50px;*/
		padding:1rem;
		text-align:left;
	}

	#amenities .close span, #location .close span{
		color:#000 !important;
		font-size: 30px !important;

	}

	[type="button"]:not(:disabled){opacity:1 !important;}

	.location-gallery-box{
	margin-bottom:20px;
	}

	#location a{
		color:#C42030 !important;
	}

	.to-do{
		padding-left: 15px !important;
	}


	.to-do li{
		list-style-type:disc !important;
	}


	/*Sticky submenu*/
	.hide{display:none;}

	#margin-top{
	height:100px;
	width:100%;
	}

	.property-sub-menu{
	 background:#fff;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:50px;
	padding:20px 0;
	text-align:center;
	width:100%;
	z-index: 10;
	}

	.property-sub-menu ul{
	margin-bottom:0;
	  padding:0;
	}

	.property-sub-menu ul li {
	display:inline-block;
	padding:5px;
	}

	.property-sub-menu ul li a{
	 color:#b60009;
	 padding:0 20px;
	 text-decoration:none !important;
	}

	.fixed-submenu{
	 position: fixed;
	 top: 0;
	 width: 100%;
	}


	/*Map*/

	.modal.in .modal-dialog{
		transform: translate(0, 50%) !important;
	}

	.modal-content{
		border-radius:0 !important;
	}

	.modal-header {
		border-bottom: 0px solid #e5e5e5 !important;
	}

	#mapModalCenter .modal-dialog{
		max-width:800px !important;
	}


	/*Sticky sidebar*/

	.sidebar-inner{
	  font-size:15px;
	  width: 100%;
	  margin:auto;
	 /*max-width: 425px;*/
	 z-index:1000;
	  }

	.sidebar-inner p{
	margin-bottom:10px;
	}

	 .fixed-sidebar{
		position: fixed;
		top: 50px;
	   max-width:280px;
	}

	/*Booking form*/

	#night-price{
	  font-size: 12px;
	  color: #b60009;
	}
	#minimum-stay{font-size:13px;}

	.form-box{
		  background:#f2f2f2;
		  padding:10px 20px;
		  /*width:95%;*/
		  margin-bottom:20px;
	}

	#datepicker_checkout{
	background:#fff;
	 border: 1px solid #ddd;
	}

	input{padding:8px;-webkit-border-radius:0;width:100%;}

	#book_now:disabled, #search_now:disabled {
	background-color: rgb(196, 32, 48);
		border-radius: 0;
		color: #fff;
		  padding:9px 30px;
		width: 100%;
	}

	#book_now, #search_now {
		  -webkit-appearance: button;
		background-color: rgb(196, 32, 48) !important;
		border-radius: 0;
		color: #fff;
		  padding:8px 30px;
		width: 100%;
		font-size: 15px !important;
	}

	input[type="submit"]:hover {
	  background-color: rgb(196, 32, 48);}

	.checkin-box, .checkout-box{
	margin-top:10px;
	}

	.checkin-box input, .checkout-box input, .checkout-box input:disabled, .checkout-box input:disabled:hover{
		border: 1px solid #ddd;
		}

	.price{display: inline-block;}

	.nav-link{text-decoration:none !important;}

	#tabs-pagamento.nav-tabs, #tabs-pagamento.nav-tabs .nav-link.active{
		border: 0px solid #dee2e6 !important;
		background:transparent !important;
	}

	#tabs-pagamento.nav-tabs .nav-link {
		color:#000 !important;
	}

	.nav-link img, .fa-money-check-alt {vertical-align:bottom;}
	.fas {line-height: 0.9 !important;}


	/*Need help*/


	.need-help, .share{
		background:#f2f2f2;
		  padding:15px 20px;
		  margin-bottom:20px;
	}
	.phone-number{justify-content: flex-end;}

	.need-help .button-box{margin-bottom:10px; background-color: rgb(255,255,255,1);padding:8px 30px;text-align:center;}

	.need-help .ask{

	  border-color:1px solid #000;
	  border-radius:0;
	  color:#000 !important;
	  width:100%;
	}

	.phone-number{text-align:right;}

	/*share*/

	.share .far, .share .fab{
	 font-size:12px;
	margin-right:5px;
	}

	.share a {
		color:#000 !important;
	}

	.share a:hover  {
		color:#C42030 !important;
	}

	.content-inner{
	 /* background: #f2f2f2;*/
	}


	/*related apartments*/
	.single-apartment .related-img-box{
	text-align:center;
	}


	/*.related-column{border-bottom:1px solid #000;}*/

	.related-column hr{max-width:80%;margin: 20px auto;}

	.related-title{margin:10px 0;min-height: 70px;}

	.related-apt-box{margin:20px 0;}

	.related-title, .related-category {text-align:center;margin-top:20px;}

	.related-category {font-size:12px;margin-top:20px;}

	.related-title a {color:#C42030;font-size:22px;font-weight: 400;text-decoration:none !important;}

	.minimum-price.related{
		font-size:14px;
		font-weight:600;
		margin:18px 0;
		text-align:center;
	}

	/*Mobile*/

	.sidebar-mobile{
	display:none;
	}

	.price-mobile{
	float:left;
	}

	.booknow-mobile{
	  float:right;
	}

	.booknow-mobile button{
	/*background:#32a852;*/
	 color:#fff;
	 padding:10px;
	}

	.form-box-mobile{
	  display:none;
	  position:fixed;
	  top:0;
	  left:0;
	  background:#f2f2f2;
	  overflow-y:auto;
	  padding:20px;
	  height:100vh;
	  width:100%;
	  z-index:1000;
	}

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

		.genesis-nav-menu .sub-menu  a{
			text-align:center !important;
			/*margin-left: 0 !important;*/
		}

	}

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

	.icon-top span, .home-included span {
		display:none;
	}

	.search-home{width:70% !important;}

	.home-title {
		font-size:25px !important;
		text-align:center;
	}

	.home-title-payoff{
		display:none !important;

	/*	font-size: 18px !important;
		text-align: center !important;*/
	}

	.home .overlay-box{
		position: absolute;
		top: 50%;
		left: 0;
		right:0;
		transform: translate(0, -20%);
		background: rgba(0,0,0,0.5);
		z-index: 2;
		max-width: 900px;
		min-height: 10px;
		padding:20px;
	}


	.search-page .related-img-box img{
		min-width:30px;
	}

	.genesis-nav-menu a, .genesis-nav-menu .current-menu-item > a{
		/*margin-left:-50px;*/margin-left:0;
	}

	.sub-menu li a{
		text-align:center !important;
	}

	/*.genesis-nav-menu .sub-menu  a{
		margin-left:-30px !important;
	}*/


	}

	/*Iframe matterport*/


	.matterport {
		/*padding-left: 5px;
		padding-right: 5px;*/
		position: relative;
	  height: 0;
	  padding-bottom: 56%; /* The height of the item will now be 56% of the width. */
		/*margin: 0 4rem;*/
	}

	.matterport:hover{cursor:pointer;}

	.matterport-box::after{
		position:absolute;
		top:50%;
		left:50%;
		color:#fff;
		content: "\E93B";
	/*	font-family: "Font Awesome 5 Pro"; */
		font-family: "mp-font";
		font-size:50px;
		font-weight: 300;
		transform: translate(-50%, -50%);
	}

	.matterport:hover .matterport-box::after{
		color:#C42030;
		transition: all 0.2s ease-in-out;
	}


	.matterport-box .virtual-sx{
		position:absolute;
		bottom:0;
		left:0;
		color:#fff;
		font-size:30px;
		font-weight: 300;
		z-index:4;
	}

	/*.matterport-box .virtual-sx:after{
		position:absolute;
		top:50%;
		left:50%;
		color:#fff;
		content: "\E93B";
		font-family: "mp-font";
		font-size:50px;
		font-weight: 900;
		transform: translate(-50%, -50%);
	}*/

	.matterport-box .virtual-dx{
		position:absolute;
		bottom:0;
		right:0;
		color:#fff;
		font-size:30px;
		font-weight: 300;
		z-index:4;
	}

	.icon{
		font-family: "mp-font";
		font-size: 30px;
		padding:0 10px;
	}
	.icon-dollhouse:before {
		content: "\E917";
		}
	.icon-floorplan:before {
		content: "\E918";
		}

	.icon-vr:before {
		content: "\E944";
	}
	.icon-fullscreen:before {
		content: "\E91A";
	}

	.matterport-box .layer-matterport{
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background:#000;
		opacity:0.5;
		bottom:0;
		right:0;
		color:#fff;
		font-size:50px;
		font-weight: 900;
	}

	.matterport-box iframe {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 left: 0;
	 top: 0;
	 border: 0;
	/* padding-right: 5px;
	 padding-left: 5px;*/
	}



	.fancybox-toolbar {
		right: 50px !important;
		top: 50px !important;
	}


	.fancybox-button {
		background:transparent !important;
		color:#fff !important;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		cursor: pointer;
		display: inline-block;
		height: 44px;
		margin: 50px;
		padding: 10px;
		position: relative;
		transition: color .2s;
		vertical-align: top;
		visibility: inherit;
		width: 44px;
	}

	/*Media queries*/

	@media only screen and (min-width: 1024px) {
	   .fixed-submenu {
		max-width: 1080px;
	}

	  .fixed-sidebar{
	   max-width:340px !important;
	}
	}

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

	 #apt-body{
		 font-size:13px;
	 }

	 #description{
		font-size: 1rem;
	}


	  .property-sub-menu{display:none;}

	  /*Content*/
	 #amenities{padding-top:20px;}
	 #TreDTour {padding-top:20px;}
	 #location {padding-top:20px;}
	 #policy {padding-top:20px;}
	 #reviews{padding-top:20px;}


	  .adults, .children, .infants {margin-top:10px;}

	  .phone-number{text-align:left;}

	  #amenities span{font-size:13px;}


	}

	   .close-box{display:none;}
	   @media only screen and (max-width: 1060px){

	   #apt-body .col-4,#apt-body .col-8{
		flex: 0 0 100% !important;
		  max-width:100% !important;
	  }}

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

		.sidebar-mobile{
			display:flex;
			justify-content:flex-end;
			  position:fixed;
			 bottom:0;
			 left:0;
			 width:100%;
			 padding:15px 25px;
			  background:#fff;
			  border-top:1px solid #eee;
			   z-index:999;}
		
		.price-mobile {
		margin-right:20px;
		}

		  .close-box{
			display:block;
			cursor:pointer;
			  background:#C42030;
			border-radius:0;
			 color:#fff;
			padding:10px;
			margin:10px 0;
		  }

		  .close-home-box{
			  padding-left:15px;
		  }

	}

	@media only screen and (max-width: 1040px){
	.body-align-left .site-inner{
		max-width:100%;
	}
	}
	@media only screen and (min-width: 575px){
	 .section-title-apt{
		pointer-events: none !important;
	 }
	}

	@media only screen and (max-width: 575px){
	  /*.site-inner {
		padding: 60px 0 0;
	}*/
	  .property-title{font-size:2em;}
	  .property-subtitle{font-size:1.2em;}

	  .sticky-top-button{
		padding:0;
	}

	.page-id-205 .site-inner{
		padding:60px 0;
	}

	#apt-body h2, .booking-section h2{
		font-size:1.5rem;
	}
}
	#ui-datepicker-div {
		width: 300px !important;
	}

	#preloader {
		/*display:block;*/
		position: fixed;
		left: 0;
		top: 0;
		bottom:0;
		right:0;
		width: 100vw;
		height: 100%;
		z-index: 9999;
		background:#fff;
	}
	#preloader svg{
	  margin: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  max-width:200px;
	}

	.centroassoluto {
		margin: 0;
		position: absolute;
		top: 40%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	@media screen and (orientation:portrait){
	  #Livello_1 {position:fixed; z-index:120000; width:50%; height:50%;}}
	@media screen and (orientation:landscape){
	  #Livello_1 {position:fixed; z-index:120000; width:25%; height:25%;}}

	.st0 {position:fixed; top:0; left:0;}
	.pezzo1 {position:fixed; top:0; left:0; fill:#C21A26;
	  -webkit-animation: movepezzo1 6s infinite;
	  animation: movepezzo1 6s infinite;
		animation-delay: 1s;
	}
	@keyframes movepezzo1 {
		 0% {    -webkit-clip-path: inset(0 0 100% 0);
		clip-path: inset(100% 0 0 0  );}
		20% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}
		100% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}
	}

	.pezzo2 {position:fixed; top:0; left:0; fill:#C21A26;
	  -webkit-animation: movepezzo2 6s infinite;
	  animation: movepezzo2 6s infinite;
		  animation-delay: 1s;
	}
	@keyframes movepezzo2 {
		0% {    -webkit-clip-path: inset(100% 0 0 0);
		clip-path: inset(100% 0 0 0);}
		10% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(100% 0 0 0);}
		21% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}
		100% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}
	}


	.pezzo3 {position:fixed; top:0; left:0; fill:#C21A26;
	  -webkit-animation: movepezzo3 6s infinite ease-in-out;
	  animation: movepezzo3 6s infinite ease-in-out;
		animation-delay: 1s;}
	@keyframes movepezzo3 {
		0% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 100% 0 0);}
		20% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 100% 0 0);}
		50% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}
		100% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}}

	.pezzo4 {position:fixed; top:0; left:0; fill:#C21A26;
	  -webkit-animation: movepezzo4 6s infinite ease-out;
	  animation: movepezzo4 6s infinite ease-out;
		  animation-delay: 1s;
	}
	@keyframes movepezzo4 {
		0% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(100% 100% 0 0);}
		30% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(100% 100% 0 0);}
		39% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(100% 50% 0 0);}
		46% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(50% 50% 0 0);}
		62% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}

		100% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}}

	.pezzo6 {position:fixed; top:0; left:0; fill:#C21A26;position:fixed; top:0; left:0; fill:#C21A26;
	  -webkit-animation: movepezzo6 6s infinite ease-in-out;
	  animation: movepezzo6 6s infinite ease-in-out;
		  animation-delay: 1s;}
	@keyframes movepezzo6 {
		0% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 100% 0);}
		55% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0  0 100% 0);}
		64% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}
		100% {    -webkit-clip-path: inset(0 0 0% 0);
		clip-path: inset(0 0 0 0);}}

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

.Off {
	display: none;
}

.On {
	display: block;
}

.body-search .pagination-section {
        color:#FFF;
}
.body-search .page-link{
	border: 0 solid #dee2e6 !important;
}

.body-search .wpv-filter-previous-link:hover, .body-search .wpv-filter-next-link:hover {
	color: #000 !important;
}
.body-search .wpv-filter-previous-link, .body-search .wpv-filter-next-link, .body-search .wpv-filter-previous-link:hover, .body-search .wpv-filter-next-link:hover {
        /*-webkit-appearance: button;*/
	   /* background-color: rgb(196, 32, 48) !important;*/
	   background: #C21A26;
        border-radius: 0;
        color: #fff !important;
        padding: 8px 30px;
       	width: 48%;
		font-size: 15px !important;
		text-align: center !important;
}
.body-search .wpv-filter-previous-link {
float:left;
}
.body-search .wpv-filter-next-link {
	float: right;
}
.body-search .pagination-section {
	width: 100%;
}

#tabs-pagamento.nav-tabs .nav-link.active {
background: #fff !important;
}


/* Top Search */
.page-top #booking_form{
	max-width: 80%;
	margin: 50px auto;
}

/*Landing page*/
/*Header*/

.gform_required_legend{
	display:none;
}

.gform_delete_file{
	position:relative;
}

.gform_delete_file:hover{
	background-color: transparent !important;
}

.gform_delete_file .dashicons{
	display:none !important;
}

.gform_delete_file::before{
position:absolute;
content: url(https://veniceredhouse.com/wp-content/uploads/2023/02/bin.png);
top:0;
left:30px;

}

.logo-landing {
	padding-top:20px;
}

.top-img-landing {
	position: relative;
	background: url('https://veniceredhouse.com/wp-content/uploads/2023/02/slider-ponte-rialto.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	min-height:500px;
}

.page-template-landing-page-en .overlay-box, .page-template-landing-page .overlay-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.5);
	z-index: 2;
	max-width: 900px;
	min-height: 150px;
	padding: 20px;}

	.page-template-landing-page-en .overlay-box h1, .page-template-landing-page .overlay-box h1{
color:#fff;
}

.page-template-landing-page-en .site-inner, .page-template-landing-page .site-inner{
	max-width:100%;
	padding:0;
}

@media only screen and (min-width: 1025px) {
.page-template-landing-page-en .body-align-left .site-inner, .page-template-landing-page .body-align-left .site-inner {
        max-width: 100%;
    }
}

.content-landing {
	max-width:1140px;
	margin:0 auto;
}

.flex {
	display:flex;
	flex-direction:row;
}

.col-sx, 
.col-dx {
	width:50%;
}

.width-70 {
	padding:20px;
	width:60%;
}

.sidebar-form {
	background:#f2f2f2;
	width:40%;
	/*margin-top: -200px;*/
	padding:30px;
}

.icons-landing{
position: fixed;
/*bottom:env(safe-area-inset-bottom);*/
bottom:50%;
right:0;
transform: translate(0,50%);
z-index: 3;
display: flex;
flex-direction: column;
justify-content: center;
gap:5px;
}

.icon-whatsapp, .icon-email, .icon-phone{
	position:relative;
	background: #5c5c5c;
	border-radius: 50%;
	width:40px;
	height:40px;
}

.icon-whatsapp img, .icon-email img, .icon-phone img{
	position: absolute;
	top:10px;
	left:10px;
	max-width:22px;
}


.icons-landing .icon-whatsapp::before{
	max-width: 22px;
}


.gray-bg {
	background:#f2f2f2;
}

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

.content-landing .button {
	text-transform:uppercase;
}

.page-template-landing-page .padding, .page-template-landing-page-en .padding {
	padding:50px 0;
}

.page-template-landing-page h1, .page-template-landing-page-en h1 {
	font-size:34px !important;
	line-height:1.2em;
}

.page-template-landing-page h2, .page-template-landing-page-en h2 {
	font-size:30px;
	margin-top:0;
}

#servizi .content-landing p {
	max-width:650px;
	text-align:center;
	margin:0 auto;
}

#servizi {
	padding-bottom:100px;
}

/*Card section*/
.card-section{
	margin-top: -80px;
}

.card-grid {
	flex-wrap:wrap;
	align-content: stretch;
}

.card-col {
	padding:20px;
	width:33.333%;
}

.single-card {
	background:#fff;
	border:1px solid gray;
}

.title-icon {
	position:relative;
	background: #5c5c5c;
	color:#fff;
	min-height:80px;
	padding:15px 15px 15px 80px;
	margin-bottom:0px;
}

.title-icon:before {
	position:absolute;
	top:15px;
	left:20px;
	color:#fff;
}

.sicurezza:before { 
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/sicurezza.png");
}

.affidabilita:before {
		content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/affidabilita.png");
}

.tour:before {
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/tour.png");
}

.visibilita:before {
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/visibilita.png");
}

.prenotazioni:before {
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/prenotazioni.png");
}

.accoglienza:before {
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/accoglienza.png");
}

.pulizia:before {
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/pulizia.png");
}

.gestione-immobile:before {
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/gestione.png");
}

.gestione-burocratica:before {
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/burocrazia.png");
}

.marketing:before {
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/marketing.png");
}

.content-card {
	padding:20px;
}

.content-card {
	min-height:180px;
}

#sezione-3-card .content-card {
	min-height:300px;
}

#sezione-3-card {
	padding-bottom:50px;
}

#section-3 {
	padding-top:50px;
}

.check-li {
	padding-left:20px;
}

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

.check-li li:before{
	position:absolute;
	top:5px;
	left:-25px;
	content:url("https://veniceredhouse.com/wp-content/uploads/2023/02/tick.png");
    background-repeat: no-repeat;
}

#chi-siamo .col-dx,
#chi-siamo .col-sx {
	padding:0 20px;
}

/*Footer*/
.footer {
	background:#c42030;
}

.footer-icons-wrap a {
	text-decoration:none !important;
}

.footer-content{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	max-width: 1140px;
	margin:0 auto;
	padding:40px 20px;
	color:#fff;
	border-bottom:1px solid #fff;
}

.footer-1, 
.footer-2, 
.footer-3 {
	width:33.3333%;
}

.footer-copyrights p {
	margin-bottom:0px;
	color:#fff;
	text-align:center;
	padding:15px 0;
}

.footer-copyrights a {
	color:#fff !important;
}

.footer-copyrights a:hover {
	text-decoration:none;
	color:#fff !important;
}

/*Modal discount*/

.modal-discount{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background: #c42030;
	color:#fff;
	z-index: 999;
}

.modal-discount-box{
	position:relative;
}

.modal-discount-cont{
	padding:20px 50px;
	max-width: 900px;
	margin: 0 auto;
}

.modal-discount-cont h5{
	font-weight:bold;
}

.modal-discount-cont p{
	margin-bottom: 0;
}

.close-modal-discount{
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
	font-weight: bold;

}

.close-modal-discount:hover{
cursor:pointer;
}


/*Responsive*/

@media only screen and (max-width: 1040px){
	.modal-discount{
		position:fixed;
		bottom:69px;
		left:0;
	}
	
	.modal-discount-cont{
		padding:10px;
		max-width: 800px;
		margin: 0 auto;
		font-size: 12px;
	}
	
	.close-modal-discount{
		position:absolute;
		top:5px;
		right:5px;
		color:#fff;
		font-weight: bold;
	}
}

@media only screen and (max-width: 970px) {
	.page-template-landing-page-en .overlay-box h1, .page-template-landing-page .overlay-box h1{
		font-size: 25px !important;
		}

	#servizi{
		padding:20px;
	}

	 .card-section {
		margin-top: 0;
	  }

	.section-1.flex{
		flex-direction:column-reverse;
	}
	
	.width-70{
	width:100% ;
}
.sidebar-form{
	width: 90% ;
margin: 0 auto;
  margin-top: 0px;
}
	
	.card-col {
  width: 50% ;
}

#chi-siamo .flex{
flex-direction: column ;
}

#chi-siamo .col-sx, #chi-siamo .col-dx{
	width:100% ;
}

#chi-siamo .col-dx{
	margin-top: 20px;
}

.footer-content {
	flex-direction:column;

}

.footer-1, .footer-2, .footer-3 {
	width: 100% ;
	padding: 10px;
	text-align: center;
  }

  .logo-footer, .socials-footer{
	width:100%;
  }

  .logo-footer, .socials-footer .footer-icons-wrap{
	text-align: center;
  }

  .socials-footer .footer-icons-wrap{
margin-top: 20px;
  }

}

@media only screen and (max-width: 570px) {
	
	.card-col {
  width: 100% ;
}
}

@media only screen and (min-width: 2200px) {
	.home-body{margin-top:150px;}
}

