/***********************************************************
				SIDEBAR CLASSES
***********************************************************/

/* main block of widget */
.hw-widget-sidebar {
	clear:both;
	display: inline-block;
	padding:5px;
	width:100%;
}

/* main title of widget if logo is included */
.hw-widget-sidebar .hw-post-title-logo {
	background:url(http://www.hispanicizewire.com/placements/bg-widget-title.png) 0% 0 repeat;
	font-size:18px;
	font-weight:600;
	line-height:38px;
	padding-bottom:10px;
}

/* logo of HW for widget */
.hw-widget-sidebar .hw-post-title-logo img {
	background-color:transparent !important;
	box-shadow:none !important;
	float:left !important;
	margin:0 !important;
	padding-right:8px !important;
	padding-top:8px !important;
}

/* main title of widget */
.hw-widget-sidebar .hw-post-title {
	background:url(http://www.hispanicizewire.com/placements/bg-widget-title.png) 0% 0 repeat; 
	font-size:18px;
	font-weight:600;
	line-height:38px;
	margin:0 !important;
	padding-bottom:10px;
	text-align:center;
}

/* body of widget */
.hw-widget-sidebar .hw-widget-body {
}

/* each post entry of widget */
.hw-widget-sidebar .hw-post-entry {
}

/* title for each post entry of widget */
.hw-widget-sidebar .hw-post-link {
	font-size:14px;
	text-decoration:none;
}

/* date for each post entry of widget */
.hw-widget-sidebar .hw-post-date {
	display:block;
	font-size:11px;
}

/* thumbnail for each post entry of widget */
.hw-widget-sidebar .hw-post-thumb {
	box-shadow:none;
	float:left;
	padding:8px 8px 8px 0;
}

/* content/excerpt for each post entry of widget */
.hw-widget-sidebar .hw-post-content {
	font-size:12px;
}

/* each FULL post entry of widget */
.hw-widget-sidebar .hw-post-single {
}

/* title for FULL post entry of widget */
.hw-widget-sidebar .hw-post-title {
}

/* link for "View More" of widget */
.hw-widget-sidebar .hw-post-viewmore {
	display:block;
	font-size:12px;
	text-align:center;
}

/* change of line of widget */
.hw-widget-sidebar .hw-clear-both {
	clear: both;
}

.hw-post-viewmore {
    float: left;
    border-top: 1px solid #e1e1e1;
    padding-top: 1em;
    width: 100%;
}

.widget-powered-hma {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    .hw-post-viewmore {
        border-top: 0px!important;
    }
}

/***********************************************************
				FULL PAGE CLASSES
***********************************************************/

.hw-widget-fullpage {
	clear:both;
	display:block;
	padding:5px;
	width:100%;
}

.hw-widget-fullpage .hw-post-title-logo {
	background:url(http://www.hispanicizewire.com/placements/bg-widget-title.png) 0% 0 repeat;
	font-size:1.2em;
	font-weight:600;
	line-height:1.5em;
	padding-bottom:10px;
}

.hw-widget-fullpage .hw-post-title-logo img {
	background-color:transparent;
	box-shadow:none;
	float:left;
	margin:0;
	padding-right:8px;
	padding-top:7px;
}

.hw-widget-fullpage .hw-post-title {
	background:url(http://www.hispanicizewire.com/placements/bg-widget-title.png) 0% 0 repeat; 
	font-size:18px;
	font-weight:600;
	line-height:38px;
	padding-bottom:10px;
	text-align:center;
}

.hw-widget-fullpage .hw-widget-body {
}

.hw-widget-fullpage .hw-post-entry {
}

.hw-widget-fullpage .hw-post-link {
}

.hw-widget-fullpage .hw-post-date {
}

.hw-widget-fullpage .hw-post-thumb {
	box-shadow:none;
	float:left;
	padding:8px 8px 8px 0;
}

.hw-widget-fullpage .hw-post-content {
}

.hw-widget-fullpage .hw-post-single {
}

.hw-widget-fullpage .hw-post-title {
}

.hw-widget-fullpage .hw-post-viewmore {
	text-align:center;
}

.hw-widget-fullpage .hw-clear-both {
	clear: both;
}