/* Themify Customize Styling */
#headerwrap {	background: none;
	background-color: #000000;
	padding-bottom: 100px; 
}
body[class*="themify"] #site-logo a img {		width: 184px; 
}
#site-description {	display: none; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 184px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 184px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 184px; 
}
 }
/* Themify Custom CSS */
/* Themify Customize Styling */
#headerwrap {	background: none;
	background-color: #000000;
	padding-bottom: 10px; 
}
body[class*="themify"] #site-logo a img {		width: 184px; 
}
#site-description {	display: none; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width:184px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 184px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 184px; 
}
 }
/* Themify Custom CSS *//* FIXED HEADER================================================ */

#headerwrap.fixed-header #site-logo img:not(#sticky_header_logo) {
	width: auto;
	max-height: 130px;
	color: #fff;
}



#headerwrap.fixed-header {
position: fixed;
top: 0;
left: 0;
height: 130px !important;
z-index:100;
transition: 0.2s;
background-color: #000;
color: #fff;
}


.album-lightnox-excerpt{
  float: left;
width:60%;
margin: 2% 0;
}

/*Para caja de Album*/
/* album single */
.album-container {
	background-color: #2d2b2b;
	color: #fff;
	padding: 4%;
}

/*Para fotos de prensa en home*/

.loops-wrapper.grid2.press .post-image {
	width:%;
}

/*Para tÃ­tulo de prensa en home*/

.loops-wrapper.grid2.press .post-image + .post-meta {
	margin-left:-80px;
	margin-top: 20px;
}

/*Para artÃ­culo de prensa @Â home*/
.loops-wrapper.grid2 .post-content {
	padding-left: 14px;
}


/* post date */


.post-meta {
	font-size: .9em;
	line-height: 1.6em;
	margin: 0 5% .5em 0;
	padding: 0;
	width: 70px;
	float: left;
	text-align: center;
	word-wrap: normal;
	position: relative;
	z-index: 1;
}
.post-date {
	color: #fff;
	display: block;
	width: 90px;
	height: 90px;
	margin: ;
	border-radius: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}

.post-date span {
	margin: 0;
}

.post-date .day {
	font-size: 1em;
	text-align: center;
	font-weight: 300;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	letter-spacing: .05em;
}

.post-date .month {
	font-size: .5em;
	text-transform: uppercase;
	font-weight: 400;
	
}

.post-date .month:after {
	content: ' ';
	display: block;
	width: 4%;
	height: 1px;
	background-color: #fff;
	background-color: rgba(255,255,255,.5);
	margin: auto 0;
}

.post-date .year {
	font-size: .5em;
}