/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



/* .video-row,
.wd-el-video {
	max-height: 800px;
	overflow: hidden;
} */

.diagonal-sep {
    margin-top: -100px !important;
}


.video-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	display: flex;
	flex-direction: column-reverse;
	width: max-content !important;
}

.video-title u {
	color: #f17aa8;
  }

  .program-grid > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.program-grid > .vc_column-inner > .wpb_wrapper  .info-box-wrapper h4 {
	color: #fff !important;
}
.program-grid > .vc_column-inner > .wpb_wrapper  .info-box-wrapper {
	padding: 16px;
	color: #fff;
}
.program-grid > .vc_column-inner > .wpb_wrapper  .info-box-wrapper:nth-of-type(1),
.program-grid > .vc_column-inner > .wpb_wrapper  .info-box-wrapper:nth-of-type(3),
.program-grid > .vc_column-inner > .wpb_wrapper  .info-box-wrapper:nth-of-type(5){
	background: #EF84AE !important;
}

.program-grid > .vc_column-inner > .wpb_wrapper  .info-box-wrapper:nth-of-type(2),
.program-grid > .vc_column-inner > .wpb_wrapper  .info-box-wrapper:nth-of-type(4),
.program-grid > .vc_column-inner > .wpb_wrapper  .info-box-wrapper:nth-of-type(6){
	background: #070707 !important;
}



@media (max-width: 1023px) {
.program-grid > .vc_column-inner > .wpb_wrapper {	
	grid-template-columns: 1fr !important;	
}
}