/** = widgets.css */

.widget {
	margin-bottom: 20px;
}

.widget_title {
	margin-bottom: 20px;

	background-image: url(../img/wts.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
}

.widget_title span {
	display: block;
	float: left;
	background-color: #bbb;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	border-right: 5px solid #fff;
}
/*
.fwidget_title {
	border: 0;
	background: transparent;
}

.fwidget_title span {
	border: 0;
	font-size: 16px;
	line-height: 1em;
	color: #aaa;
	padding: 0;
	background: transparent;
	text-transform: none;
	text-shadow: none;
	font-weight: bold;
	letter-spacing: normal;
}*/

.fwidget_title span {
	border-right-color: #f8f8f8;
}

/** = Categories, Archive, Meta, Pages, Custom Menu */

.widget_categories > ul,
.widget_archive > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget .menu {
	display: block;
	padding: 20px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
}
/*
.fwidget.widget_categories > ul,
.fwidget.widget_archive > ul,
.fwidget.widget_meta > ul,
.fwidget.widget_pages > ul,
.fwidget.widget .menu {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
}*/

.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget .menu li {
	display: block;
	background-image: url(../img/arrow.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_pages li a,
.widget .menu li a {
	color: #444;
	font-size: 14px;
	line-height: 1.5em;
}

.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget .menu li a:hover {
	text-decoration: underline;
}

/** = Widget tag cloud */

.tagcloud {
	margin-right: -5px;
	margin-bottom: -5px;
}

.tagcloud a {
	display: block;
	float: left;
	background-color: #222;
	color: #fff;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 11px !important;
	line-height: 1em;
	text-transform: uppercase;
}

.tagcloud a:hover {
	background-color: red;
}

.tagcloud::after {
	display: block;
	height: 0;
	overflow: hidden;
	content: ".";
	clear: both;
}

/** = Text widget */

.textwidget,
.textwidget p {
	font-size: 12px;
	line-height: 1.5em;
	color: #444;
	margin-bottom: 10px;
}

.textwidget,
.textwidget p:last-child {
	margin: 0;
}

/** = Search widget */

.search_widget_form {
	display: block;
}

.search_widget_input {
	display: block;
	width: 100%;
	margin: 0;
	border: 1px solid #ddd;
	border-top-color: #ccc;
	background-color: #eee;
	background-image: url(../img/glass_aaa.png);
	background-position: 14px 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #888;
	line-height: 14px;
	padding: 15px 20px;
	padding-left: 38px;
	height: 46px;
	outline: 0;
}

/** = Elastix widgets */

/** = Image Widget */

.ex_image_widget a {
	display: block;
}

.ex_image_widget img {
	display: block;
	width: 100%;
	height: auto;
}

/** = Recent Posts */

.recent_posts_list {
	display: block;
}

.recent_posts_list_item {
	background-color: #222;
	display: block;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.recent_posts_list_item:last-child {
	margin: 0;
}

.recent_posts_list_item:nth-child(even) {
	background-color: #08f;
}

.recent_posts_image {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}

.recent_posts_content {
}

.recent_posts_content h3 {
	margin-bottom: 10px;
}

.recent_posts_content h3 a {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
}

.recent_posts_content h3 a:hover {
	color: rgba(255, 255, 255, .75);
}

.recent_posts_meta {
	display: block;
}

.recent_posts_meta .author,
.recent_posts_meta .date {
	color: rgba(255, 255, 255, .75);
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 22px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, .25);

	background-image: url(../img/user_fff_75.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.recent_posts_meta .author:hover {
	text-decoration: underline;
}

.recent_posts_meta .date {
	background-image: url(../img/date_fff_75.png);
	padding-right: 0;
	margin-right: 0;
	border: 0;
}

/** = Slider Widget */

.slider_widget_list > li {
	position: relative;
}

.slider_widget_list > li > a {
	display: block;
}

.slider_widget_list > li > a img {
	display: block;
	width: 100%;
	height: auto;
}

.slider_widget_info {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(32, 32, 32, .75);
	padding: 10px 20px;
}

.slider_widget_main_link {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.slider_widget_main_link:hover {
	color: #bbb;
}

.slider_widget_meta {
	margin-top: 10px;
}

.slider_widget_meta .author,
.slider_widget_meta .date {
	color: rgba(255, 255, 255, .75);
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 22px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, .25);

	background-image: url(../img/user_fff_75.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.slider_widget_meta .author:hover {
	text-decoration: underline;
}

.slider_widget_meta .date {
	background-image: url(../img/date_fff_75.png);
	padding-right: 0;
	margin-right: 0;
	border: 0;
}

/** = Ajax Search */

.ajax_search_cont {
	background: #ddd;
	padding: 10px;
	background-image: url(../img/mmc.png);
}

.ajax_search_h span {
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	color: #888;
	padding: 10px 30px;
	font-weight: normal;
	letter-spacing: 2px;
	text-shadow: 0 1px 0 #fff;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	display: block;
	float: left;
}

.ajax_search_input {
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	padding-left: 35px;
	height: 42px;
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.5em;
	color: #aaa;
	outline: 0;

	background-image: url(../img/glass_aaa.png);
	background-position: 12px 50%;
	background-repeat: no-repeat;
}

.ajax_search_results {
	margin-top: 10px;
}

.ajax_search_info {
	display: block;
	padding: 10px 20px;
	background-color: #eee;
	color: #888;
	font-weight: normal;
}

.ajax_search_no_results {
}

.ajax_search_results a {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #333;
	background-color: #222;
	color: #bbb;
	font-weight: normal;
}

.ajax_search_results a:hover {
	color: #fff;
	background-color: #282828;
}

.ajax_search_results a.ajax_search_item_all {
	font-weight: normal;
	background-color: #eee;
	color: #444;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.ajax_search_results a.ajax_search_item_all:hover {
	background-color: #ccc;
	border-bottom: 1px solid #bbb;
}

.ajax_search_loader {
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	margin-top: 10px;
	padding: 0;
	display: none;
}

.ajax_search_loader img {
	display: block;
	width: 100%;
	height: auto;
}

/** = Social Widget */

.ex_social_widget_nav {
	display: block;
	margin: 0 -5px;
	overflow: hidden;
}

.ex_social_widget_nav div {
	display: block;
	float: left;
	width: 25%;
	padding: 0 5px;
}

.ex_social_widget_nav div a {
	display: block;
}

.ex_social_widget_nav div a img {
	display: block;
	width: 100%;
	height: auto;
}

/** = Tags */

.ex_tags_cont {
	overflow: hidden;
	margin-right: -5px;
	margin-bottom: -5px;
}

.ex_tags_cont a {
	display: block;
	float: left;
	background-color: #222;
	color: #fff;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
}

.ex_tags_cont a::before {
	content: attr(data-count) " # ";
	font-weight: bold;
	color: rgba(255, 255, 255, .75);
}

.ex_tags_cont a:hover {
	background-color: red;
}