/*

Table of Contents

1.0 - Global
2.0 - Widget Title
3.0 - Widget List
	3.0.1 - Widget Filter by Price
	3.0.2 - Widget Nav and pages
	3.0.3 - Widget text
	3.0.4 - Widget Comments
	3.0.5 - Widget Categori
	3.0.6 - Widget Product List
	3.0.7 - Widget Top Rated Product
	3.0.8 - Widget Tag Cloud
	3.0.9 - Widget Calendar
	3.0.10 - Widget RSS
4.0 - Custom Widget
	4.0.1 - Custom WooCommerce
	4.0.2 - Custom Blog
	4.0.3 - Custom Services
	4.0.4 - Custom Teams
	4.0.5 - Custom Contact
	4.0.6 - Custom mc4wp

*/

/*=========================================================================
  Global
//=======================================================================*/
.widget{ 
	margin-bottom:50px;
	overflow:hidden;
}
.widget a:hover{
}
#sidebar-wrapper .widget:last-child{
	margin-bottom:0;
}
#sidebar-wrapper .widget{}
#footer .widget{
	margin-bottom:20px;
}
#footer .textwidget p:last-of-type{
	margin-bottom:0;
}

/*=========================================================================
  Widget Title
//=======================================================================*/
.widget-title{
	font-size:13px;
	margin:0 0 23px;
	font-weight:400;
	letter-spacing:-.5px;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
}
.widget-title::before{
	margin-bottom:20px;
	width:100%;
	position:relative;
	content:'';
	height:3px;
	display:block;
	background-color:#2e3841;
			border-radius:3px;
	-webkit-border-radius:3px;
}
#footer .widget-title{
	color:#fff;
}
#footer .widget-title::before{
	display:none;
}
#footer .widget-title::after{
	position:relative;
	margin-top:15px;
	content:'';
	height:3px;
	width:48px;
	display:block;
	background-color:rgba(255, 255, 255, .2);
			border-radius:3px;
	-webkit-border-radius:3px;
}

/*=========================================================================
  Widget List
//=======================================================================*/
.widget ul,
.widget ol{
	list-style:none;
	margin:0;
	padding:0;
}
.widget .st-iconlist,
.widget .fa-ul{
	margin-left:2.14286em;
}
.widget li{
	line-height:normal;
	margin:0;
	padding:0;
	position:relative;
}
.widget_recent_entries li{
	padding:10px 0;
}

.st-blog-wgt li,
.widget_nav_menu ul li, 
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_recent_entries li,
.widget_product_categories li{
	border-bottom:1px dotted #e5e5e5;
}
.st-blog-wgt li:last-of-type,
.widget_nav_menu ul > li:last-of-type, 
.widget_pages li:last-of-type,
.widget_meta li:last-of-type,
.widget_categories li:last-of-type,
.widget_archive li:last-of-type,
.widget_recent_entries li:last-of-type,
.widget_product_categories li:last-of-type{
	border-bottom:none;
}
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
#footer .st-services-wgt li a,
.widget_product_categories li a{
	display:inline-block;
	padding:10px 0 10px 15px;
}
.widget_categories li::before,
.widget_archive li::before,
.widget_meta li::before,
.widget_pages > ul > li::before,
.widget_nav_menu .menu > li::before,
#footer .st-services-wgt li::before,
.widget_product_categories li::before{
	position:absolute;
	content:'';
	top:18px;
	width:4px;
	height:4px;
	left:0;
	background-color:#999;
}
.widget_categories li:hover::before,
.widget_archive li:hover::before,
.widget_meta li:hover::before,
.widget_pages > ul > li:hover::before,
.widget_nav_menu .menu > li:hover::before,
#footer .st-services-wgt li:hover::before,
.widget_product_categories li:hover::before{
	background-color:#fdbd10;
}
#footer .widget li{
	border-color:rgba(255, 255, 255, 0.1);
}
/*Filter by price*/
.widget_price_filter{
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color:#fdbd10;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color:#2e3841;
	height:11px;
	width:11px;
	top:-4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
	height:3px;
}
.woocommerce .widget_price_filter .price_slider_amount{
	font-size:14px;
	font-weight:600;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color:#e5e5e5;
}

/*Widget Nav and pages*/
.widget_pages > ul > li,
.widget_nav_menu ul > li{
}
.widget_nav_menu li.menu-item-has-children{
	padding-left:0;
}
.widget_pages > ul > li a,
.widget_nav_menu ul > li a{
	display:inline-block;
	padding:10px 0 10px 15px;
}
.widget_pages .children,
.widget_nav_menu .sub-menu{
	border-top:1px dotted #e5e5e5;
}
.widget_pages .children li::before,
.widget_nav_menu .sub-menu li::before{
	position:absolute;
	content:'';
	left:15px;
	top:19px;
	width:7px;
	height:2px;
	background-color:#999;
}
.widget_pages .children a,
.widget_nav_menu .sub-menu a{
	margin-left:15px;
}

/*Widget text*/
.widget_text strong{
	font-weight:600;
}
.widget_text .wp-caption{
	margin-bottom:20px;
}

/*Widget Comments*/
.widget_recent_comments ul li{
	padding:10px 0;
	border-bottom:1px dotted #e5e5e5;
}
.widget_recent_comments ul li span{
	font-style:italic;
	display:block;
	color:#999;
}

/*Categori*/

/*Product List*/
.woocommerce ul.product_list_widget li{
	padding:15px 0;
	border-bottom:1px solid #efefef;
}
.woocommerce ul.product_list_widget li:last-of-type{
	border-bottom:none;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
	width:80px;
	float:left;
	margin:0 20px 0 0;
}
.woocommerce ul.cart_list li ins, 
.woocommerce ul.product_list_widget li ins{
	text-decoration:none;
}
.woocommerce ul.cart_list li del, 
.woocommerce ul.product_list_widget li del{
	opacity:.5;
}

/*Top Rated Products*/
.widget_top_rated_products li > span{
	display:block;
}

/*Widget Tag Cloud*/
.widget.widget_tag_cloud a,
.widget.widget_product_tag_cloud a,
.post-tags a{
	font-size:11px !important;
	text-transform:uppercase;
	line-height:24px;
	padding:3px 7px;
	display:inline-block;
}
.widget.widget_tag_cloud a::before,
.widget.widget_product_tag_cloud a::before,
.post-tags a::before{
	position:relative;
	content:'#';
}
.widget.widget_tag_cloud a:hover,
.widget.widget_product_tag_cloud a:hover,
.post-tags a:hover{
	background-color:#2e3841;
	color:#fff;
}

/*Widget Calendar*/
#calendar_wrap {}
#wp-calendar{
	margin-bottom:0;
	width:100%;
	border-collapse:collapse;
}
#wp-calendar caption{
    padding: 10px;
}
#wp-calendar th, 
#wp-calendar td{
	width:14.28%;
	padding:5px 0;
	text-align:center;
	font-weight:300;
	font-size:14px;
}
#wp-calendar td{
	color:#999;
}
#wp-calendar td#today{
	font-weight:bold;
	color:#fff;
}
#wp-calendar tfoot td{
	display:none;
}

/*Widget RSS*/
.widget.widget_rss li{
	padding:7px 0;
	border-bottom:1px solid #efefef;
}
.widget.widget_rss li:last-of-type{
	border-bottom:none;
}
.widget.widget_rss li a{
	display:block;
	font-weight:600;
}
.widget.widget_rss li span,
.widget.widget_rss li cite{
	font-size:13px;
}
.widget.widget_rss li cite{
	display:block;
	padding-bottom:4px;
	text-align:right;
}
.widget.widget_rss li .rssSummary{
	margin:10px 0;
}

/*=========================================================================
  blog
//=======================================================================*/
.st-blog-wgt li{
	position:relative;
	padding:15px 0;
}
.st-blog-wgt li:first-child{
	padding-top:0;
}
.st-blog-wgt .media-body a{
	line-height:20px;
	display:block;
	font-weight:600;
}
.st-blog-wgt .media-body span{
	font-size:12px;
	color:#c0c0c0;
}
.st-blog-wgt .pull-left{
	width:80px;
	overflow:hidden;
	margin-right:20px;
	padding:0;
}
.st-blog-wgt .pull-left a{
	display:block;
	position:relative;
}
.st-blog-wgt .post-date{
	opacity:0.5;
	display:block;
	font-size:13px;
}
.st-blog-wgt .post-date i{
	display:none;
}
.widget_recent_entries span{
	display:block;
}

/*=========================================================================
  Custom Flickr
//=======================================================================*/
.st-flickr-wgt .flickr_badge_image{
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}
.st-flickr-wgt .flickr_badge_image a{
	display:block;
	height:100%;
	overflow:hidden;
	position:relative;
}
.st-flickr-wgt .flickr_badge_image img{
	width:100%;
	height:auto;
	position: static;
}

/*=========================================================================
  Custom Twitter
//=======================================================================*/
.st-twitter-wgt ul li{
	position:relative;
}
.st-twitter-wgt ul li:before{
	position:absolute;
	content:'\f099';
	color:#55acee;
	display:block;
	font-family:'FontAwesome';
	top:auto;
	left:0;
	bottom:9px;
	z-index:2;
}
.st-twitter-wgt ul li > a{
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
	color:#c0c0c0;
	margin-left:25px;
}
.st-twitter-wgt ul li span{
	display:block;
}
.st-twitter-wgt ul li:hover span a{
	color:#55acee;
}

/*=========================================================================
  Custom Services
//=======================================================================*/
.st-services-wgt ul{
	margin:0;
	padding:0;
}
.st-services-wgt li{
	padding:0 20px 0 0;
}
#sidebar-wrapper .st-services-wgt li{
	background-color:#f5f5f5;
	margin-bottom:1px;
	border-left:5px solid transparent;
}
#sidebar-wrapper .st-services-wgt li:hover{
	border-color:#fdbd10;
}
.st-services-wgt li a{
	color:#222;
	font-weight:600;
	display:inline-block;
	padding:13px 0 13px 20px;
}
.st-services-wgt li a:hover{
	color:inherit;
}

#footer .st-services-wgt li{
	border-bottom:1px dotted rgba(255, 255, 255, .1);
}
#footer .st-services-wgt li:last-child{
	border-bottom:none;
}
#footer .st-services-wgt li a{
	font-weight:normal;
}

/*=========================================================================
  Custom Teams
//=======================================================================*/
.st-teams-wgt li{}
.st-teams-wgt .pull-left{
	width:60px;
	height:auto;
	padding:0;
	margin-right:10px;
	overflow:hidden;
	border:1px solid rgba(0, 0, 0, .075);
			border-radius:60px;
	-webkit-border-radius:60px;
}
.st-teams-wgt .media-body a{
	display:block;
	font-weight:600;
	line-height:20px;
}
	
/*=========================================================================
  Custom Contact
//=======================================================================*/
.st-contact-wgt li{
	margin-left:30px;
	padding:10px 0;
	border-bottom:1px dotted #e5e5e5;
}
.st-contact-wgt li:last-child{
	border-bottom:none;
}
.st-contact-wgt li i{
	position:absolute;
	top:12px;
	left:-30px;
	font-size:14px;
}

/*=========================================================================
  Mailchimp
//=======================================================================*/
.col-md-12 .widget_mc4wp_form_widget{
	width:30%;
	margin:0 auto;
}
.widget_mc4wp_form_widget form .mc4wp-form-fields{
	display:table;
	table-layout:fixed;
	width:100%;
}
.widget_mc4wp_form_widget form p{}
.widget_mc4wp_form_widget form p:last-of-type{
	width:90px;
	text-align:right;
}
.widget_mc4wp_form_widget form label{
	display:none;
}
.widget_mc4wp_form_widget form input{
}
.widget_mc4wp_form_widget form input[type="email"]{
	border:1px solid rgba(255, 255, 255, .15);
	background:rgba(255, 255, 255, .1);
}
.widget_mc4wp_form_widget form input[type="email"]:focus{
	border-color:rgba(255, 255, 255, .25);
	background:rgba(255, 255, 255, .15);
}

