/*
 Theme Name:   Ez Shodo Child
 Theme URI:    https://ezshodo.com/
 Description:  Ez Shodo Child Theme
 Author:       [Hank]
 Author URI:   https://ezshodo.com/
 Template:     ez-shodo
 Version:      1.0.0
*/

/* 在此線下方開始撰寫您自己的 CSS */


.site-header {
    padding: 0;
    background: rgb(255 255 255 / 60%);
}

.logo-image {
    max-width: 120px;
    padding: 2% 0 0 0;
}

.logo,.logo-title{
     max-width: 120px;
     height: 50px;
     margin: 0;
     padding: 0;
}

/* 修正 News 文章列表的頂部偏移問題 */
body.blog li.post-format-standard .post-entry {
    top: 0;
    margin-top: 0;
}

    .sm-clean {
        background: none;
    }

#main-menu {
    margin-top: 15px;
    position: relative;
    z-index: 10;
    max-width: 80%;
}

@media screen and (max-width: 992px) {
    .sm-clean a {
        color: #000 !important;
        background: transparent !important;
    }
}


#page-3605 img{
    margin:5px auto;
    widtj:100%;
    
}
.wp-block-heading  img{
    margin:5px auto;
    widtj:100%;
    
}


.product-template-default .hero-section-single-image {
    height: 450px;
    background-repeat: no-repeat;
    -webkit-background-size: /*@@prefixmycss->No equivalent*/;
    -moz-background-size: cover;
    -o-background-size: /*@@prefixmycss->No equivalent*/;
    background-size: 100%;
    background-attachment: fixed;
    background-position: top center;
    opacity: 0.8;
backdrop-filter: blur(9px);
-webkit-backdrop-filter: blur(9px);
    
}















