/*

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:40px;
	overflow:hidden;
	line-height:22px;
}
#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:18px;
	margin-top:0;
	margin-bottom:25px;
	font-weight:400;
}
.widget-title::before {
    background: #0088cc none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 20px;
    position: relative;
    width: 45px;
}
#footer .widget-title{
	color:#fff;
}

/*=========================================================================
  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{
	margin:0;
	position:relative;
}
.widget li > a{
}
.widget li a.fa{
	font-weight:normal;
}

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages > ul,
.widget_nav_menu .menu,
.st-services-wgt ul,
.widget_product_categories > ul{
	background-color:#f3f3f3;
	padding:15px 0;
}
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_pages > ul > li,
.widget_nav_menu .menu > li,
.st-services-wgt ul > li,
.widget_product_categories > ul li{
	padding-right:30px;
}
.widget_categories li::before,
.widget_archive li::before,
.widget_meta li::before,
.widget_pages > ul > li::before,
.widget_nav_menu .menu > li::before,
.st-services-wgt ul > li::before,
.widget_product_categories > ul li::before{
	position:absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	left:10px;
	top:11px;
	font-size:1em;
	opacity:0;
	color:#0088cc;
			transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
	-webkit-transition:all 0.35s ease 0s;
}
.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,
.st-services-wgt ul > li:hover::before,
.widget_product_categories > ul li:hover::before{ 
	left:15px;
	opacity:1;
			transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
	-webkit-transition:all 0.35s ease 0s;
}
.widget_categories li::after,
.widget_archive li::after,
.widget_meta li::after,
.widget_pages > ul > li::after,
.widget_nav_menu .menu > li::after,
.st-services-wgt ul > li::after,
.widget_product_categories > ul li::after{
	position:absolute;
	content:'';
	display:block;
	width:4px;
	height:4px;
	left:15px;
	top:22px;
	opacity:1;
	margin-top:-2px;
	background-color:#ccc;
			border-radius:4px;
	-webkit-border-radius:4px;
			transition:opacity 0.35s ease 0s;
	   -moz-transition:opacity 0.35s ease 0s;
	-webkit-transition:opacity 0.35s ease 0s;
}
.widget_categories li:hover::after,
.widget_archive li:hover::after,
.widget_meta li:hover::after,
.widget_pages > ul > li:hover::after,
.widget_nav_menu .menu > li:hover::after,
.st-services-wgt ul > li:hover::after,
.widget_product_categories > ul li:hover::after{
	opacity:0;
}
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_pages > ul > li > a,
.widget_nav_menu .menu > li > a,
.st-services-wgt ul > li a,
.widget_product_categories > ul li a{
	display:inline-block;
	position:relative;
	padding:10px 0 10px 30px;
}
#footer .widget_categories ul,
#footer .widget_archive ul,
#footer .widget_meta ul,
#footer .widget_pages > ul,
#footer .widget_nav_menu .menu,
#footer .st-services-wgt ul,
#footer .widget_product_categories > ul{
	background:none;
	padding:0;
}
#footer .widget_categories li::before,
#footer .widget_archive li::before,
#footer .widget_meta li::before,
#footer .widget_pages > ul > li::before,
#footer .widget_nav_menu .menu > li::before,
#footer .st-services-wgt ul > li::before,
#footer .widget_product_categories > ul li::before{
	left:-5px;
	top:5px;
}
#footer .widget_categories li:hover::before,
#footer .widget_archive li:hover::before,
#footer .widget_meta li:hover::before,
#footer .widget_pages > ul > li:hover::before,
#footer .widget_nav_menu .menu > li:hover::before,
#footer .st-services-wgt ul > li:hover::before,
#footer .widget_product_categories > ul li:hover::before{
	left:0;
}
#footer .widget_categories li a,
#footer .widget_archive li a,
#footer .widget_meta li a,
#footer .widget_pages > ul > li > a,
#footer .widget_nav_menu .menu > li > a,
#footer .st-services-wgt ul > li a,
#footer .widget_product_categories > ul li a{
	padding:5px 0 5px 15px;
}
#footer .widget_categories li::after,
#footer .widget_archive li::after,
#footer .widget_meta li::after,
#footer .widget_pages > ul > li::after,
#footer .widget_nav_menu .menu > li::after,
#footer .st-services-wgt ul > li::after,
#footer .widget_product_categories > ul li::after{
	background-color:rgba(255, 255, 255, .3);
	left:0;
	top:17px;
}

/*Filter by price*/
.widget_price_filter{
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color:#f3f3f3;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color:#303030;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
	height:0.4em;
}
.woocommerce .widget_price_filter .price_slider_amount{
	font-size:14px;
	font-weight:600;
	line-height:46px;
}
.woocommerce #respond input#submit{
	color:#fff;
}

/*Widget Nav and pages*/
.widget_pages .children,
.widget_nav_menu .sub-menu{
	margin-left:45px;
}
#footer .widget_pages .children,
#footer .widget_nav_menu .sub-menu{
	margin-left:35px;
}
.widget_nav_menu .sub-menu .sub-menu{
	margin-left:0;
}
.widget_pages .children li::before,
.widget_nav_menu .sub-menu li::before{
	position:absolute;
	content:'-';
	left:-15px;
	top:4px;
}
.widget_pages .children li a,
.widget_nav_menu .sub-menu li a{
	padding:5px 0;
	display:inline-block;
	font-weight:normal;
}

/*Widget text*/
.widget_text img{
	margin:20px 0;
}
.widget_text .wp-caption img{
	margin-bottom:0;
}
.widget_text p.wp-caption-text{
	padding:10px 0;
	border-bottom:1px solid #e8e8e8;
}

/*Widget Comments & Recent Posts*/
.widget_recent_comments li,
.widget_recent_entries li,
.woocommerce ul.product_list_widget li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #e8e8e8;
}
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.woocommerce ul.product_list_widget li:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.widget_recent_comments .recentcomments a{
	display:block !important;
}

/*Categori*/
.widget_categories li a,
.widget_archive li a{
	display:inline-block;
	margin-right:7px;
}

/*Product List*/
.widget_products li a{
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
	width:75px;
	height:75px;
}
.woocommerce ul.product_list_widget del{
	display:block;
}

/*Top Rated Products*/
.widget_top_rated_products li > span{
	display:block;
}

/*Widget Tag Cloud*/
.widget.widget_tag_cloud .tagcloud,
.widget.widget_product_tag_cloud .tagcloud{
	overflow:hidden;
}
.post-tags::after{
	display:table;
	clear:both;
	content:'';
}
.post-tags a,
.widget.widget_tag_cloud a,
.widget.widget_product_tag_cloud a{
	font-size:13px !important;
	float:left;
	line-height:24px;
	overflow:hidden;
	white-space:nowrap;
	padding:4px 9px;
	margin:0 3px 3px 0;
	border:1px solid #eee;
}
.post-tags a:hover,
.widget.widget_tag_cloud a:hover,
.widget.widget_product_tag_cloud a:hover{
	background-color:#0088cc;
	border-color:transparent;
	color:#000;
}
#footer .widget.widget_tag_cloud a,
#footer .widget.widget_product_tag_cloud a{
	border-color:rgba(255, 255, 255, .3);
}

/*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_rss li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #e8e8e8;
}
.widget_rss li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.widget_rss .rsswidget{
	display:block;
}
.widget_rss .rss-date{
	font-size:12px;
	margin-bottom:15px;
	display:inline-block;
}
.widget_rss cite{
	margin-top:10px;
	font-weight:600;
	display:block;
}
.widget_rss cite::before{
	position:relative;
	content:'-';
	margin-right:7px;
	font-weight:normal;
	font-style:normal;
}

/*Widget Search*/
#sidebar-wrapper .widget_search{}

/*=========================================================================
  blog
//=======================================================================*/
.st-blog-wgt .media-body a{
	display:block;
	line-height:18px;
}
.st-blog-wgt .media-body span{
	font-size:12px;
	color:#999;
}
.st-blog-wgt .pull-left{
	width:75px;
	overflow:hidden;
	margin-right:20px;
	padding:0;
}
.st-blog-wgt .pull-left a{
	display:block;
}
.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
//=======================================================================*/

/*=========================================================================
  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{
	padding-left:30px;
	position:relative;
	margin-bottom:5px;
}
.st-contact-wgt li i{
	position:absolute;
	top:6px;
	left:0;
}

/*=========================================================================
  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 label{    
	display:none;
}
.widget_mc4wp_form_widget{}
/*.widget_mc4wp_form_widget form input[type="submit"]{
	padding:17px;
}
.widget_mc4wp_form_widget form input[type="email"]{
	background:none;
}
#footer .widget_mc4wp_form_widget form input[type="email"]{
	border-color:rgba(255, 255, 255, .15);
}*/
.widget_mc4wp_form_widget form input[type="email"]:focus{
}

/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */