/*
	Index:
		Imports
		General use classes
		Basic style
		Typography
		Buttons
		Forms
		Layout fix
		Site area appartenenza
		Site header
		Site header - Menu toggle
		Site header - Title area
		Site header - Header widgets
		Secondary navigation
		Primary navigation (side menu)
		Site area feedback
		Footer site header
		Footer widgets
		Footer
		Home
		Context submenu (sidebar)
		Custom colors
*/
/* Imports */
@import 'https://fonts.googleapis.com/css?family=Titillium+Web';
/* General use classes */
.fa-white{
	color:#fff;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* Basic style */
body{
	background:#f8f8f8;
	color:#1C2024;
	font:18px 'Titillium Web', sans-serif;
	line-height:1.55;
}
.site-inner{
	background-color:#f8f8f8;
	font-feature-settings: "liga" 1, "dlig" 1;
}
.gallery{
	text-align:left;
	margin-left:-5px;
	margin-right:-5px;
}
.gallery ul{
	margin-top:10px;
}
.gallery ul li img{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
}
/* Typography */
.magazine-home .content .widget-title,
.sidebar .widget-title{
	font-family:'Titillium Web', sans-serif;
	background-color:transparent;
	text-transform:none;
	color:#1C2024;
}
@media only screen and (max-width: 1023px){
	.magazine-home .content .widget-title, .sidebar .widget-title{
		text-align:center;
	}
}
.archive-description{
	padding:0;
	background:transparent;
	margin:0 0 48px 0;
}
h1, h1.entry-title,
.archive-title{
	font-size:40px;
	line-height:1.2;
	font-weight:900;
}
h2, h2.entry-title,
.magazine-home .content .widget-title, .sidebar .widget-title{
	font-size:32px;
	line-height:1.2;
	font-weight:900;
}
h3, h3.entry-title,
.featured-content .entry-title{
	font-size:28px;
	line-height:1.2;
	font-weight:900;
}
h4, h4.entry-title{
	font-size:23px;
	line-height:1.2;
	font-weight:900;
}
h5, h5.entry-title{
	font-size:21px;
	line-height:1.2;
	font-weight:normal;
}
h6, h6.entry-title{
	font-size:18px;
	line-height:1.2;
	font-weight:900;
}
blockquote, blockquote p{
	font-size:18px;
	line-height:1.55;
}
small{
	font-size:15px;
	line-height:1.55;
}
a{
	color:#0066cc;
}
a:hover{
	color:#003366;
}
a:visited{
	color:#551a8b;
}
.home .content .widget-title{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: none;
	padding-left:10px;
}
.home .content .entry{
	border-bottom:0;
}
/* Buttons */
.btn, .btn-default, .button, input[type="submit"] {
	/*box-shadow:0 2px 4px 0 #bdbdbd;*/
    text-transform:lowercase;
	font-variant:small-caps;
    font-weight:700;
	display:inline-block;
    margin-bottom:0;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    border:1px solid transparent;
    white-space:nowrap;
	padding:6px 12px;
    font-size:18px;
    line-height:1.55;
    border-radius:.1rem;
}
.btn-lg, input[type="submit"]{
	padding:10px 16px;
    font-size:23px;
    line-height:1.33333;
    border-radius:2px;
}
.btn-lg:disabled, input[type="submit"]:disabled{
	opacity:0.6;
}
input[type="submit"]{
	padding:10px 16px 12px 16px;
}
.btn-sm{
	padding:5px 10px;
    font-size:16px;
    line-height:1.5;
    border-radius:1px;
}
.btn-xs{
	padding:1px 5px;
    font-size:16px;
    line-height:1.5;
    border-radius:1px;
}
/* Forms */
form, input, textarea, select, option{
	font-size:18px;
	line-height:1.55;
}
span.wpcf7-not-valid-tip{
	border:4px solid #b50000;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding:8px 16px;
	font-size:18px;
    line-height:1.55;
    color:#555;
	margin-top:8px;
}

input.wpcf7-not-valid{
	border: 2px solid #b50000;
}
span.wpcf7-not-valid-tip{
	border-left:8px solid red;
	border-top:0;
	border-right:0;
	border-bottom:0;
	box-shadow:none;
	background-color: #ffcbcb;
	color:#000;
}
div.wpcf7-validation-errors{
	line-height:50px;
    background:url(bs-images/form-error.svg) no-repeat 10px center;
	background-size:30px 30px;
	padding-left:55px;
	border-left:8px solid red;
	border-top:0;
	border-right:0;
	border-bottom:0;
	box-shadow:none;
	background-color:#fff;
}
/* Layout fix */
body{
	min-width:320px;
}
.site-area-appartenenza > .wrap,
.site-header > .wrap,
.nav-secondary > .wrap,
.footer-site-header > .wrap,
.footer-widgets > .wrap{
	box-sizing:border-box;
	margin:0 auto;
	max-width:1440px;
	padding-left:40px;
	padding-right:40px;
}
.site-area-feedback > .wrap{
	margin:0;
	max-width:none;
}
.site-header,
body.primary-nav .site-header{
	padding:0;
}
.site-inner{
	box-sizing:border-box;
	margin:0 auto;
	max-width:1440px;
	padding-top:247px;
}
@media only screen and (max-width: 767px){
	.site-inner{
		padding-top:133px;
	}
}
.content-sidebar-wrap{
	/*padding-top:48px;
	max-width:1280px;*/
	max-width:1440px;
	margin:0 auto;
}
.home .content-sidebar-wrap{
	padding-top:0;
}
.content-sidebar-wrap .content{
	box-sizing:border-box;
	width:62%;
	max-width:600px;
	padding:0 32px;
}
.page-content-nowrap .content-sidebar-wrap .content{
	max-width:none;
}
.full-width-content .content-sidebar-wrap .content{
	width:auto;
	float:none;
	max-width:none;
	padding-right:40px;
}
.content-sidebar-wrap .sidebar{
	box-sizing:border-box;
	width:38%;
	padding:0 40px;
}
@media only screen and (max-width: 1023px){
	.content-sidebar-wrap .content,
	.content-sidebar-wrap .sidebar{
		float:none;
		width:auto;
		padding:24px 0;
		max-width:540px;
		margin:0 auto;
	}
}
/* Site area appartenenza */
.site-area-appartenenza{
	position:fixed;
	z-index:991;
	top:0;
	left:0;
	right:0;
	background:#303030;
	color:#f0f0f0;
	height:48px;
	transition:0.5s;
	overflow:hidden;
}
body.collapsed-header .site-area-appartenenza{
	height:0;
}
.site-area-appartenenza, .site-area-appartenenza a{
	font-weight:900;
}
.site-area-appartenenza > .wrap{
	padding-right:0;
}
.site-area-appartenenza .widget_black_studio_tinymce{
	display:inline-block;
	color:#f0f0f0;
	font-size:16px;
	line-height:48px;
	margin-left:8.5%;
	padding-left:124px;
}
.site-area-appartenenza .widget_black_studio_tinymce a{
	color:#f0f0f0;
}
.site-area-appartenenza .widget_nav_menu{
	float:right;
}
.site-area-appartenenza .widget_nav_menu ul{
	margin:0;
}
.site-area-appartenenza .widget_nav_menu li{
	float:left;
}
.site-area-appartenenza .widget_nav_menu a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	line-height:48px;
	height:48px;
	padding:0 16px;
	margin-left:4px;
	background-color:#555;
	font-weight:900;
}
@media only screen and (max-width: 767px){
	.site-area-appartenenza{
		transition:none;
	}
	.site-area-appartenenza .widget_black_studio_tinymce{
		margin-left:0;
		padding-left:0;
	}
}
/* Site header */
.site-header{
	position:fixed;
	z-index:992;
	top:48px;
	left:0;
	right:0;
	height:151px;
	transition:0.5s;
}
.site-header > .wrap{
	position:relative;
	padding-top:24px;
	padding-bottom:24px;
	border-bottom:0;
}
.site-header .title-area{
	box-sizing:border-box;
	width:66.5%;
	height:76px;
	margin-left:8.5%;
	transition:0.5s;
}
.site-header .header-widget-area{
	box-sizing:border-box;
	width:25%;
}
body.collapsed-header .site-header{
	top:0;
	min-height:49px;
	height:auto;
	border-bottom:1px solid #fff;
}
body.collapsed-header .site-header .title-area{
	height:48px;
}
body.collapsed-header .site-header > .wrap{
	padding-top:0;
	padding-bottom:0;
}
@media only screen and (max-width: 767px){
	.site-header{
		height:auto;
		transition:none;
	}
	.site-header > .wrap{
		padding-bottom:16px;
	}
	.site-header .title-area{
		width:60%;
		margin-left:18%;
		transition:none;
	}
	.site-header .header-widget-area{
		box-sizing:border-box;
		margin-left:0;
		width:auto;
		float:none;
		clear:both;
		max-height:0;
		overflow:hidden;
	}
	.site-header.expand .header-widget-area{
		max-height:100px;
	}
	body.collapsed-header .site-header.expand .header-widget-area{
		max-height:96px;
	}
}
/* Site header - Menu toggle */
.primary-menu-toggle{
	display:block;
	position:absolute;
	left:40px;
	top:47px;
	width:40px;
	background-color: transparent;
  padding: 0;
}
.primary-menu-toggle:hover {
	background-color: transparent;
}
.primary-menu-toggle .bar{
	height:4px;
    background:#fff;
	margin:7px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.primary-menu-toggle .menu-string{
	font-size:12px;
	line-height:12px;
	font-weight:900;
	letter-spacing:2px;
	color:#fff;
	text-align:center;
	text-indent:1px;
}
body.collapsed-header .site-header .primary-menu-toggle{
	top:2px;
}
body.collapsed-header .site-header .primary-menu-toggle .bar{
	height:3px;
	margin:5px 0;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
@media only screen and (max-width: 768px){
	.primary-menu-toggle{
		width:30px;
		top:24px;
		left:24px;
	}
	.primary-menu-toggle .bar{
		background:#fff;
		margin:7px 0;
	}
	.primary-menu-toggle .menu-string{
		display:none;
		letter-spacing:1px;
		text-indent:1px;
	}
	body.collapsed-header .site-header .primary-menu-toggle{
		top:8px;
	}
}
/* Site header - Title area */
.site-header .title-area{
	margin-top:13px;
	padding-top:0;
    padding-left:124px; /* 16px + 76px + 32px */
	height:76px; /* 150px - 24px - 24px - 13px - 13px */
    background:url(bs-images/stemma.png) no-repeat;
	background-position:16px center;
    background-size:auto 76px;
}
.site-header .site-title{
	margin-top:0;
	line-height:0;
	font-weight:normal;
	margin-top:0;
	margin-bottom:8px;
	font-family:'Titillium Web', sans-serif;
	font-size:32px;
	line-height:32px;
}
.site-header a.title-area{
	text-decoration:none;
	color:#fff;
}
.site-header .site-description{
	height:auto;
	text-indent:0;
	color:#fff;
	font-size:17px;
	line-height:17px;
	font-weight:500;
}
body.collapsed-header .site-header .title-area{
	margin-top:4px;
    padding-left:88px;
	height:40px;
	background-position:16px center;
    background-size:auto 40px;
}
body.collapsed-header .site-header .site-title a{
	margin-bottom:0;
	font-size:20px;
	line-height:38px;
}
body.collapsed-header .site-header .site-description{
	display:none;
}
div.crafty-social-buttons .crafty-social-caption{
	color:#000;
	font-size:16px;
	line-height:32px;
	padding-right:8px;
    font-weight: 500;
}
.footer-widgets-3 div.crafty-social-buttons .crafty-social-caption{
	position:absolute;
	left:-9999px;
}
.footer-widgets-3 div.crafty-social-buttons-align-right{
	text-align:left;
}
@media only screen and (max-width: 1023px){
	.site-header .site-title,
	.site-header .site-description{
		text-align:left;
	}
	.site-header .site-title{
		font-size:26px;
		line-height:26px;
	}
	body.collapsed-header .site-header .site-title{
		font-size:20px;
		line-height:38px;
	}
}
@media only screen and (max-width:767px){
	.site-header .title-area{
		margin-top:0;
		padding-left:57px;
		height:45px;
		background:url(bs-images/stemma.png) no-repeat;
		background-position:0 center;
		background-size:auto 45px;
	}
	.site-header .site-title{
		font-size:20px;
		line-height:20px;
		transition:none;
	}
	.site-header .site-description{
		display:none;
	}
	body.collapsed-header .site-header .title-area{
		margin-top:4px;
    	padding-left:68px;
		height:40px;
		background-position:16px center;
    	background-size:auto 40px;
	}
	body.collapsed-header .site-header .site-title{
		font-size:16px;
		line-height:19px;
	}
}
/* Site header - Header widgets */
.site-header .search-form{
	overflow:auto;
	margin-top:6px;
}
.search-form input[type="search"]{
	float:left;
	box-sizing:border-box;
	width:80%;
    padding:12px 16px;
	line-height:16px;
	font-size:16px;
}
.search-form input[type="submit"]{
	float:left;
	box-sizing:border-box;
	width:20%;
	border:1px solid #30373D;
	padding:16px;
	background:#30373D url(bs-images/search.png) no-repeat center center;
	text-indent:-9999px;
	line-height:1;
    font-size: 16px;
    border-radius: 0;
}
.header-widgets-toggle-button{
	display:none;
}
body.collapsed-header .site-header .widget_crafty-social-buttons_widget{
	display:none;
}
body.collapsed-header .site-header input[type="search"]{
	padding:5px 8px;
}
body.collapsed-header .site-header input[type="submit"]{
    padding:8px;
}
@media only screen and (max-width: 767px){
	.site-header .search-form{
		margin-top:0;
		padding-top:24px;
	}
	body.collapsed-header .site-header .search-form{
		padding-top:16px;
		padding-bottom:16px;
	}
	.site-header .widget_crafty-social-buttons_widget{
		display:none;
	}
	.header-widgets-toggle-button{
		display:block;
		position:absolute;
		right:24px;
		top:26px;
		cursor:pointer;
	}
	.header-widgets-toggle-button .search-icon{
		display:inline-block;
	}
	.header-widgets-toggle-button .close-search-icon{
		display:none;
	}
	.site-header.expand .header-widgets-toggle-button .search-icon{
		display:none;
	}
	.site-header.expand .header-widgets-toggle-button .close-search-icon{
		display:inline-block;
	}
	body.collapsed-header .site-header .header-widgets-toggle-button{
		top:8px;
	}
	body.collapsed-header .site-header .header-widgets-toggle-button .fa-2x{
		font-size:32px;
		line-height:32px;
	}
}
/* Secondary navigation */
.nav-secondary{
	position:fixed;
	z-index:990;
	top:199px;
	left:0;
	right:0;
	transition:0.5s;
}
body.collapsed-header .nav-secondary{
	opacity:0;
	top:-48px;
}
.nav-secondary .wrap{
	border-bottom:0;
}
.nav-secondary ul{
	margin:0;
}
.nav-secondary .genesis-nav-menu{
	text-transform:none;
	text-align:center;
}
.nav-secondary .genesis-nav-menu a{
	color:#fff;
	font-size:16px;
	line-height:48px;
	padding-top:0;
	padding-bottom:0;
	font-weight:500;
}
.nav-secondary .genesis-nav-menu .current-menu-item,
.nav-secondary .genesis-nav-menu .current-menu-parent,
.nav-secondary .genesis-nav-menu .current-page-ancestor{
	text-decoration:underline;
	background-color:#89bd81;
}
@media only screen and (max-width: 767px){
	.nav-secondary{
		display:none;
	}
}
/* Primary navigation (side menu) */
.sidenav-overlay{
	display:none;
	z-index:998;
    position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
}
.sidenav-overlay-show{
	display:block;
}
.sidenav{
	box-sizing:border-box;
	z-index:999;
    position:fixed;
    top: 0;
    left: -330px;
    height:100%;
    width:330px;
    overflow-x:hidden;
	overflow-y:scroll;
	padding-top:60px;
    background-color:#fff;
    transition:0.5s;
	border-right:1px solid #f0f0f0;
}
body.side-menu .sidenav{
	transform:translateX(330px);
}
@media only screen and (max-width: 480px){
	.sidenav{
		left:-250px;
		width:250px;
	}
	body.side-menu .sidenav{
		transform:translateX(250px);
	}
}
.sidenav ul.menu{
	padding-bottom:46px;
}
.sidenav ul{
	margin:0;
}
.sidenav ul.menu > li{
	border-bottom:1px solid #666;
}
.sidenav a{
    display: block;
    padding:8px 8px 8px 24px;
    text-decoration:none;
    font-size:18px;
    color:#30373D;
    transition:0.3s;
	line-height:1.2;
	margin-bottom:0;
}
.sidenav .current-menu-item > a,
.sidenav .current-menu-parent > a{
	text-decoration:underline;
}
.sidenav a:hover{
    color:#30373D;
	background-color:#f8f8f8;
}
.sidenav .primary-menu-close{
	display:block;
  position:absolute;
  top:8px;
  right:10px;
	background: transparent;
	padding: 0;
}
.sidenav .primary-menu-close i{
    font-size:24px;
	line-height:24px;
	color:#30373D;
	font-weight:normal;
}
.sidenav .caret{
	display:block;
	float:right;
	width:38px;
	height:38px;
	padding:8px 0;
	border:0;
	text-align:center;
	cursor:pointer;
}
.sidenav .caret .dashicons{
	display:inline-block;
	width:27px;
	height:27px;
    font-size:18px;
	color:#30373D;
	line-height:27px;
	transition:0.2s;
}
.sidenav .expand > .caret .dashicons{
	-ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sidenav .sub-menu{
	box-sizing:border-box;
	max-height:0;
	overflow:hidden;
	transition:0.3s;
	background-color:#f0f0f0;
}
.sidenav .expand > .sub-menu{
	max-height:1000px;
}
.sidenav .sub-menu > li{
	border-top:1px solid #666;
}
.site-header .sub-menu .sub-menu {
	margin-top: 0;
}
/* .sidenav .sub-menu .sub-menu,
.sidenav .expand .sub-menu .sub-menu{
	display:none;
} */
.sidenav .sub-menu a{
  padding:6px 8px 6px 38px;
	margin-bottom:0;
}
.sidenav .sub-menu .sub-menu a{
  padding:6px 8px 6px 50px;
	margin-bottom:0;
}
@media only screen and (max-width: 480px){
	.sidenav .sub-menu{
		transition:none;
	}
	.sidenav .expand .sub-menu{
		max-height:none;
	}
}
/* Site area feedback */
.site-area-feedback{
	height:64px;
	line-height:64px;
	font-size:17px;
	text-align:center;
}
.site-area-feedback, .site-area-feedback a{
	color:#30373d;
}
.site-area-feedback a{
	display:block;
	width:100%;
	font-weight:900;
}
/* Footer site header */
.footer-site-header, .footer-widgets, .site-footer{
	background-color:#30373d;
}
.footer-site-header, .footer-widgets, .site-footer,
.footer-site-header p, .footer-widgets p, .site-footer p{
	color:#c6cace;
}
.footer-widgets a, .site-footer a{
	color:#65dee0;
}
.footer-site-header{
	padding:48px 0;
}
.footer-site-header img{
	float:left;
	margin-right:32px;
	display:inline-block;
	vertical-align:top;
	max-width:76px;
}
.footer-site-header .footer-site-header-name{
	display:inline-block;
}
.footer-site-header strong{
    display:block;
    margin-bottom:8px;
    font-size:32px;
    line-height:32px;
	font-weight: 900;
}
.footer-site-header p{
	display:block;
    font-size:17px;
    line-height:17px;
    font-weight:500;
}
@media only screen and (max-width: 767px){
	.footer-site-header{
		padding:24px 0;
	}
	.footer-site-header img{
		max-width:48px;
	}
	.footer-site-header strong{
		font-size:20px;
		line-height:20px;
	}
	.footer-site-header p{
		font-size:17px;
		line-height:17px;
	}
}
/* Footer widgets */
.footer-widgets{
	padding-left:0;
	padding-right:0;
	padding-top:0;
	font-size:18px;
	line-height:1.55
}
.footer-widgets .widget-title{
	text-transform:none;
	font-size:20px;
}
.footer-widgets li{
	margin-bottom:4px;
}
@media only screen and (max-width: 767px){
	.footer-widgets div.crafty-social-buttons-align-right{
		text-align:center;
	}
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3{
	box-sizing:border-box;
	padding:16px;
	width:33%;
	margin:0;
}
@media only screen and (max-width: 1023px){
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3{
		float:none;
		width:auto;
		text-align:center;
	}
}
/* Footer */
.site-footer .creds{
	display:inline-block;
}
.footer-links-menu{
	display:inline-block;
}
.footer-links-menu ul{
	text-align:left;
}
.footer-links-menu li{
	display:inline;
	list-style-type:none;
	margin-right:0.5em;
}
.footer-links-menu li:last-child{
	margin-right:0;
}
.site-footer .divider{
	margin:0 0.5em;
}
@media only screen and (max-width: 767px){
	.footer-links-menu{
		display:block;
	}
	.footer-links-menu ul{
		text-align:center;
	}
}
/* Home */
.home .site-inner{
	max-width:none;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}
.home .content-sidebar-wrap{
	max-width:none;
	padding-left:0;
	padding-right:0;
}
.home .content-sidebar-wrap .content{
	max-width:none;
	padding-right:0;
	padding-left:0;
}
@media only screen and (max-width: 1023px){
	.home .content-sidebar-wrap .content{
		max-width:none;
	}
}
#pl-home > .panel-grid{
  margin-left:0;
  margin-right:0;
}
.vimeography-slides{
  overflow:auto;
}
.vimeography-slides li {
    float:left;
    width:48%;
    box-sizing:border-box;
    margin:20px 1%;
    text-align: center;
}
.vimeography-slides a.colorbox-link{
  margin-bottom:20px;
}
.panel-row-style{
	box-sizing: border-box;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 45px;
    padding-right: 45px;
}
.siteorigin-panels-stretch{
	max-width: none;
}
.home-top,
.home-row{
	padding-bottom:24px;
    margin: 0 ;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.home-top .widget_featured-content .entry,
.home-row .widget_featured-content .entry{
	background-color:#fff;
}
.home-subpage-row .page{
	margin-left:1%;
	margin-right:1%;
}
.home-bottom,
.home-white-row{
	padding-top:24px;
	padding-bottom:24px;
	background-color:#fff;
}
.home-bottom .widget_featured-content .entry,
.home-white-row .widget_featured-content .entry{
	background-color:#f8f8f8;
}
.home-top > section,
.home-bottom  > section,
.home-row .row{
	box-sizing:border-box;
	margin:0 auto;
	max-width:1440px;
	padding-left:40px;
	padding-right:40px;
	width:100%;
}
#pl-home > .panel-grid{
  margin-left:0;
  margin-right:0;
}
.home .content .widget_featured-content .entry{
	float:left;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:0 0 24px 0;
	width:31.111%;
	margin:0 1% 26px 1%;
}
.home .content .widget_featured-content .entry > a,
.home .content .widget_featured-content .entry > .aligncenter{

	margin:0;
}
.home .content .widget_featured-content .entry-title,
.home .content .widget_featured-content .entry > p{
	padding:0 24px;
}
.home .widget_featured-content article > .aligncenter,
.home .widget_featured-content article > a .card-image-container,
.page-template-page_blog .content .entry .entry-image-link,
.post-type-archive-eventi .content .entry .entry-image-link{
	height:270px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.home .widget_featured-content .aligncenter img,
.page-template-page_blog .content .entry .entry-image-link img,
.post-type-archive-eventi .content .entry .entry-image-link img{
	float:none;
	display:block;
	margin:0 auto;
	width:auto;
	height:auto;
	max-width:100%;
}
.home-pages-row .widget_featured-content article > .aligncenter{
	height:auto;
}
.home .content .widget_featured-content .entry-title{
	padding-top:32px;
	font-size:1.16em;
    margin:0 0 25px 0;
    line-height:1.3;
}
.home .content .widget_featured-content .entry-title a{
	 font-weight:900;
	 color:#222;
}
.home .content .widget_featured-content .post-info{
	font-size:0.85em;
    line-height:1.5;
    font-weight: 700;
    letter-spacing: 0.007em;
}
.home .content .widget_featured-content .entry > p{
	margin:0 0 12px 0;
}
.home .content .archive-link{
	width:auto;
	clear:both;
	margin:0 1.3%;
	text-align:right;
}
.home .content .archive-link a{
	font-weight:900;
	line-height:1.5;
}
@media only screen and (max-width: 1023px){
	.home .content .widget_featured-content .entry{
		float:none;
		width:100%;
		max-width:540px;
		margin:0 auto 26px auto;
	}
	.home .content .archive-link{
		text-align:center;
		margin:0;
	}
}
/* Context submenu (sidebar) */
.content-sidebar-wrap .content,
.content-sidebar-wrap .sidebar{
	padding-top:48px;
}
.content-sidebar-wrap .content{
	padding-left:40px;
}
.content-sidebar-wrap .sidebar{
	padding-right:40px;
}
.list-pages-shortcode .children{
	display:none;
}
.sidebar .submenu-widget .sub-menu{
	padding-top:8px;
	padding-bottom:8px;
	display:none;
}
.sidebar .submenu-widget .current-page-ancestor > .sub-menu,
.sidebar .submenu-widget .current-menu-parent > .sub-menu,
.sidebar .submenu-widget .current-menu-item > .sub-menu{
	display:block;
}
.sidebar .submenu-widget .current-menu-parent > a,
.sidebar .submenu-widget .current-menu-item > a{
	text-decoration:underline;
	font-weight:bold;
}
@media only screen and (max-width: 1023px){
	.content-sidebar-wrap .content,
	.content-sidebar-wrap .sidebar{
		padding-left:0;
		padding-right:0;
	}
}
/* Taxonomy archive */
.archive .content-sidebar-wrap  .content{
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
	margin-left:auto;
	margin-right:auto;
}
.archive .breadcrumb,
.archive .archive-link{
	    flex: 1 0 100%;
}
.archive .content .entry{
	float:left;
	max-width:440px;
	width:32%;
	margin-left:2%;
	margin-bottom:36px;
	padding:0 0 24px 0;
    background-color:#fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.archive .content .entry:nth-of-type(3n+1){
	clear:both;
	margin-left:0;
}
@media only screen and (max-width: 1023px){
	.archive .content .entry{
		float:none;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.archive .content .entry:nth-of-type(3n+1){
		clear:none;
		margin-left:auto;
	}
}
.archive .content .entry img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:auto;
	float:none;
}
.archive .content .entry .entry-title{
	padding-top:32px;
	font-size:1.16em;
    margin:0 0 25px 0;
    line-height:1.3;
	padding-left:24px;
	padding-right:24px;
}
.archive .content .entry .entry-title a{
	 font-weight:900;
	 color:#222;
}
.archive .content .entry .entry-meta{
	font-size:0.85em;
    line-height:1.5;
    font-weight: 700;
    letter-spacing: 0.007em;
	padding-left:24px;
	padding-right:24px;
}
.archive .content .entry .entry-content{
	padding-left:24px;
	padding-right:24px;
}
.archive .content .entry .entry-content > p{
	margin:0 0 12px 0;
}
/* News / events archive */
.page-template-page_blog .content-sidebar-wrap .content,
.post-type-archive-eventi .content-sidebar-wrap .content{
	padding-left:40px;
	padding-right:40px;
	max-width:1440px;
	margin:0 auto;
	float:none;
	width:auto;
}
.post-type-archive-eventi .content-sidebar-wrap .sidebar{
	display:none;
}
.page-template-page_blog .content .entry,
.post-type-archive-eventi .content .entry{
	display:block;
	float:left;
	max-width:440px;
	width:32%;
	margin-left:2%;
	margin-bottom:36px;
	vertical-align:top;
	padding:0 0 24px 0;
    background-color:#fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.page-template-page_blog .content .entry:nth-of-type(3n+1),
.post-type-archive-eventi .content .entry:nth-of-type(3n+1){
	clear:both;
	margin-left:0;
}
@media only screen and (max-width: 1023px){
	.page-template-page_blog .content .entry,
	.post-type-archive-eventi .content .entry{
		float:none;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.page-template-page_blog .content .entry:nth-of-type(3n+1),
	.post-type-archive-eventi .content .entry:nth-of-type(3n+2){
		clear:none;
		margin-left:auto;
	}
}
.archive-pagination{
	width:100%;
	clear:both;
}
.page-template-page_blog .content .entry > a,
.post-type-archive-eventi .content .entry > a,
.page-template-page_blog .content .entry > .aligncenter,
.post-type-archive-eventi .content .entry > .aligncenter{
	margin:0;
}
.page-template-page_blog .content .entry-title,
.post-type-archive-eventi .content .entry-title,
.page-template-page_blog .content .entry-meta,
.post-type-archive-eventi .content .entry-meta,
.page-template-page_blog .content .entry-content,
.post-type-archive-eventi .content .entry-content{
	padding:0 24px;
}
.page-template-page_blog .content .entry .post-image,
.post-type-archive-eventi .content .entry .post-image{
	width:100%;
}
.page-template-page_blog .content .entry-title,
.post-type-archive-eventi .content .entry-title{
	padding-top:32px;
	font-size:1.16em;
    margin:0 0 25px 0;
    line-height:1.3;
}
.page-template-page_blog .content .entry-title a,
.post-type-archive-eventi .content .entry-title a{
	 font-weight:900;
	 color:#222;
}
.page-template-page_blog .content .entry-meta,
.post-type-archive-eventi .content .entry-meta{
	font-size:0.85em;
    line-height:1.5;
    font-weight:700;
    letter-spacing:0.007em;
}
.page-template-page_blog .content .entry-content p,
.post-type-archive-eventi .content .entry-content p{
	margin:0 0 12px 0;
}
.btn-warning{
	color:#685815 !important;
    background-color:#ffef9f !important;
    border-color:#ffeb86 !important;
}
.btn-warning:hover{
	color:#685815 !important;
    background-color:#ffe76c !important;
    border-color:#ffe148 !important;
}
.btn-warning:active{
	color:#685815 !important;
    background-color:#ffe76c !important;
    border-color:#ffe148 !important;
}
.btn-warning:focus,
.btn-warning:active:focus{
    color:#685815 !important;
    background-color:#ffe148 !important;
    border-color:#ffd606 !important;
}
.btn-info{
	color: #006366 !important;
    background-color: #c6f3f5 !important;
    border-color: #b0eef1 !important;
}
.btn-info:hover{
	color: #006366 !important;
    background-color: #9beaed !important;
    border-color: #7ce3e8 !important;
}
.btn-info:active{
	color: #006366 !important;
    background-color: #9beaed !important;
    border-color: #7ce3e8 !important;
}
.btn-info:focus,
.btn-warning:active:focus{
    color: #006366 !important;
    background-color: #7ce3e8 !important;
    border-color: #44d8de !important;
}
.search-form input[type="submit"]{
	border-color:#30373D !important;
	background-color:#30373D !important;
}
/* Back to top button */
a.back-to-top-btn{
	right:-9999px;
	position:fixed;
	bottom:20px;
	width:40px;
	height:40px;
	line-height:33px;
	text-align:center;
	border-radius:50%;
	color:#FFF;
	border:2px solid #fff;
}
a.back-to-top-btn.show{
	display:block;
	right:20px;
}
/* Custom colors */
.site-header,
.pubblica-amministrazione-green .site-header,
.site-area-feedback,
.pubblica-amministrazione-green .site-area-feedback,
a.back-to-top-btn{
	background-color:#84cc78;
}
.pubblica-amministrazione-blue .site-header,
.pubblica-amministrazione-blue .site-area-feedback,
.pubblica-amministrazione-blue a.back-to-top-btn{
	background-color:#76adcc;
}
.pubblica-amministrazione-red .site-header,
.pubblica-amministrazione-red .site-area-feedback,
.pubblica-amministrazione-red a.back-to-top-btn{
	background-color: #8a2323;
}
.pubblica-amministrazione-orange .site-header,
.pubblica-amministrazione-orange .site-area-feedback,
.pubblica-amministrazione-orange a.back-to-top-btn{
	background-color:#ecb46f;
}
.content-sidebar-wrap .sidebar{
	background:#F4F4F2;
}
.pubblica-amministrazione-green .content-sidebar-wrap .sidebar{
	background:#F4F4F2;
}
.pubblica-amministrazione-blue .content-sidebar-wrap .sidebar{
	background:#F4F4F2;
}
.pubblica-amministrazione-red .content-sidebar-wrap .sidebar{
	background:#F4F4F2;
}
.pubblica-amministrazione-orange .content-sidebar-wrap .sidebar{
	background:#F4F4F2;
}
.nav-secondary,
.pubblica-amministrazione-green .nav-secondary{
	background-color:#a2d49a;
}
.pubblica-amministrazione-blue .nav-secondary{
	background-color:#9cbfd2;
}
.pubblica-amministrazione-red .nav-secondary{
	background-color: #CF3F3F;
}
.pubblica-amministrazione-orange .nav-secondary{
	background-color:#f3ca80;
}
.btn, .btn-default, .button, input[type="submit"], a.btn:visited,
.pubblica-amministrazione-green .btn, .pubblica-amministrazione-green .btn-default, .pubblica-amministrazione-green .button, .pubblica-amministrazione-green input[type="submit"], .pubblica-amministrazione-green a.btn:visited{
	color:#395235;
    background-color:#84cc78;
}
.btn:hover, .btn-default:hover, .button:hover, input[type="submit"]:hover, a.btn:visited:hover,
.pubblica-amministrazione-green .btn:hover, .pubblica-amministrazione-green .btn-default:hover, .pubblica-amministrazione-green .button:hover, .pubblica-amministrazione-green input[type="submit"]:hover, .pubblica-amministrazione-green a.btn:visited:hover{
	color:#395235;
    background-color:#a2d49a;
    /*border-color:#84cc78;*/
}
.btn:active, .btn-default:active, .button:active, input[type="submit"]:active, a.btn:visited:active,
.pubblica-amministrazione-green .btn:active, .pubblica-amministrazione-green .btn-default:active, .pubblica-amministrazione-green .button:active, .pubblica-amministrazione-green input[type="submit"]:active, .pubblica-amministrazione-green a.btn:visited:active{
	color:#fff;
    background-color:#395235;
    /*border-color:#395235;*/
}
.btn:focus, .btn-default:focus, .button:focus, input[type="submit"]:focus,
.btn:active:focus, .btn-default:active:focus, .button:active:focus, input[type="submit"]:active:focus, a.btn:visited:active:focus,
.pubblica-amministrazione-green .btn:focus, .pubblica-amministrazione-green .btn-default:focus, .pubblica-amministrazione-green .button:focus, .pubblica-amministrazione-green input[type="submit"]:focus,
.pubblica-amministrazione-green .btn:active:focus, .pubblica-amministrazione-green .btn-default:active:focus, .pubblica-amministrazione-green .button:active:focus, .pubblica-amministrazione-green input[type="submit"]:active:focus, .pubblica-amministrazione-green a.btn:visited:active:focus{
    color:#a2d49a;
	background-color:#5a9252;
    /*border-color:#5a9252;*/
	outline-color:#395235;
}
.pubblica-amministrazione-blue .btn, .pubblica-amministrazione-blue .btn-default, .pubblica-amministrazione-blue .button, .pubblica-amministrazione-blue input[type="submit"], .pubblica-amministrazione-blue a.btn:visited {
	color:#30373d;
    background-color:#76adcc;
}
.link-utili-row .button {
	font-size: 38px;
	text-transform: none;
}
.pubblica-amministrazione-blue .btn:hover, .pubblica-amministrazione-blue .btn-default:hover, .pubblica-amministrazione-blue .button:hover, .pubblica-amministrazione-blue input[type="submit"]:hover, .pubblica-amministrazione-blue a.btn:visited:hover {
	color:#30373d;
    background-color:#9cbfd2;
    /*border-color:#699ab5;*/
}
.pubblica-amministrazione-blue .btn:disabled, .pubblica-amministrazione-blue .btn-default:disabled, .pubblica-amministrazione-blue .button:disabled, .pubblica-amministrazione-blue input[type="submit"]:disabled, .pubblica-amministrazione-blue a.btn:visited:disabled{
	color:#30373d;
    background-color:#76adcc;
}
.pubblica-amministrazione-blue .btn:active, .pubblica-amministrazione-blue .btn-default:active, .pubblica-amministrazione-blue .button:active, .pubblica-amministrazione-blue input[type="submit"]:active, .pubblica-amministrazione-blue a.btn:visited:active{
	color:#9cbfd2;
    background-color:#30373d;
    /*border-color:#2b3b44;*/
}
.pubblica-amministrazione-blue .btn:focus, .pubblica-amministrazione-blue .btn-default:focus, .pubblica-amministrazione-blue .button:focus, .pubblica-amministrazione-blue input[type="submit"]:focus,
.pubblica-amministrazione-blue .btn:active:focus, .pubblica-amministrazione-blue .btn-default:active:focus, .pubblica-amministrazione-blue .button:active:focus, .pubblica-amministrazione-blue input[type="submit"]:active:focus, .pubblica-amministrazione-blue a.btn:visited:active:focus{
    color:#9cbfd2;
	background-color:#4a6c80;
    /*border-color:#4a6c80;*/
	outline-color:#2b3b44;
}
.pubblica-amministrazione-red .btn, .pubblica-amministrazione-red .btn-default, .pubblica-amministrazione-red .button, .pubblica-amministrazione-red input[type="submit"], .pubblica-amministrazione-red a.btn:visited{
	color:#4e2727;
    background-color:#C96262;
}
.pubblica-amministrazione-red .btn:hover, .pubblica-amministrazione-red .btn-default:hover, .pubblica-amministrazione-red .button:hover, .pubblica-amministrazione-red input[type="submit"]:hover, .pubblica-amministrazione-red a.btn:visited:hover{
	color:#4e2727;
    background-color:#e28a8a;
    /*border-color:#C96262;*/
}
.pubblica-amministrazione-red .btn:disabled, .pubblica-amministrazione-red .btn-default:disabled, .pubblica-amministrazione-red .button:disabled, .pubblica-amministrazione-red input[type="submit"]:disabled, .pubblica-amministrazione-red a.btn:visited:disabled{
	color:#4e2727;
    background-color:#C96262;
}
.pubblica-amministrazione-red .btn:active, .pubblica-amministrazione-red .btn-default:active, .pubblica-amministrazione-red .button:active, .pubblica-amministrazione-red input[type="submit"]:active, .pubblica-amministrazione-red a.btn:visited:active{
	color:#fff;
    background-color:#4e2727;
    /*border-color:#4e2727;*/
}
.pubblica-amministrazione-red .btn:focus, .pubblica-amministrazione-red .btn-default:focus, .pubblica-amministrazione-red .button:focus, .pubblica-amministrazione-red input[type="submit"]:focus,
.pubblica-amministrazione-red .btn:active:focus, .pubblica-amministrazione-red .btn-default:active:focus, .pubblica-amministrazione-red .button:active:focus, .pubblica-amministrazione-red input[type="submit"]:active:focus, .pubblica-amministrazione-red a.btn:visited:active:focus{
    color:#e28a8a;
	background-color:#ad4d4d;
    /*border-color:#ad4d4d;*/
	outline-color:#4e2727;
}
.pubblica-amministrazione-orange .btn, .pubblica-amministrazione-orange .btn-default, .pubblica-amministrazione-orange .button, .pubblica-amministrazione-orange input[type="submit"], .pubblica-amministrazione-orange a.btn:visited{
	color:#6f4b1f;
    background-color:#ecb46f;
}
.pubblica-amministrazione-orange .btn:hover, .pubblica-amministrazione-orange .btn-default:hover, .pubblica-amministrazione-orange .button:hover, .pubblica-amministrazione-orange input[type="submit"]:hover, .pubblica-amministrazione-orange a.btn:visited:hover{
	color:#6f4b1f;
    background-color:#f3ca80;
    /*border-color:#ecb46f;*/
}
.pubblica-amministrazione-orange .btn:disabled, .pubblica-amministrazione-orange .btn-default:disabled, .pubblica-amministrazione-orange .button:disabled, .pubblica-amministrazione-orange input[type="submit"]:disabled, .pubblica-amministrazione-orange a.btn:visited:disabled{
	color:#6f4b1f;
    background-color:#ecb46f;
}
.pubblica-amministrazione-orange .btn:active, .pubblica-amministrazione-orange .btn-default:active, .pubblica-amministrazione-orange .button:active, .pubblica-amministrazione-orange input[type="submit"]:active, .pubblica-amministrazione-orange a.btn:visited:active{
	color:#fff;
    background-color:#6f4b1f;
    /*border-color:#6f4b1f;*/
}
.pubblica-amministrazione-orange .btn:focus, .pubblica-amministrazione-orange .btn-default:focus, .pubblica-amministrazione-orange .button:focus, .pubblica-amministrazione-orange input[type="submit"]:focus,
.pubblica-amministrazione-orange .btn:active:focus, .pubblica-amministrazione-orange .btn-default:active:focus, .pubblica-amministrazione-orange .button:active:focus, .pubblica-amministrazione-orange input[type="submit"]:active:focus, .pubblica-amministrazione-orange a.btn:visited:active:focus{
    color:#f3ca80;
	background-color:#ab783a;
    /*border-color:#ab783a;*/
	outline-color:#6f4b1f;
}
.pubblica-amministrazione-orange .site-header a.title-area,
.pubblica-amministrazione-orange .site-header .site-description,
.pubblica-amministrazione-orange .primary-menu-toggle .menu-string,
.pubblica-amministrazione-orange .nav-secondary .genesis-nav-menu a {
	color: #000;
}
.pubblica-amministrazione-orange .primary-menu-toggle .bar {
	background: #000;
}
.content .term-children{
	padding-left:20px;
}
/* Home page Flex boxes */
.home .content .featuredpost,
.archive .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.home .content .featuredpost .entry,
.archive .content .entry {
	-ms-flex-preferred-size: 31%;
	    flex-basis: 31%;
}
.home .content .featuredpost .widget-title,
.archive .content .page-title {
	-ms-flex: 1 0 100%;
	    flex: 1 0 100%;
}
@media only screen and (max-width: 1023px) {
	.home .content .featuredpost,
	.archive .content {
		display: block;
	}
}

@media only screen and (max-width: 1023px) {
	.post-featured-image{
		display:block;
	}
	.post-featured-image .alignleft{
		float:none;
		display:block;
		margin:0 auto 30px auto;
	}
}

/* Skip links */
.genesis-skip-link a:focus {
	z-index: 99999999;
	position: absolute;
	top: 0;
	background: #fff;
	padding: 12px;
	width: 100%;
	text-align: center;
}
