/*

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:15px;
	padding-bottom:5px;
	font-weight:600;
	border-bottom:1px solid #eee;
}
#footer .widget-title{
	color:#fff;
	border-bottom-color:rgba(255, 255, 255, 0.3);
}

/*=========================================================================
  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 menu*/
.widget.st-services-wgt ul,
.widget.widget_pages > ul,
.widget.widget_nav_menu ul.menu{
	margin:0;
	padding:0;
	background-color:#fff;
	border:1px solid #eee;
	-webkit-border-radius:2px;
			border-radius:2px;
}
.widget.st-services-wgt ul li a,
.widget.widget_pages > ul > li > a,
.widget.widget_nav_menu  ul.menu > li > a{
	color:#000;
	display:block;
	border-top:1px solid #eee;
	padding:12px 35px 12px 15px;
	position:relative;
	-webkit-transition:color 0.3s ease 0s, background-color 0.3s ease 0s;
			transition:color 0.3s ease 0s, background-color 0.3s ease 0s;
}
.widget.st-services-wgt ul li a:hover,
.widget.widget_pages > ul > li > a:hover,
.widget.widget_nav_menu  ul.menu > li > a:hover{
	background-color:#fafafa;
}
.widget.st-services-wgt ul li a::after,
.widget.widget_pages > ul > li > a::after,
.widget.widget_nav_menu  ul.menu > li > a::after{
	font-family: 'FontAwesome';
	position:absolute;
	content:'\f105';
	right:12px;
	font-size:16px;
	top:50%;
	color:#ddd;
	-webkit-transform:translateY(-50%);
			transform:translateY(-50%);
	-webkit-transition:color 0.3s ease 0s;
			transition:color 0.3s ease 0s;
}
.widget.st-services-wgt ul li a:hover::after,
.widget.widget_pages > ul > li > a:hover::after,
.widget.widget_pages > ul > li:hover > a::after,
.widget.widget_nav_menu  ul.menu > li > a:hover::after{
	color:#3197d6;
}
.widget.st-services-wgt ul li:first-child a,
.widget.widget_pages > ul > li:first-child > a,
.widget.widget_nav_menu  ul.menu > li:first-child > a{
	border-top:none;
}
.widget.widget_pages > ul > li.page_item_has_children,
.widget.widget_nav_menu  ul.menu li.menu-item-has-children{
	background-color:#fafafa;
}

#footer .widget.st-services-wgt ul,
#footer .widget.widget_pages > ul,
#footer .widget.widget_nav_menu ul.menu{
	background:none;
	border:none;
}
#footer .widget.st-services-wgt ul li a,
#footer .widget.widget_pages > ul > li > a,
#footer .widget.widget_nav_menu  ul.menu > li > a{
	border-top:none;
	font-weight:600;
	padding:4px 35px 4px 0;
}
#footer .widget.st-services-wgt ul li a:hover,
#footer .widget.widget_pages > ul > li > a:hover,
#footer .widget.widget_nav_menu  ul.menu > li > a:hover,
#footer .widget.widget_pages > ul > li.page_item_has_children,
#footer .widget.widget_nav_menu  ul.menu li.menu-item-has-children{
	background:none;
}
#footer .widget.st-services-wgt ul li a::after,
#footer .widget.widget_pages > ul > li > a::after,
#footer .widget.widget_nav_menu  ul.menu > li > a::after{
	color:rgba(255, 255, 255, 0.4);
	font-weight:normal;
}

/*Widget Nav and pages*/
.widget.widget_pages ul.children{
}
.widget.widget_pages ul ul a,
.widget.widget_nav_menu ul ul a{
	display:block;
	padding:5px 17px 5px 30px;
	position:relative;
	color:#777;
	font-size:13px;
}
.widget.widget_pages ul ul a:hover,
.widget.widget_nav_menu ul ul a:hover{
	color:#222;
}
.widget.widget_pages ul ul a::before,
.widget.widget_nav_menu ul ul a::before{
	position:absolute;
	content:'';
	left:17px;
	top:15px;
	display:inline-block;
	width:3px;
	height:3px;
	background-color:#666;
}
.widget.widget_pages ul ul a:hover::before,
.widget.widget_nav_menu ul ul a:hover::before{
	background-color:#3197d6;
}
.widget.widget_pages > ul > li.page_item_has_children > a,
.widget.widget_nav_menu ul.menu > li.menu-item-has-children > a,
.widget.widget_nav_menu ul.menu li.menu-item-has-children ul ul > li:last-of-type > a,
.widget.widget_nav_menu ul.menu li.menu-item-has-children ul li.menu-item-has-children > a{
	padding-bottom:6px;
}
.widget.widget_pages > ul > li .children li:last-of-type a,
.widget.widget_nav_menu ul.menu ul li:last-of-type > a,
.widget.widget_nav_menu ul.menu .menu-item-has-children ul li:last-of-type ul li:last-of-type a{
	padding-bottom:15px;
}
#footer .widget.widget_pages ul ul a,
#footer .widget.widget_nav_menu ul ul a{
	padding-left:17px;
}
#footer .widget.widget_pages ul ul a::before,
#footer .widget.widget_nav_menu ul ul a::before{
	left:0;
}

/*widget meta*/
.widget.widget_meta li a,
.widget.widget_categories li a,
.widget.widget_archive li a,
.widget_product_categories li a{
	display:inline-block;
	padding:3px 17px;
	position:relative;
	color:#777;
	font-size:13px;
}
.widget.widget_meta li a:hover,
.widget.widget_categories li a:hover,
.widget.widget_archive li a:hover,
.widget_product_categories li a:hover{
	color:#222;
}
.widget.widget_meta li a::before,
.widget.widget_categories li a::before,
.widget.widget_archive li a::before,
.widget_product_categories li a::before{
	position:absolute;
	content:'';
	left:0;
	top:13px;
	display:inline-block;
	width:3px;
	height:3px;
	background-color:#666;
}
.widget.widget_meta li a:hover::before,
.widget.widget_categories li a:hover::before,
.widget.widget_archive li a:hover::before,
.widget_product_categories li a:hover::before{
	background-color:#3197d6;
}

/*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 text*/
.widget_text img{
	margin:20px 0;
}
.widget_text p img{
	margin: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*/
.widget.widget_recent_comments li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
.widget.widget_recent_comments li a{
	color:#3197d6;
}
.widget.widget_recent_comments li a:hover{
	color:#222;
}

/*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:inline-block;
	margin-right:10px;
}

/*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;
	line-height:20px;
	margin:0 3px 3px 0;
	border:1px solid #e0e0e0;
	-webkit-transition:all 0.5s ease 0s;
			transition:all 0.5s ease 0s;
}
.post-tags a:hover,
.widget.widget_tag_cloud a:hover,
.widget.widget_product_tag_cloud a:hover{
	background-color:#fde428;
	border-color:transparent;
	color:#002e5b;
	-webkit-transition:all 0.5s ease 0s;
			transition:all 0.5s ease 0s;
}
#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 #eee;
}
.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 & Post
//=======================================================================*/
.widget.st-blog-wgt li,
.widget.widget_recent_entries li,
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	border-bottom:1px solid #eee;
}
.widget.st-blog-wgt li:last-of-type,
.widget.widget_recent_entries li:last-of-type,
.woocommerce ul.cart_list li:last-of-type, 
.woocommerce ul.product_list_widget li:last-of-type{
	border-bottom:none;
}
.widget.st-blog-wgt .media-body a,
.widget.widget_recent_entries li a,
.widget_products li a,
.widget_top_rated_products li a{
	display:inline-block;
	line-height:20px;
	margin-bottom:5px;
}
.widget.widget_recent_entries li a{
	font-weight:600;
}
.widget.st-blog-wgt .media-body a:hover,
.widget.widget_recent_entries li a:hover,
.widget_products li a:hover,
.widget_top_rated_products li a:hover{
	color:#3197d6;
}
.widget.st-blog-wgt .media-body span,
.widget.widget_recent_entries li span{
	display:block;
	font-size:13px;
}
.widget.st-blog-wgt .pull-left{
	width:55px;
	overflow:hidden;
	margin-right:15px;
	padding:0;
}
#footer .widget.st-blog-wgt li,
#footer .widget.widget_recent_entries li,
#footer .woocommerce ul.cart_list li, 
#footer .woocommerce ul.product_list_widget li{
	border-bottom-color:rgba(255, 255, 255, 0.15);
}

/*=========================================================================
  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 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;
	color:#fde428;
}

/*=========================================================================
  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="email"]:focus{
}

/*=========================================================================
  Footer Setting
//=======================================================================*/
#footer .widget.widget_recent_comments li,
#footer .widget_rss li{
	border-color:rgba(255, 255, 255, 0.15);
}
