/*
Theme Name: Magazine Theme Child
Theme URI: http://www.nbacro.com/
Author: Matej Šlibar
Description: Responsive custom template made for magazine/news sites. Compatible with latest WordPress version (4.3).
Version: 1.0
Template: magazine
*/

/*
Dark blue = #0F1723
Light blue = #333E4E
*/

body {
	background: url("img/bg.png") repeat;
}

/*
Ads
*/
.header .leaderboard {
	text-align: right;
}

.leaderboard, .content-leaderboard, .rectangle-container {
	text-align: center;
}

.category-leaderboard {
	border-bottom: 1px solid #0F1723;
}

body .scoreboard-ad-container .scoreboard-container {
	background: #0F1723;
	border: 1px solid #333E4E;
}

/*
Navigation
*/
.main-navigation {
	background-color: #333E4E;
}

.main-navigation .navbar-nav > li > a:hover,
.main-navigation .navbar-nav > li > a:focus {
    background-color: #0F1723;
}

.main-navigation .navbar-nav > .active > a,
.main-navigation .navbar-nav > .active > a:hover,
.main-navigation .navbar-nav > .active > a:focus,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	color: #FFF;
	background-color: #0F1723;
}

.main-navigation .navbar-toggle:hover,
.main-navigation .navbar-toggle:focus {
    background-color: #0F1723;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #0F1723;
	border-top: 1px solid #333E4E;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 0;
}

.dropdown-menu > li > a {
	color: #FFF;
	font-family: 'Roboto', serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 1px solid #333E4E;
	padding: 10px 20px;
}

.dropdown-menu > li:last-child > a {
	border-bottom: none;
}

.dropdown-menu > li:hover > a,
.main-navigation .dropdown-menu > li.active > a {
	background: #333E4E;
	color: #FFF;
}

/*
Header
*/
body > .container.header-container {
	padding: 0;
}

.container > .header {
	margin: 0 0 15px 0;
}

.container > .header > .logo > a > img {
	height: auto;
	margin: 10px 0 0;
}

/*
Scoreboard
*/
body > .container.scoreboard-container {
	background: #0F1723;
	border: 1px solid #333E4E;
}

.horizontal-scoreboard {
	padding: 0;
	text-align: center;
}

.game {
	background: #FFF;
	display: inline-block;
	border-left: none;
	border-bottom: none;
	border-right: none;
	width: 113px;
}

.game > .header {
	background: #333E4E;
	font-weight: 700;
	text-align: center;
	padding: 3px 0;
}

.game > .footer {
	background: #333E4E;
}

/*/**/
html body > .container.scoreboard-container {
	background: #0F1723;
	border: 1px solid #333E4E;
}

body > .container.scoreboard-container {
	border: 1px solid #333E4E;
}

.scoreboard .single-game {
	border-right: 1px solid #333E4E;
}

.scoreboard .single-game:hover {
	background: #333E4E;
}

.scoreboard .single-game > a > .header {
	border-bottom: 1px solid #333E4E;
}

.scoreboard .single-game:hover > a > .header {
	border-bottom: 1px solid #0F1723;
}

/*
Newest Content Homepage
*/
.newest-content-homepage article > .article-details > span.article-category {
	background: #0F1723;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 15px 0;
	display: inline-block;
	line-height: 1;
}

.single-row-articles > div > article > .article-details > span.article-category {
	background: #0F1723;
}

.newest-content-homepage article.latest-article.network-article > .article-details > span.article-category {
	background: #7F1813;
}

/*
homepage-article-list
*/
.row > div.homepage-article-list {
	margin: 0 0 15px;
}

.row > div.homepage-article-list:first-child {
	padding: 0 9px 0 15px;
	border-right: 1px solid #333E4E;
}

.row > div.homepage-article-list:last-child {
	padding: 0 15px 0 10px;
}

.homepage-article-list {
	padding: 0 15px;
}

.homepage-article-list > article.full-article {
	border-bottom: 1px solid #333E4E;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.homepage-article-list > article.full-article > span.category-title {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #0F1723;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
	z-index: 10;
}

.homepage-article-list > .row > div:last-child > article.half-article {
	border-left: 1px solid #333E4E;
	padding-left: 15px;
	margin-left: -15px;
}

/*
Najnovije
*/
.latest-news > h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 0 15px;
	color: #FFF;
	background: #0F1723;
}

.latest-news > article {
	border-bottom: 1px solid #333E4E;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*
Single Page Content
*/
article.article > .row > .article-content > p > a {
	color: #0F1723;
	border-bottom: 1px dotted #0F1723;
}

article.article > .row > .article-content > p > a:hover, article.article > .row > .article-content > p > a:active {
	border-bottom: 1px solid #0F1723;
	text-decoration: none;
}

article.article .article-content table > thead {
	border-right: 1px solid #0F1723;
}

article.article .article-content table > thead > tr > th {
	color: #FFF;
	background: #0F1723;
}

article.article .article-content table > tbody > tr > td {
	border-bottom: 1px solid #0F1723;
	border-left: 1px solid #0F1723;
	border-right: 1px solid #0F1723;
}

/*
Related Posts
*/

.related-articles > h1 {
	background: #0F1723;
}

/*
Kategorija
*/
.category-article-list > article.full-article {
	border-bottom: 1px solid #333E4E;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.category-article-list > article.full-article > span.category-title {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #0F1723;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
	z-index: 10;
}

/*
Dark blue = #0F1723
Light blue = #333E4E

Dark red = #7F1813
Light red = #B8221A
*/

/*
Full Page Stats
*/
.full-stats-page > h1 {
	background: #0F1723;
}

.full-stats-table tr.standings-legend th {
	background: #0F1723;
}

.full-stats-table > thead {
	border-right: 1px solid #0F1723;
}

.full-stats-table > thead > tr > th {
	background: #0F1723;
}

.full-stats-table > tbody > tr > td {
	border-bottom: 1px solid #0F1723;
	border-left: 1px solid #0F1723;
	border-right: 1px solid #0F1723;
}

.full-stats-table > tbody > tr > td.primary {
	font-weight: bold;
	background: #DFE8F5;
}

/*
Boxscore
*/
.boxscore-score > thead {
	background: #0F1723;
	border-right: 1px solid #0F1723;
}

.boxscore-score > tbody {
	border-left: 1px solid #0F1723;
	border-right: 1px solid #0F1723;
}

.boxscore-score > tbody > tr > td.q-result, .boxscore-score > tbody > tr > td.final-result {
	border-left: 1px solid #333E4E;
}

.boxscore-score > tbody > tr.home-team > td {
	border-bottom: 1px solid #333E4E;
}

.boxscore-score > tfoot {
	background: #333E4E;
	border-right: 1px solid #333E4E;
}

.boxscore-stats-wrapper > .boxscore-stats > thead {
	background: #0F1723;
	border-right: 1px solid #0F1723;
}

.boxscore-stats-wrapper > .boxscore-stats > tbody > tr > td {
	border-left: 1px solid #0F1723;
	border-right: 1px solid #0F1723;
}

.boxscore-stats-wrapper > .boxscore-stats > tfoot {
	background: #333E4E;
	border-right: 1px solid #0F1723;
}

.boxscore-stats-wrapper > .boxscore-stats > tfoot > tr > td {
	border-left: 1px solid #0F1723;
	border-bottom: 1px solid #0F1723;
}

/*
Profil
*/
.player-page h2.team-title {
	background: #0F1723;
}

.player-page h2.competition-title {
	background: #333E4E;
}

.player-stats-wrapper > .player-stats > thead {
	background: #0F1723;
	border-right: 1px solid #0F1723;
}

.player-stats-wrapper > .player-stats > tbody > tr > td {
	border-left: 1px solid #0F1723;
	border-right: 1px solid #0F1723;
}

.player-stats-wrapper > .player-stats > tfoot {
	background: #333E4E;
	border-right: 1px solid #0F1723;
}

.player-stats-wrapper > .player-stats > tfoot > tr > td {
	border-left: 1px solid #0F1723;
	border-bottom: 1px solid #0F1723;
}

div.season-select {
	background: #333E4E;
}

/*
Footer
*/
#footer > .container {
	background: #0F1723;
	display: table;
	padding: 15px;
}

/* -- Page Navigation Settings -- */
.wp-pagenavi {
    clear: both;
    margin: 10px 0 20px 0;
    padding-top: 10px;
}
 
.wp-pagenavi span.pages {
    margin-right: 5px;
    padding: 7px;
    background: #0F1723;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #0F1723;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
 
.wp-pagenavi a.page,
.wp-pagenavi .page-numbers,
.wp-pagenavi span.extend,
.wp-pagenavi a.first,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.last {
    margin-right: 5px;
    padding: 7px;
    background: #0F1723;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #0F1723;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
 
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    margin-right: 5px;
    padding: 7px;
    background: #333E4E;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #0F1723;
    text-decoration:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/**/
#menu-item-12795 > ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

#menu-item-12836 > a {
	border-bottom: none;
}

/* DatePicker Container */
#ui-datepicker-div {
	background: #0F1723;
	border-radius: 0;
	border: 1px solid #0F1723;
}

#ui-datepicker-div .ui-datepicker-header {
	color: #FFF;
	background: #0F1723;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
}

#ui-datepicker-div table {
	font-size: 12px;
	background: none;
	border: none;
}

#ui-datepicker-div table thead {
	background: #333E4E;
	color: #FFF;
}

#ui-datepicker-div table thead th {
	text-transform: uppercase;
}

#ui-datepicker-div table tr:nth-of-type(even) {
	background: none;
}

#ui-datepicker-div table tr td {
	border: 1px solid #0F1723;
}

#ui-datepicker-div table tr td, #ui-datepicker-div table tr td a {
	color: #FFF;
}

#ui-datepicker-div table tr td a {
	background: none;
	border: none;
}

#ui-datepicker-div  .ui-datepicker-prev, #ui-datepicker-div  .ui-datepicker-next {
	line-height: 1;
	padding: 0;
	margin: 0;
}

#ui-datepicker-div .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-next span {
	margin-top: -6px;
}

#ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div .ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus {
	border: none;
	background: #333E4E;
	color: #FFF;
}

.ui-datepicker-today, .ui-datepicker-current-day {
	background: #333E4E;
}

/* Search */
.search-box > form > .btn.btn-primary {
	background-color: #333E4E;
	border-color: #0F1723;
}

.search-box > form > .btn.btn-primary:hover {
	background-color: #0F1723;
}

a.search-player-link {
	background-color: #333E4E;
}

a.search-player-link:hover {
	background-color: #0F1723;
}

/*
Dark blue = #0F1723
Light blue = #333E4E
*/

/*
Comments
*/
.comments-area > h2 {
	background: #0F1723;
}

.comments-area > .respond > h3 {
	background: #0F1723;
}