/*
 Theme Name:   Twenty Twentyone Child 
 Theme URI:    http://newsite.rym.org.in/twentytwentyone-child/
 Description:  Twenty Twentyone Child Theme
 Author:       RYM
 Author URI:   http://newsite.rym.org.in
 Template:     twentytwentyone
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyonechild
*/

.slide-text h2 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
  typing 8.0s steps(40, end),
  blink-caret 2.0s step-end infinite;
}

.slide-text h2 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing 8.0s steps(40, end),
    blink-caret 2.0s step-end infinite;
    text-align:center;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: blue;}

}
.wpforms-field-row.wpforms-field-medium {
    width: 100%;
    max-width: 100% !important;
}
.home-form input {
    max-width: 100% !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
 div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
 max-width: 100% !important;	
 }


