/*
Theme Name: Minisito
Author: KMSTUDIO
Description: Tema per Minisito
Version: 1.0
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
}

/*--- SLICK FONT ---------------*/
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('assets/js/class/slick/fonts/slick.eot');
    src: url('assets/js/class/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('assets/js/class/slick/fonts/slick.woff') format('woff'), url('assets/js/class/slick/fonts/slick.ttf') format('truetype'), url('assets/js/class/slick/fonts/slick.svg#slick') format('svg');
}
/*--- FINE > SLICK FONT --------*/

html, body {
	height: 100%;
}
html {
	
}
body {
	font-family: 'PT Sans', sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}
body.admin-bar.logged-in {
	margin-top: 32px;
}
body.no-scroll {
	overflow: hidden;
}

a {
	color: #f18e00;
	transition: color 400ms,
				background-color 400ms,
				border 400ms;
}
a:hover {
	color: #f18e00;
}

::-webkit-input-selection {
	background: #f08e0b;
	color: #fff;
}
::-moz-selection {
	background: #f08e0b;
	color: #fff;
}
::-ms-input-selection {
	background: #f08e0b;
	color: #fff;
}
::selection {
	background: #f08e0b;
	color: #fff;
}

body > h1 {
	/*display: none;*/
}

h1 {
	font-weight: 400;
	font-size: 1.5em;
	color: #000;
}
h2 {
	font-weight: 400;
	font-size: 1.3em;
	color: #000;
}
h3 {
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
}
h4 {
	font-weight: 700;
	font-size: 1em;
	color: #000;
}

/*--- HEADER ----------------------------------------------------------------*/
header#site {
	margin: 0 0 1em 0;
}
header#site .top-container-desktop {
	box-sizing: border-box;
	padding: 0.8em 1.6em;
	margin-bottom: 1em;
}
header#site .top-container-desktop .logo {
	width: 160px;
}
header#site .top-container-desktop .back-to-main-blog a {
	color: #000;
	font-weight: 400;
	font-size: 1em;
	text-transform: uppercase;
}
header#site .top-container-desktop .back-to-main-blog a strong span {
	color: #f18e00;
}
header#site .top-container-desktop .back-to-main-blog a:hover {
	text-decoration: none;
	color: #f18e00;
}

header#site .user-profile {
	margin: 0 0 1em 0;
	overflow: hidden;
	border-radius: 2em;
	position: relative;
}
header#site .link-home-profile a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 2;
}
header#site .user-profile .background-profile .background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}
header#site .user-profile .info-profile {
	position: absolute;
	top: 50%;
	left: 0;
    right: 0;
	width: 100%;
    transform: translateY(-50%);
}
header#site .user-profile .info-profile .user-icon-profile {
	max-width: 180px;
	border-radius: 100%;
	margin-bottom: 1em;
    height: 100%;
}
header#site .user-profile .info-profile .user-icon-profile.icon-profile-with-circle {
	background-color: #d6d6d6;
	overflow: hidden;
	border: 6px solid #fff;
	padding: 0;
}
header#site .user-profile .info-profile .user-blog-title {
	text-align: left;
}
header#site .user-profile .info-profile .user-blog-title h2 {
	line-height: 1;
	font-weight: 700;
	font-size: 1.3em;
	text-transform: none;
	margin: 0 0 0.2em 0;
	display: inline-block;
	background-color: #f08e0b;
	color: #fff;
	padding: 0.5em 1.3em;
}
header#site .user-profile .info-profile .user-current-residence {
	text-align: left;
}
header#site .user-profile .info-profile .user-current-residence h3:not(:empty) {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: inline-block;
	font-weight: 400;
	font-size: 1.2em;
	padding: 0.4em 1.3em;
}
header#site .user-profile .background-profile.header-proportion-warning:after {
	position: absolute;
	content: "L'immagine non rispetta le dimensioni minime di 1280x500!";
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(255, 0, 0, 0.7);
	padding: 10px;
	text-align: center;
	display: block;
}

header#site .top-container-responsive {
	display: none !important;
	padding: 0.4em;
}
header#site .top-container-responsive .full-search a {
	color: #000;
}
header#site .top-container-responsive .full-search a:hover {
	color: #f08e0b;
}
header#site .top-container-responsive .navigation-hamburger {
	cursor: pointer;
}
header#site .top-container-responsive .navigation-hamburger .three-line {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 25px;
	height: 32px;
	margin-left: 10px;
}
header#site .top-container-responsive .navigation-hamburger .three-line .single-line {
	background-color: #000;
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	left: 0;
	transition-duration: 300ms;
}
header#site .top-container-responsive .navigation-hamburger .text:hover + .three-line .single-line,
header#site .top-container-responsive .navigation-hamburger .three-line:hover .single-line {
	background-color: #f08e0b;
}
header#site .top-container-responsive .navigation-hamburger.opened .three-line {
	
}
header#site .top-container-responsive .navigation-hamburger .three-line .single-line:nth-child(1) {
	top: 9px;
	transition-property: transform, background-color;
}
header#site .top-container-responsive .navigation-hamburger.opened .three-line .single-line:nth-child(1) {
	top: 11px;
	transform: translate3d(0, 6px, 0) rotate(-135deg);
	background-color: #000;
}
header#site .top-container-responsive .navigation-hamburger .text:hover + .three-line .single-line:nth-child(1),
header#site .top-container-responsive .navigation-hamburger .three-line:hover .single-line:nth-child(1) {
	transform: translateY(-2px);
}
header#site .top-container-responsive .navigation-hamburger .three-line .single-line:nth-child(2) {
	top: 16px;
	transition-property: transform, opacity, background-color;
}
header#site .top-container-responsive .navigation-hamburger.opened .three-line .single-line:nth-child(2) {
	transform: translate3d(16px, 0, 0);
	opacity: 0;
}
header#site .top-container-responsive .navigation-hamburger .three-line .single-line:nth-child(3) {
	top: 23px;
	transition-property: transform, background-color;
}
header#site .top-container-responsive .navigation-hamburger.opened .three-line .single-line:nth-child(3) {
	transform: translate3d(0, -6px, 0) rotate(135deg);
	background-color: #000;
}
header#site .top-container-responsive .navigation-hamburger .text:hover + .three-line .single-line:nth-child(3),
header#site .top-container-responsive .navigation-hamburger .three-line:hover .single-line:nth-child(3) {
	transform: translateY(2px);
}


/*
header#site .user-profile {
	margin: 0 0 1em 0;
	display: flex;
}
header#site .user-profile-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	flex: 0 0 35%;
}
header#site .user-profile .user-icon-profile {
	max-width: 180px;
	margin: 0 auto 1em auto;
}
header#site .user-profile .user-icon-profile img {
	border-radius: 10em;
	background-color: #f2f2f2;
}
header#site .user-profile h2 {
	color: #f18e00;
	font-weight: 700;
	font-size: 1.4em;
	text-align: center;
	box-sizing: border-box;
	padding: 0 2em;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
header#site .user-profile .user-background-profile {
	flex: 1;
}
header#site .user-profile .user-background-profile img {
	border-radius: 2em;
}
header#site .user-profile .address {
	text-align: center;
	margin: 0 0 1em 0;
}
header#site .user-profile .address span.icon-point {
	font-size: 2em;
}
header#site .user-profile .address address {
	margin: 0;
}
header#site .user-profile .social-network ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: table;
}
header#site .user-profile .social-network ul li {
	margin: 0 0.3em 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 1.4em;
}
header#site .user-profile .social-network ul li:last-child {
	margin: 0;
}
header#site .user-profile .social-network ul li a {
	border: 1px solid #000;
	border-radius: 100%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	display: inline-block;
	text-align: center;
}
header#site .user-profile .social-network ul li.www a {
	border: none;
	padding: 0;
	background-color: transparent;
	color: #000;
	font-size: 207%;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: -0.15em;
}
header#site .user-profile .social-network ul li.www a:hover {
	color: #f18e00;
}
header#site .user-profile .social-network ul li.mail a:hover {
	color: #fff;
	background-color: #f18e00;
	border-color: #f18e00;
}
header#site .user-profile .social-network ul li.www a span:before {
	margin: 0;
}
header#site .user-profile .social-network ul li.mail a {
	background-color: #000;
	color: #fff;
}
header#site .user-profile .social-network ul li.facebook a {
	border-color: #3a5897;
	color: #3a5897;
}
header#site .user-profile .social-network ul li.facebook a:hover {
	background-color: #3a5897;
}
header#site .user-profile .social-network ul li.instagram a {
	border-color: #bb5fb7;
	color: #bb5fb7;
}
header#site .user-profile .social-network ul li.instagram a:hover {
	background-color: #bb5fb7;
}
header#site .user-profile .social-network ul li.youtube a {
	border-color: #c81d1d;
	color: #c81d1d;
}
header#site .user-profile .social-network ul li.youtube a:hover {
	background-color: #c81d1d;
}
header#site .user-profile .social-network ul li.twitter a {
	border-color: #6194e4;
	color: #6194e4;
}
header#site .user-profile .social-network ul li.twitter a:hover {
	background-color: #6194e4;
}
header#site .user-profile .social-network ul li a:hover {
	color: #fff;
	text-decoration: none;
}

header#site .user-profile .navigation-hamburger {
	display: none;
	cursor: pointer;
}
header#site .user-profile .navigation-hamburger .three-line {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 25px;
	height: 32px;
	margin-left: 10px;
}
header#site .user-profile .navigation-hamburger .three-line .single-line {
	background-color: #fff;
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	left: 0;
	transition-duration: 300ms;
}
header#site .user-profile .navigation-hamburger .text:hover + .three-line .single-line,
header#site .user-profile .navigation-hamburger .three-line:hover .single-line {
	background-color: #fff;
}
header#site .user-profile .navigation-hamburger.opened .three-line {
	
}
header#site .user-profile .navigation-hamburger .three-line .single-line:nth-child(1) {
	top: 9px;
	transition-property: transform, background-color;
}
header#site .user-profile .navigation-hamburger.opened .three-line .single-line:nth-child(1) {
	top: 11px;
	transform: translate3d(0, 6px, 0) rotate(-135deg);
	background-color: #fff;
}
header#site .user-profile .navigation-hamburger .text:hover + .three-line .single-line:nth-child(1),
header#site .user-profile .navigation-hamburger .three-line:hover .single-line:nth-child(1) {
	transform: translateY(-2px);
}
header#site .user-profile .navigation-hamburger .three-line .single-line:nth-child(2) {
	top: 16px;
	transition-property: transform, opacity, background-color;
}
header#site .user-profile .navigation-hamburger.opened .three-line .single-line:nth-child(2) {
	transform: translate3d(16px, 0, 0);
	opacity: 0;
}
header#site .user-profile .navigation-hamburger .three-line .single-line:nth-child(3) {
	top: 23px;
	transition-property: transform, background-color;
}
header#site .user-profile .navigation-hamburger.opened .three-line .single-line:nth-child(3) {
	transform: translate3d(0, -6px, 0) rotate(135deg);
	background-color: #fff;
}
header#site .user-profile .navigation-hamburger .text:hover + .three-line .single-line:nth-child(3),
header#site .user-profile .navigation-hamburger .three-line:hover .single-line:nth-child(3) {
	transform: translateY(2px);
}
*/

header#site nav.minisite {
	display: flex;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
header#site nav.minisite ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
header#site nav.minisite ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	position: relative;
	outline: none;
}
header#site nav.minisite ul li.show-only-responsive {
	display: none;
}
header#site nav.minisite ul li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
header#site nav.minisite ul li a {
	color: #f08e0b;
	padding: 0.5em 1.4em;
	display: block;
}
header#site nav.minisite ul li a:hover {
	background-color: #f8f8f8;
	text-decoration: none;
}
header#site nav.minisite ul li:first-child a {
	
}
header#site nav.minisite ul li.submenu a:after {
	font-family: "esperienzeconilsud";
	font-style: normal;
	font-weight: normal;
	content: '\e807';
	display: inline-block;
	margin-left: 10px;
	line-height: 1;
}
header#site nav.minisite ul li.submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	/*transform: translateY(0);*/
	z-index: 1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	min-width: 100%;
	background-color: #f8f8f8;
}
header#site nav.minisite ul li ul li:after {
	display: none;
}
header#site nav.minisite ul li.submenu:hover > a {
	background-color: #f8f8f8;
	color: #f08e0b;
}
header#site nav.minisite ul li.submenu:hover ul {
	visibility: visible;
	opacity: 1;
	/*transform: translateY(100%);*/
	top: 100%;
	transition-delay: 0s, 0s, 0.3s;
}
header#site nav.minisite ul li.submenu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: 700;
	font-size: 0.8em;
	text-transform: uppercase;
	position: static;
	white-space: nowrap;
	min-width: 100%;
}
header#site nav.minisite ul li.submenu ul li a {
	border-radius: 0;
	color: #f08e0b;
	background-color: #f8f8f8;
	padding: 0.8em 1.4em;
}
header#site nav.minisite ul li.submenu ul li a:hover {
	background-color: #000;
	color: #fff;
}
header#site nav.minisite ul li.submenu ul li:after {
	
}
header#site nav.minisite ul li.submenu ul li a:after {
	display: none;
}
header#site nav.minisite .search {
	flex: 1;
    display: none !important;
}
header#site nav.minisite .search form {
	width: 100%;
	margin: 0;
	position: relative;
}
header#site nav.minisite .search form input {
	border: none;
	height: 100%;
	border-radius: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: all 300ms ease-in-out;
	color: #ddd;
	padding: 0 0.5em;
}

header#site nav.minisite .search form input::-webkit-input-placeholder {
	color: #ddd;
}
header#site nav.minisite .search form input::-moz-placeholder {
	color: #ddd;
}
header#site nav.minisite .search form input::-ms-input-placeholder {
	color: #ddd;
}
header#site nav.minisite .search form input::placeholder {
	color: #ddd;
}
header#site nav.minisite .search form input:focus {
	box-shadow: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #f08e0b;
	background-color: #fbfbfb;
}
header#site nav.minisite .search .glass-icon {
	width: 40px;
	text-align: center;
	font-size: 1.2em;
	color: #000;
	margin-right: 0;
	margin-bottom: 0;
	cursor: pointer;
	transition: color 300ms ease-in-out;
}
header#site nav.minisite .search .glass-icon:before {
	margin: 0;
}
header#site nav.minisite .search .glass-icon:hover {
	color: #f08e0b;
}

header#site .mini-search {
    margin-top: 1rem;
}
header#site .mini-search form {
	margin: 0;
	position: relative;
}
header#site .mini-search form input {
	height: 100%;
	transition: all 300ms ease-in-out;
	color: #999;
}
header#site .mini-search form input::-webkit-input-placeholder {
	color: #ddd;
}
header#site .mini-search form input::-moz-placeholder {
	color: #ddd;
}
header#site .mini-search form input::-ms-input-placeholder {
	color: #ddd;
}
header#site .mini-search form input::placeholder {
	color: #ddd;
}
header#site .mini-search form input:focus {
	box-shadow: none;
	border: 1px solid #ccc;
	color: #f08e0b;
	background-color: #fbfbfb;
}
header#site .mini-search .glass-icon {
	width: 40px;
	text-align: center;
	font-size: 1.2em;
	color: #000;
	margin-right: 0;
	margin-bottom: 0;
	cursor: pointer;
	transition: color 300ms ease-in-out;
}
header#site .mini-search .glass-icon:before {
	margin: 0;
}
header#site .mini-search .glass-icon:hover {
	color: #f08e0b;
}
/*--- FINE > HEADER ---------------------------------------------------------*/

/*--- WORDPRESS ACCOUNT ACTIVATION ------------------------------------------*/
.wp-activation-message {
	margin: 0 0 2em 0;
	padding: 1em;
	text-align: center;
	color: #fff;
}
.wp-activation-message.wp-activation-error {
	background-color: #D50000;
}
.wp-activation-message.wp-activation-success {
	background-color: #388E3C;
}
.wp-activation-message p {
	margin: 0 0 1em 0;
	font-size: 1.3em;
}
.wp-activation-message p:last-child {
	margin: 0;
}
.wp-activation-message a {
	color: #000;
}
/*--- FINE > WORDPRESS ACCOUNT ACTIVATION -----------------------------------*/

/*--- NAVIGAZIONE RESPONSIVE ------------------------------------------------*/
#responsive-navigation {
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .94);
	transform: scale(0);
	opacity: 0;
	transition: opacity 500ms linear, transform 0ms linear;
	transition-delay: 0ms, 500ms;
	overflow-y: auto;
}
#responsive-navigation.expanded {
	transform: scale(1);
	opacity: 1;
	transition-delay: 0ms, 0ms;
}
#responsive-navigation .close-nav span {
	cursor: pointer;
	font-size: 3rem;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	padding: 6px 9px 9px 8px;
	transition: background-color 600ms,
				color 600ms,
				transform 500ms cubic-bezier(.67,-0.09,.58,1);
	transform: rotate(0deg);
	display: inline-block;
	color: #fff;
}
#responsive-navigation .close-nav span:hover {
	transform: rotate(180deg);
	color: #f68e1e;
}
#responsive-navigation .content {
	transform: scale(1.4);
	opacity: 0;
	transition: transform 600ms cubic-bezier(.68,.05,.46,.91);
}
#responsive-navigation.expanded .content {
	opacity: 1;
	transform: scale(1);
}
#responsive-navigation header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000;
}
#responsive-navigation header ul li {
	margin: 0;
	padding: 12px 0;
	list-style-type: none;
	display: block;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 2rem;
}
#responsive-navigation header ul li a {
	color: #f68e1e;
	text-transform: uppercase;
	transition: 300ms ease-in-out;
	transform: scale(1);
	display: inline-block;
}
#responsive-navigation header ul li a:hover {
	color: #fff;
	text-decoration: none;
	transform: scale(1.2);
}
#responsive-navigation header ul li a:not([href]) {
	color: #f68e1e;
	text-decoration: none;
	cursor: default;
	transform: scale(1);
}
#responsive-navigation header ul li ul {
	margin: 8px 0 10px 0;
	text-align: center;
	display: block;
}
#responsive-navigation header ul li ul li {
	margin: 0 30px 10px 0;
	padding: 0;
	display: inline-block;
	border-bottom: none;
	font-size: 1.5rem;
}
#responsive-navigation header ul li ul li:last-child {
	margin: 0;
}
#responsive-navigation header ul li ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	transition: 300ms ease-in-out;
	transform: scale(1);
	display: inline-block;
}
#responsive-navigation header ul li ul li a:hover {
	color: #f68e1e;
	text-decoration: none;
	transform: scale(1.2);
}
#responsive-navigation footer {
	margin: 50px 0 20px 0;
}
#responsive-navigation footer.social-network ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	display: table;
}
#responsive-navigation footer.social-network ul li {
	margin: 0 0.1em 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	font-size: 2rem;
}
#responsive-navigation footer.social-network ul li:last-child {
	margin: 0;
}
#responsive-navigation footer.social-network ul li a {
	color: #fff;
	transition: color 400ms ease-in-out;
}
#responsive-navigation footer.social-network ul li a.none {
	opacity: 0.1;
	pointer-events: none;
}
#responsive-navigation footer.social-network ul li a:hover {
	color: #f68e1e;
	text-decoration: none;
}
/*--- FINE > NAVIGAZIONE RESPONSIVE -----------------------------------------*/

/*--- STILI GENERALI --------------------------------------------------------*/
a.link-style-normal {
	color: #4c4c4c;
}
a.link-style-normal:hover {
	color: #f18e00;
	text-decoration: none;
}
a.link-style-inverted {
	color: #000;
}
a.link-style-inverted:hover {
	color: #f18e00;
	text-decoration: none;
}

.fx-mod-a {
	position: relative;
	display: block;
	overflow: hidden;
}
.fx-mod-a img {
	transition: transform 350ms ease-in-out !important;
}
.fx-mod-a:before {
	transition: background 450ms ease-out !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: auto !important;
	z-index: 9999 !important;
	pointer-events: none !important;
	content: "";
}
.fx-mod-a:hover:before {
	/*background-color: rgba(241, 142, 0, .3) !important;*/
}
.fx-mod-a.fx-mod-default-color:hover:before {
	background-color: rgba(255, 255, 255, .15) !important;
}
.fx-mod-a:hover img {
	transform: scale(1.05);
}
.fx-mod-a:hover img.fx-mod-none {
	transform: none;
}

.share-box {
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.share-box a.share-btn {
	color: #000;
	font-size: 25px;
}
.share-box a.share-btn span:before {
	margin: 0;
}
.share-box a:hover {
	text-decoration: none;
}
.share-box a.share-btn:hover {
	color: #f18e00;
}
.share-box[data-position='left'] .share-box-socials {
	right: 15px;
}
.share-box[data-position='left'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	right: 0;
}
.share-box[data-position='center'] .share-box-socials {
	right: 50%;
	transform: translateX(50%) !important;
}
.share-box[data-position='center'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	right: 50%;
	transform: translateX(50%) !important;
}
.share-box[data-position='right'] .share-box-socials {
	left: 15px;
}
.share-box[data-position='right'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	border-left: 5px solid #000;
	left: 0;
}
.share-box .share-box-socials {
	position: absolute;
	cursor: auto;
	bottom: 35px;
	white-space: nowrap;
	background-color: #000;
	box-sizing: border-box;
	opacity: 0;
	/*width: 240px;*/
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transform-origin: right bottom;
			transform-origin: right bottom;
	transition: transform 0s .25s, opacity .25s;
	z-index: 1;
}
.share-box > .share-btn:hover {
	color: #f68e1e;
}
.share-box .share-box-socials:after {
	position: absolute;
	bottom: -10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
}
.share-box .share-box-socials a {
	display: inline-block;
	padding: 5px;
	color: #fff;
	text-align: center;
	transition: background-color .25s;
	box-sizing: border-box;
}
.share-box .share-box-socials a:hover {
	color: #f68e1e;
}
.share-box.opened .share-box-socials {
	opacity: 1;
	transition: transform .3s cubic-bezier(0,.74,.16,1.13), opacity .6s;
	-webkit-transform: scale(1);
			transform: scale(1);
}

#wp-a11y-speak-polite:not(:empty) {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	margin: auto;
	right: 0;
	background-color: #ff0000;
	color: #fff;
	padding: 1em;
	font-weight: 700;
}

.pagination {
	
}
.pagination .page-item .page-link {
	border: 1px solid #f18e00;
	color: #f18e00;
}
.pagination .page-item.disabled .page-link {
	color: #ccc;
}
.pagination .page-item:first-child .page-link {
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
	background-color: #f18e00;
	color: #fff;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/*--- FINE > STILI GENERALI -------------------------------------------------*/

/*--- WIDGET ----------------------------------------------------------------*/
.widget-single-block {
	margin: 0 0 1em 0;
}

#info-minisite-responsive {
	display: none;
}

.widget-single-block .social-network {
	overflow: hidden;
}
.widget-single-block .social-network ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.widget-single-block .social-network ul li {
	margin: 0 0.3em 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 1.1em;
}
.widget-single-block .social-network ul li:last-child {
	margin: 0;
}
.widget-single-block .social-network ul li a {
	border: 1px solid #000;
	border-radius: 100%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	display: inline-block;
	text-align: center;
	color: #000;
	transition: color 300ms ease-in-out,
				background 300ms ease-in-out,
				border-color 300ms ease-in-out;
}
.widget-single-block .social-network ul li a:hover {
	color: #fff;
	background-color: #f18e00;
	border-color: #f18e00;
	text-decoration: none;
}
.widget-single-block .social-network ul li a.none {
	opacity: 0.1;
	pointer-events: none;
}
.widget-single-block .social-network ul li.www a {
	border: none;
	padding: 0;
	background-color: transparent;
	color: #000;
	font-size: 207%;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: -0.15em;
}
.widget-single-block .social-network ul li.www a:hover {
	color: #f18e00;
}
.widget-single-block .social-network ul li.mail a:hover {
	color: #fff;
	background-color: #f18e00;
	border-color: #f18e00;
}
.widget-single-block .social-network ul li.www a span:before {
	margin: 0;
}
.widget-single-block .social-network ul li.mail a {
	background-color: #000;
	color: #fff;
}

.widget-single-block .tags {
	margin: 0 0 1em 0;
}
.widget-single-block .tags.tags-etichetta {
	margin-top: 0;
}
.widget-single-block .tags.tags-regione {
	margin-bottom: 1em;
}
.widget-single-block .tags h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	margin: 0 0 0.2em 0;
	color: #000;
}
.widget-single-block .tags ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget-single-block .tags ul li {
	padding: 0;
	list-style-type: none;
	background-color: #F2F2F2;
	color: #999;
	font-size: 0.9em;
    margin: 0 3px 3px 0;
}
.widget-single-block .tags ul li.nolink {
	color: #C9C9C9;
	padding: 0.4em;
	cursor: default;
}
.widget-single-block .tags ul li a {
	color: #999;
	padding: 0.4em;
	display: block;
}
.widget-single-block .tags ul li a:hover {
	color: #fff;
	background-color: #f18e00;
	text-decoration: none;
}
/*--- FINE > WIDGET ---------------------------------------------------------*/

/*--- CUSTOM COLUMNS --------------------------------------------------------*/
.custom-columns {
	display: flex;
	flex-wrap: wrap;
}
.custom-columns .single-custom-column {
	box-sizing: border-box;
}
.custom-columns.custom-columns-xl-4 .single-custom-column {
	flex: 1 0 25%;
	max-width: 25%;
}
.custom-columns.custom-columns-xl-3 .single-custom-column {
	flex: 1 0 33.3333%;
	max-width: 33.3333%;
}
.custom-columns.custom-columns-xl-2 .single-custom-column {
	flex: 1 0 50%;
	max-width: 50%;
}
.custom-columns.custom-columns-xl-1 .single-custom-column {
	flex: 1 0 100%;
	max-width: 100%;
}
@media screen AND (max-width: 1199px) {
	.custom-columns.custom-columns-lg-4 .single-custom-column {
		flex: 1 0 25%;
		max-width: 25%;
	}
	.custom-columns.custom-columns-lg-3 .single-custom-column {
		flex: 1 0 33.3333%;
		max-width: 33.3333%;
	}
	.custom-columns.custom-columns-lg-2 .single-custom-column {
		flex: 1 0 50%;
		max-width: 50%;
	}
	.custom-columns.custom-columns-lg-1 .single-custom-column {
		flex: 1 0 100%;
		max-width: 100%;
	}
}
@media screen AND (max-width: 991px) {
	.custom-columns.custom-columns-md-4 .single-custom-column {
		flex: 1 0 25%;
		max-width: 25%;
	}
	.custom-columns.custom-columns-md-3 .single-custom-column {
		flex: 1 0 33.3333%;
		max-width: 33.3333%;
	}
	.custom-columns.custom-columns-md-2 .single-custom-column {
		flex: 1 0 50%;
		max-width: 50%;
	}
	.custom-columns.custom-columns-md-1 .single-custom-column {
		flex: 1 0 100%;
		max-width: 100%;
	}
}
@media screen AND (max-width: 767px) {
	.custom-columns.custom-columns-sm-4 .single-custom-column {
		flex: 1 0 25%;
		max-width: 25%;
	}
	.custom-columns.custom-columns-sm-3 .single-custom-column {
		flex: 1 0 33.3333%;
		max-width: 33.3333%;
	}
	.custom-columns.custom-columns-sm-2 .single-custom-column {
		flex: 1 0 50%;
		max-width: 50%;
	}
	.custom-columns.custom-columns-sm-1 .single-custom-column {
		flex: 1 0 100%;
		max-width: 100%;
	}
}
/*--- FINE > CUSTOM COLUMNS -------------------------------------------------*/

/*--- SINGOLO ARTICOLO ------------------------------------------------------*/
article.article {
	
}
article.article img {
	/*
	border-top-left-radius: 1.5em;
	border-top-right-radius: 1.5em;
	*/
}
article.article figure {
	position: relative;
}
article.article figure span.region {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	background-color: #f18e00;
	box-sizing: border-box;
	padding: 0.5em 0.8em;
	z-index: 1;
	pointer-events: none;
	display: table;
}
article.article figure .caption {
	position: absolute;
	bottom: 0.6em;
	color: #fff;
	max-width: 80%;
	pointer-events: none;
	left: 0;
	padding: 0.6em;
	background-color: rgba(0, 0, 0, 0.4);
}
article.article figure.img-proportion-warning:after {
	position: absolute;
	content: "L'immagine non rispetta le dimensioni minime di 1280x500!";
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(255, 0, 0, 0.7);
	padding: 10px;
	text-align: center;
	display: block;
}
article.article figure img {
	width: 100%;
	max-height: 320px;
	object-fit: cover;
}
article.article header h1 {
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1;
	padding: 0;
	margin: 0 0 0.3em 0;
	color: #000;
}
article.article header h2 {
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: #000;
}
article.article section {
	margin: 0 0 1em 0;
}
article.article section ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
article.article section ul li {
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	/*display: table;*/
	color: #000;
	
	position: relative;
}
article.article section ul li.pubdate {
	text-transform: uppercase;
	color: #000;
	font-size: 0.8em;
}
article.article section ul li.region {
	
}
article.article section ul li.share-with-socials > .share-box {
	margin-left: -0.3em;
}
article.article section ul li:after {
	/*
	content: "";
	border-right: 1px solid #000;
	margin: 0 0.7em;
	*/
	
	content: "•";
	position: absolute;
	right: 0;
	top: 50%;
	margin-right: -12px;
	transform: translateY(-50%);
	color: #f08e0b;
}
article.article section ul li:last-child:after {
	/*
	border-right: none;
	margin: 0;
	*/
}
article.article section ul:last-child li:last-child {
	margin-right: 0;
}
article.article section ul:last-child li:last-child:after {
	content: "";
	margin: 0;
}

article.article .the-content {
	overflow: hidden;
}
article.article .the-content h2 {
    font-weight: 400;
    font-size: 2em;
    line-height: 1;
    padding: 0;
    margin: 0 0 25px 0;
    color: #000;
}
article.article .the-content h3 {
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1;
    padding: 0;
    margin: 0 0 10px 0;
    color: #000;
}
article.article .the-content h4 {
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
    padding: 0;
    margin: 0 0 5px 0;
    color: #000;
    text-transform: uppercase;
}
article.article .the-content h5 {
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
    padding: 0;
    margin: 0 0 5px 0;
    color: #000;
}
article.article .the-content h6 {
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1;
    padding: 0;
    margin: 0 0 5px 0;
    color: #000;
}
article.article .the-content .text-more {
	display: none;
}
article.article .the-content img {
	max-width: 100%;
	height: auto;
}
article.article .the-content .photogallery {
	margin-top: 1em;
}
article.article .the-content .photogallery .single-photo {
    margin-bottom: 1em;
    overflow: hidden;
	position: relative;
	min-height: 200px;
}
article.article .the-content .photogallery .single-photo img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

article.article .tags {
	margin: 1em 0 1em 0;
}
article.article .tags.tags-regione {
	margin-top: 3em;
}
article.article .tags.tags-etichetta {
	margin-bottom: 3em;
}
article.article .tags h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	margin: 0 0 0.2em 0;
	color: #000;
}
article.article .tags ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
article.article .tags ul li {
	margin: 0 0.2em 0.2em 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	background-color: #F2F2F2;
	color: #999;
	overflow: hidden;
}
article.article .tags ul li.nolink {
	color: #C9C9C9;
	padding: 0.4em 1em;
	cursor: default;
}
article.article .tags ul li a {
	color: #999;
	padding: 0.4em 1em;
	display: block;
}
article.article .tags ul li a:hover {
	color: #fff;
	background-color: #f18e00;
	text-decoration: none;
}
article.article .you-might-like {
	margin-bottom: 3em;
}
article.article .you-might-like h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	margin: 0 0 0.2em 0;
	color: #000;
}

article.article .back-to-blog {
	margin: 0 0 3em 0;
	text-align: right;
	/*background-color: #f8f8f8;*/
	padding: 0.7em 1em;
}
article.article .back-to-blog a {
	padding: 0.6em 1em 0.6em 1em;
	background-color: #000;
	color: #fff;
	/*border-radius: 0.5em;*/
	box-sizing: border-box;
	display: inline-block;
}
article.article .back-to-blog a:hover {
	background-color: #f08e0b;
	color: #fff;
	text-decoration: none;
}
/*--- FINE > SINGOLO ARTICOLO -----------------------------------------------*/

/*--- SEZIONE: PHOTOGALLERY -------------------------------------------------*/
.section-block-style-photo {
	
}
.section-block-style-photo h1 {
	margin-bottom: 1em;
}
.section-block-style-photo article {
	margin: 0 0 40px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.section-block-style-photo article figure {
	overflow: hidden;
    margin: 0;
}
.section-block-style-photo article figure a {
	display: block;
	transition: transform 1200ms,
				filter 1000ms;
}
.section-block-style-photo article figure a:hover {
	transform: scale(1.2);
	background-color: #000;
	filter: brightness(94%) contrast(160%);
}
.section-block-style-photo article .section {
	background-color: #f68e1e;
	min-height: 180px;
	padding: 0 20px 20px 20px;
}
.section-block-style-photo article .section header {
	overflow: hidden;
}
.section-block-style-photo article .section header h2 {
	color: #fff;
	text-transform: none;
	font-weight: 600;
	font-size: 140%;
	line-height: 1.2;
	margin: 20px 0 0 0;
}
.section-block-style-photo article .section header h2 a {
	color: #fff;
}
.section-block-style-photo article .section header h3 {
	color: #fff;
	text-transform: none;
	font-weight: 300;
	font-size: 120%;
	line-height: 1.2;
	margin: 5px 0 0 0;
}

.section-block-style-photo-inner {
	
}
.section-block-style-photo-inner article {
	margin: 0 0 40px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.section-block-style-photo-inner article figure {
	overflow: hidden;
	margin: 0;
    position: relative;
}
.section-block-style-photo-inner article figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0.5rem 1rem;
	color: #fff;
}
.section-block-style-photo-inner article header h2 {
	color: #000;
	text-transform: none;
	font-weight: 300;
	font-size: 110%;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.section-block-style-photo-inner .photogallery {
    width: 100%;
    margin-bottom: 1.5rem;
}
.section-block-style-photo-inner .photogallery .bg {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-block-style-photo-inner .photogallery .arrow {
	padding: 2rem;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
    transform: translateY(-50%);
    margin: auto;
}
/*--- FINE SEZIONE: PHOTOGALLERY --------------------------------------------*/

/*--- RASSEGNA: RASSEGNA STAMPA ---------------------------------------------*/
.section-rassegna-stampa {
    margin-bottom: 3em;
}
.section-rassegna-stampa h1 {
	margin-bottom: 1em;
}
.section-rassegna-stampa article {
	margin-bottom: 1em;
}
.section-rassegna-stampa article header h2 {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.1;
	padding: 0;
	margin: 0 0 0.2em 0;
	color: #4c4c4c;
}
.section-rassegna-stampa article header h2 a {
	color: #4c4c4c;
}
.section-rassegna-stampa article header h3 {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
	padding: 0;
	margin: 0 0 0.5em 0;
	color: #4c4c4c;
}

.single-rassegna-stampa header h1 {
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1;
	padding: 0;
	margin: 0 0 0.3em 0;
	color: #000;
}
.single-rassegna-stampa header section {
    margin-bottom: 1em;
}
.single-rassegna-stampa header section h2 {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: #000;
}
.single-rassegna-stampa .the-content {
    margin-bottom: 3em;
}
.single-rassegna-stampa .back-to-home {
	margin: 0 0 3em 0;
	text-align: right;
	/*background-color: #f8f8f8;*/
	padding: 0.7em 1em;
}
.single-rassegna-stampa .back-to-home a {
	padding: 0.6em 1em 0.6em 1em;
	background-color: #000;
	color: #fff;
	/*border-radius: 0.5em;*/
	box-sizing: border-box;
	display: inline-block;
}
.single-rassegna-stampa .back-to-home a:hover {
	background-color: #f08e0b;
	color: #fff;
	text-decoration: none;
}

/*--- FINE SEZIONE: RASSEGNA STAMPA------------------------------------------*/

main#site-main {
    min-height: 500px;
}

article.page h1 {
	margin-bottom: 1em;
}
article.page figure img {
	width: 100%;
}

/*--- FOOTER ----------------------------------------------------------------*/
footer#site-footer {
	margin-top: 2em;
	padding-bottom: 2em;
    background-color: #000;
}
footer#site-footer .loghi {
	/*border-top: 1px solid #ececec;*/
}
footer#site-footer .loghi img.conibambini {
	max-width: 200px;
}
footer#site-footer .loghi img.fondazioneconilsud {
	max-width: 130px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
footer#site-footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer#site-footer .credits {
	margin-bottom: 1em;
}
footer#site-footer .credits ul {
	margin: 0 auto 0.2em auto;
	padding: 0;
	list-style-type: none;
	display: table;
}
footer#site-footer .credits ul li {
	margin: 0 1em 0 0;
	padding: 0;
	list-style-type: none;
	font-weight: 400;
	color: #fff;
	display: inline-block;
}
footer#site-footer .credits ul li:last-child {
	margin: 0;
}
footer#site-footer .links ul {
	margin: 0 auto 0.2em auto;
	padding: 0;
	list-style-type: none;
	display: table;
}
footer#site-footer .links ul li {
	margin: 0 1em 0 0;
	padding: 0;
	list-style-type: none;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
footer#site-footer .links ul li:last-child {
	margin: 0;
}
footer#site-footer .links ul li.w3c {
    
}
footer#site-footer .links ul li.w3c svg {
    width: 30px;
    vertical-align: middle;
}
footer#site-footer .links ul li.w3c svg path {
    fill: #fff;
    transition: fill 300ms;
}
footer#site-footer .links ul li.w3c svg:hover path {
    fill: #f08e0b;
}
/*--- FINE > FOOTER ---------------------------------------------------------*/