/*
Theme Name: Win Job
Theme URI: http://themetor.com
Author: LuvioWeb
Author URI: http://themetor.com
Description: Child theme for theLAW WordPress theme 
Template: thelaw
Version: 1.0
*/

@import url("../thelaw/style.css");

#footer {
    padding-top: 0px;
    padding-bottom: 0px;
}
#footer a.mail {
    color: #212960;
}

#toTop {
	border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 30px;
    margin: 0px auto 0;
    top: -8px;
    width: 50px;
	position:relative;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#toTop i {
	padding:4px 0 0 19px;
	display:block;
	font-size:22px;
	color:#fff;
}
#toTop:hover {top:-20px;}

h5.entry-title-list {
	font-weight: normal;
}

.breaking-news-bar {
	padding:15px;
	border: 0px;
    border-radius: 4px;
	background-color: #212960;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
.boxed .breaking-news-bar {
	background:none;
	box-shadow:none;
	border-bottom:0px;
}
.newst i {
	padding-right:24px;
	font-size:14px;
	color:#707070;
}
.full .breaking-news-bar {
	margin:0;
}
.breaking-news-bar .row {
	width:1032px;
}
.breaking-news-bar .title {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#707070;
	padding:0 16px 0 0;
}
.tickercontainer { 
	height:18px;
	margin:0; 
	padding:0;
	overflow:hidden; 
	border:0px;
	background-color: #212960;
}
.tickercontainer .mask { 
	height:18px;
	position:relative;
	margin:0;
	overflow:hidden;
}
ul.newsticker { 
	position:relative;
	left:550px;
	font:600 12px Verdana;
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:18px;
	color:#dbddff;
}
ul.newsticker li {
	float:left; 
	margin:0;
}
ul.newsticker a {
	white-space:nowrap;
	padding:0;
	font:bold 12px Verdana;
	margin:0 32px 0 0;
	color:#e7e7e7;
} 
ul.newsticker a:hover {
	color:#e47011;
} 
ul.newsticker span {
	margin:0 10px 0 0;
} 