.widget-area {
	padding: 0px 40px 35px 40px;
	margin: 35px 0px 0px;
	box-sizing: border-box;
}

.widget {
	padding-bottom: 15px;
}
.widget h3 {
	font-size: 14px;
	color: #717171;
	text-transform: uppercase;
	font-weight: 400;
	margin: 18px 0px 17px;
	letter-spacing: 0.05em;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 14px;
}

/* New Articles Widget
 */
.widget.widget_pixel77_new_articles_widget > .row,
.widget.widget_pixel77_remote_new_articles_widget > .row {
	padding-bottom: 15px;
}
.widget.widget_pixel77_new_articles_widget > .row .thumb,
.widget.widget_pixel77_remote_new_articles_widget > .row .thumb {
	background: #EEE none repeat scroll 0% 0%;
	height: 45px;
	width: 45px;
	display: block;
	text-align: center;
	border-radius: 50%;
	color: #AAA;
	font-size: 18px !important;
	box-sizing: border-box;
	line-height: 45px;
	position: absolute;
	left: 15px;
}

.widget.widget_pixel77_new_articles_widget h4,
.widget.widget_pixel77_remote_new_articles_widget h4 {
    margin: 0px;
}
.widget.widget_pixel77_new_articles_widget h4 a,
.widget.widget_pixel77_remote_new_articles_widget h4 a {
	font-size: 14px;
	display: block;
	color: #333;
	font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
}

.widget.widget_pixel77_new_articles_widget span,
.widget.widget_pixel77_remote_new_articles_widget span {
	color: #959595;
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
}

.widget.widget_pixel77_new_articles_widget span a,
.widget.widget_pixel77_remote_new_articles_widget span a {
	color: #717171;
}
.widget.widget_pixel77_new_articles_widget .summary,
.widget.widget_pixel77_remote_new_articles_widget .summary {
	padding: 0 0 10px 75px;
}

.widget.widget_pixel77_new_articles_widget > a,
.widget.widget_pixel77_remote_new_articles_widget > a {
	color: #1BB3A0;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 15px 0 5px;
}


/* Tag Cloud Widget
 */
.widget.widget_tag_cloud > .tagcloud a,
.widget.widget_most_popular_tags a {
    font-size: 11px !important;
    line-height: 1 !important;
    color: #717171;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #EEE;
    border-radius: 3px;
    letter-spacing: 0.15em;
    padding: 7px 10px;
    margin: 0px 4px 8px 0px;
    display: inline-block;
    transition: all 0.06s ease-in 0s;
}
.widget.widget_tag_cloud > .tagcloud a:hover,
.widget.widget_most_popular_tags a:hover {
	border: 1px solid #38C3B1;
    background: #E1FBF8 none repeat scroll 0% 0%;
    color: #333;
}

/* Newsletter
 */
.widget.widget_pixel77_subscribe_widget {
	border-radius: 4px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.widget.widget_pixel77_subscribe_widget > h5 {
	font-size: 16px;
	font-weight: 700;
	margin: -3px 0 0 0;
	padding-bottom: 4px;
	text-transform: none;
	color: #333;
	letter-spacing: 0;
}
.widget.widget_pixel77_subscribe_widget input[type="text"] {
	border-radius:4px;
	border: 1px solid #e2e2e2;
	padding: 10px 10px;
	color: #717171  ;
	transition: ease-in 0.12s;
	width: calc(100% - 108px);
}
.widget.widget_pixel77_subscribe_widget input[type="text"]:focus {
	border: 1px solid #1bb3a0;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
	color: #333;
}

.widget.widget_pixel77_subscribe_widget p {
	display: block;
	padding: 12px 0px 0px;
	color: rgb(0, 170, 0);
}
