/*
Theme Name: knuckleheadz
Description: knuckleheadz is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: knuckleheadz
Domain Path: knuckleheadz
Author: Developing Team
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
*{ 
	font-family:'Oswald';
}

/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #fff;
}
header .header-bottom {
	position: relative;
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #edb200;
}
header .mainmenu ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 25px;
}
header .mainmenu ul .donate-btn {
	background: #cc2646;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: 700;
	border-radius: 0;
	margin-left: 25px;
}
header .mainmenu ul .donate-btn a{
	font-size: 25px;
	color: #fff;
	font-weight: 700;
}
.header-top {
	background: #0e1025;
	padding: 20px 0;
}
.banner-info {
	position: absolute;
	top: 13%;
}
.banner-info h3 {
	font-size: 70px;
	color: #fff;
	font-weight: 700;
	width: 50%;
    margin-bottom: 30px;
}
.btn.banner-btn {
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	background: #cc2646;
	border-radius: 0;
	padding: 10px 30px;
	font-weight: 700;
}
.abt-holder {
	padding: 100px 0;
}
.heading h3 {
	font-size: 50px;
	color: #cc2646;
	font-weight: 700;
    text-transform: uppercase;
}
.abt-txt h6 {
	font-size: 25px;
	color: #080808;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0;
}
.abt-txt p {
	font-size: 20px;
	color: #080808;
	font-family: 'Roboto';
}
.player-holder .heading h3 {
	color: #fff;
}
.player-holder{
    position: relative;
}
.player-wrap {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
}
.player-sec {
	padding-top: 50px;
}
.player-info img {
	height: 562px;
	object-fit: contain;
}
.player-info {
	text-align: center;
}
.player-txt h4 {
	font-size: 28px;
	color: #0c203d;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
}
.btn.view-btn {
	font-size: 26px;
	color: #cc2646;
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}
.schedule-holder {
	padding: 200px 0 100px;
}
.game-holder {
	background-image: url(img/others/bg-2.jpg);
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
	padding-top: 60px;
}
.game-holder .heading h3 {
	color: #fff;
}
.vs-sec {
	width: 90px;
	height: 90px;
	margin: auto;
	border: 1px solid #611628;
	border-radius: 50%;
}
.vs-sec h4 {
	font-size: 40px;
	color: #fff;
	background: #cc2847;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 9px auto;
	padding-top: 10px;
}
.game-vs h6 {
	font-size: 22px;
	color: #fff;
	padding: 20px 0 15px;
	margin-bottom: 0;
    font-weight: 700;
}
.game-vs h6 span{
    color: #cc2847;
}
.game-vs h5 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.game-vs p {
	font-size: 18px;
	color: #7c7a7a;
	font-weight: 500;
}
.game-vs p.game-text {
	color: #fff;
}
.game-vs .btn.banner-btn {
	font-size: 20px;
}
.sponsor-info h3 {
	font-size: 30px;
	color: #cc2847;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 30px;
}
.sponsor-wrap {
	padding: 60px 0 100px;
}
.sponsor-img {
	border: 2px solid rgba(191,191,191,27%);
}
.sponsor-info {
	width: 85%;
	margin: auto;
}
.sponsor-info.left::before {
	content: "";
	background-image: url(img/icon/left-arrow.png);
	width: 43px;
	height: 121px;
	position: absolute;
	left: 110px;
	top: -100px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.sponsor-info.right::before {
	content: "";
	background-image: url(img/icon/rightt-arrow.png);
	width: 43px;
	height: 121px;
	position: absolute;
	right: 110px;
	top: -100px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.blog-holder {
	background-image: url(img/others/blog-bg.jpg);
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.blog-info {
	background: #fff;
}
.blog-cnt li {
	font-size: 22px;
	color: #040404;
	padding-left: 30px;
	background-image: url(img/icon//tick.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-size: 16%;
}
.blog-cnt li.calender {
	background-image: url(img/icon/calender.png);
	background-position: 0 8px;
	background-size: 16%;
}
.blog-cnt p {
	font-size: 18px;
	color: #040404;
	font-family: 'Roboto';
}
.btn.read-btn {
	font-size: 20px;
	background: #cc2847;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 30px;
}
.blog-cnt {
	padding: 20px 15px;
}
.blog-video {
	position: relative;
}
.blog-video iframe {
	height: 359px;
	object-fit: contain;
}
.video-icon {
	position: absolute;
	top: 32%;
	text-align: center;
	left: 0;
	right: 0;
	width: 20%;
	margin: auto;
}
.blog-video .video-icon img{
    height: auto;
}
.donate-holder {
	padding-top: 100px;
    background: #fbf9f9;
    position: relative;
}
.donate-info h3 {
	font-size: 55px;
	color: #090909;
	text-transform: uppercase;
	font-weight: 700;
}
.donate-info p {
	font-size: 24px;
	color: #090909;
	font-family: 'Roboto';
	padding: 20px 0px;
}
.donate-info {
	padding-bottom: 80px;
}
.donate-img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer-top {
	background: #0e1025;
	padding: 100px 0;
}
.contact-info {
	border: 1px solid #cc2847;
	min-height: 180px;
	padding: 30px 20%;
	background-repeat: no-repeat;
}
.contact-info h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}
.contact-info.location a {
	font-size: 20px;
	color: #fff;
}
.contact-info.location {
	background-image: url(img/icon/location.png);
	background-position: 30px 32px;
}
.contact-info.call a {
	font-size: 30px;
	color: #fff;
}
.contact-info.call {
	background-image: url(img/icon/call.png);
	background-position: 30px 35px;
}
.blog-wrap {
	padding-top: 30px;
}
.blog-holder .heading h3{
	color: #fff;
}
.contact-info ul li {
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	margin-right: 8px;
	text-align: center;
	padding-top: 5px;
	margin: 10px auto 0;
}
.contact-info ul li a {
	color: #cc2847;
}
.footer-bottom {
	background: #cc2847;
	padding: 20px 0;
}
.copyrights p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 0;
}
.footer-links ul {
	margin-bottom: 0;
}
.footer-links ul li {
	padding-left: 30px;
}
.footer-links ul li a{
	font-size: 22px;
	color: #fff;
}
.game-wrap {
	position: relative;
}
.game-img {
	position: relative;
	bottom: -26px;
	z-index: 9;
}
.player-bg {
	height: 770px;
	object-fit: cover;
}
.sponsor-holder {
	position: relative;
	z-index: 99;
	background: #fff;
}
.game-wrap .game-img1 {
	width: 530px;
	position: absolute;
	bottom: 0;
	left: -80px;
}
.owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icon/left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 63px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 41px;
	outline: none !important;
	background-size: 100% !important;
}
 .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icon/right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 63px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 41px;
	outline: none !important;
	background-size: 100% !important;
}
.owl-nav.disabled {
	display: block !important;
}
.schedule-table tr th, .schedule-table tr td {
	border-right: 1px solid #cc2646 !important;
	border-left: 1px solid #cc2646 !important;
	border-top: none !important;
	border-bottom: none !important;
}
.schedule-table tr:last-child{
	border-bottom: 1px solid #cc2646 !important;
}
.schedule-table tr th {
	background: #0e1025 !important;
	color: #fff;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
}
.schedule-table tr td {
	font-size: 20px;
	color: #050505;
	font-weight: 500;
	font-family: 'Roboto';
	text-align: center;
	padding: 15px 0;
}
.schedule-wrap {
	padding: 50px 60px 30px;
}
.schedule-table tr th.column-4 {
	width: 100px !important;
}
.cal1 tr td.column-1 {
	padding-left: 80px;
	padding-right: 10px;
	text-align: left;
	background-image: url(img/icon/calender1.png);
	background-repeat: no-repeat;
	background-position: 50px 19px;
	background-size: 8%;
}
.cal2 tr td.column-2 {
	padding-left: 80px;
	padding-right: 10px;
	text-align: left;
	background-image: url(img/icon/calender1.png);
	background-repeat: no-repeat;
	background-position: 50px 19px;
	background-size: 8%;
}
.holder.inner-page-holder {
	padding: 100px 0;
}
.profile_img img {
	height: 280px;
	object-fit: contain;
	margin-bottom: 20px;
}
.holder.inner-page-holder .player-txt p strong {
	min-width: 57%;
	display: inline-block;
	text-align: left;
	color: #000;
	font-family: 'Roboto';
	font-size: 18px;
}
.holder.inner-page-holder .player-txt p {
	display: flex;
	text-align: right;
	flex-wrap: wrap;
	color: #717171;
	font-family: 'Roboto';
	font-size: 18px;
}
.holder.inner-page-holder  .player-txt h3 {
	font-size: 30px;
	color: #cc2646;
	margin-bottom: 20px;
}
.bio-info {
	margin: 20px 0;
}
.inner-holder.schedule-holder {
	padding: 100px 0 100px;
}
.blog-holder.inner-holder{
	background:#fff;
}
.blog-holder.inner-holder .heading h3{
	color:#cc2646;
}
.inner-holder .blog-info {
	box-shadow: 0px 0px 10px rgba(0,0,0,20%);
}
.counter-box-1 {
	display: inline-flex;
}
.counter span {
	font-size: 22px;
	display: block;
	color: #fff;
	padding: 0 4px;
}
.counter span strong{
	font-size: 22px;
	display: block;
	color: #fff;
}
.counter-box-1 {
	font-size: 22px;
	color: #fff;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
	header .mainmenu ul li a {
		font-size: 18px;
		padding: 0 20px;
	}
	header .mainmenu ul .donate-btn a{
		font-size: 20px;
	}
	.banner-info h3 {
		font-size: 50px;
		width: 54%;
		margin-bottom: 30px;
	}
	.btn.banner-btn {
		font-size: 22px;
		padding: 10px 30px;
	}
	.heading h3 {
		font-size: 40px;
	}
	.abt-txt h6 {
		font-size: 20px;
	}
	.abt-txt p {
		font-size: 16px;
	}
	.btn.banner-btn {
		font-size: 18px;
		padding: 10px 30px;
	}
	.player-txt h4 {
		font-size: 22px;
	}
	.btn.view-btn {
		font-size: 20px;
	}
	.player-wrap {
		top: 102px;
	}
	.game-wrap .game-img1 {
		width: 370px;
		left: -10px;
	}
	.game-img {
		bottom: -176px;
	}
	.game-vs h6 {
		font-size: 18px;
	}
	.game-vs h5 {
		font-size: 18px;
	}
	.game-vs p {
		font-size: 14px;
	}
	.game-vs .btn.banner-btn {
		font-size: 16px;
	}
	.sponsor-info h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.owl-prev {
		height: 43px;
		left: -4%;
		top: 45%;
		width: 24px;
	}
	.owl-next {
		height: 43px;
		right: -4%;
		top: 45%;
		width: 24px;
	}
	.blog-cnt li {
		font-size: 15px;
		padding-left: 30px;
		background-position: 10px 6px;
		background-size: 15%;
	}
	.blog-cnt li.calender {
		background-position: 0 4px;
		background-size: 16%;
	}
	.blog-cnt p {
		font-size: 15px;
	}
	.btn.read-btn {
		font-size: 14px;
	}
	.video-icon {
		top: 32%;
		width: 13%;
	}
	.blog-video iframe {
		height: 297px;
		object-fit: contain;
	}
	.donate-info h3 {
		font-size: 40px;
	}
	.donate-info p {
		font-size: 20px;
		padding: 20px 0px;
	}
	.contact-info h4 {
		font-size: 25px;
	}
	.contact-info.location a {
		font-size: 16px;
	}
	.contact-info.location {
		background-position: 30px 32px;
		background-size: 7%;
	}
	.contact-info.call a {
		font-size: 26px;
	}
	.contact-info.call {
		background-position: 30px 35px;
		background-size: 8%;
	}
	.counter span {
	font-size: 16px;
	}
	.counter-box-1 {
		font-size: 12px;
	}
	.counter span strong {
		font-size: 16px;
	}
}

@media screen and (max-width: 1023px) {
	header .mainmenu ul li a {
		font-size: 15px;
		padding: 0 10px;
	}
	header .mainmenu ul .donate-btn a{
		font-size: 16px;
	}
	.game-wrap .game-img1 {
		width: 250px;
		left: 10px;
	}
	.sponsor-info.left::before {
		width: 33px;
		height: 121px;
		left: 90px;
	}
	.sponsor-info.right::before {
		width: 33px;
		height: 121px;
		right: 90px;
		top: -100px;
	}
	.blog-cnt ul {
		margin-bottom: 10px;
	}
	.blog-cnt li {
		font-size: 13px;
		padding-left: 18px;
	}
	.blog-cnt li {
		background-position: 5px 6px;
	}
	.blog-cnt p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.btn.read-btn {
		font-size: 12px;
		padding: 5px 30px;
	}
	.blog-video iframe {
		height: 220px;
	}
	.donate-info h3 {
		font-size: 30px;
	}
	.donate-info p {
		font-size: 16px;
	}
	.contact-info {
		min-height: 140px;
		padding: 20px 13%;
	}
	.contact-info h4 {
		font-size: 20px;
	}
	.contact-info.location a {
		font-size: 14px;
	}
	.contact-info.call a {
		font-size: 22px;
	}
	.contact-info.location {
		background-position: 10px 22px;
		background-size: 7%;
	}
	.contact-info.call {
		background-position: 8px 26px;
		background-size: 7%;
	}
	.contact-info ul li {
		width: 35px;
		height: 35px;
		font-size: 15px;
		padding-top: 4px;
		margin: 10px auto 0;
	}
	.copyrights p {
		font-size: 18px;
	}
	.footer-links ul li a {
		font-size: 18px;
	}
	.schedule-table tr th {
	font-size: 18px;
}
.schedule-table tr td {
	font-size: 14px;
}
.schedule-table tr td.column-2 {
	padding-left: 50px;
	padding-right: 10px;
	background-position: 30px 19px;
	background-size: 8%;
}
.schedule-table tr th.column-2 {
	width: 120px !important;
}
}

@media screen and (max-width: 767px) {
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.banner-info h3 {
		font-size: 30px;
		width: 100%;
		margin-bottom: 20px;
	}
	.btn.banner-btn {
		font-size: 14px;
		padding: 6px 20px;
	}
	.heading h3 {
		font-size: 30px;
	}
	.abt-txt.heading {
		margin-top: 20px;
	}
	.player-wrap {
		top: 114px;
	}
	.game-wrap .game-img1 {
		width: 60%;
		left: 0;
		position: static;
		margin: 30px auto;
	}
	.vs-sec h4 {
		font-size: 30px;
		padding-top: 14px;
	}
	.game-img {
		bottom: -30px;
		width: 60%;
		margin: 30px auto;
	}
	.sponsor-info.left::before,.sponsor-info.right::before{
		display: none;
	}
    .sponsor-info.right {
		margin-top: 30px;
	}
	.owl-nav.disabled {
		display: none !important;
	}
	.donate-img {
		position: static;
	}
	.donate-info h3 {
		font-size: 26px;
		margin-top: 20px;
	}
	.footer-links ul li {
		text-align: left;
		padding-left: 0;
		padding-right: 10px;
		padding-top: 10px;
	}
	.footer-links ul {
		justify-content: center;
	}
	.copyrights{
		text-align: center !important;
	}
	.copyrights p {
		font-size: 16px;
		padding-bottom: 10px;
		border-bottom: 1px solid #0e1025;
	}
	.footer-links ul li a {
		font-size: 16px;
	}
	header .mainmenu ul li a {
		font-size: 15px;
		padding: 0 0px;
	}
	.navbar-nav.align-items-center {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: start !important;
		margin-top: 20px;
	}
	header .mainmenu ul .donate-btn a{
		font-size: 16px;
		margin-left: 0;
		padding: 10px 20px;
	}
	.schedule-wrap {
	padding: 50px 0px 30px;
}
}
@media screen and (max-width: 480px) {
	.schedule-table {
	overflow: scroll;
}
.schedule-table table {
	width: 500px;
}
.schedule-table tr td.column-2 {
	padding-left: 30px;
	padding-right: 10px;
	background-position: 12px 19px;
	background-size: 8%;
}
}
@media screen and (max-width: 414px) {
	
}
@media screen and (max-width: 387px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}