/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
	font-family: inherit;
	padding: 8px 20px;
	width: 100%;
}
.widget {
	margin-bottom: 30px;
	padding: 48px 30px 29px 44px;
	border: 1px solid #f0f3fa;
	box-shadow: 0 0 6px rgba(171, 171, 171, 0.06);
}
.widget .widget-title {
	margin-bottom: 30px;
	color: #00ab6b;
}
.widget ul li {
	list-style: none;
}
.easy-widget-area section.widget ul li {
	list-style: none;
	border-bottom: 1px solid #f0f3fa;
	padding: 18px 0;
}
.easy-widget-area section.widget > ul > li:first-child {
	border-top: 1px solid #f0f3fa;
}
.easy-widget-area section.widget {
	margin-bottom: 45px;
}
.widget ul{
	padding:0;
}
.widget ul li ul {
	border-top: 1px solid #f0f3fa;
	margin-left: 15px;
    margin-top: 18px;
}

.widget_archive select {
	padding: 8px 20px;
	width: 100%;
	color: #272732;
}
.widget_categories select.postform, .textwidget select {
	color: #272732;
}
.widget > ul {
	list-style-type: none;
	padding-left: 0;
}
.widget .menu {
	padding-left: 0;
}
.widget > ul li span {
	padding-left: 5px;
	color: #b5b5b5;
    float: right;
}
/*.easy-widget-area section.widget_categories ul li li {
    padding-left: 10px;
}
.easy-widget-area section.widget_categories ul ul {
    margin-top: 18px;
    padding-left: 10px;
}*/
.easy-widget-area section.widget_categories ul ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.widget ul ul li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: inherit;
    margin-right: 10px;
}

.calendar_wrap tr td, .calendar_wrap tr th {
	padding: 0 8px;
	text-align: center;
	border: 0;
}
.calendar_wrap td#prev {
	text-align: left;
}
.calendar_wrap td#next {
	text-align: right;
}
.widget_tag_cloud .border-heading {
	margin-top: 10px;
}
.widget_tag_cloud .heading {
	margin-top: 23px;
}
.widget_tag_cloud ul {
	padding: 0;
	margin: 0;
}
.widget_tag_cloud ul li {
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
	margin-right: 1px;
}
.widget_tag_cloud .tagcloud a {
	padding: 3px 10px;
    border: 1px solid #f0f3fa;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 1px;
}
.widget_tag_cloud .tagcloud a:hover {
	background: #00ab6b;
	color: #fff;
}
/* recent post widget */
.widget_easy_recent_post .meta-box {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 0;
}
.widget_easy_recent_post .image img {
	width: 100%;
}
.widget_easy_recent_post p {
	font-size: 14px;
}
.widget_easy_recent_post .recent-post-items {
	margin-bottom: 25px;
}
.search-form {
	position: relative;
}
.search-form input {
	padding: 8px 20px;
	color: #868686;
	font-size: 13px;
	line-height: 30px;
	width: 100%;
	border: 1px solid #b5b5b5;
}
.search-form input:focus {
	outline: 0;
}
.search-form i {
	position: absolute;
	right: 20px;
	top: 18px;
}
.error-page-content .search-form i {
	top: 27px;
}
.widget_text .textwidget strong {
	margin: 10px 0;
}

.recent-post-item {
  margin-bottom: 25px;
}

.recent-post-item .image {
  width: 130px;
  float: left;
}

.recent-post-item .text {
  margin-left: 155px;
}

.recent-post-item .text h4 {
  margin-bottom: 5px;
}

.recent-post-item .text .date {
  font-size: 13px;
}
.author-widget .image{
	margin-bottom:30px;
}
.author-widget .author-title {
	margin-bottom:10px;
}

.widget_widget_easy_social ul{
	margin:0;
	text-align:center;	
}
.footer-widget .widget_widget_easy_social ul{
	text-align:left;
}
.widget_widget_easy_social .social-icon{
	padding-top:0;
}
.glyphicon-star-empty::before, .glyphicon-star::before {
  color: #bebebe;