@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700");


.badge {
  border-radius: 2px;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.badge.badge-danger {
  background-color: #ff2400;
}

.badge.badge-info {
  background-color: #58bafc;
}

.badge.badge-dark {
  background-color: #406177;
}

.hbtn {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  border-radius: 25px;
  border: 0;
  outline: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hbtn.hbtn-default {
  background-color: #333c4e;
  color: #adadad;
}

.latest-news {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color:white;
}

.latest-news .row-title {
  text-align: left;
  font-size: 27px;
  font-weight: 700;
  color: #4d5666;
  margin-bottom: 30px;
}

.latest-news .main-btn-holder {
  text-align: right;
  margin-bottom: 30px;
}

.latest-news .post-box {
  position: relative;
  border-radius: 15px;
  padding: 115px 35px 40px 35px;
  margin: 20px 0;
  z-index: 1;
}

.latest-news .post-box.blue-bg {
  background-color: #4789fc;
}

.latest-news .post-box.blue-bg .post-img {
  opacity: 0.45;
}

.latest-news .post-box.grey-bg {
  background-color: #333c4e;
}

.latest-news .post-box.grey-bg .post-img {
  opacity: 0.15;
}

.latest-news .post-box.yellow-bg {
  background-color: #ffc600;
}

.latest-news .post-box.yellow-bg .post-img {
  opacity: 0.11;
}

.latest-news .post-box .post-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
  background-size: 100%;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.latest-news .post-box .badge {
  margin-bottom: 8px;
}

.latest-news .post-box .post-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  color: #ffffff;
  max-width: 70%;
  margin-bottom: 15px;
}

.latest-news .post-box .post-link a {
  font-size: 10.5px;
  font-weight: 600;
  padding: 10px 14px;
  color: #3e6077;
  background-color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.latest-news .post-box .post-link a:hover {
  color: #2b91d7;
}

.post-box {
  display: inline-block;
  width: 100%;
  max-width: 1070px;
  margin-bottom: 80px;
}

.post-box .post-title {
  font-size: 27px;
  font-weight: 700;
  color: #4d5666;
  margin-bottom: 18px;
}

.blue-bg {
  background-color: #2a74e3;
}

@media (max-width: 1200px) {
  .latest-news .post-box .post-title {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .latest-news .row-title {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .latest-news .row-title {
    text-align: center;
  }

  .latest-news .main-btn-holder {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .latest-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .latest-news .row-title {
    font-size: 25px;
    text-align: left;
    margin-bottom: 5px;
  }

  .latest-news .main-btn-holder {
    display: none;
  }
}

/*---------------UPCOMING-------------------------*/


/*** Event Section Title ***/
.h-event-title{
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 30px;
}

/*** Event card ***/
.card-one{
    margin-bottom: 4%;
}
.event-card-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    min-height: 258px;
}

.event-card-info{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-top, .date{
    padding: 4%; 
}
.event-card-info{
    background: #fff;
}

.event-card-title{
    margin-top: 5px;
    font-size: 22px;
    color: #00ADEE;
}

.event-card-alert{
    color: #E5405D!important;
}
.event-card-divider{
    margin-top: 15px;
    margin-bottom: 5px;
}

.event-card-month{
    text-transform: uppercase;
}

.event-card-price, .event-card-alert, .date-left > p , .date-right > p {
    font-weight: 600;
    font-size: 14px;
    color: #4A4A4A;
}

.date-left > .event-card-day, .date-right > .event-card-location {
    margin-bottom: 0px;
}




.no-p-right{
    padding-right: 0px !important;
}


.event-card-title2 {

  font-size: 18px;
}

.event-card-title2 .et-content {
  

  font-size: 10px;
  color: white;
 margin: 2px;
  
  
}

.event-card-title2 .et-val {
  font-size: 11px;
  color:#E5405D;
  margin: 2px;
 
}

.event-card-title2 .et-unit {
  font-size: 11px;
  color: white;
  margin: 1.3px;
  
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
  .event-card-title2 {

    font-size: 18px;
    text-align: center;
  }
  
  .event-card-title2 .et-content {
    
  
    font-size: 14px;
    color: white;
   margin: 2px;
    
    
  }
  
  .event-card-title2 .et-val {
    font-size: 17px;
    color:#ff2400;
    margin: 2px;
   
  }
  
  .event-card-title2 .et-unit {
    font-size: 16px;
    color: white;
    margin: 5px;
  
    
} }


  



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .event-card-title2 {

    font-size: 17px;
    text-align: center;
  }
  
  .event-card-title2 .et-content {
    
  
    font-size: 14px;
    color: white;
   margin: 2px;
    
    
  }
  
  .event-card-title2 .et-val {
    font-size: 14px;
    color:#ff2400;
    margin: 2px;
   
  }
  
  .event-card-title2 .et-unit {
    font-size: 14px;
    color: white;
    margin:2px;
  
    
} 
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  

}


  /*-

.no-p-left{
    padding-left: 0px;
}

.event-card-time{
    font-weight: 600;
    font-size: 14px;
    color: #4A4A4A;
}

/*========== 
Non-Mobile First Method 
==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

 
  


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .same-size{
        height: 250px;
    }



}

@media (max-width: 767px){

  /***Giveaway***/

  .event-card-title2 {

    font-size: 12px;
    text-align: center;
  }
  
  .event-card-title2 .et-content {
    
  
    font-size: 12px;
    color: white;
   margin: 2px;
    
    
  }
  
  .event-card-title2 .et-val {
    font-size: 12px;
    color:#ff2400;
    margin: 2px;
   
  }
  
  .event-card-title2 .et-unit {
    font-size: 12px;
    color: white;
    margin:2px;
  
    
} 
    
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
   
    /***
    Home Event Title
    ***/
    .h-event-title, .event-section-location{
        text-align: center;
        margin-bottom: 10px;
    }
    .event-section-location{
        color: #00ADEE;
        font-size: 18px;
        margin-bottom: 30px;
        
    }
    
    /***
    Home Event Card
    ***/
    .no-p-right{
        padding-right: 15px;
    }
    
    .no-p-left{
        padding-left: 15px;
    }
    
    /***
    Home Event Card two col
    ***/
    .event-card-img-two-col{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    min-height: 258px;
    }
    
    /********************************/
    /*          Contact mobile    */
    /********************************/
    .contact{
        padding: 5% 0 15% 0;
    }

    .contact-form-container{
        margin-top: -30px;
    }

    
    /*** Subscribe mobile ***/
    .subscribe{
        padding: 10% 0;
    }
    
    /*** Footer mobile ***/
    footer{
        padding: 8% 0;
    }
    .footer-item{
        padding-top: 5%;
        padding-bottom: 5%;
    }

    /***Giveaway***/

    .event-card-title2 {

      font-size: 7px;
      text-align: center;
    }
    
    .event-card-title2 .et-content {
      
    
      font-size: 7px;
      color: white;
     margin: 2px;
      
      
    }
    
    .event-card-title2 .et-val {
      font-size: 7px;
      color:#ff2400;
      margin: 2px;
     
    }
    
    .event-card-title2 .et-unit {
      font-size: 7px;
      color: white;
      margin:2px;
    
      
  } 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
/*------------------------------------------------------------------------------
---------------------------------------------------------------------------------
------------------ESPORTS SERACH BOX-------------------------------------*/
 

.search__container {
  padding-top: 64px;
}

.search__title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #ff8b88;
}

.search__input {
  width: 100%;
  padding: 12px 24px;

  background-color: transparent;
  transition: transform 250ms ease-in-out;
  font-size: 14px;
  line-height: 18px;

  color: #575756;
  background-color: transparent;


  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  border-radius: 50px;
  border: 1px solid #575756;
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.search__input::placeholder {
  color: rgba(87, 87, 86, 0.8);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.search__input:hover,
.search__input:focus {
  padding: 12px 0;
  outline: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #575756;
  border-radius: 0;
  background-position: 100% center;
}

/*------------------------------------------------------------------------------------------------------------------*/


.dark {
  background: #110f16;
}

.light {
  background: #f3f5f7;
}

a, a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.postcard.light {
  background-color: #e1e5ea;
}
.postcard .t-dark {
  color: #18151f;
}
.postcard a {
  color: inherit;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
  .postcard .postcard__title {
    font-size: 2rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
   
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }
 
}
@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }



 
  
}
/* COLORS */


.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

