.floating-button {
  position: fixed;
  bottom: 80px; /* Adjust this value to change the distance from the bottom */
  right: 30px; /* Adjust this value to change the distance from the right */
  z-index: 999; /* Ensure it appears above other elements if necessary */
}

.floating-button a {
  display: block;
  width: 50px; /* Adjust this value to set the width of the button */
  height: 50px; /* Adjust this value to set the height of the button */
}

.floating-button img {
  width: 100%;
  height: 100%;
  border-radius: 50%; /* Adjust this value to change the border radius if needed */
}


@media (max-width: 980px) {
.floating-button {
  position: fixed;
  bottom: 80px; /* Adjust this value to change the distance from the bottom */
  right: 15px; /* Adjust this value to change the distance from the right */
  z-index: 999; /* Ensure it appears above other elements if necessary */
}
}
.category .post-footer{
	display:none;
}
.single-post .the_content p{
	line-height:32px;
}
@media (max-width: 767px) {
	.post-header .title_wrapper h1{
		line-height:32px;
	}
}
@media (max-width: 480px) {
	div#ez-toc-container{
		width: auto;
	}
}
img.scale-with-grid, .content_wrapper img{
	display:block;
}
.mfn-footer{
	background-color:#191F25;
}

footer .menu a{
	background: transparent!important;
	color:#fff!important;
	padding-left:0px!important;
}
.blog_wrapper .post-excerpt{
	font-size:16px;
}
.header-btn a.button{
	    min-height: 70px;
}

.pc_menu .mfn-header-menu > .mfn-menu-li .mfn-submenu{
	    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	padding:34px 36px;
	 
}
.pc_menu .mfn-header-menu > .mfn-menu-li .mfn-submenu .mfn-menu-link{
	 margin-bottom:22px;
	 
}
.pc_menu .mfn-header-menu .mfn-submenu li.mfn-menu-li:last-child > .mfn-menu-link {
    margin-bottom: 0 !important;
}
.pc_menu .mfn-header-menu > .mfn-menu-li > .mfn-menu-link{
	min-height:70px;
}

.mobile_menu .mfn-header-menu > .mfn-menu-li > .mfn-menu-link{
    align-items: start;
    justify-content: space-between;
    color: #fff !important;
}
.mobile_menu .mfn-li-hover .mfn-menu-subicon{
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.mobile_menu .mfn-header-menu .mfn-submenu{
       background-color: #100F0C;
}

.icons .mcb-wrap-inner{
display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
	gap:20px;
}
.icons .mcb-wrap-inner .mcb-column-inner{

	margin:0;
}

.page-id-18734 #Content .section_wrapper{
	max-width: 100%!important;
padding-left:0!important;
	padding-right:0!important;
}

.page-id-18734 .has_content .the_content_wrapper{
	margin-bottom:0px;
}

#gspb_filterid_gsbp-23c59b2 .gspb_filter_panel{
	display:none;
}

.post_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
	    padding-left: 20px;
    padding-right: 20px;
}

.post_list li{
  list-style: none;
}

.post_list li a{
  display: block;
  text-decoration: none;
}

.post_list .post_img img{
  width: 100%;
  height: auto;
  display: block;
}

/* 手機 1 格 */
@media (max-width: 767px){
  .post_list{
    grid-template-columns: 1fr;
			    padding-left: 33px;
    padding-right: 33px;
  }
}