/* Very Simple promo List stylesheet */

/* Wrapper around all promos in list */
#promocionesebo {clear:both;}
#promocionesebo:after {content:''; display:block; height:0; clear:both;}

/* Paragraph tag */
#promocionesebo p {margin:0 0 10px; padding:0;}

/* Wrapper around single promo in list */
#promocionesebo .promocionesebo-content {clear:both; margin:0 0 20px; padding:0 0 10px; border-bottom:1px solid #ccc;}
#promocionesebo .promocionesebo-content:after {content:''; display:block; height:0; clear:both;}

/* Meta section */
#promocionesebo .promocionesebo-meta {width:36%; float:left;}
#promocionesebo .promocionesebo-meta-right {width:36%; float:right;}
#promocionesebo .promocionesebo-meta-full {width:100%; clear:both;}
#promocionesebo .promocionesebo-meta-title {margin:0 0 10px; padding:0;}
#promocionesebo .promocionesebo-meta-date {}
#promocionesebo .promocionesebo-meta-start-date {}
#promocionesebo .promocionesebo-meta-end-date {}
#promocionesebo .promocionesebo-meta-combined-date {}
#promocionesebo .promocionesebo-meta-single-date {}
#promocionesebo .promocionesebo-meta-error-date {}
#promocionesebo .promocionesebo-meta-time {}
#promocionesebo .promocionesebo-meta-location {}
#promocionesebo .promocionesebo-meta-link {}
#promocionesebo .promocionesebo-meta-cats {}

/* Info and featured image section */
#promocionesebo .promocionesebo-image-info {width:60%; float:right;}
#promocionesebo .promocionesebo-image-info-left {width:60%; float:left;}
#promocionesebo .promocionesebo-image {max-width:40%; height:auto; float:right; margin:5px 0 5px 10px; padding:0; border:0;}
#promocionesebo .promocionesebo-image-left {max-width:40%; height:auto; float:left; margin:5px 10px 5px 0; padding:0; border:0;}
#promocionesebo .promocionesebo-info {}

/* Navigation */
#promocionesebo .promocionesebo-nav {clear:both;}
#promocionesebo .promocionesebo-nav:after {content:''; display:block; height:0; clear:both;}
#promocionesebo a.next {float:right;}
#promocionesebo a.prev {float:left;}

/* No promos notification */
#promocionesebo .promocionesebo-no-promos {}

/* Widget wrapper */
.promocionesebo-widget {}
.promocionesebo-widget:after {content:''; display:block; height:0; clear:both;}

/* Widget text above list */
.promocionesebo-widget .promocionesebo-widget-text {clear:both; margin:0 0 10px; padding:0 0 5px; border-bottom: 1px solid #ccc;}

/* Widget meta section */
.promocionesebo-widget #promocionesebo .promocionesebo-meta {width:100%; clear:both;}

/* Widget info and featured image section */
.promocionesebo-widget #promocionesebo .promocionesebo-image-info {width:100%; clear:both; float:left;}

/* Widget link to all promos */
.promocionesebo-widget .promocionesebo-widget-link {clear:both;}

/* Mobile */
@media screen and (max-width:767px) { 
	#promocionesebo .promocionesebo-meta, #promocionesebo .promocionesebo-meta-right {width:100%; clear:both; float:left;}
	#promocionesebo .promocionesebo-image-info, #promocionesebo .promocionesebo-image-info-left {width:100%; clear:both; float:left;}
}
