/*
Theme Name: HIRUGAESU
Theme URI: https://hirugaesu.com/
Template: hello-elementor
Author: James Revillini
Author URI: https://hirugaesu.com/
Description: HIRUGAESU theme for HIRUGAESU.com
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1640234225
Updated: 2021-12-22 23:37:05

*/

.lity-active, .lity-active body {
    overflow: hidden;
}
.lity {
    white-space: nowrap;
    background-color: #0b0b0b;
    background-color: rgba(0,0,0,.9);
    outline: none !important;
    position: fixed;
    bottom: 0;
    top: 0;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 9990;
    right: 0;
    left: 0;
    opacity: 0;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    outline: none !important;
    position: fixed;
    bottom: 0;
    top: 0;
    text-align: center;
    z-index: 9990;
    right: 0;
    left: 0;
}
.lity-wrap:before {
    content: "";
    display: inline-block;
    margin-right: -.25em;
    height: 100%;
    vertical-align: middle;
}
.lity-loader {
    font-size: 14px;
    margin-top: -.8em;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-align: center;
    z-index: 9991;
    opacity: 0;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    white-space: normal;
    display: inline-block;
    outline: none !important;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    text-align: left;
    z-index: 9992;
    max-height: 100%;
}
.lity-content {
    width: 100%;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    z-index: 9993;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.lity-closed .lity-content, .lity-loading .lity-content {
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.lity-content:after {
    content: "";
    display: block;
    height: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    width: auto;
    z-index: -1;
    right: 0;
    left: 0;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}
.lity-close, .lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
    text-decoration: none;
    border: 0;
    font-size: 35px;
    line-height: 35px;
    font-family: Arial,Baskerville,monospace;
    color: #fff;
    height: 35px;
    position: fixed;
    top: 0;
    font-style: normal;
    width: 35px;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    z-index: 9994;
    right: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-image: none;
    padding: 0;
}
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.lity-close:active {
    top: 1px;
}
.lity-image img {
    border: 0;
    display: block;
    line-height: 0;
    max-width: 100%;
}
.lity-iframe .lity-container {
    max-width: 964px;
    width: 100%;
}
.lity-iframe-container {
    padding-top: 56.25%;
    height: 0;
    overflow: auto;
    width: 100%;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    display: block;
    background-color: #000;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}
.lity-hide {
    display: none;
}
