body.watch-dlv .container {
  padding-top: 20px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1100px){
  body.watch-dlv .container {
    padding-top: 150px;
  }
}

body.watch-dlv header.fl-post-header{
  display: none;
}

.dlv-shortcode-button {
  text-align: center;
}

h1.dlv-title{
  font-size: 48px;
}

.dlv-description{
  width: 80%;
  margin: 20px auto 20px 0px;
}

table.dlv{
  /*margin: 0 auto;*/
  border: #000 2px solid;
  font-size: 18px;
}

table.dlv tr th, table.dlv tr td{
  padding:10px;
}

table.dlv.primary tr th{
  background: #F4CF0C;
}

table.dlv.kindergarten tr th{
  background: #0057C1;
  color: #fff;
}

table.dlv.pre-kindergarten tr th{
  background: #603F98;
  color: #fff;
}

table.dlv.spanish-pre-kindergarten tr th{
  background: #DC864B;
  color: #fff;
}

table.dlv.spanish-kindergarten tr th{
  background: #ED3024;
  color: #fff;
}

table.dlv.early-pre-k tr th{
  background: #21AAB4;
  color: #fff;
}

table.dlv tr th.dlv-week-number{
  width: 20%;
}

.fl-post-content table.dlv tr td ul{
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

table.dlv a.copy-url, table.dlv span.copy-url-text {
  display: inline-block;
  margin-left: 50px;
  font-size: 14px;
}

table.dlv span.copy-url-text{
  margin-left: 20px;
}

.single-dlv h2 {
  font-size: 32px;
}

.single-dlv .video-player {
  margin-top: 40px;
}

.watch-dlv .fl-col.primary-menu, .watch-dlv .fl-col.secondary-menu, .watch-dlv .fl-row.footer-top, .watch-dlv .footer-bottom .fl-col-group-custom-width{
  display: none;
}

.select-week-section{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px 50px;
}

.select-week-section p{
  margin-top: 10px;
  margin-right: 10px;
  font-weight: bold;
}

.select-week-section .dropdown{
  position: relative;
  width: 200px;
  margin-right: 30px;
}

.select-week-section .dropdown a.select{
  display: block;
  position: relative;
  z-index: 2;
  float: left;
  width: 200px;
  padding: 10px 45px 10px 26px;
  color: #21242c;
  background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px ) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) calc(100% - 20px ) 50% / 16px no-repeat;
  border: 0;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.select-week-section .dropdown ul{
  display: none;
  position: absolute;
  top: 24px;
  overflow: scroll;
  width: 200px!important;
  max-height: 150px;
  height: auto;
  margin-top: 0 !important;
  margin-left: 0px!important;
  padding: 24px 0 0 0 !important;
  border-radius: 0 0 20px 20px;
  background: #fff;
  border: 0;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

.select-week-section .dropdown ul::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

.select-week-section .dropdown ul.expanded{
  height: 150px;
}

table th.skill-taught{
  display: flex;
  justify-content: space-between;
}

table th.skill-taught.right-align{
  justify-content: right;
}

table th.skill-taught span{
  background: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
}

table th.skill-taught span a i.fas{
  margin-right: 4px;
}

.select-week-section .dropdown ul li{
  list-style-type: none;
}

.select-week-section .dropdown ul li a{
  display: block;
  min-height: 1.2em;
  padding: 5px 26px;
  white-space: nowrap;
  font-weight: normal;
  font-size:16px;
  color: #000;
  background: #fff;
  transition: all .5s;
}

.select-week-section .dropdown ul a:hover{
  color: #fff;
  background: #005AC8;
}

.alphabet_videos_page{
  padding-top: 10px;
}