/*
 Theme Name:   Total Child Theme
 Theme URI:    https://your-site.com/
 Description:  Your site description. Go to Appearance > Editor to modify this file.
 Author:       Your Name
 Author URI:   https://your-site.com/
 Template:     Total
 Version:      1.0.0
 Text Domain:  totalchildtheme
*/

/* .teddies > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: flex;
	gap: 40px;
}

@media only screen and (max-width: 991px) {
	.teddies > .wpb_column > .vc_column-inner > .wpb_wrapper {
		flex-direction: column;
	}
} */

.preschool-class-teddies >.wpb_column {
	width: 14.27%;
}

@media only screen and (max-width: 991px) {
	.preschool-class-teddies >.wpb_column {
	width: 100%;
}
}

.flex {
	display: flex;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: end;
}

.align-center {
	align-items: center;
}

@media only screen and (min-width: 767px) {
.flex-md {
	display: flex;
	}
	
.justify-center-md {
	justify-content: center;
	}
	
.justify-content-end-md {
	justify-content: end;
	}
}


@media only screen and (max-width: 1199px) {
.remove-full-width {
	width: auto !important;
  	max-width: none !important;
  	display: inline-block;
	}
}

.wpcf7-form .responsive-grid-form > div:nth-of-type(5) .wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 1em !important;
}

.vcex-video .vcex-video-inner {
	overflow: hidden;
}

.vcex-video .vcex-video-inner video {
  position: relative;
  top: 30px;
  transform: scale(1.1);
  object-fit: cover;
/*   right: 30px; */
}

@media only screen and (max-width: 1345px) {
	.vcex-video .vcex-video-inner video {
  
  transform: scale(1.16);
}
	
}
@media only screen and (max-width: 656px) {
	.vcex-video .vcex-video-inner video {
  
  transform: scale(1.16);
}
}

.parent-testimonial-video-column {
	max-width: 700px !important;
	margin: 0 auto;
}


.hear-from-nurseries-outer-row {
  position: relative;
  overflow: visible;
}

.hear-from-nurseries-outer-row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 40vw;
  max-width: 700px;
  aspect-ratio: 1 / 1;

  background-image: url("http://teddysportspreschool.com/wp-content/uploads/2026/01/Web-Design-bg-e1759847611613-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;

  pointer-events: none;
  z-index: 0;
}

.hear-from-nurseries-outer-row > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hear-from-nurseries-outer-row::before {
    width: 70vw;
    bottom: 0px;
  }
}

@media (max-width: 480px) {
  .hear-from-nurseries-outer-row::before {
    width: 85vw;
    bottom: 0px;
  }
}






/*bottom left*/
/* .hear-from-nurseries-block
.vc_column_container:first-child {
	overflow: visible;
}

.hear-from-nurseries-block 
.vc_column_container:first-child 
.vc_column-inner {
  position: relative;
  overflow: visible;
}

.hear-from-nurseries-block 
.vc_column_container:first-child 
.vc_column-inner::before {
  content: "";
  position: absolute;
	left: -290px;
	left: calc(-50vw + 100%);
  bottom: -400px;
  min-width: 600px;
  min-height: 600px;
  background-image: url("http://teddysportspreschool.com/wp-content/uploads/2026/01/Web-Design-bg-e1759847611613-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.hear-from-nurseries-block 
.vc_column_container:first-child 
.vc_column-inner > * {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 500px) {
	.hear-from-nurseries-block 
	.vc_column_container:first-child 
	.vc_column-inner::before {
		bottom: -500px;
	}
}

.hear-from-nurseries-block .vc_column-inner > * {
  position: relative;
  z-index: 2;
}
 */
