/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 27 2025 | 08:26:12 */
.uagb-slick-carousel {
    padding: 0px;
}
.uagb-post__arrow-outside.uagb-post-grid .slick-prev {
    left: -25px;
}
.uagb-post__arrow-outside.uagb-post-grid .slick-next {
    right: -25px;
}

#menu-main-menu{
	border:solid 1px #000;
	height: 43px;
	line-height:43px;
	padding:2px;
}
#menu-main-menu a{
	  display: inline-block;
    padding: 0px 28px;
    font-size: 14px;
    line-height: 39px;
}

#menu-main-menu .current-menu-item a{
	background:#000;
	color:#fff;
}
#menu-main-menu .current-category-ancestor a{
	background:#000;
	color:#fff;
}

#menu-main-menu .current-post-parent a{
	background:#000;
	color:#fff;
}

#fluentform_2 #label_ff_2_email{
	color:#06103c;
	font-weight: normal;
}

.ct-hidden-lg {
    display: none !important;
}

.ff-default .ff-el-form-control{
	border:0;
	border-bottom:solid 1px #06103c;
	border-radius:0;
}

#fluentform_2 .ff-btn{
	font-weight:normal;
}

#footer .ff-el-form-control{
	border:0;
	border-bottom:solid 1px #fff;
	border-radius:0;
}

/* —— 基础按钮样式 —— */
.custom-subcat-list {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    flex-wrap: wrap;
}

.custom-subcat-list a {
    padding: 6px 14px;
    border-radius: 20px;
    background: #f1f2f3;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    transition: all .25s ease;
}

.custom-subcat-list a:hover {
    background: #222;
    color: #fff;
}

.custom-subcat-list a.active {
    background: #222;
    color: #fff;
    font-weight: bold;
}

/* —— 小屏优化 —— */
@media (max-width: 768px) {
    .custom-subcat-nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* 提升滑动体验 */
        padding-bottom: 6px;
    }

    .custom-subcat-list {
        flex-wrap: nowrap;         /* 让按钮排成横向一排 */
        gap: 8px;
    }

    .custom-subcat-list li {
        flex: 0 0 auto;            /* 元素可横向滑动 */
    }

    .custom-subcat-list a {
        font-size: 13px;
        padding: 6px 12px;
        border-radius: 18px;
    }

    /* 移动端的阴影／分界线，让滑动看起来更自然 */
    .custom-subcat-nav::-webkit-scrollbar {
        display: none;             /* 隐藏滚动条 */
    }
}

@media(max-width:1440px){
	
	#menu-main-menu a {
    padding: 0px 14px;
  }
	
}

@media(max-width:1250px){
	
	[data-header*="type-1"] .ct-header [data-id="logo"] .site-title{
		font-size:25px;
	}
}

@media(max-width:768px){
	
	[data-header*="type-1"] .ct-header [data-id="logo"] .site-title{
		font-size:20px;
	}
	
	#menu-main-menu a {
	 font-size:12px;
    padding: 0px 10px;
  }
	
}