/*

Table of Contents

1.0 - Global
2.0 - Widget Title
3.0 - Widget List
	3.0.1 - Widget Filter by
	3.0.2 - Widget Nav and pages
	3.0.3 - Widget text
	3.0.4 - Widget Comments
	3.0.5 - Widget Search
	3.0.6 - Widget Tags Cloud
	3.0.7 - Widget Calendar
	3.0.8 - 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
//=======================================================================*/
#sidebar-wrapper .widget{
	font-size:13px;
}
#sidebar-wrapper a:hover{
	text-decoration:none;
}
.widget{ 
	margin-bottom:50px;
	overflow:hidden;
}
#sidebar-wrapper .widget:last-child{
	margin-bottom:0;
}

/*=========================================================================
  Widget Title
//=======================================================================*/
.widget-title{
	font-size:15px;
	margin-top:0;
	color:#212121;
	font-weight:600;
	margin-bottom:15px;
	position:relative;
	text-transform:uppercase;
}
#footer .widget-title{
	color:#fff;
}

/*=========================================================================
  Widget List
//=======================================================================*/
.widget{
	line-height:26px;
}
.widget a:hover{
	text-decoration:underline;
}
.widget ul,
.widget ol{
	list-style:none;
	margin:0;
	padding:0;
}
.widget .st-iconlist,
.widget .fa-ul{
	margin-left:2.14286em;
}
.widget li{
	margin:0;
	padding:5px 0;
	position:relative;
}

.st-blog-wgt li{
	position:relative;
	padding:10px 0;
	
}

.st-blog-wgt li,
.widget_products li,
.widget_top_rated_products li,
.widget_recent_comments li,
.widget_recent_entries li,
.st-teams-wgt li,
.st-twitter-wgt li{
	padding:10px 0;
	border-bottom:1px solid rgba(74, 74, 74, 0.075);
}

.widget_product_categories li,
.widget_categories li,
.widget_archive li,
.widget_layered_nav li,
.widget_meta li{
	padding:0;
	border-bottom:1px solid rgba(74, 74, 74, 0.075);
}

.widget_product_categories li a,
.widget_categories li a,
.widget_archive li a,
.widget_layered_nav li a,
.widget_meta li a,
.widget_pages li a,
.widget_nav_menu ul li a{
	display:block;
	padding:10px 0;
}

#footer .widget li{
	border-color:rgba(255, 255, 255, 0.1);
}

/*filter by*/
.woocommerce .widget_layered_nav ul li a{
	padding:10px 0;
}
.woocommerce .widget_layered_nav ul li span{
	position:absolute;
	right:0;
	top:50%;
			transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

/*pages + nav*/
.widget_nav_menu li,
.widget_pages li{
	padding:0;
	border-top:1px solid #f4f4f4;
}
.widget_nav_menu .menu > li:first-child,
.widget_pages > ul > li:first-child{
	border:none;
}
.widget_nav_menu .menu > li > li:last-child,
.widget_pages > ul > li:last-child{
	border-bottom:1px solid #f4f4f4;
}
.widget_nav_menu ul ul li a,
.widget_pages ul ul li a{
	padding-left:20px;
}

/*widget text*/
.widget_text strong{
	font-weight:600;
}
.widget_text .wp-caption{
	margin-bottom:20px;
}

/*recent comments*/
.widget_recent_comments ul li::before{
	position:relative;
	content:'';
	list-style-position:inside;
	list-style-type:decimal;
}

/*widget search*/
.widget_product_search input[type="submit"]{
	display:none;
}

/*widget Tags Cloud*/
.widget.widget_tag_cloud .tagcloud,
.widget.widget_product_tag_cloud .tagcloud{
	overflow:hidden;
}
.widget.widget_tag_cloud a,
.widget.widget_product_tag_cloud a{
	text-decoration:none;
	font-size:13px !important;
	white-space:nowrap;
	padding:3px 9px;
	display:block;
	float:left;
	margin:0 5px 5px 0;
	border:1px solid rgba(74, 74, 74, 0.075);
			border-radius:3px;
	-webkit-border-radius:3px;
}
.widget.widget_tag_cloud a:hover,
.widget.widget_product_tag_cloud a:hover{
	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 a{
	display:block;
	font-weight:600;
}
.widget.widget_rss li span,
.widget.widget_rss li cite{
	font-size:11px;
}
.widget.widget_rss li cite{
	display:block;
	padding-bottom:4px;
	text-align:right;
	border-bottom:1px solid #ddd;
}
.widget.widget_rss li .rssSummary{
	margin:10px 0;
}


/*=========================================================================
  Widget Custom
//=======================================================================*/
/*Custom WooCommerce*/
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
	padding:10px 0;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
	font-weight:normal;
	line-height:20px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
	width:60px;
	margin-left:20px;
}
.woocommerce ul.product_list_widget li ins{
	text-decoration:none;
}
.woocommerce ul.product_list_widget li .amount{
	font-weight:600;
}
.woocommerce .widget_top_rated_products li .amount{
	display:block;
}

/*Custom blog*/
.st-blog-wgt .media-body a{
	line-height:17px;
	display:block;
}
.st-blog-wgt .media-body span{
	font-size:13px;
	opacity:0.6;
}
.st-blog-wgt .pull-left{
	width:60px;
	overflow:hidden;
	margin-right:10px;
	padding:0;
}
.st-blog-wgt .post-date{
	opacity:0.6;
	display:block;
	font-size:13px;
}
.st-blog-wgt .post-date i{
	display:none;
}

/*Custom Services*/
.st-services-wgt{}
.st-services-wgt ul{
	overflow:hidden;
}
.st-services-wgt li{
	padding:0;
	margin-bottom: 1px;
}
.st-services-wgt li a{
	background-color: #f6f6f6;
	padding:12px 20px;
	display:block;
	position:relative;
	z-index:2;
}
#footer .st-services-wgt li a{
	background-color: rgba(0,0,0,0.05);
}
.st-services-wgt li a i{
	margin-right:10px;
	font-size:14px;
}
.st-services-wgt li a:hover{
	color: #fff !important;
}
.st-services-wgt li a:hover i{
	margin-right:30px;
}
.st-services-wgt li a::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	height:100%;
	width:40px;
	background-color:#36383e;
}
.st-services-wgt li a::after{
	position:absolute;
	content:'';
	left:40px;
	top:0;
	bottom:0;
	border-top:25px solid transparent !important;
	border-bottom:25px solid transparent !important;
	border-left:15px solid #36383e;
}
.st-services-wgt li a:hover::before{
	opacity:1;
}
.st-services-wgt li a::before,
.st-services-wgt li a::after{
	z-index:-1;
			transform:translateX(-200px);
	-webkit-transform:translateX(-200px);
}
.st-services-wgt li a:hover::before,
.st-services-wgt li a:hover::after{
			transform:translateX(0);
	-webkit-transform:translateX(0);
}
.st-services-wgt li a:hover{
	text-decoration:none;
}
	
/*Custom Teams*/
.st-teams-wgt li{}
.st-teams-wgt .pull-left{
	width:60px;
	height:auto;
	padding:0;
	margin-right:10px;
	overflow:hidden;
}
.st-teams-wgt .media-body a{
	display:block;
	font-weight:600;
	line-height:20px;
	text-transform:uppercase;
	color:#202020;
}
.st-teams-wgt .media-body span{
	font-size:13px;
}
	
/*Custom Contact*/
.st-contact-wgt ul{
}
.st-contact-wgt ul li{
	padding:15px 0 15px 55px;
	position:relative;
	border-bottom:1px solid rgba(74, 74, 74, 0.075);
}
.st-contact-wgt ul li:last-of-type{
	border-bottom:none;
}
.st-contact-wgt ul li i{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-19px;
	width:37px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-size:14px;
	background-color:#f6f6f6;
			border-radius:20px;
	-webkit-border-radius:20px;
}
#footer .st-contact-wgt ul li i{
	background-color: rgba(0,0,0,0.05);
}

/*Custom mc4wp*/
.mc4wp-form{
	margin:0 !important;
}
.mc4wp-form p{
	margin-bottom:0 !important;
}