/*
Theme Name: Hello Elementor Child
Theme URI: 
Description: A child theme of Hello Elementor
Author: Your Sabbir Hasan
Author URI: 
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


/* Your custom styles go below */

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 0px;
   border: 10px solid #fff;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.wrapper {
    position: relative;
    padding-bottom: 60.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%; padding: 8px; background: #fff;
}



.btn-container {
	position: relative;
	display: flex;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 20px;
	width: calc(100% + 7px);
  }
  
 	  a.ibutton {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.0;
    white-space: nowrap;
    vertical-align: middle;
	border-radius: 10px;
	flex: 1;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	transition: color 240ms ease;
	margin-right: 7px;
	background: #FFFFFF;
	color: #000;
	border: 1px solid #e7e7e7;
    
  }
  
  
  a.ibutton:hover {
	
	border: 1px solid #d3d3d3;
	color: #fff;
	text-decoration: underline;
	border-radius: 10px;
	background: #5ca5d6;
    background: -moz-linear-gradient(top, #5ca5d6 0%, #006ab7 100%);
    background: -webkit-linear-gradient(top, #5ca5d6 0%,#006ab7 100%);
    background: linear-gradient(to bottom, #5ca5d6 0%,#006ab7 100%);
	
  }
  
  .active {
   background-color: #000!important;
  color: #ebeced!important;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
       
}
   
.infobox {
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1rem;
}
.infobox .card {
    box-shadow: 0 2px 2px rgb(0 0 0 / 14%);
    border: 6px solid transparent;
    border-left: 6px solid #d5090a;
    background-color: #fff;
}
.infob.card-body {
    padding: 12px;
}
h3.infotitle, .infotitle a {
    font-size: 20px;
    text-align: center;
    color: #d00101;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
	text-decoration: underline;
	font-weight: 600;
}

.NHL_schedule_container {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  text-align: center;
  margin-bottom: 1px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0%), 0 1px 2px rgb(0 0 0 / 15%);

}

.NHL_schedule_container th,
.NHL_schedule_container td {
  padding: 10px;
  vertical-align: middle;
}

.NHL_schedule_container tr:nth-child(even),
.NHL_schedule_container tr:nth-child(odd) {
  background: linear-gradient(to bottom, #fff 0%, #ececec 50%, #fff 100%);
}

.NHL_schedule_container tr:hover {
  background: linear-gradient(to bottom, #e6eef7 0%, #ececec 50%, #e6eef7 100%);
}

td.teamlogo img {
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease-in-out;
  vertical-align: middle;
}

td.teamlogo:hover img {
  transform: scale(1.2);
}

.teamvs span {
  font-size: 15px;
  font-weight: 600;
    color: #000;
}

.schedule_watch,
.schedule_hd {
  width: 75px;
  height: 35px;
  text-align: center;
  text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  touch-action: manipulation;
}

.schedule_watch {
  background-image: linear-gradient(45deg, #006ab7 0%, #5ca5d6 51%, #5ca5d6 100%);
  border: 1px solid #006AB7 !important;
}

.schedule_watch:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
  transform: scale(0.95);
}

.schedule_hd {
  background-image: linear-gradient(45deg, #ff512f 0%, #f09819 51%, #ff512f 100%);
  border: 1px solid #CC2610 !important;
  width: 60px;
}

.schedule_hd:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
  transform: scale(0.95);
}

.schedule_date_heading {
  text-align: center;
  background: #000;
  padding: 9px 0;
  border-radius: 15px 15px 0 0;
}

body.dark-theme .schedule_date_heading {
  background: #0c0c0c;
  box-shadow: var(--box-shadow2);
}

.season_title {
  font-size: 11px;
  color: #fff;
  margin-bottom: -3px;
}

.game_day_date {
  font-size: 20px;
  color: #f9f9f9;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .teamlogo {
    display: none;
  }

  .schedule_watch {
    width: 70px;
  }

  .schedule_hd {
    width: 55px;
  }

  .NHL_schedule_container {
    font-size: 14px;
  }

  td {
    padding: 10px;
  }

  .btn-container {
	padding: 4px 0;
	margin-bottom: 15px;
  }
  
  a.ibutton {
	font-size: 13px;
	font-weight: 600;
	padding: 10px 0px;
	width: calc(100% + 5px);
        text-decoration: none;
}
	  
h3.infotitle, .infotitle a {
    font-size: 14px;

  }	 
	  
 }  