/***Updated for video banner***/

.page-template-ag100-video-template .sidebar.-ag100-subheader {
  display: block;
}


/* AG100 21 New Video page styles */
/* video subnav */

.page-template-ag100-video-template .-ag100-subheader {
  margin-bottom: 4rem;
}

.page-template-ag100-video-template .-ag100-subheader ul.widget-list {
  padding: 0;
  position: relative;
}

.page-template-ag100-video-template .-ag100-subheader .widget_nav_menu ul {
  padding: 0;
}

.page-template-ag100-video-template .-ag100-subheader ul li {
  list-style: none;
}

.page-template-ag100-video-template .-ag100-subheader.-ag100-navigation li.widget_nav_menu ul#menu-ag100 li.menu-item-object-page a {
  color: #fff;
  text-decoration: none;
}


/* AG100 Agency Reels video blocks hover interaction */

.page-template-ag100-video-template .vid-blocks:hover:after {
  position: absolute;
  content: "";
  right: 0;
  z-index: -1;
  margin: 0 auto;
  transform: scale(0.9);
  background: linear-gradient( 270deg, #8aadf6, #fe9be8, #FE9786, #d97bfd);
  background-size: 300% 300%;
  animation: animateGlow 10s ease infinite;
  bottom: -7%;
  left: -7%;
  height: 114%;
  width: 114%;
  -webkit-filter: blur(0.5vw);
  -moz-filter: blur(0.5vw);
  -ms-filter: blur(0.5vw);
  filter: blur(0.5vw);
}

.page-template-ag100-video-template .ag100-video-embed-block:hover:after {
  background: none !important;
}

.page-template-ag100-video-template .-ag100-subheader.-ag100-navigation ul.widget-list li.widget_media_image:last-child {
  display: none;
}


.page-template-ag100-video-template .-ag100-subheader ul.widget-list li.widget_media_image {
  width: fit-content;
  margin: 0 auto;
}

.page-template-ag100-video-template .site-container .wp-block-columns {
  margin-bottom: 0px !important;
}

.page-template-ag100-video-template .site-container .vid-blocks {
  position: relative;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #fff;
  margin-bottom: 1.75rem;
}

.page-template-ag100-video-template .site-container .wp-block-group.ag100-video-embed-block figure.wp-block-embed {
  margin-bottom: 13px !important;
}

.page-template-ag100-video-template .site-container .wp-block-group.ag100-video-embed-block h2 {
  margin-bottom: 0 !important;
}

.page-template-ag100-video-template .site-container .wp-block-group.ag100-video-embed-block p {
  margin-bottom: 0;
  padding: 13px 20px 15px !important;
  background-color: #fff;
  float: left;
}


/* override of the ag100 video blocks. To be removed from Global css*/

.page-template-ag100-video-template .site-container .wp-block-group.ag100-video-embed-block {
  position: relative;
  background-clip: inherit;
  border: none;
  margin-bottom: inherit;
}


/*** video page heading ***/

.page-template-ag100-video-template .content h2 {
  font-family: 'Playfair+Display', san-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.75px;
  text-align: center;
  line-height: 1.13;
  color: #000;
  max-width: 700px;
  margin: 0 auto;
  /* padding-top: 30px; */
  padding-bottom: 30px;
}
