@font-face {
    font-family: 'Jost';
    src: url('../fonts/jost/Jost-SemiBold.eot');
    src: url('../fonts/jost/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/jost/Jost-SemiBold.woff') format('woff'),
        url('../fonts/jost/Jost-SemiBold.ttf') format('truetype'),
        url('../fonts/jost/Jost-SemiBold.svg#Jost-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/jost/Jost-Bold.eot');
    src: url('../fonts/jost/Jost-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost/Jost-Bold.woff2') format('woff2'),
        url('../fonts/jost/Jost-Bold.woff') format('woff'),
        url('../fonts/jost/Jost-Bold.ttf') format('truetype'),
        url('../fonts/jost/Jost-Bold.svg#Jost-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/jost/Jost-Regular.eot');
    src: url('../fonts/jost/Jost-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost/Jost-Regular.woff2') format('woff2'),
        url('../fonts/jost/Jost-Regular.woff') format('woff'),
        url('../fonts/jost/Jost-Regular.ttf') format('truetype'),
        url('../fonts/jost/Jost-Regular.svg#Jost-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/jost/Jost-Medium.eot');
    src: url('../fonts/jost/Jost-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost/Jost-Medium.woff2') format('woff2'),
        url('../fonts/jost/Jost-Medium.woff') format('woff'),
        url('../fonts/jost/Jost-Medium.ttf') format('truetype'),
        url('../fonts/jost/Jost-Medium.svg#Jost-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/jost/Jost-Black.eot');
    src: url('../fonts/jost/Jost-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost/Jost-Black.woff2') format('woff2'),
        url('../fonts/jost/Jost-Black.woff') format('woff'),
        url('../fonts/jost/Jost-Black.ttf') format('truetype'),
        url('../fonts/jost/Jost-Black.svg#Jost-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



html {
	height: 100%;
}

body {
	min-height: 100%;
	position: relative;
	font-family: 'Jost';
}

:focus,
button:focus,
a:focus {
	border: 0;
	outline: 0;
}

a {
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}

a:hover {
	text-decoration: none;
}

.padding-0 {
	padding: 0;
}

.float-none {
	float: none;
}

.inline-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.btn-skew {
  color: #fff;
  transition: none;
  text-align: inherit;
  line-height: 22px;
  border-width: 1px;
  margin-left: 10px;
  padding: 15px 35px 15px 25px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  border: none;
  position: relative;
  background: transparent;
  z-index: 99;
  text-transform: uppercase;
}

.btn-skew:before {
  content: "";
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: -7px;
  right: -4px;
  left: auto;
  width: 96%;
  height: 93%;
  padding: 0 5px;
  z-index: -2;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  background: transparent;
  transition: all ease-in 0.25s;
}

.btn-skew:after {
  content: "";
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  z-index: -1;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  transition: all ease-in 0.25s;
  animation: none;
}

.btn-skew:hover:before {
  right: 10px;
  bottom: 4px;
  width: 90%;
  height: 83%;
}

.btn-white {
  color: #333;
}

.btn-white:before {  
  outline: 4px solid #fff;
}

.btn-white:after {  
  background: #fff;  
}

.btn-white:hover {
  color: #333;
}

.btn-red:before {  
  outline: 4px solid #f53837;
}

.btn-red:after {  
  background: #f53837;  
}

.btn-red:hover {
  color: #fff;
}

.btn-green:before {  
  outline: 4px solid #E30011;
}

.btn-green:after {  
  background: #E30011;  
}

.btn-green:hover {
  color: #fff;
}

.btn-yellow {
  color: #fff;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  background-color: #E30011;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #b0010e;
}

.meakins-nav {
  background-color: #000;
}

.meakins-nav .nav-link {
  font-weight: 500;
  line-height: 64px;
  overflow: visible;
  position: relative;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 20px !important;
}

.meakins-nav .nav-link:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -10px;
  width: 50%;
  height: 20px;
  padding: 0 5px;
  z-index: -1;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background: #f53837;
  transition: all ease-in 0.25s;
}

.meakins-nav .nav-link:hover {
  color: #fff !important;
}

.meakins-nav .nav-link:hover:after {
  opacity: 1;
  width: 100%;
}

.meakins-nav .desktop-logo {
  margin: 0;
  width: 140px;
  position: relative;
}

.meakins-nav .desktop-logo span{
  left: 0;
  right: 0;
  top: -50px;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  position: absolute;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.meakins-nav .desktop-logo:after {
  content: "";
  left: -56px;
  z-index: -1;
  width: 260px;
  height: 30px;
  bottom: -90px;
  display: block;
  position: absolute;
  border-top: 45px solid #000;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.main-banner {
  margin-top: 100px;
  position: relative;
  background-size: cover;
  height: calc(100vh - 100px);
  background-position: center;
  background-repeat: no-repeat;
}

.main-banner:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}

.banner-content {
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  position: absolute;
}

.banner-content:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}

.main-banner .owl-stage-outer,
.main-banner .owl-stage-outer .owl-stage,
.main-banner .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.main-banner .owl-stage-outer .owl-stage .owl-item .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-banner .content {
  text-align: center;
}

.main-banner .content h2 {
  color: #fff;
  font-size: 42px;
  margin: 0 0 40px;
  font-weight: bold;
}

.main-banner .content p {
  color: #fff;
  margin: 0 0 30px;  
}

.main-banner .content .btn-red {
  margin-top: 30px;
}

.abt-section {
  padding: 70px 0;
}

.abt-section .title {
  margin: 0 0 50px;
}

.abt-section .title h3 {
  font-size: 36px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

.abt-section .title h3:before {
  left: 0;
  content: '';
  height: 2px;
  width: 70px;
  bottom: -15px;
  position: absolute;
  background-color: #81B441;
}

.abt-section ul {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.abt-section ul li {
  margin: 0 0 10px;
  font-size: 15px;
}

.abt-section ul li a {
  color: #81B441;
}

.fixtures {
  padding: 70px 0;
  background-color: #f7f7f7;
}

.fixtures h3 {
  color: #333;
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.fixture-date {
  padding: 10px;
  margin: 0 0 20px;
  text-align: center;
  background-color: #eee;
}

.fixture-team-name {
  text-align: center;
}

.fixture-team-logo {
  width: 100px;
  height: 100px;
  padding: 10px;
  margin: 0 auto 15px;
  border-radius: 100%;
  background-size: 90%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;  
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.fixture-team-name ul li {
  margin-right: 3px !important;
}

.fixture-team-name ul li span {
  color: #fff;
  width: 25px;
  height: 25px;
  display: block;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.fixture-team-name ul li span.win {
  background-color: #81B441;
}

.fixture-team-name ul li span.loss {
  background-color: #F24A5C;
}

.fixture-teams span.versus {
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: #81B441;
}

.fixture-location {
  padding: 10px;
  text-align: center;
  background-color: #333;
}

.fixture-location p {
  margin: 0;
  color: #fff;
}

.fixture-location p i {
  color: #E30011;
}

.fixture-carousel {
  position: relative;
}

.fixture-carousel .owl-nav {
  right: 0;
  left: auto;
  top: -70px;
  bottom: auto;
  position: absolute;
}

.fixture-carousel .owl-nav button {
  border: 1px solid #E30011 !important;
  display: inline-block;
  width: 37px;
  height: 32px;
  position: relative;
  font-size: 0;
  transition: 0.3s;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  border-radius: 0 !important;
}

.fixture-carousel .owl-nav button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "stm-splash-icons";
  font-size: 16px;
  font-weight: 700;
  color: #E30011;
  transition: all ease 0.2s;
}

.fixture-carousel .owl-nav button:hover {
  background-color: #E30011 !important;
}

.fixture-carousel .owl-nav button:hover:before {
  color: #fff !important;
}

.fixture-carousel .owl-nav button.owl-prev:before {
  content: "\e937";
}

.fixture-carousel .owl-nav button.owl-next:before {
  content: "\e938";
}

.fixture-carousel .owl-nav button span {
  display: none;
}

.fixture-team-name p {
 font-size: 15px;    
   text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
 overflow: hidden;
}

.club-events {
  padding: 70px 0;
}

.club-events .pignose-calendar {
  width: 100%;
  max-width: 100%;
}

.club-events .pignose-calendar .pignose-calendar-unit {
  height: 4.1em;
}

.club-events h3 {
  color: #333;
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.club-event-list h4 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
}

.club-event-list h4 span {
  display: block;
  font-size: 12px;
  margin: 0 0 10px;
  font-weight: normal;
}

.how-register {
  padding: 70px 0;
  text-align: center;
  position: relative;
}

.how-register:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.how-register h3 {
  color: #fff;
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.how-register p {
  color: #fff;
  margin: 0 0 20px;
}

.our-sponsors {
  padding: 70px 0;
}

.our-sponsors h3 {
  color: #333;
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.sponsor-carousel .item img {
  filter: grayscale(100%);
  width: auto !important;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}

.sponsor-carousel .item:hover img {
  filter: grayscale(0%);
}

.donate-block {
  padding: 0 50px;
}

.donate-block h3 {
  color: #333;
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.donate-block h4 {
  font-weight: bold;
}

.donate-block li span {
  color: #81B441;
}

.club-inquiries {
  padding: 70px 0;
}

.club-inquiries h3 {
  color: #333;
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.club-inquiries ul {
  list-style-type: none;
}

.club-inquiries ul li {
  margin: 0 0 20px;
  position: relative;
}

.club-inquiries ul li:before {
  top: -3px;
  left: -25px;
  color: #E30011;
  position: absolute;
  font-family: 'FontAwesome';
}

.club-inquiries ul li.address:before {
  content:"\f041";
}

.club-inquiries ul li.phone:before {
  content:"\f095";
}

.club-inquiries ul li.email:before {
  content:"\f0e0";
}

.club-inquiries ul li h6 {
  font-weight: bold;
  text-transform: uppercase;
}

.club-inquiries ul li a {
  color: #000;
}

.club-inquiries ul li a:hover {
  color: #7CAD3F;
}

.club-inquiries ul li.social a {
  width: 40px;
  height: 40px;
  color: #fff;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #E30011;
}

.club-inquiries ul li.social a:hover {
  color: #E30011;
  background-color: #000;
}

.club-inquiries iframe {
  width: 100%;
}

.site-footer {
  padding: 20px 0;
  background-color: #151515;
}

.footer-top {
  margin: 0 0 15px;
  padding: 0 0 15px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-top ul {
  margin: 0;
}

.footer-top ul li {
  position: relative;
  margin-right: 15px !important;
}

.footer-top ul li:before {
  top: 0;
  left: -12px;
  color: #fff;
  content: '|';
  position: absolute;
}

.footer-top ul li a {
  color: #fff;
  text-transform: uppercase;
}

.footer-top ul li a:hover {
  color: #F3EB00;
}

.footer-top ul li:first-child:before {
  display: none;
}

.footer-bottom {
  text-align: center;
}

.footer-bottom p,
.footer-bottom p a {
  color: #fff;
  margin: 0;
}

.footer-bottom p a:hover {
  color: #F3EB00;
}

.inner-header {
  height: 250px;
  overflow: hidden;
  margin-top: 100px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-header:after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
}

.inner-header .container {
  z-index: 1;
  position: relative;
}

.inner-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.inner-header .breadcrumb {
  padding: 0;
  background-color: transparent;
}

.inner-header .breadcrumb li,
.inner-header .breadcrumb li a {
  color: #fff;
}

.j-cricket-intro {
  padding: 70px 0 0;
}

.j-cricket-intro h3 {
  color: #333;
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: bold;
}

.j-cricket-image {
  z-index: 1;
  position: relative;
}

.j-cricket-image:before {
  left: 0;
  right: 0;
  bottom: -15px;
  content: '';
  z-index: -1;
  width: 80%;
  height: 80%;
  margin: 0 auto;
  position: absolute;
  background-color: #E30011;
}

.j-cricket-image img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.j-cricket-box {
  margin: 70px 0 0;
}

.j-cricket-box h4 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.fixtures-list {
  padding: 70px 0 0;
}

.fixtures-list .fixture-box {
  margin: 0 0 30px;
}

.sponsors-list {
  padding: 70px 0;
}

.brand-logo {
  display: flex;
  padding: 15px;
  height: 190px;
  margin: 0 0 30px;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  box-shadow: 2px 3px 5px #e2e2e2;
  border: 1px solid rgba(204, 204, 204, 0.32);
}

.contact-form {
  padding: 0 0 70px;
}

.contact-form h3 {
  color: #333;
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.room-hire {
  padding: 70px 0;
}

.room-hire img {
  margin-bottom: 20px;
}

.club-news {
  padding: 0 0 70px;
}

.club-news h3 {
  color: #333;
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.single-post {
  margin-bottom: 33px;
  position: relative;
}

.single-post a {
  display: block;
  overflow: hidden;
  float: none;
  width: 100%;
  position: relative;
}

.single-post .image {
  margin-bottom: 0;
  max-height: 380px;
}

.single-post .image img {
  transform: scale(1);
  transition: transform .4s;
}

.single-post:hover .image img {
  transition: all .5s ease-in-out;
  transform: scale(1.1) !important;
}

.single-post .date {
  position: absolute;
  bottom: 0;
  padding: 5px 30px 5px 10px;
  margin: 0;
  z-index: 99;
  color: #E30011;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}

.single-post .date:before {
  content: "";
  opacity: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  min-width: 120px;
  height: 100%;
  padding: 0 5px;
  z-index: -1;
  border-bottom: 30px solid #fff;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  transition: all ease-in .25s;
}

.single-post .content {
  margin: 10px 0;
}

.single-post .content .title a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.single-post:hover .content .title a {
  color: #E30011;
}

.officials h3 {
  color: #333;
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.officals-inline {
  position: relative;
  margin: 0 0 40px;
}

.officals-inline .officials-img {
  overflow: hidden;
}

.officals-inline .officials-img img {
    transform: scale(1);
    transition: transform .4s;
    width: 100%;
}

.officals-inline:hover .officials-img img {
  transform: scale(1.08) translateZ(0);
}

.officals-inline .official-info {
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  background-color: #E30011;
}

.officals-inline .official-info h5 {
  margin: 0;
}

.officals-inline .official-info small {
  font-size: 12px;
}

/* Large desktops and laptops */
@media (min-width: 1024px) {

}

@media (min-width: 1366px) {

}

@media (min-width: 1440px) {

}

@media (min-width: 1920px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .meakins-nav .container {max-width: 1000px;}


}

@media (max-width: 991px) {
  .meakins-nav .navbar-brand {margin: 0 auto;}
  .meakins-nav .navbar-brand img {height: 100px;}
  .meakins-nav .navbar-toggler {border-color: #1D4795;}
  .meakins-nav .navbar-toggler-icon {background-image: url('../images/menu.svg') !important;}
  .meakins-nav .nav-link {line-height: 20px;}

  .donate-block {padding: 0;}

  .club-events .calendar {margin: 0 0 30px;}

  .abt-section img {margin: 30px auto 0;width: 100%;}

  .fixture-teams span.versus {margin: 20px auto;}

  .j-cricket-intro h3 {font-size: 24px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .donate-block {margin-top: 30px;}

  .j-cricket-intro h3 {margin-top: 30px;}
  .j-cricket-image  {margin: 0 0 30px;}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}

