/*
  Theme Name: sportsline
  Theme Uri: http://www.themeum.com/wordpress/themes/sportsline-responsive-sports-news-theme/
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Responsive Sports News/Magazine Theme
  Version: 2.7
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/


@import 'css/bootstrap.min.css';
@import 'css/font-awesome.min.css';
@import 'css/animate.min.css';
@import 'css/main.css';
@import 'css/woocommerce.css';
.gallery-caption {}

@media only screen and (max-width:768px) {
  .su-button.su-button-style-soft {
    margin-bottom:10px;
  }
}

ul.pagination2 .page-numbers{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #129cdb;
	font-size: 13px;
	border: 1px solid #129cdb;
	display: inline-block;
	margin-right: 5px;
}
ul.pagination2 .page-numbers:hover {
    background: #129cdb;
    color: #fff;
}

.pagination2 {
  clear: both;
  padding: 0px
}

#header{background:#fff}body{background:#fff}#footer{background:#3498db}body{font-family:arial;font-weight:400;font-size:17px;color:#111}h1,h2,h3,h4,h5,h6{font-family:arial;font-weight:700;color:#555}.nav.navbar-nav{font-family:arial}
.brand-info p{
  margin-bottom: 0px
}
#header .logo a img{
  max-height: 80px
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
article.post .entry-thumbnail{
    float: left;
    width: 35%;
    margin: 0px;
    margin-right: 20px;
}
article.post h1{
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
.readmore{
	display:none
}
article.post {
    padding: 10px;
    -webkit-box-shadow: none;
    margin-bottom: 10px;
    background: #f2f2f2;
}