/*!
Theme Name: Prestige Investment v.2026
Theme URI: https://www.prestige-invest.it/
Author: Elisa Bellina
Author URI: https://21dots.it/
Description: Tema personalizzato per il sito web della Prestige Investment.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prestigeinvestment_2026
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

prestigeinvestment_2026 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


@import "webfonts/style.css";


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

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

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

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


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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}





/* ==========
Custom style
========== */


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

/*------------------------------------------------------------*/

body {
	font-family: effra-cc, sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-optical-sizing: auto;
	font-stretch: normal;
	margin: 0;
	background-color: #FDFCFB;
	color: #423A31;
	font-size: 110%;

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

.container {
	width: 1750px;
	max-width: 98%;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	position: relative;
	}

a, a:hover { transition: all 0.2s; text-decoration: none; margin: 0; padding: 0; }

main a, main .entry-content ul a, main .entry-content ol a, article a { color: #423A31; text-decoration: underline; text-underline-offset: 0.15em; text-decoration-color: #8D7C68; text-decoration-thickness: 0.07em; font-weight: 600; }
main a:hover, article a:hover { color: #B2842E; text-decoration-color: #D9B36C;  }

a img, a:hover img { text-decoration: none; border: 0 none; }

input:focus, textarea.sticky:focus, select:focus { outline: none; }
	
h1, h2, h3, h4, h5, h6 { width: 100%; float: left; clear: both; margin: 0; padding: 0; color: #402C21; line-height: 1.2;
	font-family: roc-grotesk, sans-serif;
	font-weight: 600;
	font-style: normal;
	}

p { width: 100%; clear: both; float: left; margin: 0 0 1.5em 0; padding: 0; line-height: 1.5; }
p strong, ul strong { font-weight: 700; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

img { width: 100%; height: auto; float: left; margin: 0; padding: 0; clear: both; }

.right, [class^="col_"].right, [class*="col_"].right { text-align: right; }
.center, [class^="col_"].center, [class*="col_"].center { text-align: center; }
.fright, [class^="col_"].fright, [class*="col_"].fright { float: right; }

a.btn, .wpcf7 .wpcf7-submit {
	padding: 32px 110px 28px 110px; margin: 50px 0 0 0;
	font-size: 95%; font-weight: 600; text-transform: uppercase;
	background: #402C21; color: #FFF;
	float: left; clear: both;
	text-decoration: none;
	}
.center a.btn, .center a.archive_btn { float: none; display: inline-block; }

.wpcf7 .wpcf7-submit { 	
	width: 100%; max-width: 380px; 
	padding: 22px 0; margin: 24px auto 0 auto;
	float: none; 
	border: none;
	cursor: pointer; 
	transition: all 0.2s; 
	}
.wpcf7 .wpcf7-submit:disabled, .wpcf7 .wpcf7-submit[disabled], .wpcf7 .wpcf7-submit[disabled]:hover { background: #B0A9A5; color: #eaebef; cursor: not-allowed; }

#cta a.btn { color: #222; background: #F6F2ED; }
a.btn:hover, .wpcf7 .wpcf7-submit:hover, #cta a.btn:hover { color: #FFF; background: #D9B36C; text-decoration: none; }

.flex { display: flex; flex-wrap: wrap; }


/*-----------------------------------------------------------------------------------------------
   colonne
-----------------------------------------------------------------------------------------------*/

[class^="col_"], [class*="col_"] {
	float: left; position: relative; 
	margin: 0 2.85%; padding: 0;
   	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}

.col_1-1 { width: 94.3%; }
.col_1-2 { width: 44.3%; }
.col_1-3 { width: 27.63%; }
.col_2-3 { width: 60.97%; }
.col_1-4 { width: 19.3%; }

main .row, .col_fullwidth { width: 100%; margin: 0; padding: 0; float: left; }

main .col_1-2 + .col_1-1 { margin-top: 40px; }

/*-----------------------------------------------------------------------------------------------
   header
-----------------------------------------------------------------------------------------------*/

header { width: 100%; margin: 0; padding: 0; float: left; }

.PrestigeInvestment_logo { width: 200px; margin: 0; padding: 0; float: left; }
.PrestigeInvestment_logo a { position: relative; display: block; }
.PrestigeInvestment_logo span { position: relative; }
header .PrestigeInvestment_logo span { font-size: 1000%; }
.PrestigeInvestment_logo .icon-logooro { color: #C9A600; }
.PrestigeInvestment_logo .icon-logonero { color: #222; position: absolute; top: 0; left: 0; }

header .col_1-1 { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-bottom: 4px; }

header nav.navigator { width: calc(100% - 200px); margin: 0; padding: 0; float: left; font-size: 85%; }

header .mobileNav { display: none; }

header nav.navigator ul.main_nav { width: 100%; margin: 0; padding: 0; display: flex; justify-content: flex-end; }
header nav.navigator ul.main_nav li { float: left; margin: 0 0 0 4%; padding: 0; list-style-type: none; }

header nav.navigator ul.main_nav li a { padding: 5px 0; display: block; text-transform: uppercase; font-weight: 500; color: #222; }
header nav.navigator ul.main_nav li a:hover { text-decoration: underline; text-underline-offset: 0.2em; text-decoration-thickness: 0.1em; }
header nav.navigator ul li.current-menu-item a, header nav.navigator ul li.current_page_parent a { font-weight: 800; }


/*-----------------------------------------------------------------------------------------------
   page
-----------------------------------------------------------------------------------------------*/

main, article { width: 100%; margin: 0; padding: 0; float: left; }
body:not(.home) main, article { padding-top: 20px; padding-bottom: 50px; }

main .band, article .band, footer .band { width: 100%; margin: 0; padding: 90px 0 100px 0; float: left; }

main ul, main ol, article ul, article ol { width: 100%; float: left; margin: 0 0 1.5em 0; line-height: 1.5; padding: 0; 
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
main ul li, main ol li, article ul li, article ol li { width: calc(100% - 20px); float: left; margin: 0 0 0 20px; padding: 0; }

main .beige, article .beige { background: #EFEBE3; }


/* homepage */

main .band.presentazione { padding-top: 0; }

body.home main h1, #cta h5, body.page-template-profilo main h1 { font-size: 315%; }
body.home main h1 { margin-top: 3.25em; margin-bottom: 2.85em; }
body.home main h2 { font-size: 263%; margin-bottom: 1em; }
body.home main h3 { font-size: 137%; margin-top: 0.8em; margin-bottom: 1.15em; }

body.home main .col_1-2 { margin-top: 125px; }
body.home main .col_1-2:nth-child(-n+3) { margin-top: 0; }
body.home main .col_1-2 img, main .immobili_list .immobile_single img { margin-top: 8px; }

body.home main ol li { margin-top: 1.5em; }
body.home main ol li:first-child { margin-top: 0; }
body.home main ol li::marker { font-weight: 700; }



/* pagine interne */

main .title, article .title { padding-bottom: 86px; }
body:not(.home):not(.page-template-profilo) main h1, article h1, body.page-template-profilo main h2 { font-size: 263%; }

main .entry-content h2, article .entry-content h2, main .immobili_list .immobile_single h2 { font-size: 190%; }
main .entry-content h3, article .entry-content h3, .form_contatti h3 { font-size: 147%; }
main .entry-content h2, article .entry-content h2, main .entry-content h3, article .entry-content h3, .form_contatti h3 { margin-bottom: 1.5em; }
main .entry-content h4, article .entry-content h4 { font-size: 120%; margin-bottom: 0.8em; }
main .entry-content h5, article .entry-content h5, main .entry-content h6, article .entry-content h6 { font-family: effra-cc, sans-serif; font-weight: 700; font-style: normal; font-size: 110%; margin-bottom: 0.4em; text-transform: uppercase; }

body.page-template-profilo main .col_1-2.team .single_team { width: 46.77%; margin: 0; padding: 0; float: left; }
body.page-template-profilo main .col_1-2.team .single_team:first-child { margin-right: 6.46%; }
body.page-template-profilo main .col_1-2.team h3 { font-size: 136%; }
body.page-template-profilo main .col_1-2.team h4 { font-family: effra-cc, sans-serif; font-weight: 700; font-style: normal; text-transform: uppercase; margin-bottom: 1em; }
body.page-template-profilo main .col_1-2.team h4, body.page-template-profilo main .col_1-2.team p { font-size: 84%; }

body.page-template-profilo main h1 + h2 { margin-top: 0.07em; }
main .entry-content p + h2, article .entry-content ul + h2, article .entry-content ol + h2, main .entry-content p + h2, article .entry-content ul + h2, article .entry-content ol + h2 { margin-top: 1.2em; }


/* elenco immobili + scheda singolo immobile */

main .immobili_list .immobile_single:nth-child(n+2) { margin-top: 43px; }
main .immobili_list .immobile_single img, main .immobili_list .immobile_single .text { width: calc((100% - 50px) / 2); }
main .immobili_list .immobile_single .text { margin: 0 0 0 50px; padding: 0; float: left; }
main .immobili_list .immobile_single h2 { margin-bottom: 1.25em; }

main .immobili_list .immobile_single a h2, main .pagination a { color: #402C21; text-decoration: none; }
main .immobili_list .immobile_single a:hover h2, main .pagination a:hover { color: #B2842E; text-decoration: none; }

ul.caratteristiche_principali { list-style-type: none; line-height: 1.15em; column-gap: 20px; }
article ul.caratteristiche_principali { margin: 70px 0; padding: 30px 0 14px 0; border-top: 1px solid #EFEBE3; border-bottom: 1px solid #EFEBE3; }
main ul.caratteristiche_principali { column-count: 2; }
article ul.caratteristiche_principali { column-count: 4; }


ul.caratteristiche_principali li { margin: 4px 0; display: flex; align-items: center; }


ul.caratteristiche_principali li:before { 
	font-size: 180%; margin-right: 10px;
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

ul.caratteristiche_principali li.garage:before { content: "\e903"; }
ul.caratteristiche_principali li.ascensore:before { content: "\e904"; }
ul.caratteristiche_principali li.piano:before { content: "\e905"; }
ul.caratteristiche_principali li.bagni:before { content: "\e906"; }
ul.caratteristiche_principali li.camere:before { content: "\e907"; }
ul.caratteristiche_principali li.metriq:before { content: "\e908"; }
ul.caratteristiche_principali li.prezzo:before { content: "\e909"; }
ul.caratteristiche_principali li.luogo:before { content: "\e90a"; }


main .immobili_filter { 
	font-family: roc-grotesk, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 136%;
	margin-bottom: 65px; 
	}
main .immobili_filter select {
    width: 450px; max-width: 100%;
    float: none;
	display: inline-block;
    margin: 0 0 0 40px;
	padding: 12px 15px;
    border: 1px solid #F0EEE9;
	background: #FFF;
	font-family: effra-cc, sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-stretch: normal;
	color: #777;
	font-size: 65%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
	}


main .pagination { font-size: 115%; font-family: roc-grotesk, sans-serif; font-weight: 600; font-style: normal; margin-top: 100px; }
main .pagination .col { width: 50%; float: left; margin: 0; padding: 0; }
main .pagination .next { text-align: right; float: right; }
main .pagination.mobile { display: none; margin-top: 60px; margin-bottom: 20px; }


article .gallery, article .gallery .gallery_main { width: 100%; margin: 0; padding: 0; float: left; clear: both; }
article .gallery .gallery_main { position: relative; }
article .gallery .gallery_main .gallery_big_image { position: relative; z-index: 10; }

article .gallery .gallery_main .gallery_prev, article .gallery .gallery_main .gallery_next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF; opacity: 0.5;
	transition: 0.3s;
	background: transparent;
	border: 0;
	width: 88px; height: 88px;
	margin: 0; padding: 15px;
	cursor: pointer;
	z-index: 20;
	}
article .gallery .gallery_main .gallery_prev:hover, article .gallery .gallery_main .gallery_next:hover { opacity: 0.75; }
article .gallery .gallery_main .gallery_prev span, article .gallery .gallery_main .gallery_next span { font-size: 330%; }
article .gallery .gallery_main .gallery_prev { left: 0; }
article .gallery .gallery_main .gallery_next { right: 0; }


article .gallery .gallery_thumbs { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 10px; }
article .gallery .gallery_thumbs img { width: calc((100% - 50px) / 6); margin: 0; cursor: pointer; opacity: 0.5; transition: 0.3s; }
article .gallery .gallery_thumbs img.current_img { opacity: 1; }

article ul.caratteristiche { margin: 0; padding: 20px 0;  list-style-type: none; line-height: 1.15em; display: flex; flex-wrap: wrap; }
article ul.caratteristiche li { width: calc(50% - 10px); margin: 0; padding: 15px 0 11px 0; border-bottom: 1px solid #EFEBE3; display: flex; flex-wrap: wrap; align-items: center; }
article ul.caratteristiche li:nth-child(-n+2) { padding-top: 0; }
article ul.caratteristiche li:nth-child(odd) { margin-right: 20px; }
article ul.caratteristiche li .title, article ul.caratteristiche li .value { width: calc(50% - 10px); margin: 0 10px 0 0; padding: 0; float: left; }
article ul.caratteristiche li .title { font-weight: 600; }

main .form_contatti, article .form_contatti { padding: 37px 50px 30px 50px; text-align: left; max-width: 600px; float: none; display: inline-block; }
main .col_1-1 .form_contatti { width: 100%; max-width: 100%; float: left; }

main .col_1-1.entry-content.center .contents { width: 100%; max-width: 776px; float: none; display: inline-block; text-align: left; }


/* presentazione */

body.page-template-profilo main h3 { margin-top: 24px; margin-bottom: 0.17em; }

main img.fiaip { width: 280px; max-width: 100%; }


/* modulo contatti */


.wpcf7 { width: 100%; margin: 10px 0 0 0; padding: 0; float: left; clear: both; line-height: 1.5; text-align: left; }
.wpcf7 form, .wpcf7 form label, .wpcf7 form .wpcf7-form-control-wrap { width: 100%; float: left; clear: both; margin: 0; padding: 0; }

.wpcf7 form label { font-size: 100%; font-weight: 600; margin-bottom: 6px; }
.wpcf7 form .wpcf7-form-control-wrap label { font-size: 100%; margin-bottom: 0; }
.wpcf7 form p { margin: 0 0 32px 0; }
.wpcf7 p:last-of-type { text-align: center; margin-bottom: 8px; }
.wpcf7 form p strong { margin-top: 8px; display: block; }

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea, .wpcf7 select, form input[type="radio"], form input[type="checkbox"] {
    width: 100%;
    float: left;
    margin: 0;
	padding: 12px;
	border: none;
    border: 1px solid #F0EEE9;
	background: #FFF;
	font-family: effra-cc, sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-stretch: normal;
	color: #222;
	font-size: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
	}
#cta .wpcf7 .wpcf7-text, #cta .wpcf7 .wpcf7-textarea, #cta .wpcf7 select, #cta form input[type="radio"], #cta form input[type="checkbox"] { background: #e6e4e4; border-bottom: none; padding-left: 10px; }
.wpcf7 .wpcf7-textarea { height: 200px; }

::placeholder { color: #777; opacity: 1; } /* Firefox */
::-ms-input-placeholder { color: #777; } /* Edge 12 -18 */
#cta ::placeholder { color: #777; } /* Firefox */
#cta ::-ms-input-placeholder { color: #777; } /* Edge 12 -18 */

form input[type="radio"], form input[type="checkbox"] {
	font-family: effra-cc, sans-serif;
    float: left;
    clear: both;
    width: 15px;
    height: 15px;
    margin: 4px 13px 0 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}	
.wpcf7 form label input[type="radio"], .wpcf7 form label input[type="checkbox"], .wpcf7 form .wpcf7-list-item-label { font-family: effra-cc, sans-serif; font-weight: 400; }	

.wpcf7 form [class^="wpcf7-form-control-wrap acceptance-"], .wpcf7 form [class*="wpcf7-form-control-wrap acceptance-"] { width: auto; position: relative; margin-top: 0; margin-right: 5px; }
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label { width: calc(100% - 28px); margin: 0; padding: 0; float: left; }

.wpcf7 .wpcf7-list-item { width: 100%; float: left; clear: both; margin: 0; padding: 0; }

span.wpcf7-not-valid-tip { font-size: 95%; font-weight: 500; float: left; width: 100%; margin-top: 2px; color: #D62927; }
.wpcf7 form .wpcf7-response-output, .wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
	padding: 12px 20px;
	border: 2px solid #D62927; background: #FFF;
	color: #222;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
	}

.wpcf7 form.sent .wpcf7-response-output { border-color: #54B65C; }
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: #D62927; }

.wpcf7 .ajax-loader { display: none; }
.wpcf7-spinner { width: 100%; margin: 0; }


/*-----------------------------------------------------------------------------------------------
   CTA
-----------------------------------------------------------------------------------------------*/

#cta { width: 100%; margin: 0; padding: 135px 0 150px 0; float: left; background-image: url("images/PrestigeInvestment_fotocta.jpg");
	background-size: cover; background-position: center center; }

#cta, #cta h5 { color: #F6F2ED; }
#cta h5 { margin-bottom: 0.6em; }

#cta h5, #cta p { text-shadow: 0px 0px 10px #000; }
#cta a.btn { box-shadow: 0px 0px 5px #000; }


/*-----------------------------------------------------------------------------------------------
   footer
-----------------------------------------------------------------------------------------------*/

footer { width: 100%; margin: 0; padding: 25px 0 0 0; float: left; font-size: 84%; }

footer .PrestigeInvestment_logo { margin-bottom: 14px; }
footer .PrestigeInvestment_logo span { font-size: 1000%; }

footer h6 { font-size: 110%; margin-bottom: 0.2em; }
footer img { width: 190px; max-width: 80%; float: right; }

footer ul.socials_list { width: 100%; float: left; margin: 10px 0 0 0; padding: 0; font-size: 160%; }
footer ul.socials_list li { width: auto; float: left; display: inline-block; margin: 0 14px 0 0; padding: 0; list-style-type: none; }
footer ul.socials_list li a, footer ul.socials_list li a:hover { text-decoration: none; }

footer .footer_logos img { width: auto; clear: none; margin: 0 15px 15px 0; }

footer .copy { margin-top: 93px; padding: 37px 0 34px 0; font-size: 87%; border-top: 1px solid rgba(182, 161, 143, 0.5); }
footer .copy br { display: none; }

footer a, footer a:hover { color: #423A31; text-decoration: underline; text-underline-offset: 0.15em; text-decoration-color: #8D7C68; text-decoration-thickness: 0.07em; font-weight: 500; }
footer a:hover { color: #B2842E; text-decoration-color: #D9B36C; }





/*
===========================================================================================
	media queries
===========================================================================================
*/


/* navigator */
@media only screen and (max-width:800px) {

	header .mobileNav { display: block; width: 30px; float: right; margin: 12px 0 0 0; }
	header .nav-container { width: 100%; margin: 20px 0 0 0; padding: 20px 0 13px 0; float: left; display: none; background: #fff; border-radius: 5px; }
	
	header .mobileNav .hamburger {
		margin: 0;
		width: 30px;
		height: 20px;
		position: relative;
		transition: all 0.5s;
		}

	header .mobileNav .hamburger .bar {
		padding: 0;
		width: 30px;
		height: 2px;
		background-color: #222;
		display: block;
		position: absolute; 
		transition: all 0.3s ease-in-out;
		}

	header .mobileNav .hamburger .bar1 { top: 0; }
	header .mobileNav .hamburger .bar2, header .mobileNav .hamburger .bar3 { top: 9px; }
	header .mobileNav .hamburger .bar4 { bottom: 0; }
		
	header .mobileNav .hamburger:hover { cursor: pointer; }

	header .mobileNav a.close .hamburger .bar1, header .mobileNav a.close .hamburger .bar4 { background-color: transparent; }
	header .mobileNav a.close .hamburger .bar2, header .mobileNav a.close .hamburger .bar3 { width: 30px; }
	header .mobileNav a.close .hamburger .bar2 { transform: rotate(45deg) translate(-1px, 0px); }
	header .mobileNav a.close .hamburger .bar3 { transform: rotate(-45deg) translate(0px, -1px); }
	
	header nav.navigator { width: 100%; margin: 0; padding: 20px 0 15px 0; float: left; clear: both; border-bottom: 1px solid rgba(182, 161, 143, 0.3); display: none; }
	body.home header nav.navigator { border-bottom-color: rgba(182, 161, 143, 0); }

	header nav.navigator ul.main_nav { width: 100%; text-align: center; display: block; }
	header nav.navigator ul.main_nav li { width: 100%; float: left; clear: both; margin: 0 0 10px 0; }
	header nav.navigator ul.main_nav a { display: inline-block; }	
		
}


/* adattamento contenuti */

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

	.col_2-3 { width: 94.3%; }
	.col_2-3 + .col_1-3 { width: 94.3%; margin-top: 50px; text-align: center; }

	header .PrestigeInvestment_logo span, footer .PrestigeInvestment_logo span { font-size: 800%; }
	
	body:not(.home) main { padding-top: 16px; padding-bottom: 40px; }
	main .band, article .band, footer .band { padding: 72px 0 60px 0; }
	main .title, article .title { padding-bottom: 68px; }	
	
	body.home main h1, #cta h5, body.page-template-profilo main h1 { font-size: 280%; }

	body.home main h2 { font-size: 236%; }
	body.home main h3 { font-size: 120%; }

	body:not(.home):not(.page-template-profilo) main h1, article h1, body.page-template-profilo main h2 { font-size: 236%; }
	main .entry-content h2, article .entry-content h2, main .immobili_list .immobile_single h2 { font-size: 170%; }
	main .entry-content h3, article .entry-content h3, .form_contatti h3 { font-size: 140%; }
	
	body.home main .col_1-2 { margin-top: 100px; }
	
	main .immobili_filter { margin-bottom: 52px; }
	main .immobili_filter select { width: 350px; }
	
	main .immobili_list .immobile_single img, main .immobili_list .immobile_single .text { width: calc((100% - 30px) / 2); }
	main .immobili_list .immobile_single .text { margin-left: 30px; }
	main .immobili_list .immobile_single:nth-child(n+2) { margin-top: 23px; }
	
	ul.caratteristiche_principali { column-gap: 10px; }

	main .pagination.desk { display: none; }
	main .pagination.mobile { display: block; }

	body.page-template-contatti main .gmap iframe { height: 600px; }

	a.btn, .wpcf7 .wpcf7-submit { padding-left: 100px; padding-right: 100px; }
	
	#cta { padding: 120px 0 135px 0; }
	#cta a.btn { padding: 29px 100px 25px 100px; margin-top: 40px; }

}


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

	body { font-size: 100%; }

	.col_1-2 { width: 94.3%; }
	.col_1-2:not(:first-child), main .col_1-2 + .col_1-1 { margin-top: 30px; }
	.col_1-1 + .col_1-2 { margin-top: 0; }

	.col_1-4 { width: 44.3%; }
	
	header .PrestigeInvestment_logo span, footer .PrestigeInvestment_logo span { font-size: 700%; }
	
	body.home main h1, #cta h5, body.page-template-profilo main h1 { font-size: 250%; }

	body.home main h1 { margin-top: 1.6em; margin-bottom: 0; }
	body.home main h2 { font-size: 210%; }
	body.home main h3 { font-size: 110%; }
	
	body.home main .col_1-2, body.home main .col_1-2:nth-child(-n+3) { margin-top: 50px; }
	body.home main .col_1-2:nth-child(6) { margin-top: 0; }
	body.home main .col_1-2 img { margin-top: 0; }
	
	body.home main ol:first-child li:first-child { margin-top: 1.5em; }

	article .gallery .gallery_main .gallery_prev, article .gallery .gallery_main .gallery_next { width: 78px; height: 78px; }
	article .gallery .gallery_main .gallery_prev span, article .gallery .gallery_main .gallery_next span { font-size: 300%; }

	article .gallery .gallery_thumbs img { width: calc((100% - 40px) / 5); }

	body.page-template-profilo main .col_1-2.team { margin-top: 50px; }

	body.page-template-contatti main .gmap iframe { height: 500px; }
	
	a.btn, .wpcf7 .wpcf7-submit { padding-left: 80px; padding-right: 80px; }

	#cta { padding: 100px 0 110px 0; }
	#cta a.btn { padding: 22px 80px 18px 80px; margin-top: 25px; }
	
	footer .copy br { display: block; }
		
}


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

	.col_1-3 { width: 94.3%; }
	
	body.home main h1 br { display: none; }

	main .immobili_filter select { width: 450px; margin-left: 0; margin-top: 15px; clear: both; }
	
	main .pagination { font-size: 110%; text-align: center; margin-top: 70px; }
	main .pagination .col { width: 100%; }
	main .pagination .next { text-align: center; margin-top: 14px; }
	
	article ul.caratteristiche_principali { column-count: 2; }
	
	article ul.caratteristiche li { width: 100%; }
	article ul.caratteristiche li:nth-child(2) { padding-top: 15px; }
	article ul.caratteristiche li:nth-child(odd) { margin-right: 0; }
	
	article ul.caratteristiche li .title { width: calc(45% - 10px); }
	article ul.caratteristiche li .value { width: 55%; }

	footer .PrestigeInvestment_logo { margin-bottom: 25px; }	
	footer .col_1-3:nth-child(n+3) { margin-top: 35px; }	
	footer img { float: left; }
	
	footer .copy { margin-top: 60px; padding: 16px 0 17px 0; }	
	
}


@media only screen and (max-width:600px) {
	
	main .immobili_list .immobile_single img, main .immobili_list .immobile_single .text { width: 100%; }
	main .immobili_list .immobile_single .text { margin-left: 0; margin-top: 15px; }

	article .gallery .gallery_thumbs img { width: calc((100% - 30px) / 4); }
	
	main .form_contatti, article .form_contatti { padding: 29px 33px 13px 33px; } 
	
}


@media only screen and (max-width:500px) {
	
	body:not(.home) main { padding-top: 10px; padding-bottom: 20px; }
	main .band, article .band, footer .band { padding: 52px 0 40px 0; }
	main .title, article .title { padding-bottom: 58px; }	

	body.home main h1, #cta h5, body.page-template-profilo main h1 { font-size: 220%; }

	body.home main h2 { font-size: 180%; }

	body:not(.home):not(.page-template-profilo) main h1, article h1, body.page-template-profilo main h2 { font-size: 214%; }
	main .immobili_list .immobile_single h2 { font-size: 153%; }
	
	body.home main .col_1-2, body.home main .col_1-2:nth-child(-n+3) { margin-top: 40px; }
	body.home main .col_1-2:nth-child(6) { margin-top: 0; }
	body.home main .col_1-2 img { margin-top: 0; }
	
	body.home main ol:first-child li:first-child { margin-top: 1.5em; }

	main .immobili_filter, body.page-template-profilo main .col_1-2.team h3 { font-size: 126%; }
	
	article .gallery .gallery_main .gallery_prev, article .gallery .gallery_main .gallery_next { width: 50px; padding: 15px 5px; }
	article .gallery .gallery_main .gallery_prev span, article .gallery .gallery_main .gallery_next span { font-size: 250%; }

	a.btn, .wpcf7 .wpcf7-submit { padding-left: 60px; padding-right: 60px; }

	#cta { padding: 80px 0 90px 0; }
	#cta a.btn { padding: 16px 60px 12px 60px; margin-top: 15px; }
		
}


@media only screen and (max-width:470px) {
	
	.col_1-4 { width: 94.3%; }

	article .gallery .gallery_thumbs img { width: calc((100% - 20px) / 3); }
	
	body.page-template-contatti main .gmap iframe { height: 400px; }

	a.btn, .wpcf7 .wpcf7-submit { padding-left: 40px; padding-right: 40px; }
	
}


@media only screen and (max-width:375px) {
	
	article ul.caratteristiche_principali { column-count: 1; }
	article ul.caratteristiche li .title, article ul.caratteristiche li .value { width: 100%; }
	article ul.caratteristiche li .title { margin-right: 0; margin-bottom: 6px; }

	body.page-template-profilo main .col_1-2.team .single_team { width: 100%; }
	body.page-template-profilo main .col_1-2.team .single_team:first-child { margin-right: 0; margin-bottom: 30px; }
	body.page-template-profilo main h3 { margin-top: 14px; }	
	
}





/*
===========================================================================================
	accessibilità
===========================================================================================
*/

.skip-link.screen-reader-text {
	position: absolute;
	top: 10px; left: 10px;
	background: #E92B0A; color: #FFF;
	padding: 10px 24px;
	z-index: 1000;
	text-decoration: none;
	font-family: "Red Hat Display", sans-serif; font-weight: 500;
	transition: top 0.3s ease;
	}
.skip-link.screen-reader-text:focus { top: 10px; }

/* Visual focus shown only when navigating via keyboard (accessibility helper) */
body:not(.using-mouse) button:focus, body:not(.using-mouse) a:focus, body:not(.using-mouse) input:focus, body:not(.using-mouse) textarea:focus, body:not(.using-mouse) select:focus {
	outline: 2px dashed #FF9D00;
	outline-offset: 3px;
	border-radius: 4px;
	}
/* Facoltativo: rimuove completamente l'outline quando cliccato */
body.using-mouse button:focus, body.using-mouse a:focus, body.using-mouse input:focus, body.using-mouse textarea:focus, body.using-mouse select:focus { outline: none; }

