/*
Theme Name: Illdy
Theme URI: https://colorlib.com/wp/themes/illdy/
Author: Colorlib
Author URI: https://colorlib.com
Description: Illdy is a stunning multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly. This theme is well suited for business, landing page, portfolio or any other creative websites. This leaves heavy lifting to WordPress Customizer therefore you can create your website on live preview mode. Which means that you can see changes happen on your website in real time as you make them
Version: 2.1.10
Tested up to: 6.8
Requires PHP: 5.6
Tags: portfolio, entertainment, blog
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio
Text Domain: illdy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*----------------------------------------------------------------------------------------------------

    

------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    h3 {
        font-size: 30px;
        line-height: 38px;
        font-weight: 700;
    }
    .front-page-section .section-header .section-description {
        font-size: 14px;
        /* color: #FFF; */
    }
    h4, .markup-format h4 {
        font-size: 20px;
        margin-top: 50px;
    }
    body {
    /* padding-top: 130px; */
}
    body:before {
         
        height: 50px;
        
    }
}


/*----------------------------------------------------------------------------------------------------

    Loader Hide Animation

------------------------------------------------------------------------------------------------------*/

body:before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 100;
    background: #FFF;
    transition: all 0.5s;
}
body.pace-done:before {
    animation: fadeOut 1s ease forwards;
}
@keyframes fadeOut {
    0% { height: 100%; opacity: 1; }
    99.99% { height: 100%; opacity: 0; }
    100% { height: 0%; opacity: 0; }
}


/*----------------------------------------------------------------------------------------------------

    Page Link

------------------------------------------------------------------------------------------------------*/

section.front-page-section {
    position: relative;
}
section.front-page-section .page-link {
    position: absolute;
    content: "";
    height: 0px;
    width: 100%;
    top: 0px;
    left: 0;
}


/*----------------------------------------------------------------------------------------------------

    Language Switcher

------------------------------------------------------------------------------------------------------*/

.fixed-language-switcher-wrapper {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 100;
}
.fixed-language-switcher-wrapper .lang-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    height: 80px;
    align-items: center;
    margin-right: 20px;
    gap: 20px;
}
.fixed-language-switcher-wrapper .lang-nav .menu-item {
    line-height: 20px;
}
body.translatepress-en_US .fixed-language-switcher-wrapper .lang-nav li:nth-child(1) img,
body.translatepress-ja .fixed-language-switcher-wrapper .lang-nav li:nth-child(2) img {
    border: 4px solid #f1d204;
    box-sizing: content-box;
    transition: all 0.3s;
}
.fixed-language-switcher-wrapper .lang-nav .trp-flag-image {
    width: 26px;
    height: auto;
    line-height: 20px;
    transition: all 0.3s;
    border: 1px solid #CCC;
    box-sizing: content-box;
    vertical-align: bottom;
}
.fixed-language-switcher-wrapper .lang-nav .trp-flag-image:hover,
.fixed-language-switcher-wrapper .lang-nav .trp-flag-image:focus {
    opacity: 0.6;
}
.fixed-language-switcher-wrapper .lang-nav .trp-ls-language-name {
    /* color: #FFF; */
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    /* text-shadow: 0px 0px 5px rgba(255, 255, 255, 1); */
    display: none;
}
.fixed-language-switcher-wrapper .lang-nav li a {
    color: #FFF;
    color: #000;
    transition: all 0.3s;
    vertical-align: bottom;
    display: inline-block;
}
.fixed-language-switcher-wrapper .lang-nav li a span {
    display: inline-block;
}
.is-sticky .fixed-language-switcher-wrapper .lang-nav li a {
    color: #000;
}
body.translatepress-en_US .fixed-language-switcher-wrapper .lang-nav li:nth-child(1) a,
body.translatepress-ja .fixed-language-switcher-wrapper .lang-nav li:nth-child(2) a,
.fixed-language-switcher-wrapper .lang-nav li:hover a,
.fixed-language-switcher-wrapper .lang-nav li:focus a {
    color: #f1d204;
}

@media screen and (max-width: 768px) {
    .fixed-language-switcher-wrapper {
        display: none;
    }
}


/*----------------------------------------------------------------------------------------------------

    Buttons

------------------------------------------------------------------------------------------------------*/

.btn-mainButton, .btn-SubButton {
    width: auto;
    height: 36px;
    background-color: #e72919;
    padding: 0 40px;
    display: inline-block;
    border: 0 none;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    margin: 1em 0;
    line-height: 36px;
}
.btn-SubButton {
    background-color: #5cb531;
}
.btn-mainButton:hover, .btn-SubButton:hover,
.btn-mainButton:focus, .btn-SubButton:focus {
    color: #FFF;
    opacity: 0.6;
}


/*----------------------------------------------------------------------------------------------------

    Header

------------------------------------------------------------------------------------------------------*/

#header .top-header {
    top: -100px;
    transition: all 0.3s;
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    position: fixed;
}
#header .is-sticky .top-header {
    box-shadow: 0 0px 10px 0px #CCCCCC;
    background-color: rgba(255,255,255,0.9);
    border-top: 4px solid #e72919;
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 18px;
}
#header .is-sticky .top-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #5cb531;
    top: 0px
}
#header .top-header .header-navigation > ul {
    margin-top: 0;
    display: flex;
    align-items: center;
}
#header .top-header .header-navigation ul li a {
    color: #333;
    transition: all 0.3s;
}
#header .top-header .header-navigation ul li:hover a, #header .top-header .header-navigation ul li:focus a, 
#header .top-header .header-navigation ul li:focus-within a {
    color: #ff6b5f;
}

#header .top-header .header-navigation {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#header .top-header .header-navigation #menu-sns {
    margin-left: 20px;
}
#header .top-header .header-navigation #menu-sns li {
    margin-left: 20px;
}
#header .top-header .header-navigation ul#menu-sns li {
    line-height: 0;
    font-size: 25px;
    float: none;
}
#header .top-header .header-navigation ul#menu-sns li a {
    font-size: 25px;
    line-height: 0;
    /* margin-top: 14px; */
    display: inline-block;
    transition: all 0.3s;
}
#header .top-header .header-navigation ul#menu-sns li:hover a {
    opacity: 0.6;
    color: #000;
}
#header .top-header .header-navigation ul#menu-sns li a i {
    vertical-align: bottom;
}
#header .top-header .header-navigation #menu-sns li:nth-of-type(1) a {
    /* display: inline-block; */
    font-size: 22px;
}
#header .top-header .header-navigation #menu-sns li:nth-of-type(1) a i {
    /* line-height: 20px; */
    vertical-align: bottom;
}
#header .top-header .header-navigation #menu-sns li:nth-of-type(2) a {
    font-size: 26px;
}

@media only screen and (max-width: 1024px) {
    #header.header-front-page {
        aspect-ratio: 1920 / 1440 !important;
        position: relative;
        /* background-size: 100% auto !important; */
        margin-top: 65px;
    }
    #header.header-front-page:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 65px;
        left:0;
        bottom: 100%;
        background-image: url(https://osushidaisuki.com/wp/wp-content/uploads/2025/06/LiveBG.jpg) !important;
    }
}
@media only screen and (max-width: 992px) {
    .open-responsive-menu {
        padding: 2px 0 0;
    }
    .fa-bars:before, .fa-navicon:before, .fa-reorder:before {
        color: #000;
    }
}
@media screen and (max-width: 768px) {
    body #header .bottom-header {
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    body.page #header .bottom-header.blog {
        padding: 0;
    }
    body #header .bottom-header .section-description {
        font-size: 10px;
        line-height: 1.5;
        padding: 0 2em;
    }
    #header .top-header .header-navigation {
        display: none;
    }
    #header .is-sticky .top-header {
        border-top-width: 2px;
    }
    #header .is-sticky .top-header:before {
        height: 1px;
    }
    #header .top-header .header-logo-img {
        width: 120px;
    }
}
@media screen and (max-width: 500px) {
    body #header .bottom-header h1 {
        /* line-height: 44px; */
        /* font-size: 40px; */
        width: 80%;
        margin: 0 auto 20px;
    }
    body.page #sticky-wrapper {
        height: 140px !important;
    }
    body.page #header .bottom-header h1 {
        width: 80%;
        margin: 0 auto 0;
        padding: 20px 0;
        font-size: 25px;
    }
}


/*----------------------------------------------------------------------------------------------------

    Live ( ex About )

------------------------------------------------------------------------------------------------------*/

#about .section-header {
    margin-bottom: 65px;
}
#about .section-header h3 {
    margin-bottom: 5px;
}

.live-contents {
    color: #FFF;
    text-align: left;
}
.live-contents .live-contents-item {
    display: flex;
    gap: 50px;
    align-items: center;
    /* line-height: 2; */
}
.live-contents .live-contents-item .live-contents-item-image {
    width: 50%;
}
.live-contents .live-contents-item .live-contents-item-image img {
    width: 100%;
}
.live-contents .live-contents-item .live-contents-item-body .live-contents-item-body-title {
    margin-bottom: 2em;
}
.live-contents .live-contents-item .live-contents-item-body .live-contents-item-body-dateplace {
    margin-bottom: 2em;
}
.live-contents .live-contents-item .live-contents-item-body .live-contents-item-body-dateplace .date {
    font-size: 25px;
    font-weight: bold;
}
.live-contents .live-contents-item .live-contents-item-body .live-contents-item-body-content {
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .live-contents .live-contents-item {
        display: block;
        width: 90%;
        margin: 0 auto;
        max-width: 400px;
    }
    .live-contents .live-contents-item .live-contents-item-image {
        width: 100%;
        margin: 0 auto 40px;
        max-width: 400px;
    }
}


/*----------------------------------------------------------------------------------------------------

    Merch ( ex Project )

------------------------------------------------------------------------------------------------------*/

#projects .section-header {
    margin-bottom: 55px;
}


/*----------------------------------------------------------------------------------------------------

    Movie ( ex Testimonials )

------------------------------------------------------------------------------------------------------*/

#testimonials {
    padding-top: 65px;
    padding-bottom: 85px;
}
#testimonials .section-header {
    margin-bottom: 65px;
}
.movie-contents {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.movie-contents .youtube-video {
    width: 100%;
    flex: 0 1 calc(50% - 20px);
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    padding-top: 0;
    /* max-width: 400px; */
}
.movie-contents .youtube-video iframe,
.movie-contents .youtube-video video {
        width: 100%;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
    .movie-contents {
        display: block;
        /* margin-bottom: 20px; */
        padding: 0 15px;
    }
    .movie-contents .youtube-video {
        margin-bottom: 40px;
        max-width: 400px;
        margin: 0 auto 40px;
    }
    .movie-contents .youtube-video .t {
        font-size: 14px;
        color: #FFF;
    }
}

/*----------------------------------------------------------------------------------------------------

    Member

------------------------------------------------------------------------------------------------------*/

.fa-twitter:before {
    content: "";
    display: block;
    /* background-color: #CCC; */
    height: 1em;
    width: 1em;
    background-image: url(./layout/images/icon-x.svg);
    top: 1px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.fa-youtube:before {
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    background-image: url(./layout/images/icon-youtube.svg);
    filter: invert(19%) sepia(97%) saturate(6586%) hue-rotate(342deg) brightness(99%) contrast(112%);
    top: 2px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#illdy_person-2 .fa-twitter:before {
    filter: invert(20%) sepia(97%) saturate(5746%) hue-rotate(359deg) brightness(99%) contrast(83%);
}
.fa-linkedin:before {
    content: "\f16d";
    top: -1px;
    position: relative;
}
#team .section-content .person .person-content .person-content-social li a:hover,
#team .section-content .person .person-content .person-content-social li a:focus {
    opacity: 0.6;
}
#team .section-content .person .person-content .person-content-social li a {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    #team .widget_illdy_person {
        margin: 0;
        width: 90%;
    }
    #team .section-content .person .person-image {
        /* width: 100px; */
        margin-right: 0;
    }
    #team .section-content .person .person-content p {
        font-size: 12px;
    }
}


/*----------------------------------------------------------------------------------------------------

    Contact

------------------------------------------------------------------------------------------------------*/

#contact-us {
    padding-top: 65px;
    padding-bottom: 70px;
}
#contact-us .section-header {
    margin-bottom: 30px;
}
#contact-us .section-content .contact-us-social a {
    font-size: 20px;
}
.kaliforms-form-container>h3 {
    color: #545454;
    margin-top: 0;
}

#comments #respond .comment-form #input-submit, input[type=submit],
#contact-us .section-content .wpcf7-form p .wpcf7-submit {
    background-color: #6a4d8a;
}
#comments #respond:hover .comment-form #input-submit:hover, input[type=submit]:hover {
    opacity: 0.6;
}

#contact-us label {
    width: auto;
    margin-bottom: 1em;
}
#contact-us .section-content .wpcf7-form {
    position: relative;
}
.wpcf7-spinner {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    position: absolute;
    margin: 0 auto;
    width: 24px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
}
#contact-us .section-content .wpcf7-form .wpcf7-response-output {
    margin-top: 0 !important;
    float: none;
    position: absolute;
    bottom: 65px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}
#contact-us .section-content .wpcf7-form p:last-of-type {
    position: relative;
    display: block;
    text-align: center;
}
#contact-us .section-content .wpcf7-form p .wpcf7-submit {
    margin-top: 60px;
    float: none;
    /* margin: 0 auto; */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: #e72919;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #5cb531;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(1), #contact-us .section-content .wpcf7-form p:nth-of-type(2) {
    width: 50%
}
#contact-us .section-content .wpcf7-form p:nth-of-type(2) {
    padding-right: 0;
}
#contact-us .section-content .wpcf7-form p:nth-of-type(3) {
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #contact-us .section-content .container .row:nth-of-type(1) {
        display: none;
    }
    #contact-us .section-content .wpcf7-form p {
        float: none !important;
    }
    #contact-us .section-content .wpcf7-form p:nth-of-type(1), #contact-us .section-content .wpcf7-form p:nth-of-type(2) {
        width: 100%;
    }
}


/*----------------------------------------------------------------------------------------------------

    Footer

------------------------------------------------------------------------------------------------------*/

#footer .menu-sns-container ul {
    display: flex;
    gap: 20px;
}
#footer .menu-sns-container ul li {
    width: auto;
    padding: 0;
    line-height: normal;
}
#footer .menu-sns-container ul li:before,
.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:before {
    display: none;
}
#footer .menu-sns-container ul li:hover a {
    opacity: 0.6;
}
#footer .menu-sns-container ul li a {
    font-size: 30px;
    display: inline-block;
    line-height: 30px;
    transition: all 0.3s;
}
#footer .menu-sns-container ul li a i {
    vertical-align: bottom;
}
#footer .menu-sns-container ul li a i:before {
    filter: invert(100%) sepia(0%) saturate(7464%) hue-rotate(99deg) brightness(101%) contrast(105%);
}
.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    #footer .container .row .widget_nav_menu {
        margin-bottom: 60px;
    }
}


/*----------------------------------------------------------------------------------------------------

    Copyright

------------------------------------------------------------------------------------------------------*/

.copyright span:nth-child(1) {
    display: none !important;
}

.grecaptcha-badge {
    bottom: 100px !important;
}

.widget:not(.widget_recent_comments) ul li:hover > a, .widget:not(.widget_recent_comments) ul li:focus > a, .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_comments ul li a:focus {
    color: #ff6b5f;
}


/*----------------------------------------------------------------------------------------------------

    Legal Information

------------------------------------------------------------------------------------------------------*/

.markup-format table tbody {
    font-size: 14px;
    text-align: left;
}
.legal-info tr td:nth-of-type(1) {
    font-weight: bold;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .legal-info tr td {
        display: block;
    }
    .legal-info td {}
    .legal-info tr td:nth-of-type(1) {
        background: #f0f0f0;
        text-align: left;
    }
    .legal-info tr td:nth-of-type(2) {
        background: #FFF;
    }
}


/*----------------------------------------------------------------------------------------------------

    Sell Item

------------------------------------------------------------------------------------------------------*/

.sell-item p {
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.sell-item p.sell-title {
    font-weight: bold;
}
.sell-item .btn-SubButton {
    margin: 0;
    color: #FFF;
    text-decoration: none;
}
