/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada

Link Color: #814d9b
Link Hover: rgba(129,77,155,0.6)
Text Color: #434549
*/


.full-bleed { 
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.full-bleed .fusion-row { 
  max-width: 100% !important;   /* 解除 Avada 内部行的站点宽度限制 */
}


.header-menu {
	padding-left: 200px;
	padding-right: 200px;
}

.header-logo {
	position: absolute;
    left: 0;
}

.header-donate {
	position: absolute;
    right: 0;
	bottom: 0;
}

.header-logo img, .header-menu .fusion-menu {
	height: 70px;
}

.header-menu .fusion-menu li a.awb-menu__main-a {
	font-weight: bold;
}
.header-menu .fusion-menu li a.awb-menu__main-a:hover {
	color: rgba(129,77,155,0.6) !important;
}
.header-menu .fusion-menu li a.awb-menu__main-a:after {
	content: "|";
	color: #814d9b;
	position: absolute;
	top: 4px;
	right: -35px;
	font-size: 0.8em;
}
.header-menu .fusion-menu li:last-child a.awb-menu__main-a:after {
	display: none;
}

.header-donate a {
	margin-left: 10px;
	display: inline-block;
}
.header-donate a img {
	vertical-align: middle;;
}
.header-donate .header-donate-link {
	vertical-align: top;
	font-size: 1.2em;
	font-weight: bold;
}



.fusion-form .fusion-form-element-required {
    text-decoration: none;
}

.tfs-slider .slides .caption .fusion-title-heading {
	max-width: 500px;
	font-size: 18px !important;
    line-height: 1.5em !important;
}

.fusion-text ul {
	padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}


h2.fusion-title-heading {
	font-weight: bold;
	text-transform: uppercase;
}


.home2-1:after{
    display: block;
    content: ' ';
    background: url(assets/image/x2.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
	
    width: calc(70%);
    height: calc(70%);
    left: calc(-35%);
    top: calc(-35%);
}



.impact-1 .fusion-column-wrapper, .impact-1:hover .fusion-column-wrapper {
	background: #814d9b;
	color: #ffffff;
	border-radius: 50%;
    padding: 40px 0;
    text-align: center;
}
.impact-1 .impact-1-title p {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.impact-1-3 .impact-1-title p {
	line-height: 0.9em;
}

.impact-1 .impact-1-text p {
	line-height: 1.5em;
}


.understanding-billion {
    font-size: 16px;
    font-weight: bold;
}

.entry-title.fusion-post-title {
	line-height: 1.5 !important;
}


.fusion-blog-archive .entry-title {
	font-size: 24px !important;
	line-height: 1.2em !important;
	margin-bottom: 0;
}
.fusion-blog-archive .fusion-post-content-container {
	font-size: 14px !important;
	margin-top: 20px;
}

.wp-singular #main {
	padding-top: 30px;
}
.post .entry-title {
	font-size: 28px !important;
	margin-bottom: 0;
}


.products .fusion-product-wrapper {
	border-color: #b0b0b0;
}
.products .fusion-product-wrapper .featured-image {
	background-color: #b0b0b0;
}

.products .product-details-container .product-title a {
	color: #000000;
	font-size: 18px;
}
.products .product-details-container .product-title a:hover {
	color: #814d9b;
}
.products .product-details-container .product-author-name a {
	color: #000000;
	
}
.products .product-details-container .product-author-name a:hover {
	color: #814d9b;
}

.products .product-details-container .fusion-price-rating {
	margin-top: 20px;
}
.products .fusion-product-content .fusion-content-sep, .fusion-body .fusion-product-content .show_details_button {
	display: none !important;
}
.products .product-details-container .woocommerce-Price-amount {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.products .product-buttons  {
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.product-buttons .add_to_cart_button:before {
	position: relative;
	font-size: 30px;
	color: #000000;
}

.product-buttons .add_to_cart_button:hover:before {
	color: #814d9b;
}


.single-product #main {
	padding-bottom: 100px;
}


/* Her Vision page */
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px; /* 更大间距 */
    justify-items: center;
	padding-bottom: 60px;
}

.category-card {
    background: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    max-width: 240px;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 20px rgba(153, 132, 197, 0.18);
}

.category-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(128, 90, 213, 0.25); /* 淡紫色边框 */
    box-shadow: 0 6px 8px rgba(153, 132, 197, 0.12); /* 微妙投影 */
}

.category-card .cat-name {
    padding: 10px 6px 12px;
    font-weight: 500;
    font-size: 13px;
    color: #6e2770; /* 紫色文字 */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.shipping-information h1 {
	font-size: 30px !important;
}
.shipping-information h3 {
	margin-top: 30px;
}


@media (max-width: 1024px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 800px) {
    .home2-1:after{
		display: none;
	}
}
@media (max-width: 600px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
}
