
div#content article {
max-width: 1400px;
margin: 0 auto;
margin-top: 115px;
}

h2.category-title {
    text-align: center;
}

div.category-title span {
    border-bottom: 2px solid black;
    font-family: "lightbox-mono";
    font-size: 24px; line-height: 32px; font-family: "lightbox-mono";
}

h1.post-title {
    margin-top: 30px;
    text-align: center;
    letter-spacing: 3px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
	line-height:38px;
}

.post-intro {
    margin-top: 60px;
}

h3.post-destination-date {
    text-align: center;
}

span.post-destination {
    text-transform: uppercase;
}

.post-intro-content {
    width: 75%;
    margin: 0 auto;
}

.entry-content {
    margin-top: 95px;
}
.single h1.site-title {padding-top:10px;}
.inner-col-text a {border-bottom:1px solid black;}
.col-text {
    width: 45%; float: left;
}

.col-images {
    width: 45%; float: right;
}
h3.post-destination-date span{
text-transform: uppercase;
}
.inner-col-text p {
margin-bottom: 20px;
}
ul.list-of-images {
    list-style: none;
}

.list-of-images img {
    width: 100%;
	height:auto;
	cursor: url(../images/open.png) 45 45, auto;
}

span.dida {
    width: 90%;
    display: block;
    margin-bottom: 50px;
    margin-top: 15px;
}
.fermo .col-text {position: fixed;
top: 85px;
width: 37%;
left: 10%;}
header.entry-header {
max-width: 900px;
margin: 0 auto;
}
.articolo {padding: 0 10%;}
.entry-content {position:relative;}

.social-share {
    margin-left: 0px;
	margin-top:20px;
}
.social-share span:hover {color:blue; border:1px solid blue;}
.social-share span {
border: 1px solid black;
cursor: pointer;
font-family: "lightbox-mono";
font-size: 16px;
line-height: 21px;
padding: 8px 15px;
margin-top: 40px;
display: inline-block;
}
.author {
margin-left: 40px;
margin-top: 50px;
}
.social-buttons {
    opacity: 0;
    height: 0;
    width: 0;
	overflow:hidden;
    -webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.social-share.open .social-buttons {opacity:1; height:auto; width:auto;}

/* gallery */
.gallery-popup {
position: fixed;
top: 0;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s;
background: rgba(255,255,255,0.95);
opacity:0;
z-index:-500;
}
.inner-gallery-popup {
position: relative;
}
.single a.bx-prev, .single a.bx-prev:hover {
position: fixed;
left: 20px;
top: 50%;
text-indent: -100000px;
border:none;
width: 50px;
height: 50px;
margin-top: -25px;
z-index: 100000;
background:url(../images/prev.png) no-repeat center center;
}
.single a.bx-next, .single a.bx-next:hover {
position: fixed;
right: 20px;
border:none;
top: 50%;
text-indent: -100000px;
width: 50px;
height: 50px;
margin-top: -25px;
z-index: 100000;
background:url(../images/next.png) no-repeat center center;
}
.gallery-popup li {text-align:center;}
.gallery-popup.attivo {opacity:1; z-index:100000;}
.close-gallery {
position: fixed;
top: 20px;
right: 20px;
cursor: pointer;
z-index:1000000;
}
.gallery-popup li {
text-align: center;
height: 80vh;
margin-top: 8vh;
}
.gallery-popup span.dida {
width: 80%;
display: block;
margin-bottom: 50px;
margin-top: 15px;
margin-left: auto;margin-right: auto;line-height: 19px;}
.gallery-popup li img {
height: 100%;
width: auto;
}
.bx-pager.bx-default-pager {
display: none;
}
.bx-viewport {
height: 100% !important;
}
.inner-gallery-popup {height:100%;}
.bx-wrapper {
height: 100%;
}
.inner-col-text a:hover { color:blue; border-bottom:1px solid blue;}
/* close gallery */
.category-title {
    text-align: center;
}
h2.post-destination-date {
text-align: center;
text-transform: uppercase;
}
.past-titolo-text h2 a:hover {
    border: none;
}

.past-titolo-text h2 a:hover {
    color: blue;
}
.past-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.upcoming-titolo-text h2 a:hover {
    border: none;
}

.upcoming-titolo-text h2 a:hover {
    color: blue;
}
.upcoming-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.current-titolo-text h2 a:hover {
    border: none;
}

.current-titolo-text h2 a:hover {
    color: blue;
}
.current-image a:hover, .past-image a:hover, .upcoming-image a:hover {border:none;}
.current-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-intro-content a {
    border-bottom: 1px solid black;
}
.bx-wrapper li p {
    width: 90%;     display: block;     margin-bottom: 0px;     
    margin-top: 20px;     min-height: 60px!important;     font-size: 13px!important;     font-family: 'lightbox-mono'!important;
    text-align: left;
}
@media screen and (max-width:600px){
	div#content article {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 110px;
	padding-left: 0;
	padding-right: 0;
	}
	h1.post-title {
	margin-top: 30px;
	text-align: center;
	letter-spacing: 3px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	.post-intro-content {
	width: 100%;
	margin: 0 auto;
	}
	.col-text {
	width: 100% !important;
	float: none;
	}
	.col-images {
	width: 100%;
	float: none;
	}
	.fermo .col-text {position: relative;
	top: auto !important;
	width: 100%;
	left: auto !important;}
	span.dida {
	width: 90%;
	display: block;
	margin-bottom: 35px;
	margin-top: 5px;
	}
	
	
}
div#inner-selected-people {
    max-width: 1120px;
    margin: 0 auto;
}