.et_pb_playlist_item {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
  cursor: pointer;
}

#front-playlist .et_pb_playlist_item {
  padding:0 0 25px 0 !important;
  margin-bottom: 25px !important;
}

#front-playlist .et_pb_playlist_description h4.et_pb_module_header {
  font-size: .85rem !important;
}

.et_pb_playlist_item_home {
  padding: 0 !important;
}

.et_pb_playlist_item_featured {
  padding: 0 !important;
  border: 0 !important;
}

.et_pb_playlist_item_subfeatured {
  /*
  display: block;
  float: left;
  width: 150px;
  height: 80px;
  margin: 0 !important;
  padding: 0 !important;
	*/
}


.et_pb_video_playlist {
  display: block;
  float: left;
  width: 150px;
  height: 80px;
  margin: 0 0 0 0;
}

.playlist-features {
  float: right;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 0px;
  margin-right: 24px;
  margin-top: 10px;
}

.playlist-header-title {
  color: #b1ff47;
  margin-bottom: 11px;
}

.playlist-header-next {
  color: #999;
}

.swiper-vertical-container {
  overflow: hidden;
}

@media only screen and (max-width: 980px) {
  #front-video-title, #front-video-desc {
    display: none;
  }
}

#more-front {
  float: right;
  margin: 10px 0 0 0;
  font-weight: bold;
}

.et_pb_video_playlist_featured {
  display: block;
  width: 275px;
  height: 170px;
  margin: 0 14px 0 0;
}

.et_pb_video_playlist_subfeatured {
  display: inline-block;
  width: 150px;
  height: 75px;
  object-fit: cover;
}

.et_pb_video_play {
  color: #fff !important;
  font-size: 3rem !important;
}

.et_pb_video_play_big {
  font-size: 4rem !important;
  left: 60% !important;
}

.et_pb_playlist_description {
  vertical-align: top;
  position: relative;
}

.et_pb_playlist_description h4 {
   font-family: "Raleway", sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.3125rem !important;
  color: #000 !important;
  text-transform: capitalize !important;
}

.is-playing {
  background-color: #ddd;
}

.et_pb_segment_playlist_item {
  display: inline-block;
  width: 180px;
  max-height: 200px;
  margin: 0 20px 0 0;
}

.et_pb_segment_playlist_item h4 {
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.75rem !important;
	line-height: 0.9375rem !important;
	font-weight: normal !important;
	color: #000 !important;
	text-transform: inherit!important;
	display: block;
	min-height: 70px;
	text-overflow: ellipsis;
}

.et_pb_video_segment_playlist {
  width: 180px;
  height: 100px;
  margin-bottom: 12px !important;
}

#home-player {
  margin: 0 0 14px 0 !important;
}

#main-player {
  margin: 0 0 14px 0 !important;
}

#front-player {
  margin: 0 0 14px 0 !important;
}

.select-season-widget-top-right {
  float: right;
}

.select-season-widget {
  padding: 0;
}

.select-season-widget span {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}

.et_pb_homepage_segment_info {
  text-align: center;
}

.et_pb_homepage_segment_info img {
  /*width: 60%;*/
}

.et_pb_homepage_segment_row {
  border-bottom: 1px solid #ddd;
  margin: 14px 0 14px 0;
}

.et_vp_video_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 91%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

.et_vp_video_overlay_hover {
  position: absolute;
  z-index: 100;
  width: 91%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.local-listings input.listings-input-search, ::-webkit-input-placeholder {
	font-family: "Montserrat", sans-serif !important;
	color:#0682b6 !important;
	font-size: 0.75rem !important;
	font-weight: normal!important;
}

.local-listings {
  padding: 20px;
  border: 1px solid #d6d6d6;
  background-color: #f2f2f2;
  margin-top: 25px;
}

.local-listings h2 {
  font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 1.3125rem !important;
  line-height: 1.5rem !important;
  font-weight: 300!important;
  color: #999;
  text-transform: uppercase;
}

.local-listings input {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #0682b6 !important;
  border: none !important;
  background-color: #FFF !important;
  padding: 10px !important;
}

.local-listings ul {
  margin: 0 !important;
  padding: 0 !important;
  height: 300px !important;
  list-style: none !important;
  overflow: hidden !important;
  overflow-y: scroll !important;
}

.local-listings li {
  font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 1.3125rem !important;
  line-height: 1.5rem !important;
  font-weight: 300!important;
  color: #999;
  padding: 10px 15px 10px 15px;
}

.highlight-listing {
  color: #FFF !important;
  background-color: #d6d6d6;
  font-weight: bold !important;
}


.individual-video-title {
  font-family: "Raleway", sans-serif !important;
  font-size: 1.3125rem !important;
  line-height: 1.5rem !important;
  color: #000 !important;
  text-transform: capitalize !important;
}

.individual-video-metadata {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: 700 !important;
  color: #666;
}

.individual-video-description {
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.0625rem !important;
  color: #000 !important;
  font-weight: normal !important;
  color: #000 !important;
}

.season-selector {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	border: none !important;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	padding-right: 10px;
	background: transparent url("/wp-content/plugins/video-platform/public/css/arrow.png") no-repeat 15px center;
	width: 40px;
}

.segment-title {
  font-family: "Raleway", sans-serif !important;
  font-size: 21px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  color: #000 !important;
}

.segment-season-title {
  font-family: "Raleway", sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.3125rem !important;
  color: #000 !important;
  text-transform: capitalize !important;
  padding: 0;
}

.segment-show-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  line-height: 15px !important;
  font-weight: normal !important;
  color: #000 !important;
  text-overflow: ellipsis;
  text-transform: inherit!important;
}





/* Responsive Styles Smartphone Landscape */
@media all and (max-width: 767px) {
	.swiper-slide  .et_vp_video_overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 78%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	cursor: pointer;
	}

	.swiper-slide .et_vp_video_overlay_hover {
	position: absolute;
	z-index: 100;
	width: 60%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

	.swiper-slide .et_pb_video_play_big {left: 50% !important; }

}


/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

	.swiper-slide .et_vp_video_overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	cursor: pointer;
	}

	.swiper-slide .et_vp_video_overlay_hover {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

	.swiper-slide.et_pb_segment_playlist_item {
    width: 165px !important; margin-right: 25px!important;
	}

	.swiper-slide .et_pb_video_play_big { font-size: 2rem !important; }
	.et_pb_video_play_big {left: 50% !important; }
}
