.navbar-brand{font-size: inherit !important;}
.btn-readable,
.btn-inst{
	text-transform: uppercase;
	font-weight: bold;
}
.buttons-set{ padding: 15px 0; }
.advice-box{ padding: 15px; }
.over-hidden{ overflow: hidden; }

.clear{display: block;clear: both;overflow: hidden;}

table{width: 100%}
table td,
table th{padding: 4px 8px;}

/* Image alignment */
.wp-caption.alignright,
a img.alignright,
img.alignright {float:right; margin:0 0 1em 1em}
.wp-caption.alignleft,
a img.alignleft,
img.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.aligncenter,
a img.aligncenter,
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a{outline: none !important;}
/* Images */
#content img,
.extra-content img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
.media-object{max-width: unset !important;}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.wp-caption{
	max-width: 100%;
}
.wp-caption-text{
	font-size: 14px;
	font-style: italic;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grid .wp-caption{ margin-bottom: 0; }

.uni-height > li{height: auto;}

/* Titles */

.site-title{margin: 0;}
.archive-meta a{
	font-style: italic;
	font-weight: bold;
}
#top_container{
	overflow: hidden;
	position: relative;
}
#top_container:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 1;
}
.archive-header{
	height: 0;
	position: relative;
	min-height: 50vh;
	color: #fff;
	display: flex;
	flex-direction: column;
	width: 100%;
	z-index: 2;
	justify-content: flex-end;
}

.archive-description{
	padding: 30px;
	margin-bottom: 30px;
	font-size: 1.8em;
	font-style: italic;
	font-weight: lighter;
	background-color: #f5f5f5;
}

.header-centered.head-trasp .archive-header,
.header-centered_block.head-trasp .archive-header{min-height: 480px}

.section-intro{padding: 40px 15px;}
.home-top-section .section-intro{padding-bottom: 0;}

@media only screen and (min-width: 1200px){
	
	.layout-limited .archive-header > .section-intro{
		left: auto;
		right: auto;
	}
}
.super-black .section-intro > .section-title > a,
.super-dark .section-intro > .section-title > a,
.inst-row .section-intro > .section-title > a{
	color: #fff;
}
.section-intro > .section-title > img{
	width: 100%;
	max-width: 320px;
	display: block;
	margin: auto;
}
.home-description,
.section-description{
	margin: -40px auto 40px;
	max-width: 640px;
	font-size: 18px;
	line-height: 1.4;
}
.home-description{
	margin: -40px 0 0;
	max-width: 100%;
	padding: 15px;
}

.header-centered.archive-header.section-intro,
.header-centered_block.archive-header.section-intro,
.archive-header.header-presentazione .section-intro{text-align: center;}
.archive-header .section-title{
	font-size: 32px;
	color: #fff;
}
.archive-header .section-subtitle{
	margin: 0;
	font-size: 22px;
	line-height: 1.4;
	color: #fff;
}
.archive-header .section-description{color: #fff;}
.section-title{
	font-size: 26px;
	margin-top: 0;
}
.section-subtitle{font-size: 18px;}
.home-top-section{ padding-bottom: 40px; }

.block-title{
	padding: 10px 0;
	font-size: 18px;
	margin: 30px 0;
	display: block;
	border-bottom: 1px solid #eee;
}
.block-subtitle{ 
	margin: -20px 0 30px 0;
	font-size: 14px;
}
.form-group .block-title{
	font-size: 14px;
}
.block-title a{
	text-decoration: none;
}
.block-title .back-link > .fa.third{
	margin-left: -5px;
	margin-right: 10px;
	opacity: 0.5;
}
.block-title .back-link > .fa.second{
	margin-left: -5px;
	opacity: 0.75;
}
.archive-header.adv-search-header{text-align: center;}
.archive-header.adv-search-header .section-description{max-width: 100%;}
@media screen and (min-width: 992px){
	.archive-header.adv-search-header .section-description .dl-horizontal dd {
	    margin-left: 50%;
	    text-align: left;
	    padding-left: 7px;
	    font-style: italic;
	}
	.archive-header.adv-search-header .section-description .dl-horizontal dt{
		width: 50%;
		padding-right: 7px;
	}
}
.archive-logo{
	background-color: rgba(255,255,255,0.8);
}
.archive-logo > img{
	max-width: 100%;
	height: auto;
}

.category-meta{
	margin-bottom: 45px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.section-intro .section-title > a{ color: #000; }
.super-row.inst-row-2 .section-intro .section-title > a,
.super-row.inst-row .section-intro .section-title > a,
.super-row.super-black .section-intro .section-title > a,
.super-row.super-sdark .section-intro .section-title > a,
.super-row.super-dark .section-intro .section-title > a{ color: #fff; }
.lined-title > .section-intro{
	max-width: 960px;
	margin: 30px auto;
	padding-top: 0;
	padding-bottom: 15px; 
}
.lined-title > .section-intro > .section-title{
	font-size: 32px;
	font-family: inherit;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.lined-title > .section-intro .section-title:after,
.lined-title > .section-intro .section-title:before{
	content: "";
	display: table-cell;
	width: 25%;
	background-image: url(../../images/lined-title.png);
	background-repeat: repeat-x;
	background-position: center;
}
.lined-title > .section-intro .section-title > span{
	padding: 0 20px;
	display: table-cell;
}

.text-thin{font-weight: 100;}
.text-light{font-weight: 300;}
.text-bold{font-weight: 700;}

.big-text{font-size: 3em !important}

/* meta */

.cat-links{
	padding: 5px 0;
	margin-bottom: 15px;
	position: relative;
	display: table;
	width: 100%;
}
.cat-links .tax-links,
.cat-links .utility-link{
	display: table-cell;
	vertical-align: middle;
}
.cat-links .tax-links > span{display: block;}
.cat-links .tax-links > span .list-title{
	font-style: italic;
	margin-right: 5px;
}
.cat-links.with-links{
	padding: 15px 0;
	width: 100%;
}
.cat-links.with-links .tax-links > span{
	display: block;
}

.featured-caption .cat-links {
    border: none;
}
.cat-links .tax-links > span > span,
.cat-links .tax-links > span > a{
	font-size: 12px;
	font-weight: bold;
}
.cat-links .tax-links > span > span:last-child,
.cat-links .tax-links > span > a:last-child{
	margin-right: 10px;
}

.collateral-box .cat-links{ 
	border: none;
	padding: 15px 0;
}

.collateral-box .cat-links .tax-links > span > strong{ display: block; }

.utility-link{text-align: right;}
.utility-link > span{
	display: inline-block;
	line-height: 18px;
}
.utility-link.txt-type > span{display: block;}
.utility-link > span a{color: #000;}
.utility-link > span a:hover{color: #ccc;}

.utility-link > span.goto-link{
	height: 32px;
	width: 32px;
	line-height: 32px;
	padding: 0;
	text-align: center;
}

.utility-link > span.goto-link a{
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	-webkit-transition: background 150ms ease-in-out;
	-moz-transition: background 150ms ease-in-out;
	-ms-transition: background 150ms ease-in-out;
	-o-transition: background 150ms ease-in-out;
	transition: background 150ms ease-in-out;
}
.utility-link > span.goto-link a.added_to_cart {
    position: absolute;
    width: 100%;
    background: #333;
    color: #fff;
    left: 0;
    top: 0;
    height: 42px;
    line-height: 42px;
}

.utility-link > span.goto-link a > .sr-only{
	position: absolute;
	display: block;
	width: auto;
	white-space: nowrap;
	z-index: -1;
	top: -11px;
	right: 0;
	margin-top: -16px;
	height: 22px;
	line-height: 22px;
	background-color: #000;
	color: #fff;
	overflow: visible;
	padding: 0 10px;
	font-size: 12px;
}
.utility-link > span.goto-link a > .sr-only:after{
	content: "";
	height: 0;
	width: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid #000;
	position: absolute;
	right: 0px;
	bottom: -8px;
	opacity: 0;
}
.utility-link > span.goto-link a:hover > .sr-only{
	z-index: 1;
	opacity: 1;
	clip: auto;
}

.utility-link > span.txt-link a > .sr-only{
	display: block;
	position: relative;
	height: auto;
	width: auto;
	clip: auto;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.utility-link > span.txt-link a > .fa{display: none;}

/*.super-row.super-dark .buttons-set .utility-link > span.goto-link,
.super-row.super-black .buttons-set .utility-link > span.goto-link,
.super-row.inst-row .buttons-set .utility-link > span.goto-link{
	width: 40px;
	height: 40px;
}
.super-row.super-dark .buttons-set .utility-link > span.goto-link a,
.super-row.super-black .buttons-set .utility-link > span.goto-link a,
.super-row.inst-row .buttons-set .utility-link > span.goto-link a{
	background-color: transparent;
	border: 3px solid #fff;
	line-height: 34px;
	font-size: 18px;
}*/

.super-row.super-dark .buttons-set .utility-link > span. a:hover,
.super-row.super-black .buttons-set .utility-link > span a:hover,
.super-row.inst-row .buttons-set .utility-link > span a:hover{
	color: #ccc;
}
.super-row.super-dark .buttons-set .utility-link > span.goto-link a > span.sr-only,
.super-row.super-black .buttons-set .utility-link > span.goto-link a > span.sr-only,
.super-row.inst-row .buttons-set .utility-link > span.goto-link a > span.sr-only{
	color: #000;
}
.super-row.super-dark .buttons-set .utility-link > span.goto-link a > span.sr-only:after,
.super-row.super-black .buttons-set .utility-link > span.goto-link a > span.sr-only:after,
.super-row.inst-row .buttons-set .utility-link > span.goto-link a > span.sr-only:after{
	border-left-color: #fff;
}
.buttons-set .utility-link{
	position: static;
	text-align: center;
}

.single-immobili .utility-link{
	top: 10px;
	right: 0;
}

.data{
	height: auto;
	overflow: visible;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	top: 100px;
	text-align: center;
	padding: 10px 5px;
	z-index: 1;
}
.data > p{
	margin-bottom: 0;
	line-height: 18px;
	font-size: 10px;
	text-transform: uppercase;
}
.data > p:nth-child(even){
	font-weight: bold;
	font-size: 16px;
	line-height: 14px;	
}
.prodotti .data{display: none;}

.moretag{display: block;}

/* Home widget area */

.home-top-section > .single.home > .section-intro{
	max-width: 792px;
	margin: auto;
}
.home-top-section .sidebar-container{
	margin: 20px 0;
	position: relative;
}
.home-top-section .sidebar-container .widget-area .widget{padding: 20px;}
.home-top-section #secondary .widget-area{
	padding: 0;
	position: relative;
}
.home-top-section #secondary .widget-area .widget{
	padding: 20px;
	background-color: #fff;
	position: relative;
}

/* Widget menu */

.widget .menu{
	font-size: 13px;
	font-style: italic;
}
.widget .menu .sub-menu{
	border-left: 1px solid #fff;
	margin: 10px 0;
}

.horizontal-menu > ul{
	padding: 0;
	margin: 10px 0;
	text-align: center;
}
.horizontal-menu > ul > li{
	display: inline-block;
	font-size: 12px;
	border-right: 1px solid #fff;
	padding: 0px 10px;
}
.horizontal-menu > ul > li:last-child{
	border-right: none;
}

.widget .nav-menu .current_page_item > a,
.widget .nav-menu .current_page_ancestor > a,
.widget .nav-menu .current-menu-item > a,
.widget .nav-menu .current-menu-ancestor > a{
	color: inherit !important;
	font-weight: 700;
}

/* single & page */

.presentazione .single > .entry-content{padding: 0 15px;}
.single > .entry-content{margin-top: 15px;}
.single > .entry-content .page-header > .entry-title,
.single > .entry-content .page-header{
	margin-top: 0;
}
.entry-header{
	margin: -120px 25px 20px;
	padding: 30px;
	background-color: #fff;
	position: relative;
	-webkit-perspective: 50px; /* Chrome, Safari, Opera  */
    perspective: 50px;
}
.entry-header.single-header{
	margin: 0;
	padding: 0; 
	background-color: transparent;
}
.entry-header:after{
	/*content: "";*/
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: -1;
}
.entry-header:before{
	/*content: "";*/
	position: absolute;
	bottom: 0;
	left: 5%;
	right: 5%;
	height: 10%;
	width: 90%;
	background-color: rgba(0,0,0,0.3);
	-webkit-transform: rotateX(10deg); /* Chrome, Safari, Opera  */
    transform: rotateX(10deg);
    z-index: -2;
}
.entry-header .entry-title{
	margin-top: 0;
}
@media screen and (min-width: 992px){
	.product-top{float: right;}
}
.product-top > .entry-title{
	margin: 15px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.home-content{padding-bottom: 40px;}

.site-content.presentazione article{
	font-size: 18px;
	padding: 60px 15px;
}
.site-content.presentazione blockquote{
	font-size: 22px;
	border: none;
	padding-left: 0;
}
.header-presentazione .archive-caption{
	padding: 40px;
}

.stripe-thumb{margin: 0 0 15px 0;}
.stripe-thumb > .colorbox,
.stripe-thumb .fancy-media,
.stripe-thumb > .colorbox:after,
.stripe-thumb > .colorbox > img{
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.stripe-thumb > .colorbox{
	display: block;
	position: relative;
}
/*.stripe-thumb:hover{background-color: #000;}*/
.stripe-thumb:hover > .colorbox img{opacity: 0.9}
.stripe-thumb .fancy-media,
.stripe-thumb > .colorbox:after{
	font-family: "FontAwesome";
	content: "\f00e";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	color: rgba(255,255,255,0.8);
	font-size: 22px;
	line-height: 64px;
	width: 64px;
	text-align: center;
	display: block;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	outline: 4px solid rgba(0,0,0,0.6);
	border: 1px dashed rgba(255,255,255,0.6);
}
.stripe-thumb.is-video > .colorbox:after{
	content: "";
	display: none;
}
.stripe-thumb .fancy-media{
	opacity: 0.8;
	z-index: 10;
}
.stripe-thumb > .colorbox:hover{display: block;}
.stripe-thumb > .colorbox:hover:after{opacity: 1}
.stripe-thumb img{width: 100%;}
.stripe-thumb .fancy-media:hover{
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 1;
}

.articles-nav{
	display: block;
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
	margin: 30px 0;
}
.articles-nav > p > a{
	width: 50%;
	padding: 15px;
	display: block;
	float: left;
	border-top: 5px solid #ededed;
}
.articles-nav > p > a:hover{
	border-top: 5px solid #ddd;	
}
.articles-nav > p > a[rel='prev']{
	text-align: right;
	float: right;
}
.articles-nav > p > a[rel='next']{
	text-align: left;
	float: left;
}
.articles-nav > p > a[rel='prev']:after{
	content: "»";
	margin: 0 5px;
	font-size: 24px;
}
.articles-nav > p > a[rel='next']:before{
	content: "«";
	margin: 0 5px;
	font-size: 24px;
}
.more-info{
	margin-bottom: 30px;
}
.more-info .tab-pane{
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px;
	background-color: #fff;
}
#gallery_box{
	position: relative;
}
.gallery-list{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 64px;
}
.gallery-list > li{
	padding: 5px;
	width: 64px;
}
.gallery-list > li img{
	border: 1px solid #ddd;
}

/* Member-img */

.member-image{
	overflow: hidden;
	clear: both;
	display: block;
	max-width: 320px;
	margin: 15px auto;
}
.member-image.staff-foto{
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/* Share */

.entry-social{
	padding: 10px;
	text-align: right;
}
.entry-social > ul{
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 0;
}
.entry-social li{
	display: inline-block;
	padding: 5px 3px;
}
.entry-social li > a{
	display: block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background-color: #666;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.entry-social li > a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	border: 1px solid #333;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.entry-social li > a:hover{
	background-color: #333
}
.entry-social li > a:hover:after{
	opacity: 1;
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.entry-social .block-title{
	margin: 10px 0;
	padding-bottom: 0;
	border: none;
}

/* Immobili */

.essential-block{
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
}
.collateral-box{
	margin: 30px 0;
}

/* Commenti */

#comments{
	margin-top: 30px;
	padding: 15px;
	background-color: #f1f1f1;
	border: 1px solid #ededed;
}
#comments .comment-reply-title,
#comments .comments-title{
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 30px;
}
#comments .comment-reply-title{
	margin-bottom: 15px;
}
#comments .comment-list{
	padding: 0;
	list-style-type: none;
	border: 1px solid #ededed;
	margin-bottom: 30px;
}
#comments .comment-list > li{counter-increment: step-counter;}
#comments .comment-list > li:before{
	/*content: counter(step-counter);*/
	font-weight: bold;
	font-style: italic;
	float: left;
	display: block;
	padding: 5px;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 20px;
}
#comments .comment-list .children,
#comments .comment-list .comment{padding: 15px;list-style-type: none;}
#comments .comment-list .children .comment:nth-child(odd){background-color: #f1f1f1;border: 1px solid #ededed;}
#comments .comment-list .comment:nth-child(odd){background-color: #fff;}

#comments .vcard .avatar{margin-right: 10px;}
#comments .comment-reply-link,
#comments .comment-meta a,
#comments .vcard .fn{
	font-weight: bold;
}
#comments .comment-reply-link{font-style: italic;}
#comments .comment-meta{
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #ddd;
}
.form-allowed-tags{display: none;}

/* Text columns */

.twocols,
.onecol{
	/*text-align: justify;*/
	max-width: 792px;
	margin: 10px auto;
	padding: 0 15px;
	float: none;
}
.lg-col{max-width: 960px}
@media screen and (min-width: 768px){
	.twocols{
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}
}

.fb-like {
    position: relative;
    z-index: 1000;
}

.attachments-table td{vertical-align: middle !important;}
.attachments-table .filedescription{font-style: italic;}
.attachments-table .filelink{
	font-style: italic;
	font-size: 20px;
}
.attachments-table .filelink a{ display: block; }

.content-prodotto{min-height: 640px;}

/* extra */
@media screen and (min-width: 768px){
	.flex-center-row{
		display: flex;
		justify-content: center;
		align-items: center;
	}
}