/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.4
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


#body_promotions .blogpost .main-img {
	cursor: pointer;
}
#body_promotions .blogpost .post-info {
	width:198px;
	height:280px;
	background-color:transparent;
	padding-top:2px;
	
}
#body_promotions .blogpost .blogpost-content-date {
	font-size:14px;
	padding-top:5px;
}

#body_gallery-albums .blogpost {
	cursor: pointer;
}
#body_gallery-albums .blogpost .post-info {
	width:120px;
	height:80px;
	background-color:transparent;
	padding-top:2px;
}
#body_gallery-albums .blogpost .blogpost-content-date {
	font-size:14px;
	padding-top:5px;
}

@media (max-width:767px) {
	#body_promotions .blogpost .post-info {
		width: 50px;
		height: 60px;
		padding: 8px 8px;
		margin: 0 20px 5px 0;
	}
	#body_gallery-albums .blogpost .post-info {
		width: 50px;
		height: 60px;
		padding: 8px 8px;
		margin: 0 20px 5px 0;
	}
}

.box-relative {
	position:relative;
}
.box-relative .btn-warning {
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right: 8px;
   	margin-bottom: 10px;
}
@media (max-width: 768px) { 
	.box-relative .btn-warning {
		position:static;
		margin-right: 0px;
		margin-bottom: 0px;
	}	
}
