/* 
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 */
/* Theme customization starts here
-------------------------------------------------------------- */

/* Maintenance Mode – Link Styling */

.comingsoon a:hover {
border-bottom: solid 6px white;
} 
.comingsoon a {
border-bottom: solid 6px black;
} 

/* --- Fonts --- */

class.elementor-icon-list-text a {
	font-size: 1.125rem;
}

/* Text-level semantics
   ========================================================================== */
a {
  color: #000; }
  a:hover, a:active {
    color: #05c3de; }
  a:not([href]):not([tabindex]) {
    color: red;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: red;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }


/* reCAPTCHA
   ========================================================================== */

.grecaptcha-badge { 
	visibility: hidden; 
}

/*-----------------------------------------------------------------------------------*/
/*	GUP-py Styles
/*-----------------------------------------------------------------------------------*/

/********mouse highlight color*********/
::selection {
	background: #000;
	color:#fff;
}

/*for Firefox*/
::-moz-selection {
	background: #000;
	color:#fff;
}

/******** font JA text *********/

html[lang="ja"] p, 
html[lang="ja"] .elementor-icon-list-text, 
html[lang="ja"] .elementor-image-box-description {
  font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
  color: ;
}

/******** font JA Headings *********/

html[lang="ja"] h1, 
html[lang="ja"] h2, 
html[lang="ja"] h3, 
html[lang="ja"] h4, 
html[lang="ja"] h5, 
html[lang="ja"] h6, 
html[lang="ja"] .elementor-heading-title, 
html[lang="ja"] .elementor-heading-title elementor-size-default, 
html[lang="ja"] .elementor-image-box-title {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
  color: ;
}

/******** font JA image caption *********/

html[lang="ja"] .widget-image-caption, 
html[lang="ja"] .widget-image-caption wp-caption-text {
  font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	letter-spacing: 0.02rem;
  color: #222;
	margin-top: 8px;
}

/******** font DE *********/

html[lang^="de"] p {
  font-family: "Quattrocento Sans", sans-serif;
	font-size: 1.2rem;
  color: ;
}

html[lang^="de"] h,
html[lang^="de"] h2,
html[lang^="de"] h3, 
html[lang^="de"] h4, 
html[lang^="de"] h5, 
html[lang^="de"] h6, 
html[lang^="de"] .elementor-heading-title, 
html[lang^="de"] .elementor-heading-title elementor-size-default, 
html[lang^="de"] .elementor-image-box-title {
  font-family: "Proba Pro", sans-serif;
	font-weight: 600;
  color: ;
}

/******** font DE image caption *********/

html[lang^="de"] .widget-image-caption, 
html[lang^="de"] .widget-image-caption wp-caption-text {
  font-family: "Quattrocento Sans", sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	letter-spacing: 0.02rem;
  color: #222;
	margin-top: 8px;
}