/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.tag { display: inline-block; padding: 2px 8px; font-size: 12px; border-radius: 999px; background: #e0f4ff; margin-bottom: 8px; }

.shadow-1 { text-shadow:
      black 1px 1px 0px,
      black -1px 1px 0px,
      black -1px -1px 0px,
      black 1px -1px 0px,
      black 1px 0px 0px,
      black 0px 1px 0px,
      black -1px 0px 0px,
      black 0px -1px 0px;
}

.shadow-2 { text-shadow:
      white 1px 1px 0px,
      white -1px 1px 0px,
      white -1px -1px 0px,
      white 1px -1px 0px,
      white 1px 0px 0px,
      white 0px 1px 0px,
      white -1px 0px 0px,
      white 0px -1px 0px;
}

.bww-marker {
  background: linear-gradient(
    to bottom,
    transparent 60%,
    #FFF3A0 60%
  );
font-weight:bold;
  padding: 0 .15em;
}

.grecaptcha-badge { visibility: hidden; }

.recaptcha_policy {
  padding: 0;
  margin: 0;
  font-size: 11px !important;
}

.recaptcha_policy a {
  font-size: 11px !important;
}

.wrap-video{
  position:relative;
}

.wrap-video video{
  width: 100%;
  height:100%
}

.wrap-video .text{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align:center;
}

.wrap-video .text{
  font-size:18x;
  font-weight:bold;
  color:white;
}

.wrap-video .text .headline{
  font-size:14px;
	color: #ff00ff;
}
