/*
Theme Name: ehlenan-analytics theme
Author:Nextscreen Team 
Description: this is the child theme of twenty twenty 1 for  custom theme
Version: 1.0
Template: twentytwentyone

This is the child theme for Twenty Twenty-One theme.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

    .video-thumbnail {
      cursor: pointer;
      width: 300px;
      margin: 10px;
      display: inline-block;
    }

    /* Modal styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0; top: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      position: relative;
      width: 80%;
      max-width: 800px;
      background: #000;
    }

    .modal-content iframe {
      width: 100%;
      height: 450px;
    }

    .close-btn {
      position: absolute;
      top: 10px; right: 15px;
      color: #fff;
      font-size: 30px;
      cursor: pointer;
    }
  
  .m-pointer {cursor: pointer;}

.custom-email {
  width: 100%;
 
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
}


