/*
Theme Name: KiraPix Gallery
Description: Lightweight photo gallery and download theme for KiraPix.
Author: KiraPix
Version: 2.0.27
Text Domain: kirapix-once
*/

@charset "UTF-8";

/* === KiraPix 2.0.26 lightweight core: one-file SVG icon sprite === */
*,*::before,*::after{box-sizing:border-box}
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;line-height:1.2}
button,input,textarea,select{margin:0;font:inherit}
button{cursor:pointer}
table{border-collapse:collapse}.table{width:100%;margin-bottom:1rem}
.container{width:100%;margin-right:auto;margin-left:auto;padding-right:12px;padding-left:12px}
@media(min-width:576px){.container{max-width:540px}}
@media(min-width:768px){.container{max-width:720px}}
@media(min-width:992px){.container{max-width:960px}}
@media(min-width:1200px){.container{max-width:1230px}}
.row{--kp-gutter-x:1.5rem;--kp-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--kp-gutter-y));margin-right:calc(-.5 * var(--kp-gutter-x));margin-left:calc(-.5 * var(--kp-gutter-x))}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--kp-gutter-x) * .5);padding-left:calc(var(--kp-gutter-x) * .5);margin-top:var(--kp-gutter-y)}
.g-3{--kp-gutter-x:1rem;--kp-gutter-y:1rem}
.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}
@media(min-width:992px){.col-lg-3{flex:0 0 auto;width:25%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-9{flex:0 0 auto;width:75%}}
.justify-content-center{justify-content:center!important}.text-center{text-align:center!important}
.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-4{margin-right:1.5rem!important}
.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mt-4{margin-top:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}
.border-bottom{border-bottom:1px solid currentColor!important}.h1{font-size:calc(1.375rem + 1.5vw)}.h5{font-size:1.25rem}
@media(min-width:1200px){.h1{font-size:2.5rem}}
.clearfix::after{display:block;clear:both;content:""}.stretched-link::after{position:absolute;inset:0;z-index:1;content:""}

/* Offcanvas: only the two variants used by KiraPix. */
.offcanvas{position:fixed;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background:#fff;background-clip:padding-box;outline:0;transition:transform .28s ease-in-out,visibility .28s ease-in-out}
.offcanvas.show{transform:none!important;visibility:visible}.offcanvas-top{top:0;right:0;left:0;transform:translateY(-100%)}.offcanvas-start{top:0;bottom:0;left:0;transform:translateX(-100%)}
.offcanvas-backdrop{position:fixed;inset:0;z-index:1040;background:#000;opacity:0;transition:opacity .15s linear}.offcanvas-backdrop.show{opacity:.5}

/* Carousel: only the behavior needed by the featured gallery. */
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;width:100%}.carousel-item.active{display:block}
.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin:0 15% 1rem;list-style:none}
.carousel-indicators button{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin:0 3px;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;background:#fff;background-clip:padding-box;opacity:.5}.carousel-indicators .active{opacity:1}
.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;border:0;background:none;color:#fff;text-align:center}.carousel-control-prev{left:0}.carousel-control-next{right:0}

/* KiraPix icon sprite: all icons come from one external SVG file. */
.kp-icon{display:inline-block;width:1em;height:1em;vertical-align:-.125em;fill:currentColor;stroke:currentColor;flex:0 0 auto}

/* Menu chevrons without icon fonts. */
.header-menu .header-menu-ul li.menu-item-has-children>a:after{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;display:block;position:absolute;right:2px;top:14px;transform:rotate(45deg)}
.header-menu .header-menu-ul li .sub-menu .menu-item-has-children>a:after{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;display:block;position:static;float:right;margin-top:6px;transform:rotate(-45deg)}
#mobile_right_nav .menu-zk .menu-item-has-children .czxjcdbs:before{content:"+";font-family:inherit;position:absolute;right:20px;top:0;color:#fff;width:30px;height:30px;line-height:29px;margin:8px 0;text-align:center;display:block;cursor:pointer;background:#ccc;border-radius:50%;font-size:16px;font-weight:400}
#mobile_right_nav .menu-zk .menu-item-has-children .kai:before{content:"−";font-family:inherit}

body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#333;font-size:14px;background-color:#f7f7f7;background-image:var(--ds_background);background-attachment:fixed;}
p{margin-top:0;margin-bottom:10px;}
ol,
ul,
dl{padding:0;margin:0;list-style:none;}
a{color:#333;text-decoration:none;background-color:transparent;}
a:hover{color:#0056b3;text-decoration:none;}
*:focus,
textarea:focus,
button:focus,
input:focus{box-shadow:none;outline:0}
img{border:0;max-width:100%;height:auto;}
html::-webkit-scrollbar{width:5px;background:#fff;}
html::-webkit-scrollbar-thumb{background:#222;}
html.dark::-webkit-scrollbar{width:5px;background:#212121;}
html.dark::-webkit-scrollbar-thumb{background:#333;}
#wp-admin-bar-wp-logo{display:none!important}
.show_m{-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
.f300{font-weight:300}
@media (min-width:1200px){
    .container{max-width:1230px;}
}
.dark .top .top_r .top_r_an.theme-switch{color:#ffc008;background:#212121;}
.dark .top .top_r .top_r_an:hover{background:#212121;}
.dark body{background-color:#212121;color:#c9c9c9;background-blend-mode:overlay;}
.dark a{color:#ffffff;}
.dark .header{background:#191919;}
.dark .top .top_r .top_r_an{color:#bdbdbd;}
.dark .mobile_an{color:#bdbdbd;}
.dark #mobile_right_nav .mobile_head{background:#181818;}
.dark #mobile_right_nav{background:#000;}
.dark #mobile_right_nav .menu-zk{background:#2a2a2b;}
.dark #mobile_right_nav .menu-zk li a{color:#999;border-bottom:1px solid #222222;}
.dark .post_def,
.dark .post_gallery,
.dark .widget,
.dark .cat_info_top,
.dark .post_container_title,
.dark .post_container,
.dark .post_author,
.dark .post_related,
.dark #comments{background:#2a2a2b;}
.dark .header-menu .header-menu-ul li a{color:#fff;}
.dark .widget_hot_tags .tagcloud a{background-color:#343435;}
.dark .widget_hot_tags .tagcloud a:hover{background:#4270f5;color:#fff;}
.dark .widget_hot_tags .tagcloud a.hot:before{background:#4270f5;border:3px solid #212121;}
.dark .widget_comment_ul li{border-bottom:1px solid #303030;}
.dark .widget_comment_ul li:last-child{border:none;}
.dark .widget_recent_entries ul li{border-left:2px solid #343434;}
.dark .widget_recent_entries ul li:before{background-color:#292a2a;}
.dark .widget_recent_entries ul li:after{border:2px solid #2a2a2b;}
.dark .post_container_title{border-bottom:2px solid #272727;}
.dark .post_def .post_def_right .post_def_title p{color:#c0c2cc;}
.dark .post-read-more a{background:#2a2a2b;color:#555;border-radius:4px;}
.dark .post-read-more a:hover{background:#4270f5;color:#fff;}
.dark .posts-nav .page-numbers{background:#2a2a2b;color:#fff;}
.dark .posts-nav .page-numbers:hover{background:#4270f6;}
.dark .posts-nav .current{background:#4270f6;}
.dark .links a{color:#999;}
.dark .foot .foot_nav .beian{color:#999;}
.dark .post_author{border-top:3px solid #272727;}
.dark .post_author_r .post_author_tag em{background:#343435;}
.dark #comments .comments-title{border-bottom:2px solid #2d2d2d;}
.dark #comments .comment-list li .comment-body{border-bottom:1px solid #2d2d2d;}
.dark #comments form.comment-form .comment-form-comment textarea{background:#343435;color:#ccc;}
.dark #comments form.comment-form p input{background:#343435;color:#ccc;}
.dark #comments .comment-list li .comment-body .reply a.comment-reply-link{color:#555;}
.dark .links{background:#191919;}
.dark .footbox{background:#161616;}
.dark #c_sousuo{background:#2e2e2e;}
.dark #c_sousuo .search_box .ss_a{border:3px solid #414141}
.dark .header-menu .header-menu-ul li .sub-menu{background:#212121;}
.dark .widget_search #s{background:#343435;color:#fff;}
.dark #mobile_right_nav .mobile_head .theme-switch{color:#ffc008;background:#212121;}
.dark #mobile_right_nav .menu-zk .sub-menu{background:#1d1d1d;}
.dark .wznrys .wp-block-table table{color:#fff;}
.dark .widget-title{color:#fff;}
.dark .widget-title:after{background:#212121;}
.dark .ishows .widget{border-bottom:1px solid #212121}
.dark .post_container_title h1{color:#fff;}
.dark .wznrys{font-size:15px;color:#c9c9c9;}
.dark .post_related_list a{color:#c9c9c9;}
.dark .author_show_box{background:#2a2a2b;}
.dark .author_post{border-top:1px solid #2d2d2d;}
.dark .wznrys pre.wp-block-code{background:#363636;border:1px solid #363636;}
.dark .wznrys pre.wp-block-code .hljs{background:#232323;color:#d3d3d3;}
.dark .wznrys pre.wp-block-code code::-webkit-scrollbar{background:#363636;}
.dark .wznrys pre.wp-block-code code::-webkit-scrollbar-thumb{background:#2a2a2b;}
.header{background:#fff;width:100%;z-index:10;padding:16px 0px;margin-bottom:1.5rem;box-shadow:0px 1px 20px 12px #0808080f;}
.top{display:flex;justify-content:space-between;align-items:center;}
.top .top_l{display:flex;align-items:center;}
.top .top_l .logo{margin-bottom:0px;font-size:20px;margin-right:25px;}
.top .top_l .logo a{display:flex;align-items:center;}
.top .top_l .logo a img{height:30px;margin-right:0;}
.top .top_r{display:flex;}
.top .top_r .top_r_an{border:none;color:#555;background:none;width:30px;height:30px;border-radius:50%;text-align:center;line-height:30px;padding:0;cursor:pointer;}
.top .top_r .top_r_an.theme-switch{background:#e9e9e9;}
.top .top_r .top_r_an:hover{background:#e9e9e9;}
.top .top_r .top_r_an .kp-icon{}
@media (max-width:768px){
    .top .top_l .logo{margin-right:0px;}
    .top .top_l .logo a img{height:22px;}
    .top .top_r .top_r_an.theme-switch{display:none;}
}

/*nav*/
.header-menu{}
.header-menu .header-menu-ul{font-size:0px;}
.header-menu .header-menu-ul li{display:inline-block;position:relative;}
.header-menu .header-menu-ul li:hover{}
.header-menu .header-menu-ul li a{padding:10px 18px;display:block;font-size:14px;}
.header-menu .header-menu-ul li .sub-menu{display:none;position:absolute;top:41px;background:#fff;width:160px;padding:20px;box-shadow:0px 8px 20px 5px #00000014;z-index:99;border-radius:10px;}
.header-menu .header-menu-ul li .sub-menu li{width:100%;}
.header-menu .header-menu-ul li .sub-menu li a{font-size:14px;padding:5px 10px;}
.header-menu .header-menu-ul li .sub-menu li a:after{display:none}
.header-menu .header-menu-ul li .sub-menu .sub-menu{position:absolute;left:200px;top:0px;}
.header-menu .header-menu-ul li.current-menu-item,
.header-menu .header-menu-ul li.current-menu-parent,
.header-menu .header-menu-ul li.current-menu-ancestor{}
@media (max-width:992px){
    .header-menu{display:none;}
}

/*mobile_anniu*/
#mobile_right_nav{width:300px;border:none;}
#mobile_right_nav .mobile_head{padding:15px 22px;color:#fff;background:rgba(0,0,0,0.2);display:flex;justify-content:space-between;}
#mobile_right_nav .mobile_head .mobile_head_logo{display:flex;align-items:center;color:#333;justify-content:center;}
#mobile_right_nav .mobile_head .mobile_head_logo img{height:28px;margin-right:0;}
#mobile_right_nav .mobile_head .theme-switch{color:#333;background:#fff;width:30px;height:30px;border-radius:50%;border:none;text-align:center;display:flex;align-items:center;justify-content:center;font-size:12px;}
#mobile_right_nav .menu-zk{margin:20px;background:#ebebeb;border-radius:8px;overflow:hidden;}
#mobile_right_nav .menu-zk li{line-height:46px;position:relative;}
#mobile_right_nav .menu-zk li a{font-size:14px;display:block;border-bottom:1px solid #e3e3e3;color:#333;padding:0px 30px;}
#mobile_right_nav .menu-zk li:last-child a{border-bottom:none;}
#mobile_right_nav .menu-zk .sub-menu{display:none;background:#4270f5;}
#mobile_right_nav .menu-zk .sub-menu li a{font-size:12px;color:#ffffff;font-weight:300;border-bottom:none;}
.mobile_an{border:none;color:#555;background:none;width:30px;height:30px;border-radius:50%;text-align:center;line-height:30px;padding:0;font-size:18px;display:none;}
@media (max-width:992px){
    .mobile_an{display:inline-block;}
}

/*search*/
#c_sousuo{height:120px;}
#c_sousuo .search_box{margin:30px 0px;text-align:center;}
#c_sousuo .search_box .ss_a{width:100%;position:relative;border:3px solid #dddddd;line-height:40px;overflow:hidden;padding:0px 15px;}
#c_sousuo .search_box .ss_a input{width:100%;border:none;font-size:12px;color:#b7b7b7;background:none;}
#c_sousuo .search_box .ss_a button{position:absolute;top:3px;right:12px;bottom:3px;border:none;color:#b7b7b7;border-radius:5px;line-height:1;background:none;}

/*index banner left*/
.index_banner{margin-bottom:25px;}
#banner{border-radius:4px;overflow:hidden;}
#banner .carousel-indicators{right:20px;left:inherit;bottom:14px;margin-right:inherit;margin-bottom:inherit;margin-left:inherit;display:flex;justify-content:flex-end;}
#banner .carousel-indicators button{width:10px;height:10px;border-radius:50%;}
#banner .carousel-control-prev,
#banner .carousel-control-next{opacity:0;}
#banner .carousel-control-prev .kp-icon,
#banner .carousel-control-next .kp-icon{width:40px;height:40px;padding:13px;background:#242424;border-radius:50%;transition:all 0.6s ease;}
#banner:hover .carousel-control-prev,
#banner:hover .carousel-control-next{opacity:1;}
#banner .carousel-control-prev .kp-icon:hover,
#banner .carousel-control-next .kp-icon:hover{background:#4270f6;color:#fff;}
#banner .banlist{display:block;position:relative;z-index:1;overflow:hidden;}
#banner .banlist:before{position:absolute;content:'';width:100%;height:100%;top:0px;right:0px;z-index:1;opacity:0.6;background:linear-gradient(to top,black,#ffffff00);}
#banner .banlist img{transition:all .3s ease-out 0s;}
#banner .banlist h2{position:absolute;color:#fff;z-index:9;font-size:14px;width:100%;bottom:0px;left:0px;padding:20px 25px;margin:0px;}
#banner .banlist i{position:absolute;top:0px;left:0px;background:#4270f5;color:#fff;font-size:12px;font-style:inherit;padding:3px 7px;}
#banner:hover .banlist img{transform:scale(1.1);}
@media (max-width:768px){
    #banner .banlist h2{bottom:22px;text-align:center;}
    #banner .carousel-indicators{display:flex;justify-content:center;right:0;left:0;bottom:8px;}
}

/*index banner right*/
.index_banner .index_banner_center{height:100%;}
.index_banner .index_banner_center .zt_list{}
.index_banner .index_banner_center .zt_list:first-child{margin-bottom:8%;}
.index_banner .index_banner_center .zt_list{position:relative;overflow:hidden;display:block;height:48%;border-radius:4px;}
.index_banner .index_banner_center .zt_list:before{position:absolute;content:'';width:100%;height:100%;top:0px;right:0px;z-index:1;opacity:0.6;background:linear-gradient(to top,black,#ffffff00);}
.index_banner .index_banner_center .zt_list:hover img{transform:scale(1.1);}
.index_banner .index_banner_center .zt_list img{display:block;transition:all .3s ease-out 0s;width:100%;height:100%;}
.index_banner .index_banner_center .zt_list h3{position:absolute;color:#fff;z-index:9;font-size:14px;width:100%;bottom:0px;left:0px;padding:17px 10px;margin:0px;}
.index_banner .index_banner_center .zt_list b{color:#fff;display:block;position:absolute;top:0px;background:#4270f5;font-size:12px;font-weight:400;padding:3px 7px;}
.index_banner .gglb{display:block;position:relative;overflow:hidden;height:100%;border-radius:4px;}
.index_banner .gglb img{transition:all .3s ease-out 0s;width:100%;height:100%;}
.index_banner .gglb:hover img{transform:scale(1.1);}
.index_banner .gglb .gg_txt{position:absolute;color:#fff;z-index:9;width:100%;bottom:0px;left:0px;padding:17px 25px;background:#63636370;}
.index_banner .gglb .gg_txt h3{font-size:14px;}
.index_banner .gglb .gg_txt p{margin-bottom:0px;line-height:2;font-size:12px;}
.index_banner .gglb .gg_txt p i{margin-right:6px;}
.index_banner .gglb:before{position:absolute;content:'';width:100%;height:100%;top:0px;right:0px;z-index:1;opacity:0.6;background:linear-gradient(to top,black,#ffffff00);}
.index_banner .gglb b{color:#fff;display:block;position:absolute;top:0px;background:#4270f5;font-size:12px;font-weight:400;padding:3px 7px;}

/*post loop*/
.post_def{background:#fff;padding:20px;margin-bottom:20px;border-radius:4px;}
.post_def:hover img{transform:scale(1.1);}
.post_def .post_def_left{display:block;overflow:hidden;}
.post_def .post_def_left img{border-radius:4px;transition:.6s;width:100%;}
.post_def .post_def_right{display:flex;flex-direction:column;justify-content:space-between;height:100%;}
.post_def .post_def_right .post_def_title{}
.post_def .post_def_right .post_def_title h2{font-size:18px;margin-bottom:15px;}
.post_def .post_def_right .post_def_title h2 a{}
.post_def .post_def_right .post_def_title p{color:#545454;line-height:1.8;font-weight:300;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.post_info{color:#888;font-size:12px;font-weight:300;display:flex;justify-content:space-between;align-items:center;}
.post_info .post_info_l{}
.post_info .post_info_l span{margin-right:20px;}
.post_info .post_info_l span i{margin-right:6px;}
.post_info .post_info_l span a{color:#888;}
.post_info .post_info_r{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right;}
.post_info .post_info_r em{font-style:inherit;margin-left:12px;color:#888;}
.post_info .post_info_r em a{margin-left:3px;color:#888;}
.post_gallery{background:#fff;padding:20px;margin-bottom:20px;}
.post_gallery .post_gallery_head{position:relative;}
.post_gallery .post_gallery_head h2{font-size:18px;margin-bottom:20px;}
.post_gallery .post_gallery_head h2 a{}
.post_gallery .post_gallery_head img{border-radius:4px;}
.post_images{position:relative;margin-bottom:20px;border-radius:5px;overflow:hidden;}
.post_images .post_images_foot{position:absolute;bottom:0px;color:#fff;padding:40px 30px;z-index:9;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;}
.post_images .post_images_foot h2{font-size:20px;margin-bottom:18px;}
.post_images .post_images_foot h2 a{color:#fff;}
.post_images .post_images_foot p{font-weight:300;margin-bottom:15px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.post_images .post_images_foot .post_info{color:#fff;}
.post_images .post_images_foot .post_info a{color:#fff;}
.post_images:before{position:absolute;content:'';width:100%;height:100%;top:0px;right:0px;z-index:1;opacity:0.6;background:linear-gradient(to top,black,#ffffff00);}
.post-read-more{text-align:center;margin-bottom:20px;}
.post-read-more a{background:#fff;padding:11px 0px;display:block;color:#919191;font-size:13px;}
.post-read-more a.loading{background:#4270f5;color:#fff;}
.posts-nav{text-align:center;margin:40px 0px;}
.posts-nav .page-numbers{padding:5px 10px;background:#fff;display:inline-block;color:#555;font-size:12px;margin:0px 2px;}
.posts-nav .page-numbers:hover,
.posts-nav .page-numbers.current{background:#4270f6;color:#fff;}
@media (max-width:768px){
    .post_info .post_info_r{display:none;}
    .post_info .post_info_l span{margin-right:10px;}
    .post_images .post_images_foot{padding:15px;}
    .post_def .post_def_right .post_def_title p{display:none;}
    .post_def{margin-bottom:10px;padding:12px;}
    .post_def .post_def_right .post_def_title h2{font-size:14px;margin-bottom:5px;}
    .post_gallery{margin-bottom:10px;padding:12px;}
    .post_images{margin-bottom:10px;}
    .post_author{display:none;}
    .post_gallery .post_gallery_head h2{font-size:14px;margin-bottom:10px;}
    .post_images .post_images_foot p{display:none;}
    .post_images .post_images_foot h2{font-size:14px;margin-bottom:8px;}
}
.links{background:#272b30;padding:25px 0px;font-size:12px;}
.links a{color:#999;margin-right:8px;font-weight:300;display:inline-block;}
.links span{color:#999;font-weight:300;}
.footbox{background:#1f2327;padding:25px 0px;font-size:12px;}
.foot{display:flex;flex-direction:row;justify-content:space-between;}
.foot a{color:#999;}
.foot .copyright{}
.foot .copyright p{color:#999;margin:0px;font-weight:300;}
.foot .copyright p a{color:#999;}
.foot .foot_nav{display:flex;}
.foot .foot_nav .dbdh{}
.foot .foot_nav .dbdh ul{}
.foot .foot_nav .dbdh ul li{display:inline-block;margin-right:20px;}
.foot .foot_nav .dbdh ul li a{color:#999;font-weight:300;display:inline-block;}
.foot .foot_nav .dbdh ul li a:hover{font-weight:bold;}
.foot .foot_nav .beian{}
@media (max-width:768px){
    .foot{display:flex;flex-direction:column;align-items:center;}
    .foot .foot_nav{margin-bottom:0px;}
    .foot .foot_nav .dbdh{display:none;}
    .foot .foot_nav .beian{margin-top:8px;}
}

/*gototop*/
.scrollToTopBtn{background-color:black;border:none;border-radius:50%;color:white;cursor:pointer;font-size:16px;height:48px;width:48px;position:fixed;bottom:30px;right:30px;z-index:100;opacity:0;transform:translateY(100px);transition:all .5s ease;}
.scrollToTopBtn:hover{background:#4270f6;color:#fff;}
.showBtn{opacity:1;transform:translateY(0)}

/*widget*/
.sidebar_sticky{position:sticky;top:95px;margin-bottom:20px;}
.widget{margin-bottom:20px;position:relative;overflow:hidden;background:#FFF;padding:20px 22px 20px 22px;border-radius:4px;}
.widget-title{font-size:16px;text-transform:uppercase;margin-bottom:35px;position:relative;padding-left:1.25rem;}
.widget-title:before{content:'';position:absolute;left:2px;top:6px;width:8px;height:8px;border-radius:5px;background:#0a59f8;background:linear-gradient(to top,#6598ff,#0a59f8);}
.widget-title:after{content:'';position:absolute;height:1px;background:#f7f7f7;left:-22px;bottom:-15px;right:-22px;width:calc(100% + 44px);}
.widget_text .textwidget{}
.widget_text .textwidget p{font-size:12px;}

/*widget kuaixun*/
.widget_recent_entries{}
.widget_recent_entries ul{margin-left:5px;}
.widget_recent_entries ul li{border-left:2px solid #eaeef5;padding-bottom:20px;padding-left:20px;position:relative;}
.widget_recent_entries ul li a{margin-bottom:6px;display:block;font-size:13px;}
.widget_recent_entries ul li span{color:#7d7d7d;display:block;font-weight:300;font-size:12px;}
.widget_recent_entries ul li:last-child{border-bottom:none;padding-bottom:0px;margin-bottom:0px;}
.widget_recent_entries ul li:before{content:"";position:absolute;background-color:#fff;height:4px;width:4px;border-radius:50%;left:-3px;top:8px;z-index:9;}
.widget_recent_entries ul li:after{content:"";position:absolute;background-color:#4270f6;height:14px;width:14px;border-radius:50%;left:-8px;top:3px;transition:.6s;border:3px solid #fff;}
.widget_recent_entries ul li:hover:after{background-color:#ffc109;}

/*widget tags*/
.widget_hot_tags .tagcloud{}
.widget_hot_tags .tagcloud a{font-size:13px!important;padding:5px 13px;display:inline-block;margin-right:6px;margin-bottom:6px;border-radius:3px;background-color:#f5f5f5;position:relative;}
.widget_hot_tags .tagcloud a:hover{background:#4270f5;color:#fff;}
.widget_hot_tags .tagcloud a.hot:before{content:"";position:absolute;width:12px;height:12px;background:#4270f5;border-radius:50%;top:-2px;right:0px;border:3px solid #fff;}

/*widget search*/
.widget_search .searchform{position:relative;}
.widget_search .screen-reader-text{display:none;}
.widget_search #s{width:100%;height:36px;border:none;text-indent:10px;font-size:14px;border-radius:8px;overflow:hidden;background:#f5f5f5;font-weight:300;}
.widget_search #searchsubmit{width:60px;height:36px;border:none;background:#4270f6;color:#fff;position:absolute;right:0px;font-size:12px;border-radius:0px 8px 8px 0px;}

/*widget comment*/
.widget_comment_ul{}
.widget_comment_ul li{display:flex;padding-bottom:15px;border-bottom:1px solid #f4f4f4;margin-bottom:15px;}
.widget_comment_ul li img{margin-right:13px;width:24px;height:24px;flex-shrink:0;border-radius:50%;display:block;}
.widget_comment_ul li .widget_comment_info{}
.widget_comment_ul li .widget_comment_info a{font-size:13px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.widget_comment_ul li .widget_comment_info span{display:block;font-size:12px;color:#9e9c9c;margin-top:5px;font-weight:300;}
.widget_comment_ul li .widget_comment_info span em{margin-right:5px;font-style:inherit;}
.widget_comment_ul li:last-child{margin:0px;padding:0px 0px 5px 0px;border:none;}

/*widget hot_post*/
.widget_hot_post{}
.widget_hot_post .widget_hot_li{display:flex;align-items:center;margin-bottom:20px;position:relative;}
.widget_hot_post .widget_hot_li img{width:75px;margin-right:15px;flex-shrink:0;border-radius:4px;}
.widget_hot_post .widget_hot_li .hot_post_info{}
.widget_hot_post .widget_hot_li .hot_post_info h4{font-size:13px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:5px;font-weight:inherit;}
.widget_hot_post .widget_hot_li .hot_post_info h4 a{}
.widget_hot_post .widget_hot_li .hot_post_info p{margin:0px;font-size:12px;color:#9b9b9b;font-weight:300;}
.widget_hot_post .widget_hot_li:last-child{margin:0px;}
.widget_hot_post .widget_hot_li:first-child{position:relative;}
.widget_hot_post .widget_hot_li:first-child img{width:100%;margin:0px;}
.widget_hot_post .widget_hot_li:first-child .hot_post_info{position:absolute;bottom:0px;width:100%;height:100%;color:#fff;padding:15px;display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-end;z-index:9;}
.widget_hot_post .widget_hot_li:first-child .hot_post_info h4{margin-bottom:0px;}
.widget_hot_post .widget_hot_li:first-child .hot_post_info h4 a{color:#fff;}
.widget_hot_post .widget_hot_li:first-child .hot_post_info p{color:#fff;}
.widget_hot_post .widget_hot_li:first-child:before{position:absolute;content:'';width:100%;height:100%;top:0px;right:0px;z-index:1;opacity:0.6;background:linear-gradient(to top,black,#ffffff00);}

/*widget_admin_show*/
.author_show_box{background:#fff;border-radius:8px;overflow:hidden;margin-bottom:20px;}
.author_show_box .author_show_head{text-align:center;z-index:9;position:relative;padding:30px 30px 0px 30px;}
.author_show_box .author_show_head img{border-radius:50%;margin-bottom:15px;}
.author_show_box .author_show_head h3{font-size:16px;margin-bottom:15px;}
.author_show_box .author_show_head p{font-weight:300;line-height:1.4;margin-bottom:15px;font-size:13px;}
.author_show_box .author_show_info{text-align:center;padding:5px 0px 20px 0px;color:#6a6a6a;font-size:12px;}
.author_show_box .author_show_info span{margin:0px 10px;}
.author_show_box .author_show_info span .kp-icon{margin-right:8px;}
.author_show_box .author_show_info span b{font-weight:inherit;}
.author_post{padding:20px 22px 0px 22px;border-top:1px solid #f6f5f5;}
.author_post li{display:flex;align-items:center;margin-bottom:20px;position:relative;}
.author_post li img{width:75px;margin-right:15px;flex-shrink:0;border-radius:4px;}
.author_post li .author_title{}
.author_post li .author_title h4{font-size:13px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:5px;font-weight:inherit;}
.author_post li .author_title h4 a{}
.author_post li .author_title p{margin:0px;font-size:12px;color:#9b9b9b;font-weight:300;}

/* KiraPix single post: centered, wider reading canvas */
.kp-single-container{max-width:1280px;}
.kp-single-main{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;}
@media (min-width:1400px){
    .kp-single-container{max-width:1320px;}
    .kp-single-main{max-width:1220px;}
}

/*post*/
.post_container_title{padding:35px 30px 20px 30px;background:#ffffff;border-bottom:2px solid #f7f7f7;border-radius:4px 4px 0px 0px;}
.post_container_title h1{font-size:20px;margin-bottom:0px;}
.post_container_title p{margin:15px 0px 0px 0px;font-size:12px;}
.post_container_title p span{margin-right:20px;color:#8c8989;font-weight:300;}
.post_container_title p span .kp-icon{margin-right:5px;}
.post_container{background:#fff;padding:30px 32px 20px 32px;border-radius:0px 0px 4px 4px;}
.post_comment{border-radius:4px;overflow:hidden;}
.post_author{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:20px 30px;background:#fff;border-top:3px solid #f7f7f7;border-radius:0px 0px 4px 4px;}
.post_author_l{display:flex;align-items:center;flex-shrink:0;margin-right:20px;}
.post_author_l img{border-radius:50%;margin-right:15px;width:28px;height:28px;}
.post_author_l span{}
.post_author_r{display:flex;align-items:center;overflow:hidden;}
.post_author_r .post_author_tag{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.post_author_r .post_author_tag em{background:#f7f7f7;padding:4px 8px;margin:0px 4px;font-style:inherit;border-radius:4px;font-size:12px;display:inline-block;}
.post_author_r .post_author_tag em .kp-icon{margin-right:2px;}
.post_author_r .post_author_tag em:hover{background:#24b581;color:#fff;}
.post_author_r .post_author_tag em:hover a{color:#fff;}
.post_author_icon{margin-left:15px;flex-shrink:0;}
.post_author_icon a{background:#4270f5;padding:4px 8px;margin:0px 4px;font-style:inherit;border-radius:4px;color:#fff;font-size:12px;display:inline-block;}
.post_author_icon a:hover{}
.post_author_icon a .kp-icon{margin-right:3px;}
.post_related{background:#fff;padding:30px 30px 15px 30px;border-radius:4px;}
.post_related_list{}
.post_related_list a{display:block;margin-bottom:15px;color:#515151;position:relative;padding-left:15px;}
.post_related_list a:before{content:"";width:5px;height:5px;border-radius:50%;background-color:#ccc;position:absolute;top:8px;left:0px;}
@media (max-width:768px){
    .post_container_title{padding:20px;}
    .post_container_title h1{font-size:18px;}
    .post_container{padding:20px;}
    .post_author{padding:20px;}
    .post_author_r .post_author_tag{display:none;}
    .post_related{padding:20px 20px 15px 20px;}
    .post_related_list a{font-size:13px;}
}

/*cat*/
.cat_info_top{background:#fff;padding:20px;margin-bottom:20px;}
.cat_info_top h2,.cat_info_top h1{font-size:18px;margin-bottom:0;position:relative;padding-left:1.25rem;}
.cat_info_top h2:before,.cat_info_top h1:before{content:'';position:absolute;left:2px;top:7px;width:8px;height:8px;border-radius:5px;background:#0a59f8;background:linear-gradient(to top,#6598ff,#0a59f8);}
.cat_info_top p{margin-bottom:0px;color:#888;line-height:1.6;font-weight:300;margin-top:10px;}

/*next_prev_posts*/
.next_prev_posts{display:table;width:100%;margin-bottom:20px;}
.next_prev_posts .prev_next_box{width:50%;float:left;position:relative;display:block;}
.next_prev_posts .prev_next_box a{display:block;padding:30px 20px;color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.next_prev_posts .prev_next_box a:after{content:'';position:absolute;background-color:rgba(0,0,0,.46);left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:0;}
.next_prev_posts .prev_next_box .prev_next_info{z-index:1;position:relative;}
.next_prev_posts .prev_next_box .prev_next_info small{font-size:16px;}
.next_prev_posts .prev_next_box .prev_next_info p{margin-top:10px;margin-bottom:0px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.next_prev_posts .prev_next_box.nav_next .prev_next_info{text-align:right;}
@media (max-width:768px){
    .next_prev_posts .prev_next_box a{padding:15px;background-repeat:no-repeat;background-size:cover;background-position:center center;}
    .next_prev_posts .prev_next_box .prev_next_info small{font-size:12px;}
    .next_prev_posts .prev_next_box .prev_next_info p{font-size:12px;margin-top:5px;}
}

/*zw*/
.wznrys{font-size:15px;text-align:justify;}
.wznrys hr{height:20px;border:none;position:relative;padding:0px;margin:10px 0px 25px 0px;}
.wznrys hr:after{content:"";width:100%;height:1px;background-color:#e2e2e2;position:absolute;top:10px;z-index:1;}
.wznrys hr:before{content:"";position:absolute;width:8px;height:8px;background-color:#ababab;left:50%;top:50%;transform:rotate(45deg);z-index:2;margin-top:-4px;margin-left:-4px;}
.wznrys .post-image{padding-bottom:20px}
.wznrys .is-layout-flex{display:flex;}
.wznrys p{line-height:2;padding-bottom:20px;margin-bottom:0;margin-top:0;}
.wznrys h1,
.wznrys h2,
.wznrys h3,
.wznrys h4,
.wznrys h5,
.wznrys h6{margin-bottom:25px;margin-top:0px;line-height:30px;}
.wznrys h1{font-size:22px;}
.wznrys h2{font-size:20px;}
.wznrys h3{font-size:18px;}
.wznrys h4{font-size:16px;}
.wznrys h5{font-size:14px;}
.wznrys h6{font-size:14px;}
.wznrys ol,
.wznrys ul{margin-bottom:30px;list-style:disc;}
.wznrys ol li,
.wznrys ul li{margin-left:24px;margin-bottom:12px;line-height:2;}
.wznrys ol li a,
.wznrys ul li a{border-bottom:1px solid #3ca5f6;color:#3ca5f6;}
.wznrys p img{max-width:100%;height:auto}
.wznrys blockquote{margin:5px 0px 30px 0px;position:relative;border-radius:3px;font-size:inherit;padding:10px 25px 0px 25px;border-left:4px solid #e3e3e3;background-color:#f9f9f9;}
.wznrys blockquote p{padding:0px 0px 5px 0px;font-weight:bold;font-size:16px;font-style:inherit;}
.wznrys blockquote cite{padding-bottom:20px;display:flex;font-size:14px;line-height:2;font-style:inherit;}
.wznrys .aligncenter{clear:both;display:block;margin:0 auto;}
.wznrys .alignright{float:right;margin:25px 0px 10px 20px;}
.wznrys .alignleft{float:left;margin:25px 20px 10px 0px;}
.wznrys .wp-caption{max-width:100%;}
.wznrys .wp-caption p.wp-caption-text{text-align:center;padding-bottom:0px;margin-bottom:25px;font-size:12px;color:#888;font-weight:300;}
.wznrys p a{border-bottom:1px solid #3ca5f6;color:#3ca5f6;margin:0 4px}
.wznrys strong{font-weight:bold;}
.wznrys .crayon-table tr:nth-child(odd){background:none;}

/* code */
.wznrys pre.wp-block-code{margin:20px 0px 30px 0px;position:relative;background:#efefef;padding-top:36px;border-radius:5px;border:1px solid #efefef;}
.wznrys pre.wp-block-code code{font-size:13px;line-height:1.8;padding:15px 20px;}
.wznrys pre.wp-block-code code::-webkit-scrollbar{width:5px;background:#f0f0f0;height:5px;}
.wznrys pre.wp-block-code code::-webkit-scrollbar-thumb{background:#4270f5;}
.wznrys pre.wp-block-code code table{border:none;line-height:1.8;margin:0;width:100%;}
.wznrys pre.wp-block-code code table tr{}
.wznrys pre.wp-block-code code table tr:nth-child(odd){background:none;}
.wznrys pre.wp-block-code code table tr:last-child{border-bottom:none;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers{width:30px;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers .hljs-ln-n{text-align:center;color:#d3d3d3;font-weight:300;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers .hljs-ln-n:before{padding-right:10px;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-code{border-left:1px solid #eaeaea;padding-left:20px;}
.wznrys pre.wp-block-code code table tr td{border:none;text-align:inherit;line-height:inherit;}
.wznrys pre.wp-block-code:before{content:"";position:absolute;border-radius:50%;background:#fc625d;width:12px;height:12px;left:14px;top:12px;box-shadow:20px 0 #fdbc40,40px 0 #35cd4b;z-index:2;}
.wznrys .wp-block-image{margin-bottom:30px;}
.wznrys .wp-block-image figure{}
.wznrys .wp-block-image figure img{}
.wznrys .wp-block-image figure.aligncenter{}
.wznrys .wp-block-image figure.aligncenter img{display:block;margin:auto;}
.wznrys figure{border:none!important;}
.wznrys figure.wp-block-video video{width:100%;}
.wznrys figcaption{font-size:12px;font-weight:300;margin:15px 0px!important;text-align:center;}
.wznrys .wp-block-gallery figcaption{margin:0!important;}
.wznrys .wp-block-table{}
.wznrys .wp-block-table table{border:1px solid #e9e9e9;font-size:14px;margin-bottom:20px;border-right:none;border-bottom:none;}
.wznrys .wp-block-table table{}
.wznrys .wp-block-table table tr{border-bottom:1px solid #e7e7e7;}
.wznrys .wp-block-table table tr td,
.wznrys .wp-block-table table tr th{padding:12px 20px;border-right:1px solid #e7e7e7;}
.wznrys .wp-block-audio{margin-bottom:40px;}
.wznrys .wp-block-cover{margin-bottom:40px;}
.wznrys .wp-block-cover .wp-block-cover__inner-container{margin:0px 10%;}
.wznrys .wp-block-search{margin-bottom:30px;}
.wznrys .wp-block-search .wp-block-search__label{display:none;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper{background:#ebe9e9;padding:15px 20px;border-radius:5px;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input{background:#fff;border:none;border-radius:10px 0px 0px 10px;text-indent:15px;color:#a7a6a6;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{background-color:#dc3544;margin-left:0px;border:none;font-size:14px;color:#fff;border-radius:0px 10px 10px 0px;padding:8px 25px;}
@media (max-width:992px){
    .sidebar_sticky{display:none;}
    .none_992{display:none;}
}
@media (max-width:768px){
    .mobile_none{display:none;}
}
.nopic_des{position:fixed;width:100%;height:100%;background:#ffffff;top:0px;z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:20px;text-align:center;line-height:2;}
.nopic_des a{background:#3556f3;margin-top:20px;padding:8px 45px;font-size:16px;color:#fff;}
.ishows{}
.ishows .widget{margin:0;padding:0 0 20px 0;border-radius:0;border-bottom:1px solid #f7f7f7;}
.ishows .widget .widget-title{padding: 15px 20px 15px 50px;margin-bottom:20px;}
.ishows .widget .widget-title:before{top:20px;left: 30px;}
.ishows .widget .widget-title:after{bottom:0;}

/* === KiraPix photo-grid adaptation === */
:root{--kp-accent:#6d5dfc;--kp-accent-2:#8a7cff;--kp-card:#fff;--kp-muted:#747a86;--kp-border:#eceef3;--kp-radius:14px;}
body{overflow-x:hidden;}
.header{padding:13px 0;margin-bottom:1.25rem;}
.top .top_l .logo a img{max-width:180px;object-fit:contain;}
.header-menu .header-menu-ul li a{font-weight:550;}
#c_sousuo .search_box .ss_a{border:1px solid var(--kp-border);border-radius:999px;background:#fff;box-shadow:0 10px 35px rgba(20,23,34,.08);}
#c_sousuo .search_box .ss_a input{font-size:14px;color:#444;padding-right:45px;}
.dark #c_sousuo .search_box .ss_a{background:#262629;border-color:#35353b;}

.kp-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:6px 0 18px;}
.kp-section-head h1,.kp-section-head h2{font-size:24px;line-height:1.2;margin:0;font-weight:750;}
.kp-section-head p{margin:6px 0 0;color:var(--kp-muted);font-size:13px;}
.post_box{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.kp-card{position:relative;background:var(--kp-card);border:1px solid var(--kp-border);border-radius:var(--kp-radius);overflow:hidden;min-width:0;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.kp-card:hover{transform:translateY(-3px);box-shadow:0 12px 34px rgba(25,28,38,.10);border-color:#dedff0;}
.kp-card-media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#eceef3;}
.kp-card-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .28s ease;}
.kp-card:hover .kp-card-media img{transform:scale(1.025);}
.kp-card-badge{display:none!important;}
.kp-card-body{padding:12px 13px 13px;}
.kp-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--kp-muted);font-size:11px;margin-bottom:7px;white-space:nowrap;overflow:hidden;}
.kp-card-meta span{overflow:hidden;text-overflow:ellipsis;}
.kp-card-title{font-size:15px;line-height:1.45;font-weight:700;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px;}
.kp-card-title a{color:inherit;}
.kp-card-title a:hover{color:var(--kp-accent);}
.kp-card-stats{display:flex;flex-wrap:wrap;gap:7px;color:var(--kp-muted);font-size:11px;}
.kp-card-stats span{display:inline-flex;align-items:center;gap:4px;}
.kp-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:9px;border-top:1px solid var(--kp-border);color:var(--kp-muted);font-size:11px;line-height:1.2;}
.kp-card-footer span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;}
.kp-card-footer .kp-icon{width:11px;height:11px;}
.dark .kp-card{background:#2a2a2b;border-color:#34343a;}
.dark .kp-card-media{background:#222;}
.dark .kp-card-meta,.dark .kp-card-stats,.dark .kp-card-footer{color:#9da0a8;}
.dark .kp-card-footer{border-top-color:#34343a;}

.kp-featured{margin:0 0 24px;}
.kp-featured #banner{border-radius:18px;}
.kp-featured #banner .banlist{height:min(44vw,470px);min-height:280px;}
.kp-featured #banner .banlist img{width:100%;height:100%;object-fit:cover;object-position:center center;}
.kp-featured #banner .banlist:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.68));pointer-events:none;}
.kp-featured #banner .banlist h2{z-index:2;max-width:78%;font-size:clamp(20px,3vw,34px);}
.kp-featured #banner .banlist i{z-index:2;background:var(--kp-accent);font-style:normal;border-radius:999px;}

.kp-photo-details{background:#fff;border:1px solid var(--kp-border);border-radius:14px;padding:18px 20px;margin:0 0 18px;}
.kp-photo-details h2{font-size:17px;margin:0 0 14px;font-weight:750;}
.kp-details-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 18px;}
.kp-detail{min-width:0;}
.kp-detail small{display:block;color:var(--kp-muted);font-size:11px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;}
.kp-detail strong{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.dark .kp-photo-details{background:#2a2a2b;border-color:#34343a;}

.kp-download-box{background:linear-gradient(135deg,#5d4ef7,#8575ff);color:#fff;border-radius:16px;padding:22px;margin:20px 0;box-shadow:0 14px 34px rgba(93,78,247,.22);}
.kp-download-box h3{margin:0 0 6px;color:#fff;font-size:20px;font-weight:750;}
.kp-download-box p{margin:0 0 15px;color:rgba(255,255,255,.82);}
.kp-download-actions{display:flex;flex-wrap:wrap;gap:10px;}
.kp-download-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#fff;color:#3f35b7!important;border-radius:10px;padding:11px 16px;font-weight:700;line-height:1.2;transition:transform .15s ease,opacity .15s ease;}
.kp-download-button:hover{transform:translateY(-1px);opacity:.94;}

.kp-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.kp-related-grid .kp-card-title{font-size:14px;}
.post_related .widget-title{margin-bottom:14px;}
.cat_info_top{border-radius:14px;}
.cat_info_top h2,.cat_info_top h1{font-weight:750;}
.posts-nav{margin-top:24px;}

@media (max-width:1199px){.post_box{grid-template-columns:repeat(3,minmax(0,1fr));}.kp-details-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:767px){
  .container{padding-left:12px;padding-right:12px;}
  .post_box{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .kp-card{border-radius:11px;}
  .kp-card-body{padding:9px 9px 10px;}
  .kp-card-title{font-size:13px;min-height:38px;margin-bottom:6px;}
  .kp-card-meta{font-size:10px;margin-bottom:5px;}
  .kp-card-stats{font-size:10px;gap:5px;}
  .kp-section-head{margin-bottom:12px;}
  .kp-section-head h1,.kp-section-head h2{font-size:20px;}
  .kp-featured #banner .banlist{height:58vw;min-height:220px;}
  .kp-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;}
  .kp-photo-details{padding:15px;}
  .kp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .kp-download-box{padding:18px 16px;}
  .kp-download-button{flex:1 1 100%;}
}
@media (max-width:374px){.post_box,.kp-related-grid{gap:8px}.kp-card-body{padding:8px}.kp-card-title{font-size:12.5px}}

/* KiraPix 2.0.5: remove WordPress publishing author from cards and single footer */
.kp-post-taxonomy-bar{justify-content:flex-end;}
.kp-post-taxonomy-bar .post_author_r{width:100%;justify-content:space-between;}
@media (max-width:768px){
  .kp-card-footer{font-size:10px;gap:6px;margin-top:8px;padding-top:8px;}
  .kp-post-taxonomy-bar .post_author_r{justify-content:flex-end;}
}


/* KiraPix 2.0.7: centered TeraBox download button */
.kp-terabox-download{display:flex;justify-content:center;align-items:center;margin:16px 0 18px;}
.kp-terabox-button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:0;padding:10px 16px;border-radius:4px;background:#2c9fd6;color:#fff!important;font-size:15px;font-weight:600;line-height:1.2;box-shadow:none;transition:background-color .15s ease,transform .15s ease;}
.kp-terabox-button:hover{color:#fff!important;background:#238fc4;transform:translateY(-1px);}
.kp-terabox-button img{display:none!important;}
@media (max-width:767px){.kp-terabox-download{margin:14px 0 16px}.kp-terabox-button{min-width:0;max-width:100%;padding:10px 15px;font-size:15px;}}

/* KiraPix 2.0.9: 4:3 centered cover cards; front-end crop is CSS-only. */

/* === KiraPix 2.0.10 critical visual fixes ===
 * These rules intentionally sit at the very end of style.css and use !important
 * so legacy Once styles cannot override the requested 4:3 covers/button layout.
 */
.post_box .kp-card-media,
.kp-related-grid .kp-card-media,
.post_loop .kp-card-media{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:4 / 3!important;
    overflow:hidden!important;
    background:#eceef3!important;
}
.post_box .kp-card-media > img,
.kp-related-grid .kp-card-media > img,
.post_loop .kp-card-media > img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:50% 50%!important;
}

/* Home featured cover also uses a strict 4:3 centered cover. */
.kp-featured #banner .carousel-inner,
.kp-featured #banner .carousel-item,
.kp-featured #banner .banlist{
    width:100%!important;
}
.kp-featured #banner .banlist{
    position:relative!important;
    display:block!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4 / 3!important;
    overflow:hidden!important;
}
.kp-featured #banner .banlist > img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:50% 50%!important;
}

/* TeraBox shortcode: compact blue button, always centered. */
.wznrys .kp-terabox-download,
.kp-terabox-download{
    display:flex!important;
    width:100%!important;
    justify-content:center!important;
    align-items:center!important;
    text-align:center!important;
    margin:16px auto 18px!important;
    padding:0!important;
}
.wznrys .kp-terabox-button,
.kp-terabox-button{
    display:inline-flex!important;
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    padding:10px 16px!important;
    margin:0 auto!important;
    border:0!important;
    border-radius:4px!important;
    background:#2c9fd6!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:600!important;
    line-height:1.2!important;
    text-decoration:none!important;
    box-shadow:none!important;
}
.wznrys .kp-terabox-button:hover,
.kp-terabox-button:hover{
    background:#238fc4!important;
    color:#fff!important;
    text-decoration:none!important;
}
.wznrys .kp-terabox-button img,
.kp-terabox-button img{display:none!important;}
@media (max-width:767px){
    .wznrys .kp-terabox-download,.kp-terabox-download{margin:14px auto 16px!important;}
    .wznrys .kp-terabox-button,.kp-terabox-button{min-width:0!important;padding:10px 15px!important;font-size:15px!important;}
}


/* KiraPix SEO home intro */

/* KiraPix 2.0.16 SEO breadcrumbs */
.kp-breadcrumb{max-width:100%;margin:0 0 12px;padding:0 2px;font-size:12px;color:#8c8989}
.kp-breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0;list-style:none}
.kp-breadcrumb li{display:flex;align-items:center;min-width:0}
.kp-breadcrumb li+li:before{content:"/";margin:0 8px;color:#b8b8b8}
.kp-breadcrumb a{color:#777}
.kp-breadcrumb a:hover{color:#2c9fd6}
.kp-breadcrumb span[aria-current="page"]{display:block;max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#999}
.dark .kp-breadcrumb,.dark .kp-breadcrumb a,.dark .kp-breadcrumb span[aria-current="page"]{color:#999}
.dark .kp-breadcrumb a:hover{color:#59bde8}
@media (max-width:767px){.kp-breadcrumb{margin-bottom:9px;padding:0 1px}.kp-breadcrumb span[aria-current="page"]{max-width:220px}}

/* KiraPix 2.0.18: category badges removed; TeraBox button is text-only. */
.kp-card-badge{display:none!important;}
.kp-terabox-button{gap:0!important;}

/* KiraPix 2.0.19: force text-only compact TeraBox button. */
.wznrys .kp-terabox-download,.kp-terabox-download{margin:16px auto 18px!important;}
.wznrys .kp-terabox-button,.kp-terabox-button{width:auto!important;min-width:0!important;gap:0!important;padding:10px 16px!important;}
.wznrys .kp-terabox-button img,.kp-terabox-button img{display:none!important;}
@media (max-width:767px){.wznrys .kp-terabox-download,.kp-terabox-download{margin:14px auto 16px!important}.wznrys .kp-terabox-button,.kp-terabox-button{padding:10px 15px!important}}
