/*

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{
}
.widget{ 
	margin-bottom:50px;
	overflow:hidden;
}
.widget p{
	margin-bottom:10px;
}
#sidebar-wrapper .widget:last-child{
	margin-bottom:0;
}
.widget a:hover{
	color:#d94350;
	text-decoration:none;
}
.widget ul,
.widget ol{
	list-style:none;
	margin:0;
	padding:0;
}
#footer .widget{
	margin-bottom:30px;
}

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

/*=========================================================================
  Widget List
//=======================================================================*/
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_nav_menu li,
.widget_product_categories li{
	padding:3px 0;
}
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_pages li a,
.widget_nav_menu li a,
.widget_product_categories li a{
	padding-left:0;
	-webkit-transition:padding 0.35s ease 0s;
	   -moz-transition:padding 0.35s ease 0s;
			transition:padding 0.35s ease 0s;
}
.widget_categories li a,
.widget_archive li a{
	margin-right:15px;
}
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.widget_product_categories li a:hover{
	padding-left:10px;
}
.widget_categories li a::before,
.widget_archive li a::before,
.widget_meta li a::before,
.widget_pages li a::before,
.widget_nav_menu li a::before,
.widget_product_categories li a::before{
	position:relative;
	content:'';
	width:5px;
	height:5px;
	top:-2px;
	margin-right:7px;
	display:inline-block;
	border:1px solid #d94350;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.widget_pages .children,
.widget_nav_menu .sub-menu{
	margin-left:15px;
}
.widget_pages .children li a::before,
.widget_nav_menu .sub-menu li a::before{
	width:5px;
	height:0;
	border:none;
	top:-4px;
	border-top:1px solid #d94350;
}

.widget_recent_comments li,
.widget_recent_entries li,
.st-blog-wgt li,
.widget_products li,
.widget_top_rated_products li{
	padding:10px 0;
	border-bottom:1px solid rgba(74, 74, 74, 0.075);
}
#footer .widget_recent_comments li,
#footer .widget_recent_entries li,
#footer .st-blog-wgt li,
#footer .widget_products li,
#footer .widget_top_rated_products li{
	border-bottom-color:rgba(255, 255, 255, .09);
}
.widget_recent_comments li:last-of-type,
.widget_recent_entries li:last-of-type,
.st-blog-wgt li:last-of-type,
.widget_products li:last-of-type,
.widget_top_rated_products li:last-of-type{
	border-bottom:none;
}
.widget_recent_comments li a{
	font-style:italic;
}

.widget_recent_entries li a{
	font-weight:600;
}
.widget_recent_entries .post-date{
	display:block;
	font-size:85%;
}
.widget_recent_entries .post-date::before{
  font-family: 'FontAwesome';
  content:'\f017';
  margin-right:7px;
  font-size:12px;
  color:#d94350;
}

.st-blog-wgt li{
	margin:0;
}
.st-blog-wgt li a{
	font-weight:600;
}

.widget_categories li,
.widget_archive li{
	color:#999;
}

/*.widget .st-iconlist,
.widget .fa-ul{
	margin-left:2.14286em;
}*/

/*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 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;
	background-color:#263238;
	color:#fff !important;
	padding:3px 10px;
	display:block;
	float:left;
	margin:0 5px 5px 0;
}
.widget.widget_tag_cloud a:hover,
.widget.widget_product_tag_cloud a:hover{
	background-color:#d94350;
}

/*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-top:10px;
}
.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:10px;
	text-align:right;
	border-bottom:1px solid #eee;
}
.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 & Teams*/
.st-services-wgt ul{}
.st-services-wgt li{
	padding:0;
	background-color:#f5f5f5;
	margin-bottom:1px;
}
.st-services-wgt li a{
	display:block;
	font-weight:600;
	padding:12px 20px;
	border-left:5px solid transparent;
	-webkit-transition:border-color 0.5s ease 0s;
	   -moz-transition:border-color 0.5s ease 0s;
			transition:border-color 0.5s ease 0s;
}
.st-services-wgt li a:hover{
	border-color:#d94350;
}

/*Custom Teams*/
.st-teams-wgt ul{
	line-height:normal;
}
.st-teams-wgt li.media{
	margin-top:1px;
	background-color:#f5f5f5;
	padding:15px 20px;
	margin-bottom:1px;
	border-bottom:none;
	border-left:5px solid transparent;
	-webkit-transition:border-color 0.5s ease 0s;
	   -moz-transition:border-color 0.5s ease 0s;
			transition:border-color 0.5s ease 0s;
}
.st-teams-wgt li.media1 {
    margin-top: 1px;
    background-color: #e4dec1;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 1px;
    border-bottom: none;
    border-left: 5px solid transparent;
    -webkit-transition: border-color 0.5s ease 0s;
    -moz-transition: border-color 0.5s ease 0s;
    transition: border-color 0.5s ease 0s;
}
.st-teams-wgt li:hover{
	border-color:#d94350;
}
.st-teams-wgt li a{
	font-weight:600;
}
.st-teams-wgt li span{
	display:block;
	font-size:90%;
}
	
/*Custom Contact*/
.st-contact-wgt ul{
	background-color:#f5f5f5;
	padding:20px 30px;
}
#footer .st-contact-wgt ul{
	padding:0;
	background:none;
}
.st-contact-wgt ul li{
	padding:3px 0 3px 25px;
	position:relative;
}
#footer .st-contact-wgt ul li{
}
.st-contact-wgt ul li:last-of-type{
}
.st-contact-wgt ul li i{
	position:absolute;
	left:0;
	top:8px;
	color:#d94350;
}
.st-contact-wgt ul li a:hover{
	text-decoration:underline;
}

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