/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com
	Description: A child theme for Hello Elementor
	Author: TzuChi
	Template: hello-elementor
	Author URI: https://tzuchi.us
	Version: 1.0.0
	Text Domain: elementor-hello-theme-child
*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;

    scroll-padding-top: 7rem;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

button:hover, button:focus, [type="submit"]:hover, [type="submit"]:focus, [type="button"]:hover, [type="button"]:focus {
    color: #fff;
    background-color: #0072cb;
    filter: brightness(130%);
    transition: all 0.2s;
}

figcaption {
    font-style: normal;
}

.post-password-message {
    color: #c00;
    font-weight: 700;
}

.post-password-form {
    margin: 2rem 0;
    padding: 2rem;
    border: 1px solid #000;
    max-width: 600px;
}


.post-password-form__inner {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
}

.post-password-form__input {
    flex-grow: 2;
    margin-right: 1rem;
}

/* <span class="spinner"></span> */

@keyframes tzu-chi-loading-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.tzu-chi-spinner {
    --spinner-color: rgb(17, 136, 75);
    --spinner-dot-color: #fff;

    font-size: 1.5em;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: var(--spinner-color);
    animation: tzu-chi-loading-spinner 1s cubic-bezier(.36, .07, .19, .97) infinite;
}

.tzu-chi-spinner:before {
    background: var(--spinner-dot-color);
    content: "";
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50%;
    left: .2em;
    top: .2em;
}


.tcw-has-video-play-button {
    display: block;
    position: relative;
}

.tcw-has-video-play-button img {
    display: block;
}

.tcw-video-play-button {
    transition: all 0.3s ease-in-out;
    background: var(--tzu-play-button-for-articles-background-color, #b2ffd3);
    font-size: var(--tzu-play-button-size, 54px);
    width: 1em;
    height: 1em;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.tcw-video-play-button-position-center .tcw-video-play-button {
    bottom: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tcw-video-play-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;

    transition: all 0.3s ease-in-out;
    fill: var(--tzu-play-button-for-articles-icon-color, #000);
}

.tcw-video-play-button-icon.tcw-video-play-button-icon {
    width: var(--tzu-play-symbol-size, 18px);
    height: auto;
}

.tzu-video-widget:hover .tcw-video-play-button,
a:hover .tcw-video-play-button {
    background: var(--tzu-play-button-for-articles-background-colorhover, #b2ffd3);
}

.tzu-video-widget:hover .tcw-video-play-button-icon,
a:hover .tcw-video-play-button-icon {
    fill: var(--tzu-play-button-for-articles-icon-colorhover, #000);
}

.tzu-video-widget .eicon-play {
    display: none;
}

.tzu-video-widget:has(iframe) .tcw-video-play-button {
    display: none;
}

@media (min-width: 1025px) {
    .elementor .tzu-responsive-elementor-ranged-yes.elementor-hidden-desktop:not(.elementor-hidden-widescreen) {
        display: none;
    }
}
