/*
 * User end style sheet 
 */
:root {
    --cza-primary-color: #2b2f3e;
    --cza-primary-dark: #1f2127;
    --cza-primary-light: #4c5264;
    --cza-secondary-color: #7ccfaf;
    --cza-bg-light: #f9f9f9;
    --cza-accent-color: #f9f9f9;
}
.cza-hide-it {
	display: none !important;
}
.cza-shortcode-title{
    text-align: center;
}
.cza-posts-section{
	width: 100% !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
}
.cza-main-container {
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
    gap: 20px;
	justify-content: center;
}
.cza-grid-single-item, .cza-list-single-item {
	background-color: #f9f9f9;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.cza-col-md-2 {
    flex: 1 1 calc(16.66% - 20px);
}
.cza-col-md-24 {
    flex: 1 1 calc(20% - 20px);
}
.cza-col-md-3 {
    flex: 1 1 calc(25% - 20px);
}
.cza-col-md-4 {
    flex: 1 1 calc(33% - 20px);
}
.cza-col-md-6 {
    flex: 1 1 calc(50% - 20px);
}
.cza-col-md-12 {
    flex: 1 1 100%;
}
.cza-post-link {
	display: block;
	text-decoration: none;
	color: #000 !important;
}
.cza-post-link:focus,
.cza-post-link:active,
.cza-post-link:hover {
	text-decoration: none;
}
.cza-art-img {
	max-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 0;
}
.cza-content {
	padding: 10px;
}
.cza-art-img img {
	width: 100%;
}
.cza-content h2 {
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 600;
}
.cza-content p {
	font-size: 14px;
	line-height: 18px;
}
.cza-content .exception {
	color: #666;
	font-size: 12px;
	font-weight: 400;
}
.cza-content .exception .cza-date {
	margin-right: 15px;
}



/* List layout style */
.cza-list-single-item {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	padding: 20px 10px 20px 0;
}
.cza-list-single-item .cza-post-link {
	display: flex;
	max-width: 700px;
	margin: 0 auto;
	align-items: center;
}
.cza-list-single-item .cza-art-img {
	flex: 0 0 150px;
	height: 100%;
	justify-content: center;
}
.cza-list-single-item .cza-art-img img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.cza-content.res-content h2,
.cza-content.fix-content h2 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.cza-teams.res-teams .competitors {
	background-color: #fff;
	border-radius: 10px;
	margin: 0 10px;
	padding: 10px;
}
.cza-teams.res-teams .cza-team {
	display: flex;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.cza-teams.res-teams .competitors .cza-team:last-child {
    margin-bottom: 0;
}
.cza-teams.res-teams .cza-team .cza-res-logo {
	margin: 0;
}
.cza-teams.res-teams .cza-team .cza-res-logo img {
	width: 25px;
	margin-right: 10px;
}
.cza-teams.res-teams .cza-team .score {
	flex: 1;
	text-align: right;
	font-weight: 500;
}
.cza-date-time {
	font-size: 16px;
	color: #666;
	text-align: center;
	padding: 12px 0;
}
.cza-date-time span {
	margin: 0 10px;
}
.cza-content.res-content .location,
.cza-content.res-content .referee,
.cza-content.fix-content .location,
.cza-content.fix-content .referee {
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
    margin-bottom: 5px;
}
.cza-sub-heading {
	color: #a9a9a9;
}
.cza-list-single-item .cza-sub-heading {
	display: block;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 400;
}
.cza-list-single-item .cza-content.res-content .location.fixture-location,
.cza-list-single-item .cza-content.res-content .referee.fixture-referee,
.cza-list-single-item .cza-content.fix-content .location.fixture-location,
.cza-list-single-item .cza-content.fix-content .referee.fixture-referee {
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
}
.cza-list-single-item .cza-content.res-content,
.cza-list-single-item .cza-content.fix-content {
	width: 100%;
	padding: 0 10px;
}
.cza-list-single-item .cza-content.res-content h2, 
.cza-list-single-item .cza-content.fix-content h2 {
    text-align: left;
    margin-bottom: 15px;
    margin-left: 20px;
    line-height: 25px;
}
.cza-content.fix-content .cza-date-time {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cza-list-single-item .cza-teams.res-teams {
	background-color: #fff;
	display: flex;
	border-radius: 10px;
	padding: 15px 0;
}
.cza-list-single-item .cza-teams.res-teams .competitors {
	flex: 1;
	padding: 0 10px;
}
.cza-list-single-item .cza-date-time {
	font-size: 12px;
	border-left: 1px solid #c9c9c9;
	padding: 0;
}
.cza-list-single-item .cza-date-time span {
	display: block;
	margin: 5px 30px;
}
.cza-list-single-item .cza-content.res-content .location,
.cza-list-single-item .cza-content.fix-content .location {
	margin-top: 10px;
    margin-bottom: 0;
}
.cza-result-icon {
	text-align: center;
}
.cza-result-icon i.item-icon {
	display: block;
	width: 45px;
	height: 52px;
	background-color: transparent;
	border-radius: 0;
	background-position: 1px -237px;
	margin: 0 auto 10px;
}
.cza-result-icon.friendly .item-icon {
	height: 32px;
	background-position: 1px -338px;
}
.cza-result-icon.league .item-icon {
	background-position: 1px -293px;
  	height: 42px;
}
.cza-result-icon span {
	display: block;
	width: 55px;
	margin: 5px auto 0;
	background-color: #999;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 2px 3px;
	box-sizing: border-box;
	font-weight: 600;
	text-align: center;
}
.match-win {
	background-color: #81ce7d !important;
}
.match-loss {
	background-color: #ff445d !important;
}
.match-draw {
	background-color: #16b6ce !important;
}
.cza-list-single-item .cza-flex {
	display: flex;
	column-gap: 10px;
}
.cza-list-single-item .cza-flex .cza-flex-content {
	flex: 1;
}
.cza-list-single-item .cza-flex .cza-result-icon {
	padding: 10px 0px 10px 15px;
}


/* Pagination */
.cza-pagination {
	text-align: center;
	width: 100%;
	padding: 30px 0 0;
}
.page-numbers {
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #000 !important;
	text-decoration: none;
	line-height: 10px;
    border-radius: 5px;
}
.page-numbers.current {
	background-color: var(--cza-secondary-update-color, var(--cza-secondary-color));
	color: #fff !important;
	border-color: var(--cza-secondary-update-color, var(--cza-secondary-color));
}
.page-numbers.dots {
	border: 0;
	padding: 0 5px;
}



/* Custom Post Type Style */

.cza-container {
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.meta-table {
	width: 100%;
	background-color: #e9e9e9;
	border-collapse: collapse;
	border: 0;
}
.meta-table th,.meta-table td {
  border: 1px solid #ddd;
}
.meta-table tr:nth-child(even){
	background-color: #f9f9f9;
}
.meta-table tr:hover {
	background-color: #eee;
}
.meta-table th{
	text-align: left;
	background-color: #7ccfaf;
	color: white;
}
.meta-table th,.meta-table td{
	padding: 10px;
}
.cza-image, .cza-block-group h2, .cza-block-group p {
	text-align: center;
}
.cza-block-group .meta-table p {
	text-align: left;
}
.cza-block-group .meta-table img {
	width: 100% !important;
	max-width: 600px !important;
	margin-bottom: 15px;
}
.score {
	float: right;
}
.cza-single-post-page .exception {
	text-align: center;
	color: #a9a9a9;
	font-size: 14px;
	margin-bottom: 40px;
}
.cza-single-post-page .exception span {
	margin-left: 20px;
}
.cza-single-post-page {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background-color: #f9f9f9;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.cza-single-post-page .cza-info-data {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}
.cza-single-post-page .cza-info-data > span {
	width: auto !important;
	padding: 0 20px;
	margin: 0 !important;
	font-size: 14px !important;
}
.cza-single-post-page .cza-team {
	font-size: 18px !important;
}
.cza-single-post-page .competitors .cza-sub-heading {
	font-size: 12px;
	margin-bottom: 10px !important;
	display: inline-block;
}
.poweredby-cza {
    text-align: center;
    padding: 10px 0 30px;
    width: 100%;
    flex: 0 0 100%;
}


/* Responsive */
@media only screen and (max-width: 991px) {
	.cza-col-sm-2 {
		flex: 1 1 calc(16.66% - 20px);
	}
	.cza-col-sm-24 {
		flex: 1 1 calc(20% - 20px);
	}
	.cza-col-sm-3 {
		flex: 1 1 calc(25% - 20px);
	}
	.cza-col-sm-4 {
		flex: 1 1 calc(33% - 20px);
	}
	.cza-col-sm-6 {
		flex: 1 1 calc(50% - 20px);
	}
	.cza-col-sm-12 {
		flex: 1 1 100%;
	}
}
@media only screen and (max-width: 767px) {
	.cza-col-xs-2 {
		flex: 1 1 calc(16.66% - 20px);
	}
	.cza-col-xs-24 {
		flex: 1 1 calc(20% - 20px);
	}
	.cza-col-xs-3 {
		flex: 1 1 calc(25% - 20px);
	}
	.cza-col-xs-4 {
		flex: 1 1 calc(33% - 20px);
	}
	.cza-col-xs-6 {
		flex: 1 1 calc(50% - 20px);
	}
	.cza-col-xs-12 {
		flex: 1 1 100%;
	}
}


