/*
Theme Name: settembrini
Author: RTMlab
Author URI: http://rtmlab.it/
Version: 1.0.0
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

@import url(http://fonts.googleapis.com/css?family=Oswald|Asap:400,700|Open+Sans:300,800);

a, h2, h1, li, button, .selezione
{
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}
a.noTransition {
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.overlayFoto, .titFoto, .testoFoto
{
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}
ul.nav-menu
{
transition: height 0.6s;
-moz-transition: height 0.6s;
-webkit-transition: height 0.6s;
-o-transition: height 0.6s;
}
.galleryPage .item
{
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.photo-section .foto4 img, .photo-section .foto2 img, .custombg, .imgPost img
{
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.boxEvento img, .singolaFoto img, .boxImg img
{
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
.figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-weight: 400;
}


a {
	text-decoration: none;
	color: #B6995F;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
	font-family: 'Oswald', sans-serif;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 14px;
}
.entry-content p, .entry-content li, .entry-content em, .entry-content a {
	font-size: 15px;
	line-height: 25px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

.figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}


hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #4c8fc3;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #4c8fc3;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #3994b4;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #54b1d1;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
.figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
.figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	display: none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_settembrini_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_settembrini_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */



/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
}

.widget a:hover {
	color: #41a62a;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_settembrini_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_settembrini_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_settembrini_ephemera .entry-title,
.widget_settembrini_ephemera .entry-meta,
.widget_settembrini_ephemera .wp-caption-text,
.widget_settembrini_ephemera .post-format-archive-link,
.widget_settembrini_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_settembrini_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_settembrini_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_settembrini_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_settembrini_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_settembrini_ephemera .entry-content ul,
.widget_settembrini_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_settembrini_ephemera .entry-content ul {
	list-style: disc;
}

.widget_settembrini_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_settembrini_ephemera .entry-content li > ul,
.widget_settembrini_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_settembrini_ephemera .entry-content th,
.widget_settembrini_ephemera .entry-content td {
	padding: 6px;
}

.widget_settembrini_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_settembrini_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_settembrini_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_settembrini_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_settembrini_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_settembrini_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_settembrini_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_settembrini_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_settembrini_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_settembrini_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_settembrini_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_settembrini_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_settembrini_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_settembrini_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_settembrini_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_settembrini_ephemera .post-format-archive-link {
	font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */



/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 15px;
	position: relative;
	text-indent: -999em;
	width: 17px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}

.slider-control-paging a:hover:before {
	background-color: #000;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #000;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 20.0 CUSTOM RULES
 * -----------------------------------------------------------------------------
 */
html, body {
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	color: #f2eee6;
	position: relative;
	height: auto;
}

.clr {
	float: none;
	clear: both;
}

p {
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 15px;
	line-height: 25px;
}

#masthead {
	display: block;
	width: 100%;
	height: 100px;
	/* position: fixed;
	top: 0; */
	position: absolute;
	background-color: rgba(241,241,241,0.7);
	z-index: 10;
}
.home #masthead {
	background-color: rgba(241,241,241,1);
	
}
#masthead .header-main {
	display: block;
	height: 100%;
}

#masthead .header-main .site-title {
	display: block;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#masthead .header-main .phone {
	display: block;
	width: 130px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 21px;
}
#masthead .header-main .phone span {
	display: block;
	width: 30px;
	height: 30px;
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/iconPhone.png);
	background-repeat: no-repeat;
	float: left;
	background-size: 100%;
}
#masthead .header-main .phone p {
	float: left;
	margin: 0 0 0 3px;
	padding-top: 5px;
	color: #555555;
}
#masthead .header-main .phone a {
	color: #555555;
}
#masthead .header-main .socialLang {
	display: block;
	width: 115px;
	/*width: 200px;*/
	height: 40px;
	position: absolute;
	right: 0;
	top: 21px;
}
#masthead .header-main .socialLang .social {
	display: block;
	width: 135px;
	float: none;
	clear: both;
}
#masthead .header-main .site-title .socialLang .socialFb, #masthead .header-main .site-title .socialLang .socialInstagram {
	display: block;
	width: 49px;
	height: 49px;
	float: left;
	text-indent: -9999px;
	background-position: center top;
	margin-right: 15px;
}
#masthead .header-main .site-title .socialLang .socialFb {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/socialFb.png);
}
#masthead .header-main .site-title .socialLang .socialInstagram {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/socialInstagram.png);
}
#masthead .header-main .site-title .socialLang .socialFb:hover, #masthead .header-main .site-title .socialLang .socialInstagram:hover {
	background-position: center -53px;
}
.home #masthead .header-main .site-title {
	height: 100px;
}
#masthead .header-main .site-title a.logo {
	display: block;
	width: 200px;
	background-image: url("https://www.viasettembrini.com/wp-content/themes/settembrini/images/logo.png");
	text-indent: -99999px;
	text-decoration: none;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 2%;
	height: 80px;
	background-position: center center;
}
.home #masthead .header-main .site-title a {
}
#masthead .header-main .socialIcons {
	display: block;
	position: absolute;
	right: 0px;
	top: 22px;
	width: 110px;
}
#masthead .header-main .socialIcons a {
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}
#masthead .header-main .socialIcons a:hover {
	opacity: 0.7;
}
#masthead .header-main .socialIcons a.fb {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/iconFacebook.png);
}
#masthead .header-main .socialIcons a.ist {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/iconInstagram.png);
}
#masthead .header-main .socialIcons a.tw {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/iconTwitter.png);
}
.socialIconsFooter {
	display: block;
	width: 150px;
	height: 26px;
	margin: 0px auto 28px;
	text-align: center;
}
.socialIconsFooter a {
	display: inline-block;
	width: 26px;
	height: 26px;
	padding: 0 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}
.socialIconsFooter a.fb {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/iconFacebookF.png);
}
.socialIconsFooter a.ist {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/iconInstagramF.png);
}
.socialIconsFooter a.tw {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/iconTwitterF.png);
}
.socialIconsFooter a:hover {
	opacity: 0.7;
}

#masthead .header-main #primary-navigation {
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	background-color: rgba(241,241,241,1);
	border-bottom: none;
	bottom: 0;
	z-index: 10;
}
.home #masthead .header-main #primary-navigation {
	background-color: rgba(241,241,241,1);
}
#masthead .header-main #menuBtn {
	display: none;
}
ul.nav-menu {
	display: block;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 30px;
	font-size: 0;
}
ul.nav-menu li {
	list-style-type: none;
	width: auto;
	display: inline-block;
	padding-top: 0;
  	height: 100%;
  	box-sizing: border-box;
	  position: relative;
}
.home ul.nav-menu li#menu-item-24 {
	display: none;
}

ul.nav-menu li a {
	  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 12px 5px;
  margin: 0;
  color: #000;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
ul.nav-menu li#menu-item-34 a {
	color: #305233;
}
ul.nav-menu li#menu-item-621 a {
	font-weight: 700;
	color: #8C8575;
}
ul.nav-menu li > a:hover, ul.nav-menu li#menu-item-34 > a:hover, ul.nav-menu li.current-menu-item > a, ul.nav-menu li#menu-item-34.current-menu-item > a, ul.nav-menu li.current-menu-parent > a, ul.nav-menu li.current-menu-ancestor > a, ul.nav-menu li.current-page-parent > a, ul.nav-menu li.current_page_parent > a, ul.nav-menu li.current_page_ancestor > a, ul.nav-menu li.current-page-ancestor > a {
	color: #FFFFFF;
	background-color: #1b2234;
}
/* --------------- SOTTO MENU -------------------- */
ul.nav-menu li ul.sub-menu {
	height: auto;
	width: 195px;
  	max-height: 0;
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:rgba(241, 241, 241, 0.7);
	overflow: hidden;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  
}
.home ul.nav-menu li ul.sub-menu{
	background-color:rgbargba(241, 241, 241, 0.7);
}
ul.nav-menu li ul.sub-menu li{
	width: 100%;
	background-color:rgba(241, 241, 241, 0.7);
}
.home ul.nav-menu li ul.sub-menu li{
	background-color:rgba(241, 241, 241, 0.7);
}
ul.nav-menu li:hover ul.sub-menu {
	  max-height: 150px;
}
/* ---- FINE ------ SOTTO MENU -------------------- */
/* ------------- HOME ------------- */
.home #corpo {
	padding-top: 100px;
}
#intro {
	position: relative;
}
#intro h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 40px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
#intro .homeBtn-container {
	display: block;
	width: 100%;
	height: 75px;
	position: absolute;
	bottom: 78px;
}
#intro .box-home {
	display: block;
	box-sizing: border-box;
	width: 33%;
	float: left;
	text-align: center;
}
#intro .box-home.box1 {
	width: 43%;
}
#intro .box-home.box2 {
	width: 14%;
}
#intro .box-home.box3 {
	width: 43%;
}
#intro .box-home a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	width: 140px;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #e0be14;
	margin: 0 auto;
	padding: 15px 10px;
	font-weight: 700;
	font-size: 20px;
}
#intro .box-home a:hover {
	background-color: #e0be14;
}
#intro .scrollDown {
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	z-index: 8;
}
#intro .scrollDown span {
	display: block;
	width: 60px;
	height: 30px;
	margin: 0 auto;
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/scorllDownBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.plus-btn {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/circle.png);
	background-size: cover;
}
.plus-btn a {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	width: 100%;
	text-align: center;
	height: 20px;
	padding-top: 50px;
}
.photo-section {
	position: relative;
}
.photo-section .foto4 {
	display: block;
	width: 50%;
	height: 50%;
	position: relative;
	overflow: hidden;
	float: left;
	background-color: #000;
}
.photo-section .plus-btn {
	right: 47%;
	bottom: auto;
	top: 44%;
	width: 105px;
	z-index: 8;
	
	position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%); /* IE 9 */
      -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	  width: 105px;
	  height: 105px;


	background-size: 113px auto;
	background-repeat: no-repeat;
	background-position: center center;

}
.photo-section .foto2 {
	display: block;
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	background-color: #000;
}
.photo-section .foto4 img, .photo-section .foto2 img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}
.photo-section .foto4 .custombg {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.photo-section .foto4 img {
	width: auto;
	height: auto;
	opacity: 0;
}
.photo-section .foto4:hover img, .photo-section:hover .foto2 img, .photo-section .foto4:hover .custombg {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.photo-section .foto4 .titFoto, .photo-section .foto2 .titFoto {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-weight: 300;
	z-index: 4;
	position: absolute;
	top: 35%;
	font-family: "Helvetica Neue", Helvetica, 'Open Sans';
	text-shadow: 1px 1px 5px #000;
}
.photo-section .testoFoto {
	/*display: block;*/
	display: none;
	width: 50%;
	height: auto;
	text-align: center;
	position: absolute;
	z-index: 3;
	left: 25%;
	top: 52%;
	color: #fff;
	padding-top: 30px;
	box-sizing: border-box;
	border-top: 2px solid #deb200;
	opacity: 0;
}
.overlayFoto {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
}
.photo-section .foto4:hover .overlayFoto, .photo-section .foto2:hover .overlayFoto, .photo-section .foto4:hover .testoFoto, .photo-section .foto2:hover .testoFoto {
	/*opacity: 1;*/
}
.photo-section .foto4:hover .titFoto, .photo-section .foto2:hover .titFoto {
	/*top: 40%;*/
}

#blogHome, #serviziHome {
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px 0;
}
#blogHome .content h3 {
	color: #444;
}
#blogHome p, #serviziHome p {
	padding: 0 4%;
}
#blogHome {
	background-color: #fff;
}
#blogHome .content h1 {
	font-family: "Oswald",sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: #b6995f;
}
#blogHome .content .imgLarge {
	margin: 50px 0 35px;
	display: block;
	height: 400px;
	overflow: hidden;
}
#serviziHome {
	background-color: #e4ddcb;
}
#serviziHome .content, #blogHome .content {
	display: block;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
#serviziHome .content h1 {
	color:#67553f;
	font-family: "Oswald",sans-serif;
	font-size: 40px;
	font-weight: 400;
}
#serviziHome .content h3 {
	color:#444;
	background-color: #E4DDCB;
	font-family: "Oswald",sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-top: 90px;
	margin-bottom: 35px;
	text-align: center;
	display: inline-block;
	max-width: 540px;
	width: auto;
	padding: 0px 20px;
	margin: 60px auto 15px;
	z-index: 3;
	position: relative;
}
#serviziHome .content span.riga {
	display: block;
	width: 30%;
	height: 2px;
	background-color: #000;
	margin: -30px auto 40px;
	z-index: 2;
	position: relative;
	text-indent: -9999px;
}
#serviziHome .imgContainer, #blogHome .imgContainer  {
	display: block;
	width: 100%;
	height: 110px;
	margin-top: 35px;
}
#serviziHome .imgContainer .boxImg, #blogHome .imgContainer .boxImg {
	display: inline-block;
	width: 10%;
	height: 100%;
	overflow: hidden;
	margin: 0px 1%;
}
#serviziHome .imgContainer .boxImg img, #blogHome .imgContainer .boxImg img {
	width: 100%;
	height: auto;
}
#serviziHome .imgContainer .boxImg:hover img, #blogHome .imgContainer .boxImg:hover img {
	/*opacity: 0.6;*/
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
#serviziHome .fotoBoxHome {
	display: block;
	width: 100%;
	height: 320px;
	margin-top: 35px;
}
#serviziHome .fotoBoxHome .singolaFoto {
	display: block;
	width: 32%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#serviziHome .fotoBoxHome .singolaFoto.fotoMiddle {
	margin: 0 2%;
}
#serviziHome .fotoBoxHome .singolaFoto img {
	min-width: 100%;
	height: auto;
}
#serviziHome .fotoBoxHome .singolaFoto:hover img {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
#serviziHome .fotoBoxHome .singolaFoto .titFoto {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 45px;
	color: #FFF;
	font-weight: 300;
	z-index: 4;
	position: absolute;
	top: 38%;
	font-family: "Helvetica Neue", Helvetica, 'Open Sans';
	text-shadow: 1px 1px 5px #000;
}
	
section.contactSection {
	display: block;
	width: 100%;
	height: 300px;
	background-image: url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/bgContact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.page-id-7 section.contactSection, .page-id-25 section.contactSection {
	display: none;
}
section.contactSection .content {
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding-top: 65px;
}
section.contactSection .titoloFooter {
	display: block;
	width: 550px;
	float: none;
	clear: both;
	margin: 0 auto;
}
section.contactSection .titoloFooter span {
	display: block;
	width: 20%;
	float: left;
	height: 2px;
	background-color: #d9b521;
}
section.contactSection .titoloFooter h2 {
	display: block;
	width: 60%;
	float: left;
	clear: none;
	margin-top: -10px;
}
section.contactSection p {
	color: #fff;
	margin: 15px auto 30px;
}
section.contactSection .footerBox a, section.contactSection .footerBox a:visited, section.contactSection .footerBox a:link {
	text-transform: uppercase;
	color: #e59506;
	display: block;
	width: 160px;
	background-color: rgba(255,255,255,0);
	border: 2px solid #e59506;
	margin: 0 auto;
	padding: 15px 10px;
	font-weight: 700;
	font-size: 20px;
}
section.contactSection .footerBox a:hover {
	background-color: #e59506;
	color: #fff;
	border: 2px solid #fff;
}
	
footer#colophon {
	display: block;
	width: 100%;
	height: auto;
	background-color: #242424;
	padding: 12px 0;
}
footer .loghi {
	display: block;
	width: 1067px;
	margin: 30px auto 10px;
}
footer#colophon p {
	text-align: center;
	color: #fff;
	line-height: 10px;
	margin: 8px 0px 0px;
	font-size: 12px;
}
footer#colophon a {
	color: #727272;
}
footer#colophon a:hover {
	color: #fff;
}
footer#colophon p span {
	color: #727272;
}
footer .socialFooter {
	display: block;
	width: 183px;
	margin: 0 auto;
}
footer .socialFooter a {
	display: block;
	width: 40px;
	height: 60px;
	float: left;
	text-indent: -9999px;
	margin: 0 10px;
}
footer .socialFooter a.fbFooter:hover, footer .socialFooter a.instagramFooter:hover {
	background-position: center -41px;
}
footer .socialFooter a.fbFooter, footer .socialFooter a.instagramFooter {
	display: block;
	width: 40px;
	height: 40px;
	background-size: 100%;
	margin-top: 15px;
}
footer .socialFooter a.fbFooter {
	background-image: url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/socialFbFooter.png);
	background-position: center top;
}
footer .socialFooter a.instagramFooter {
	background-image: url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/socialInstagramFooter.png);
	background-position: center top;
}
footer .socialFooter a.locationFooter {
	background-image: url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/iconLocation.jpg);
}
footer .socialFooter a.locationFooter:hover {
	background-position: center -60px;
}

/* ------------- PAGINA INTERNA AA ------------- */
.paginaTipo.tipoaa {
}
.paginaTipo.tipoaa h2 {
  font-size: 18px;
  margin-top: 5px;
 }
 .paginaTipo.tipoaa .parte-1 h2 {
 }
 .paginaTipo.tipoaa p {
 line-height: 27px !important;
 }
.paginaTipo.tipoaa article {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
	min-height: 800px;
}
.paginaTipo.tipoaa article.parte-0 {
}
.paginaTipo.tipoaa article.parte-2 {
	background-color: #000;
}
.paginaTipo.tipoaa header {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.paginaTipo.tipoaa article.parte-2 header {
	display: table;
	width: 50%;
	box-sizing: border-box;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.paginaTipo.tipoaa .figure, .paginaTipo.tipoaa .post-thumbnail {
	display: block;
	width: 100%;
	height: 100%;
}
.paginaTipo.tipoaa article.parte-2 .figure {
	display: table;
	
}
.tipoaa article .figure img {
	display: none;
}
.tipoaa article.parte-2 .figure img {
	display: block;
}
.tipoaa .custombg {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.paginaTipo.tipoaa article.parte-2 .custombg {
	display: table;
}
.paginaTipo.tipoaa .contentPage {
	display: block;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}
.paginaTipo.tipoaa article.parte-1 .contentPage {
	padding-top: 0;
	height: 100%;
}
.paginaTipo.tipoaa article.parte-2 .contentPage {
	display: block;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	float: left;
	position: relative;
	z-index: 2;
}

.paginaTipo.tipoaa .contentPage .contenuto {
	display: block;
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
}
.paginaTipo.tipoaa .parte-1 .contentPage .contenuto {
	height: 100%;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto {
	width: 70%;
	padding-bottom: 100px;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto p {
	color: #fff;
	text-align: center;
}
.paginaTipo.tipoaa .contentPage .contenuto .textBg {
	display: block;
	width: 750px;
	height: auto;
	background-color: rgba(255,255,255,0.7);
	color:#000;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
	font-family: "Asap",sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 15px;
	line-height: 25px;
}
.paginaTipo.tipoaa .contentPage .contenuto .txtBorder {
	display: block;
	width: 750px;
	height: auto;
	padding: 5px;
	color:#000;
	margin: 0 auto;
	border: 2px solid rgba(255,255,255,0.7);
}
.paginaTipo.tipoaa .parte-1 .contentPage .contenuto .textBg {
	display: table;
	width: 750px;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	color:#fff;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 20px 100px;
	font-family: "Asap",sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}
.paginaTipo.tipoaa .parte-1 .contentPage .contenuto .textBg p {
	font-family: "Asap",sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.paginaTipo.tipoaa .parte-0 .contentPage .contenuto h1 {
	font-weight: 700;
	font-size: 45px;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 5%;
	text-shadow: 1px 1px 2px #000;
	font-family: 'Oswald', sans-serif;
}
.paginaTipo.tipoaa .parte-0 .contentPage .contenuto .contenitoreImg {
	display: block;
	width: 100%;
	height: 20%;
	overflow: hidden;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto p.txtSmall {
	display: block;
	float: left;
	width: 60%;
	margin-left: 8%;
	padding-top: 8%;
	margin-bottom: 9%;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto ul {
	padding: 0;
	margin: 0;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto ul li {
	list-style-type: none;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	margin: 10px 0;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto ul li:hover {
    color: #000;
}

.paginaTipo.tipoaa .parte-0 .eventiContainer {
	display: block;
	width: 100%;
	height: 250px;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 2;
}
.paginaTipo.tipoaa .parte-0 .eventiContainer .boxEvento {
	display: block;
	width: 25%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1%;
	text-align: center;
}
.paginaTipo.tipoaa .parte-0 .eventiContainer .boxEvento img {
	height: 100%;
	width: auto;
	border-radius: 50%;
	margin: 0 auto;
}
.paginaTipo.tipoaa .parte-0 .eventiContainer .boxEvento:hover img {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}


/***** AGGIUNTA DI COSE CHE VUOLE RAFFAELLO ALLA PAGINA DI TIPO AA e TIPO BB ******/
.paginaTipo.tipoaa .contentPage .contenuto .imgContainer, .paginaTipo.tipobb .parte-0 .contentPage .contenuto .imgContainer {
	margin-top: 30px;
	display: block;
	width: 100%;
	height: 118px;
	overflow: hidden;
}
.paginaTipo.tipoaa .contentPage .contenuto .imgContainer .boxImg, .paginaTipo.tipobb .parte-0 .contentPage .contenuto .imgContainer .boxImg {
	width: 18%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 1%;
	height: 100%;
	background-color: #fff;
}
.paginaTipo.tipoaa .contentPage .contenuto .imgContainer .boxImg img, .paginaTipo.tipobb .parte-0 .contentPage .contenuto .imgContainer .boxImg img {
	
	/*outline: 1px solid rgba(255,255,255,0.4);
  	outline-offset: -6px;*/
	height: auto;
	width: 100%;
	margin: 0px auto;
	opacity: 1;
}
.paginaTipo.tipoaa .contentPage .contenuto .imgContainer .boxImg:hover img, .paginaTipo.tipobb .parte-0 .contentPage .contenuto .imgContainer .boxImg:hover img {
	/*opacity: 0.6;*/
	outline: 1px solid rgba(255,255,255,0);
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
/***** FINE - AGGIUNTA DI COSE CHE VUOLE RAFFAELLO ALLA PAGINA DI TIPO AA ******/

/* ------------- PAGINA INTERNA BB ------------- */
.paginaTipo.tipobb {
}
.paginaTipo.tipobb article {
	/*display: table;*/
	width: 100%;
	height: 100%;
	background-color: #f2eee6;
	position: relative;
	/*min-height: 800px;*/
}
.paginaTipo.tipobb article.parte-0 {
}
.paginaTipo.tipobb article.parte-1 {
	padding-bottom: 45vh;
	min-height: 45vh;
}
.paginaTipo.tipobb article.parte-2 {
	background-color: #6d685c;
	min-height: 800px;
}
.paginaTipo.tipobb header {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.paginaTipo.tipobb article.parte-2 header {
	display: table;
	width: 50%;
	box-sizing: border-box;
	float: left;
	height: 100%;
	overflow: hidden;
	/*position: relative;*/
	position: static;
	z-index: 1;
}
.paginaTipo.tipobb .figure, .paginaTipo.tipobb .post-thumbnail {
	display: table;
	width: 100%;
	height: 100%;
}
.tipobb article .figure img {
	/*display: none;*/
}
.tipobb .custombg {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.tipobb .parte-1 .wp-post-image {
	width: 100%;
}
.paginaTipo.tipobb .contentPage {
	display: block;
	/*position: relative;*/
	z-index: 2;
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}
.paginaTipo.tipobb article.parte-0 .contentPage {
	position: relative;
}
.paginaTipo.tipobb article.parte-1 .contentPage {
	padding-top: 0;
	height: 100%;
	width: 100%;
}
.paginaTipo.tipobb article.parte-2 .contentPage {
	display: block;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	float: left;
	position: relative;
	z-index: 2;
	padding-bottom: 100px;
}

.paginaTipo.tipobb .contentPage .contenuto {
	display: block;
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
}
.paginaTipo.tipobb .parte-1 .contentPage .contenuto {
	height: 100%;
	width: 100%;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto {
	width: 70%;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto p {
	color: #fff;
	text-align: center;
}
.paginaTipo.tipobb .contentPage .contenuto .textBg {
	display: block;
	width: 750px;
	height: auto;
	background-color: rgba(255,255,255,0.7);
	color:#000;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
	font-family: "Asap",sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}
.paginaTipo.tipobb .contentPage .contenuto .txtBorder {
	display: block;
	width: 750px;
	height: auto;
	padding: 5px;
	color:#000;
	margin: 0 auto;
	border: 2px solid rgba(255,255,255,0.7);
}
.paginaTipo.tipobb .parte-1 .contentPage .contenuto .textBg {
	display: table;
	width: 750px;
	height: 100%;
	color:#000;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 20px 20px;
	font-family: "Asap",sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	background-color: transparent;
	position: relative;
	z-index: 3;
}
.paginaTipo.tipobb .parte-1 .contentPage .contenuto .textBg p {
	font-family: "Asap",sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 15px;
	line-height: 25px;
}
.paginaTipo.tipobb .parte-1 .contentPage .contenuto .textBg p strong, .paginaTipo.tipobb .parte-1 .contentPage .contenuto .textBg strong {
	color: #6c461e;
}
.paginaTipo.tipobb .parte-1 .contentPage .contenuto .textBg p h2, .paginaTipo.tipobb .parte-1 .contentPage .contenuto .textBg h2 {
	color: #444;
	font-size: 24px;
	margin-top: 60px;
	margin-bottom: 25px;
}
.paginaTipo.tipobb .parte-0 .contentPage .contenuto h1 {
	font-weight: 700;
	font-size: 45px;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 5%;
	text-shadow: 1px 1px 2px #000;
	font-family: 'Oswald', sans-serif;
}
.paginaTipo.tipobb .parte-0 .contentPage .contenuto .contenitoreImg {
	display: block;
	width: 100%;
	height: 20%;
	overflow: hidden;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto p.txtSmall {
	display: block;
	float: left;
	width: 60%;
	margin-left: 8%;
	padding-top: 8%;
	margin-bottom: 9%;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto ul {
	padding: 0;
	margin: 0;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto ul li {
	list-style-type: none;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	margin: 10px 0;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto ul li:hover {
    color: #000;
}

.paginaTipo.tipobb .parte-1 .imgContainer {
	display: block;
	width: 100%;
	height: 45vh;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #F2EEE6;
}
.paginaTipo.tipobb .parte-1 .imgContainer .boxImg {
	display: block;
	width: 25%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.paginaTipo.tipobb .parte-1 .imgContainer .boxImg img {
	height: auto;
	width: 100%;
	margin: 0 auto;
	opacity: 1;
}
.paginaTipo.tipobb .parte-1 .imgContainer .boxImg:hover img {
	/*opacity: 0.6;*/
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.paginaTipo.tipobb .parte-0 .eventiContainer .boxEvento:hover img {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

/* ENVIRA */

.envira-gallery-wrap {
	margin: 25px auto 10px !important;
}
.envirabox-skin {
   padding: 0 !important;
}
.envira-gallery-item {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

/* ------------ CONTATTI ---------------- */
.contactPage {
	background: #b2b2b2; /* Old browsers */
background: -moz-linear-gradient(top,  #b2b2b2 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b2b2b2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b2b2b2 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b2b2b2 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b2b2b2 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.contactPage article.parte-0 {
    padding-top: 100px;
}
.contactPage .contenuto {
	 display: block;
    width: 900px;
    box-sizing: border-box;
    margin: 0px auto;
    text-align: center;
    position: relative;
}
.contactPage .contenuto .cerchio {
	display: block;
	width: 140px;
	height: 140px;
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/imgCerchio.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 20px auto 10px;
}
.contactPage .contenuto .cerchio.smallCerchio {
	width: 80px;
	height: 80px;
	margin: 40px auto 40px;
}
.contactPage .parte-0 .contentPage .contenuto h1 {
    font-weight: 400;
    font-size: 35px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 6%;
    text-transform: uppercase;
    text-align: center;
}
.contactPage .parte-0 .contentPage .contenuto .illustrazione {
    display: block;
	width: 10%;
	position: absolute;
	right: 0%;
	top: 155px;
}
.contactPage .contentPage .contenuto span.rigaNera {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 15px auto;
    z-index: 2;
    position: relative;
    text-indent: -9999px;
}
.contactPage .contenuto  h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	display: block;
	width: 280px;
	margin: 15px auto;
	background-color: #e3e3e3;
	z-index: 3;
	position: relative;
}
.contactPage .contenuto span.riga {
	display: block;
	width: 70%;
	height: 2px;
	background-color: #000;
	margin: -27px auto 50px;
	z-index: 2;
	position: relative;
	text-indent: -9999px;
}
.contactPage .contenuto span.riga.gialla {
	background-color: #dfb301;
}
.contactPage .contenuto #contieniForm {
	width: 67%;
	float: left;
}
.contactPage .contenuto .contactInfo {
	width: 31%;
	float: left;
	text-align: left;
	padding-left: 2%;
	color:#6e6e6e;
}
.contactPage .contenuto .contactInfo p {
	color: #333;
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}
.contactPage .contenuto .contactInfo a, .contactPage .contenuto .contactInfo a:link, .contactPage .contenuto .contactInfo a:visited {
	color: #6e6e6e;
}
.contactPage .contenuto .contactInfo a:hover {
	color: #333;
}
.contactPage .contenuto .contactInfo .black {
	color: #666;
	font-weight: 700;
}
.contactPage .contenuto input {
	background-color: #f7f7f7;
	padding: 15px;
	border: 1px solid #a6a6a6;
	border-radius: 0px;
	font-family: 'Asap', sans-serif;
}
.contactPage .contenuto .form50 {
	display: block;
	width: 46%;
	float: left;
	padding: 0 2%;
	margin-top: 10px;
}
.contactPage .contenuto .largo {
		padding: 0 2%;
	margin-top: 10px;
}
.contactPage .contenuto textarea {
	font-family: 'Asap', sans-serif;
	background-color: #f7f7f7;
	border: 1px solid #a6a6a6;
	border-radius: 0px;
}
.contactPage .contenuto button#submit {
	text-transform: uppercase;
	color: #1B2234;
	display: block;
	width: 220px;
	background-color: rgba(255,255,2555,0);
	border: 2px solid #1B2234;
	margin: 50px 0px 0px 342px;
	padding: 15px 10px;
	font-weight: 700;
	font-size: 20px;
}
.contactPage .contenuto button#submit:hover {
	background-color: #1B2234;
	color: #fff;
	border: 2px solid #1B2234;
}
.contactPage .contenuto #risultato {
	padding-top: 33px;
	font-size: 20px;
}
.contactPage .contenuto .privacyTxt {
	text-align: left;
	padding-left: 12px;
}
.contactPage .contenuto .privacyTxt input {
	margin-right: 10px;
	float: left;
}
.contactPage .contenuto .privacyTxt a {
	color: grey;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: -6px;
}


/* pagina base */
.basePage article.parte-0 {
    padding-top: 135px;
}
.basePage .contenuto {
	 display: block;
    width: 900px;
    box-sizing: border-box;
    margin: 0px auto;
    text-align: center;
    position: relative;
}
.basePage .parte-0 .contentPage .contenuto h1 {
    font-weight: 400;
    font-size: 35px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 6%;
    text-transform: uppercase;
    text-align: center;
}

/* PAGINA GALLERY */
.galleryPage {
	padding-bottom: 50px;
	background-color: #fff;
	box-sizing: border-box;
}
.lb-outerContainer {
	background-color: transparent;
}
.lightbox .lb-image {
	border-radius: 0;
}
.galleryPage .contenuto {
	width: 100%;
	box-sizing: border-box;
}
.galleryPage .selezione {
	display:inline-block;
	color:#000;
	text-decoration:underline;
	cursor: pointer;
	text-transform: uppercase;
	margin:0 10px 10px;
}
.galleryPage .selezione:hover {
	color: #1B2234;
}
.galleryPage #wrapper
{
    max-width: 100%; /* 960 px */
    margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}
.galleryPage .mask {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.galleryPage #list
    {
        width: 100%; /* 990px */
        overflow: hidden;
        margin-bottom: -1.875em; /* 30px */
		box-sizing: border-box;
    }
.galleryPage .item
        {
            width: 20%; /* 300px */
            float: left;
            margin: 0; /* 15px 30px */
			opacity: 1 !important;
			border: none;
			overflow: hidden;
			box-sizing: border-box;
			height: auto;
			padding: 4px;
        }
		.galleryPage .item:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1 !important;
}
.galleryPage .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.galleryPage .item img {
	width: 100%;
	  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.gutter-sizer {
	width: 0;
}
@media only screen and ( max-width: 1100px ) {
.galleryPage .item
    {
        width: 33.33%; /* 305px */
        margin: 0; /* 15px */
    }
} 

@media only screen and ( max-width: 640px )
{
.galleryPage .item
    {
        width: 50%; /* 305px */
        margin: 0; /* 15px */
    }
}
@media only screen and ( max-width: 320px )
{
.galleryPage #list
    {
        width: 100%;
        margin-left: 0;
    }
.galleryPage .item
        {
            width: 100%;
            margin: 0;
        }
}

/* JSSOR SLIESHOW */
/* jssor slider bullet navigator skin 14 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	background: url(https://www.viasettembrini.com/wp-content/themes/settembrini/jssor/b14.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb05 div {
	background-position: -7px -7px;
}

	.jssorb05 div:hover, .jssorb05 .av:hover {
		background-position: -37px -7px;
	}

.jssorb05 .av {
	background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px;
}
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(https://www.viasettembrini.com/wp-content/themes/settembrini/jssor/a12.png) no-repeat;
	overflow: hidden;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.jssora12l {
	background-position: -16px -37px;
}

.jssora12r {
	background-position: -75px -37px;
}

.jssora12l:hover {
	background-position: -136px -37px;
}

.jssora12r:hover {
	background-position: -195px -37px;
}

.jssora12ldn {
	background-position: -256px -37px;
}

.jssora12rdn {
	background-position: -315px -37px;
}


/* popup */
.closePop {
	color: #FFF;
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	right: -22px;
	top: -18px;
	font-size: 22px;
	cursor: pointer;
	text-align: center;
	text-indent: -9999px;
	background-image: url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/chiudiPopup.png);
	background-repeat: no-repeat;
}
.closePop:hover {
}
#popupBox {
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 150px;
	z-index: 10;
}
#overlay {
	display: block;
	width: 430px;
	height: auto;
	background-color: #FFF;
	border-radius: 4px;
	margin: 0px auto;
	position: relative;
	border: 3px solid #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 50px;
}
#overlay #popup {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
#overlay #popup .content {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
#overlay #popup .content .beige {
/*	background-color: #8c8575;
	height: 145px;*/
	padding-top: 20px;
}
#overlay #popup .content .frecciaPop {
	width: 100%;
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/frecciaPopup.jpg);
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
#overlay #popup .content p {
	color: #000;
	font-size: 17px;
	line-height: 26px;
	padding: 20px 40px 0px;
}
#overlay #popup .content p.small {
	color: #1B2234;
	margin: 10px auto;
	padding: 0;
	font-size: 14px;
	line-height: 19px;
}
#overlay #popup .content a {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	width: auto;
	height: 22px;
	padding: 8px 20px;
	color: #1B2234;
	border: 2px solid #1B2234;
	margin: 15px auto 0px;
}
#overlay #popup .content a:hover {
	background-color: #1B2234;
	color: #fff;
}

/* PAGINA BLOG */
.blogCat {
	display: block;
	min-height: 300px;
	width: 1100px;
	margin: 0 auto 80px;
	padding-top: 100px;
}
.blogCat.blogPost {
	width: 700px;
}
section.blogCat header {
	text-align: center;
}
section.blogCat header h1 {
	font-weight: 700;
	font-size: 45px;
	color: #000;
	margin-bottom: 30px;
	margin-top: 5%;
	font-family: "Oswald",sans-serif;
}
section.blogCat article {
	display: block;
	width: 100%;
	min-height: 280px;
	border-top: 1px solid #969696;
	padding: 20px 0px 50px;
	position: relative;
}
section.blogCat article .imgPost {
	display: block;
	width: 360px;
	height: 255px;
	overflow: hidden;
	margin-left: 105px;
	float: left;
	margin-right: 20px;
}
section.blogCat article .imgPost img {
	height: 100%;
	width: auto;
}
section.blogCat article .imgPost:hover img {
	opacity: 0.7;
}
section.blogCat article .data {
	display: block;
	width: 75px;
	height: 108px;
	background-image: url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/bgData.png);
	color: #fff;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 4;
}
section.blogCat article .data .giorno {
	display: block;
	width: 76px;
	text-align: center;
	font-size: 50px;
	font-family: "Open Sans",sans-serif;
	font-weight: 800;
	height: 62px;
}
section.blogCat article .data .mese {
	display: block;
	width: 68px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 12px;
	margin: 0 auto;
	padding-left: 10px;
}
section.blogCat article .testi {
	display: block;
	width: 585px;
	float: left;
}
section.blogCat article .testi .titoloNews {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 15px;
	display: block;
	font-family: "Oswald",sans-serif;
}
section.blogCat article .cats ul {
	padding: 0;
	margin: 0;
}
section.blogCat article .cats ul li a {
	display: inline-block;
	width: auto;
	height: 20px;
	padding: 3px 10px;
	color: #1B2234;
	text-transform: uppercase;
	font-weight: 700;
}
section.blogCat article .cats ul li a:hover {
	color: #B6995F;
}
.blogCat.blogPost header {
	text-align: center;
	margin-bottom: 30px;
}
.blogCat.blogPost header h1 {
	margin-top: 60px;
	color: #000;
	font-size: 38px;
}
.blogCat.blogPost .postImg {
	height: 350px;
	overflow: hidden;
	margin: 50px 0;
	background-size: cover;
	background-position: center center;
}
.blogCat.blogPost .entry-date {
	color: #B6995F;
}
.blogCat.blogPost .entry-content img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	margin: 40px 0px;
}
section.blogCat article .readMore {
	display: inline-block;
	width: auto;
	height: 20px;
	padding: 3px 10px;
	border: 2px solid #1B2234;
	color: #1B2234;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 460px;
	margin-top: 59px;
	position: absolute;
	right: 10px;
	bottom: 16px;
}
section.blogCat article .readMore:hover {
	background-color: #1B2234;
	color: #fff;
}
section.blogCat article .readMore a {
	color: #1B2234;
}
section.blogCat article .readMore:hover a, section.blogCat article .readMore a:hover {
	color: #fff;
}
.entry-share {
	text-align: center;
	display: block;
	width: 100%;
	margin: 40px auto
}
.entry-share a {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 10px;
	text-indent: -9999px;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
a.fbShare {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/shareFb.png);
}
a.twShare {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/shareTw.png);
}
a.gShare {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/shareG.png);
}
a.waShare {
	background-image:url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/shareWa.png);
	display: none;
}
a.fbShare:hover {
	background-color: #3d5b99;
}
a.twShare:hover {
	background-color: #659fcb;
}
a.gShare:hover {
	background-color: #dc4a38;
}
a.waShare:hover {
	background-color: #189d0e;
}


/* EVENTI */
.eventicustomPage {
	padding: 30px 0px;
}
.eventicustomPage .archive-header {
	display: block;
	text-align: center;
	padding-top: 50px;
}
.eventicustomPage .archive-header h1 {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 5%;
    text-shadow: 1px 1px 2px #000;
    font-family: 'Oswald', sans-serif;
}
.eventicustomPage .archive-header p {
	color: #fff;
}
.eventicustomPage article.txtBorder {
    display: block;
    width: 750px;
    height: auto;
    padding: 5px;
    color: #000;
    margin: 30px auto 80px;
    border: 2px solid rgba(255,255,255,0.7);
}

.eventicustomPage article .textBg {
    display: block;
	width: 750px;
	height: auto;
	background-color: rgba(255,255,255,0.7);
	color: #000;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 20px 50px 20px;
	font-family: "Asap",sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	padding-top: 360px;
}
.eventicustomPage article .eventPostimg {
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.eventicustomPage article .eventPostimg a {
	display: block;
	width: 100%;
	height: 100%;
}
.eventicustomPage article .data {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	top: 327px;
	height: 40px;
	left: 0;
}
.eventicustomPage article .data span {
	display: inline-block;
    width: auto;
    background-color: rgba(255,255,255,0.8);
    color: #8b1722;
    padding: 10px 20px;
}
.eventicustomPage article .titoloNews {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 15px;
	display: block;
	font-family: "Oswald",sans-serif;
	color: #000;
	margin-top: 35px;
}
.eventicustomPage article .readMore {
    display: inline-block;
	width: auto;
	height: 20px;
	padding: 3px 10px 7px 10px;
	border: 2px solid #000;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	text-align: right;
	position: absolute;
	right: 15px;
}
.eventicustomPage article .readMore:hover {
    background-color: #000;
    color: #fff;
}
.eventicustomPage article .readMore a {
	color: #000;
}
.eventicustomPage article .readMore:hover a, .eventicustomPage article .readMore a:hover {
	color: #fff;
}
#langContainer {
	display: block;
	position: absolute;
	top: 27px;
	right: 125px;
	font-size: 12px;
}
#langContainer a {
	color: #000;
}
#langContainer a:hover {
	color: #B6995F;
}
#langContainer #divisore {
	margin: 0 3px 0 6px;
    display: inline-block;
    width: 1px;
    background-color: #000;
    height: 11px;
    padding-top: 1px;
}

/* ----------- RESPONSIVE-----------  */

/* schermi piu piccoli di 690 di altezza */
@media screen 
and (max-height : 690px) and (min-width : 1024px) {
	.paginaTipo.tipoaa article, .paginaTipo.tipobb article {
		min-height: 450px !important;
	}
	.envira-gallery-wrap .envira-gallery-public {
		height: 260px !important;
		overflow: hidden;
	}
	.paginaTipo.tipobb .envira-gallery-wrap .envira-gallery-public {
		height: 320px !important;
	}
	.paginaTipo.tipobb article.parte-0 .contentPage .contenuto img.size-full {
		margin-top: 15px;
	}

}


/* Only Smartphones e tablet vertical ----------- */
@media only screen 
and (max-width : 880px) {

}
/* Only Smartphones e tablet  / responsive base per mobile e tab ----------- */
@media only screen 
and (max-width : 1024px) {
	#masthead, .home #masthead {
		height: 60px;
		position: fixed;
		top: 0;
		background-color:#F1F1F1;
	}
	#masthead .header-main .site-title, .home #masthead .header-main .site-title {
		width: 100%;
		height: 40px;
		padding-top: 10px;
	}
	#masthead .header-main .site-title a.logo {
		width: 160px;
		height: 40px;
	}
	#masthead .header-main .phone {
	  display: block;
	  width: 130px;
	  height: 30px;
	  position: fixed;
	  text-align: center;
	  margin: 0 auto 5px;
	  left: auto;
	  top: 4px;
	  z-index: 10;
	  right: 0;
	}
	#masthead .header-main .socialLang {
		display: none;
	}
	#masthead .header-main #primary-navigation, .home #masthead .header-main #primary-navigation {
	  display: block;
	  width: 100%;
	  height: 0;
	  position: relative !important;
	  background-color: transparent;
	  border-bottom: none;
	  bottom: auto;
	  top: 0 !important;
	}
	#masthead .header-main #menuBtn {
		position: fixed;
		display: block;
		background-image: url(https://www.viasettembrini.com/wp-content/themes/settembrini/images/iconMenu.png);
		background-repeat: no-repeat;
		width: 35px;
		height: 23px;
		right: 5%;
		top: 18px;
		z-index: 10;
		text-indent: -9999px;
	}
	ul.nav-menu {
		height: 0;
		background-color: #F1F1F1;
		margin-top: 10px;
		overflow: hidden;
		text-align: left;
	}
	.home #menuContainerMob.active ul.nav-menu {
		height: 475px;
	}
	#menuContainerMob.active ul.nav-menu {
		height: 510px;
	}
	#overlayMenu.active {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 6;
		background-color: rgba(0,0,0,0);
	}
	ul.nav-menu li {
		width: 100%;
		padding-bottom: 8px;
		height: auto;
		text-align: left;
	}
	ul.nav-menu li ul.sub-menu li {
		padding-bottom: 3px;
	}
	ul.nav-menu li ul.sub-menu {
		max-height: none !important;
		position: relative;
		width: auto;
	}
	ul.nav-menu li a {
		border: none;
	}
	ul.nav-menu li ul.sub-menu a {
		padding: 5px 12px 5px 20px;
		font-size: 12px;
	}
	.home #corpo {
		padding-top: 60px;
	}
	#intro {
		height: auto !important;
	}
	.photo-section .plus-btn {
		display: none;
	}
	#intro .scrollDown {
		display: none;
	}
	#intro .homeBtn-container {
  		height: 250px;
	}
	#intro .box-home {
	  display: block;
	  box-sizing: border-box;
	  width: 100% !important;
	  float: none;
	  text-align: center;
	  margin: 0 auto 30px;
	}
	.photo-section .foto4 .titFoto, .photo-section .foto2 .titFoto, #serviziHome .fotoBoxHome .singolaFoto .titFoto {
		font-size: 33px;
	}
	.photo-section .foto4 img {
		width: 100%;
		height: auto;
		opacity: 1;
	}
	#serviziHome .content, #blogHome .content {
		width: 100%;
	}
	#serviziHome .content h1 {
		font-size: 30px;
	}
	#blogHome .content .imgLarge {
		width: 100%;
		height: 300px;
	}
	#blogHome .content .imgLarge img {
		width: auto;
		height: 100%;
	}
	#blogHome .imgContainer .boxImg {
		width: 20%;
		height: 56%;
	}
	#serviziHome .fotoBoxHome {
		height: auto;
	}
	#serviziHome .fotoBoxHome .singolaFoto {
		width:90%;
		margin: 10px auto;
		float: none;
		height: 200px;
	}
	#serviziHome .fotoBoxHome .singolaFoto.fotoMiddle {
		margin: 10px auto;
	}
	#serviziHome .fotoBoxHome .singolaFoto img {
		height: auto;
		width: 100%;
		min-width: 100%;
	}
	#serviziHome .content span.riga {
		width: 75%;
	}
	#serviziHome .imgContainer {
		height: auto;
	}
	#serviziHome .imgContainer .boxImg {
		width: 28%;
		margin: 0px 1% 3%;
	}
	.text-section .content, .grey-section .content {
	  width: 92%;
	  padding: 0 4%;
	}
	.text-section .linea {
		display: none;
	}
	.text-section h3, .text-section h2, .text-section h1 {
		line-height: 30px;
	}
	.photo-section .foto4, .photo-section .foto2 {
	  width: 100%;
	  float: none;
	  height: 180px;
	}
	section.contactSection {
		height: 370px;
	}
	section.contactSection .content {
		width: 100%;
	}
	section.contactSection .titoloFooter {
		width: 100%;
	}
	section.contactSection .titoloFooter span {
		display: none;
	}
	section.contactSection .titoloFooter h2 {
		float: none;
		width: 80%;
		margin: -10px auto 12px;
		line-height: 30px;
	}
	section.contactSection p {
		padding: 0 10%;
	}
	footer#colophon p {
		line-height: 22px;
		padding: 0 4%;
	}
	footer .loghi {
		width: 96%;
		padding: 0 2%;
	}
	footer .loghi img {
		width: 100%;
		height: auto;
	}
	
	/* pagine interne */
	.paginaTipo.tipobb .parte-0 header {
		display: block;
	}
	.paginaTipo.tipobb .parte-0 .figure, .paginaTipo.tipobb .parte-0 .post-thumbnail {
		display: block;
	}
	.paginaTipo.tipoaa article, .paginaTipo.tipobb article {
		height: auto !important;
	}

	.paginaTipo.tipoaa .contentPage .contenuto .txtBorder {
		width: 95%;
	}
	.paginaTipo.tipoaa .contentPage .contenuto .textBg {
		width: 100%;
		padding: 1%;
	}
	.paginaTipo.tipoaa .parte-1 .contentPage .contenuto .textBg {
		width: 95%;
		padding: 100px 1% 100px;
	}
	
	/* pagina BB */
	.paginaTipo.tipobb .contentPage .contenuto {
		width: 100%;
		padding: 0 4% 40px;
	}
	.paginaTipo.tipobb .parte-2 .contentPage .contenuto {
		width: 100%;
	}
	.paginaTipo.tipobb .parte-0 .contentPage .contenuto .txtStretto {
		padding: 0 4%;
	}
	.paginaTipo.tipobb .contentPage .contenuto span.rigaNera, .paginaTipo.tipobb .contentPage .contenuto span.riga {
		display: none;
	}
	.paginaTipo.tipobb .parte-0 .contentPage .contenuto h1 {
		margin: 15px auto 0;
		font-size: 30px;
	}
	.paginaTipo.tipobb .contentPage {
		width: 100%;
	}
	.paginaTipo.tipobb .contentPage .contenuto .txtBorder {
		width: 95%;
	}
	.paginaTipo.tipobb .contentPage .contenuto .textBg {
		width: 100%;
		padding: 1%;
	}
	.paginaTipo.tipobb .parte-1 .contentPage .contenuto .textBg {
		width: 95%;
		padding: 50px 1% 50px;
	}
	.paginaTipo.tipobb .parte-1 .imgContainer {
		height: 390px;
	}
	.paginaTipo.tipobb .parte-1 .imgContainer .boxImg {
		width: 50%;
		height: 50%;
		padding: 2%;
	}
	.paginaTipo.tipobb article.parte-1 {
		padding-bottom: 390px;
	}
	.paginaTipo.tipobb article.parte-2 header {
		width: 100%;
		float: none;
	}
	.paginaTipo.tipobb article.parte-2 .contentPage {
		width: 100%;
		float: none;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.paginaTipo.tipobb article.parte-2 .contentPage h2 {
		line-height: 40px;
	}
	
	/* pagina AA */
	.paginaTipo.tipoaa header {
		width: 100%;
		float: none;
	}
	.paginaTipo.tipoaa .contentPage {
		width: 100%;
	}
	.paginaTipo.tipoaa .contentPage .contenuto {
	  display: block;
	  width: 100%;
	  margin-left: 0;
	  padding: 0 4%;
	}
	.paginaTipo.tipoaa .parte-0 .contentPage .contenuto h1 {
		font-size: 30px;
		text-align: center;
		margin-top: 10px;
	}
	.paginaTipo.tipoaa .contentPage .contenuto p {
		text-align: center;
		padding: 0 4%;
	}
	.paginaTipo.tipoaa .parte-1 .contentPage .contenuto .illustrazione {
		display: none;
	}
	.paginaTipo.tipoaa .parte-1 .contentPage .contenuto h2 {
		margin: 40px auto 30px;
	}
	.paginaTipo.tipoaa .parte-2 .contentPage .contenuto .illustrazione {
	  width: 50%;
	  float: none;
	  margin: 15px auto 0;
	}
	.paginaTipo.tipoaa .parte-2 .contentPage .contenuto p.txtSmall {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		float: none;
		display: inline;
	}
	.paginaTipo.tipoaa .contentPage .contenuto span.riga, .paginaTipo.tipoaa .contentPage .contenuto span.riga.gialla {
		display: none;
	}
	.paginaTipo.tipoaa .parte-2 .contentPage .contenuto h2 {
		width: 92%;
		max-width: 100%;
		padding: 0 4%;
		line-height: 30px;
	}
	.paginaTipo.tipoaa article.parte-2 header {
		width: 100%;
		float: none;
	}
	.paginaTipo.tipoaa article.parte-2 .contentPage {
		width: 100%;
		float: none;
		padding-top: 50px;
	}
	.paginaTipo.tipoaa .parte-2 .contentPage .contenuto {
		width: 100%;
		padding-bottom: 50px;
	}
	.paginaTipo.tipoaa .contentPage .contenuto .imgContainer, .paginaTipo.tipobb .parte-0 .contentPage .contenuto .imgContainer {
		width: 90%;
		height: auto;
		margin: 30px auto 0;
	}
	.paginaTipo.tipoaa .contentPage .contenuto .imgContainer .boxImg, .paginaTipo.tipobb .parte-0 .contentPage .contenuto .imgContainer .boxImg {
		width: 46%;
		margin: 0 2% 4%;
	}
	.paginaTipo.tipoaa .contentPage .contenuto .imgContainer .boxImg:last-child, .paginaTipo.tipobb .parte-0 .contentPage .contenuto .imgContainer .boxImg:last-child {
		display: none;
	}
	.paginaTipo.tipoaa .parte-0 .eventiContainer {
		display: none;
	}
	
	/* contatti */
	.contactPage .contenuto {
		width: 100%;
	}
	.contactPage .contenuto .cerchio {
		width: 80px;
		height: 80px;
	}
	.contactPage .parte-0 .contentPage .contenuto h1 {
		font-size: 30px;
	}
	.contactPage .contentPage .contenuto span.rigaNera {
		display: none;
	}
	.contactPage .parte-0 .contentPage .contenuto .illustrazione {
		display: none;
	}
	.contactPage .contenuto #contieniForm {
		width: 100%;
		float: none;
	}
	.contactPage .contenuto .contactInfo {
		width: 92%;
		float: none;
		text-align: center;
		padding: 0 4%;
	}
	.contactPage .contenuto .form50 {
		width: 92%;
		float: none;
		padding: 0 4%;
	}
	.contactPage .contenuto .largo {
		padding: 0 4%;
	}
	.contactPage .contenuto button#submit {
		width: 80%;
		margin: 50px auto 0px;
	}
	.contactPage .contenuto h2 {
		width: 100%;
		margin: 15px auto 40px;
	}
	.contactPage .contenuto span.riga.gialla {
		display: none;
	}
	.contactPage .contenuto .map {
		display: block;
		width: 92%;
		padding: 0 4%;
	}
	.contactPage .contenuto .map iframe {
		width: 100%;
	}
	.basePage.galleryPage article.parte-0 {
		padding-top: 80px;
	}
	.paginaTipo.tipobb .parte-1 .imgContainer .boxImg img {
		height: 110%;
		width: auto;
		margin: 0px auto;
		opacity: 1;
	}
	#masthead .header-main .socialIcons {
		display: none;
	}
	.socialIconsFooter {
		margin: 25px auto 28px;
	}
	
	/* popup */

	#overlay {
		width: 85%;
		height: auto;
	}
	#overlay #popup {
		width: 100%;
	}
	#overlay #popup .content .beige {
		height: 170px;
	}
	#overlay #popup .content p {
		padding: 20px 35px 0px;
	}
	#overlay #popup .content .beige {
		padding-top: 25px;
	}
	
	/* pagina base */
	.basePage .contenuto {
		width: 100%;
		padding: 0 2%;
	}
	
	/* pagina blog */
	.blogCat, .blogCat.blogPost {
		display: block;
		min-height: 300px;
		width: 100%;
		box-sizing: border-box;
		padding: 70px 2% 0;
		margin: 0px auto;
	}
	section.blogCat header h1 {
		font-weight: 700;
		font-size: 30px;
		color: #000;
		margin-bottom: 30px;
		margin-top: 5%;
		font-family: "Oswald",sans-serif;
	}
	section.blogCat article {
		display: block;
		width: 100%;
		height: 100%;
		border-top: 1px solid #969696;
		padding: 20px 0px 70px;
		position: relative;
	}
	section.blogCat article .data {
		left: 240px;
		z-index: 4;
	}
	section.blogCat article .imgPost {
		display: block;
		height: 175px;
		overflow: hidden;
		margin-right: 0px;
		float: none;
		margin-left: 0px;
		width: 100%;
		margin-bottom: 15px;
	}
	section.blogCat article .imgPost img {
		height: auto;
		width: 100%;
	}
	section.blogCat article .testi {
		display: block;
		width: 100%;
		float: none;
	}
	section.blogCat article .readMore {
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	a.waShare {
		display: inline-block;
	}
	/* eventi */
	.eventicustomPage article.txtBorder {
		display: block;
		width: 90%;
	}
	.eventicustomPage article .textBg {
		width: 100%;
	}
	#langContainer {
		top: 30px;
		right: 70px;
	}
}

@media only screen 
and (max-width : 420px) {
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) generico ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	
	
}

/* iPads (landscape) orizzontale ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {



}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

@media all and (max-width:600px) {
.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item {
  display: block;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  margin: auto !important;
  text-align: center;
}
}

