/*
 Theme Name:   Sportsline Child
 Theme URI:    http://demo.themeum.com/sportsline/
 Description:  Sportsline Child Theme
 Author:       Themeum
 Author URI:   http://themeum.com/
 Template:     sportsline
 Version:      5.7
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  themeum
*/

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

.sidebar .sidebar-inner {
  	border: 1px solid #e1e1e1;
  	background: #fff;
}
.post h2.entry-title {
    height: 60px;
    overflow: hidden;
}
.navbar-main .navbar-nav > li.menu-item-has-children > a:after {
  	content:"";
}
.sidebar .widget {
    border-top: 0px solid #e6e6e6;
}
.widget h3.widgettitle {
	padding: 0 15px;
	background: #e9e9e9;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #2e54ad;
	font-size: 16px;
	font-weight: bold;
}
.rpwe-block li {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  	padding: 10px;
}
.rpwe-block li:hover {
    background: #eee;
}
.rpwe-block ul {
  	margin-bottom: 0;
}
.sidebar .widget {
  	margin-bottom: 0px;
}
.textwidget {
    padding: 10px;
}
.widget_text .textwidget a {
  color:#2d2d2d;
}
#header {
    margin-bottom: 0px;
}
.widget.widget_nav_menu ul.menu {
    margin: 0;
    padding: 0px;
}
.widget.widget_nav_menu ul.menu li {
	padding: 10px 12px;
	border-bottom: 1px solid #e1e1e1;
	color: #2d2d2d;
	position: relative;
	overflow: hidden;
}
.widget.widget_nav_menu ul.menu li a {
  	color: #2d2d2d;
}
.widget.widget_nav_menu ul.menu li a:before {
    content: "";
    position: relative;
    width: 6px;
    height: 6px;
    left: 0;
    bottom: 2px;
    background: #c6c6c6;
    display: inline-block;
    margin-right: 10px;
}
.widget.widget_nav_menu ul.menu li:hover a:before {
   	background: #0083b9;
}
.widget.widget_nav_menu ul.menu li a:hover {
   	color: #0083b9;
}
.post {
    -webkit-box-shadow: none;
  	border-bottom: 1px solid #ddd;
    padding: 0;
    margin-bottom: 20px;
}
.textwidget img {
   	width: 100%;
}
.post img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}
.post .entry-thumbnail {
    margin: 0 0 10px 0;
}
.category-description {
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0 1px 0 #e5e5e5;
	box-shadow: 0 1px 0 #e5e5e5;
	padding: 15px;
	margin-bottom: 20px;
	clear: both;
}
.entry-title > a {
	font-size: 16px;
}
.post .entry-meta {
    margin-bottom: 10px;
}
ul.breadcrumb {
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0 1px 0 #e5e5e5;
	box-shadow: 0 1px 0 #e5e5e5;
	padding: 15px;
	margin-bottom: 14px;
	border-radius:0;
}
.rpwe-block h3 {
    font-size: 13px!important;
    color: #2d2d2d;
}
.post .entry-thumbnail {
    height: 190px;
}
.navbar-top-menu {
  	height: 40px;
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-top-menu a {
  	color:#fff;
    line-height: 10px !important;
    text-transform: uppercase;
}
.navbar-main {
   	margin-left: -15px;
   	margin-right: -15px;
}
.navbar-nav>li {
  	border-right: 2px solid #4e4b4b;
}
.navbar-nav>li a {
  	font-weight:bold;
}
.navbar-nav>li:hover > a, .navbar-nav>li.current-menu-item > a {
    background-color: #b3b3b3 !important;
}
.navbar-main, .navbar-top-menu {
  	background-color: #363636;
}
ul.sub-menu li {
  	border-bottom: 1px solid #ddd;
    padding: 4px 15px;
}
ul.sub-menu {
 	padding: 0;
}
ul.sub-menu li:last-child {
  	border-bottom: none;
}
@media (min-width: 1200px) {
	.container-main{
		background: #f2f2f2;
		width: 1200px;
		margin: 0 auto;
		-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.44);
		box-shadow: 0 0 21px rgba(0, 0, 0, 0.44);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
section#bottom {
    display: none !important;
}
.rpwe-block h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    clear: none;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
#comments {
    display: none !important;
}
.readmore a.btn-readmore {
    display: none !important;
}
.post .entry-thumbnail img {
    height: 188px !important;
    width: 100% !important;
}
.sub-cate {
  background: #3498db none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
}
.sub-cate a {
  color: #fff !important;
}
.list-post-cate .entry-thumbnail img {
  height: 188px !important;
  width: 100% !important;
}