/*
	Theme Name: WpClub
	Theme URI: http://html5blank.com
	Description: WpClub Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	
}
body {
	font-size:15px;
}
a:hover{text-decoration:none;}
.table{margin:0;}
.table a{color:#333;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

[data-href] {
    cursor: pointer;
}
/* wyszukiwarka */
.searchWrap{padding:1rem;background-color:#333;}
.searchWrap h5{color:#f8f9fa;}
/* header */
header {
	margin-bottom:2rem;
	border-bottom:5px solid #333;
}

/* logo */
.logo {
	padding:1rem 0;
}
.logo-img {

}
.socialSearch{display:flex;justify-content:flex-end;padding:1rem;}
.socialSearch .head-item{background-color:#000;padding:4px;border-radius:0.25rem;width:30px;height:30px;text-align:center;margin-left:0.5rem;}
.socialSearch .head-item > *{color:#fff;}

/* nav */
nav.menu{display:flex;justify-content:center;}
nav.navbar{padding:0;}
nav.navbar .nav-link{color:#fff;padding:0.5rem 1rem !important;}

/* */
.wrapper{}
#content{display:flex;padding-top:2rem;flex-wrap:wrap;}
#content .centerWrapper{width:100%;}
#content .leftWrapper{width:780px;}
#content .postList{background-color:#fff;margin-bottom:2rem;}
#content .rightWrapper{width:300px;margin-left:30px;}

.titleBlock h3{background-color:#0d47a1;color:#fff;padding:1rem;font-size:1.2rem;font-weight:400;margin:0;}
.contentBlock{padding:1rem;}

.singlePost{position:relative;margin-bottom:1rem;}
.singlePost:last-child{margin-bottom:0;}
.singlePost .postTitle{
	position:absolute;left:0;bottom:0;width:100%;padding:1rem;
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.80) 100%);
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.80) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.20)), color-stop(100%, rgba(0, 0, 0, 0.80)));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.80) 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.80) 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.80) 100%);
}
.singlePost .postTitle a{color:#fff;}
.singlePost .postTitle a h4{margin:0;}

/* sidebar */

.sidebar-widget > *{background-color:#fff;margin-bottom:2rem;}
.sidebar-widget h3{background-color:#0d47a1;color:#fff;padding:1rem;font-size:1.2rem;margin:0;font-weight:400;}
.rightWrapper .wpcm-widget > div, .rightWrapper .wpcm-widget > a, .rightWrapper .wpcm-widget > p{padding:1rem;}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* MATCH INFO */
.wpcm-match-info{display:flex;flex-wrap:wrap;}
.wpcm-match-home-club-badge{width:50%;text-align:right;padding:0 1rem;}
.wpcm-match-away-club-badge{width:50%;padding:0 1rem;}
.wpcm-match-comp{width:100%;text-align:center;margin:1rem 0 0;color:#555;}
.wpcm-match-date{width:100%;text-align:center;color:#555;}

.wpcm-match-fixture{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:1rem 0;}
.wpcm-match-fixture .wpcm-match-home-club{width:300px;text-align:right;padding: 0 1rem;}
.wpcm-match-fixture .wpcm-match-away-club{width:300px;padding: 0 1rem;}
.wpcm-match-fixture .wpcm-match-score{background-color:#e21e24;padding:0.5rem 1rem;color:#fff;font-size:1.3rem;font-weight:500;border-radius:0.25rem;}
.wpcm-match-fixture h5{margin:0;}

.wpcm-match-meta{display:flex;flex-wrap:wrap;}
.wpcm-match-meta > div{width:50%;padding:0 1rem;}
.wpcm-match-meta .wpcm-match-meta-left{text-align:right;}

/*------------------------------------*\
    MATCH LIST
\*------------------------------------*/
.lastMatch .table td, .lastMatch .table th{padding:0.5rem;}
.wpcm-matches-list-date{width:150px;}
.wpcm-matches-list-club1{text-align:right;width:280px;}
.wpcm-matches-list-status{text-align:center;width:50px;}
.wpcm-matches-list-club2{width:280px;}

.wpcm-view-link-wrap{text-align:right;padding: 0 1rem 1rem 1rem;}
.wpcm-view-link-wrap a{color:#333;}

/*------------------------------------*\
    MATCH RESULTS WIDGET
\*------------------------------------*/
.wpcm-matches-widget{list-style:none;padding:0;margin:0;position:relative;}
.wpcm-matches-widget .fixture{text-align:center;}
.competition{font-weight:bold;text-transform:uppercase;}
.wpcm-matches-widget .manager-clubs{display:flex;justify-content:center;text-align:center;align-items:flex-start;margin:1rem 0;}
.wpcm-matches-widget .clubLogo{width:300px;}
.wpcm-matches-widget .clubLogo img{width:auto !important;margin:0 auto;}
.wpcm-matches-widget .score{margin:1rem;background-color:#e21e24;padding:0.5rem 1rem;color:#fff;font-size:1.3rem;font-weight:500;border-radius:0.25rem;}

.wpcm-matches-widget .owl-nav{display:flex;justify-content:space-between;top:50%;width:100%;position:absolute;}

.widget-results .wpcm-view-link{margin:1rem;}

/* tabela ligowa */
.wpcm-standings .table td, .wpcm-standings .table th{padding:0.5rem;}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

/*
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}*/

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
