/*
*Add Your custom css code here
*It will be enqueued in all page of theme
*/

.w-button {
	float: left;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;

	color: #fff;
	padding: 4px 26px;
	background-color: #078521;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	line-height: 30px;
	font-size: 16px;
	padding: 7px 30px;
	margin-top: 45px;
	margin-left: -15px;
}

.w-button:hover {
	color: #fff;
	background: #000;
}
	
.blog-descript table {
	float: left;
	width: 167px;
	max-width: 100vw;
}
.blog-descript table tr {
	display: block;
	min-height: 86px;
}
.blog-descript table td {
	width: 167px !important;
	max-width: 100vw;
}
.blog-descript table thead tr {
	min-height: 0;
}
.blog-descript .dataTables_wrapper {
	clear: none;
	width: 167px;
	max-width: 100vw;
	float: left;
}
.blog-descript .dataTables_wrapper::after {
	display: none;
}

.tablepress .odd {
	background-color: #F9F9F9;
}

a.awe-button.js-footer-button {
	margin-right: 25px;
}

@media all and (max-width: 480px) {
	#blog-banner {
		background-size: contain!important;
		background-position: bottom!important;
		min-height: 142px;
	}
	#content-blog {
		padding-top: 0;
	}
	.tablepress .odd {
	background-color: white;
	}
	.tablepress .odd td {
	background-color: white;
	}
}
.ajaxpage {
	top:0;
}

/* Wymuś pełną szerokość dla strony Grafik zajęć */
body.page-slug-grafik-zajec #main #content-blog .container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.page-slug-grafik-zajec #main #content-blog .container .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.page-slug-grafik-zajec #main #content-blog .container .row > div[class*="col-md"] {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* Ukryj sidebar jeśli istnieje */
body.page-slug-grafik-zajec .blog-list-right {
	display: none !important;
}

/* Wymuś col-md-12 dla głównej treści */
body.page-slug-grafik-zajec #main #content-blog .container .row > div:first-child {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}
