/** submenu **/
.site-header #site-navigation ul li {
  border-color: #efe8d6;
}
#site-navigation ul ul li {
  background-color: #efe8d6;
}
#site-navigation ul ul li a {
  color: #000000;
	font-weight: bold;
}

/** menu **/
#site-navigation a {
  font-weight:  600;
}

/** remove social orders footer **/
.widget ul:not(.wp-block-social-links) li {
  border-top: none;
  border-bottom: none;
}

/** logo size**/
.site-branding .custom-logo-link img {
  max-width:  150px;
}


/*Fixed inner scrollbar not to scroll */

body {
    overflow: visible;
}

/* Hide the featured tag from images SS-37722541-hc */
.site-banner-header .banner-featured {
   display: none;
}

.posts .entry-title {
	text-align: left;
}

ul, ol {
    margin: 0 0 1.5em 15px;
}

a:focus {
    outline: none;
}

.site-banner-header .entry-title {
	padding-top: 42.5px;
}

.site-banner-header .entry-title a:hover {
	color: #ff806e;
}

.single-format-image .entry-inner:before {
    content: "";
}

.is-singular .entry-inner:after {
    background-color: transparent;
}

/*Update the text of the footer credit | #37719808-hc(zy)*/
.site-info a {
	font-size: 0px;
}
.site-info a:after {
	content: "Avance and BWL are registered trademarks of Best World.\a © 2025 Best World. All rights reserved";
	font-size: 1.4rem;
  text-align: left;
}
.site-info a:nth-of-type(2) {
	display: none;
}
.site-info {
	font-size: 0px;
}

.posts .hentry:nth-child(odd).has-post-thumbnail .entry-inner:after, .posts .hentry:nth-child(odd).has-post-thumbnail .entry-inner:before, .posts .hentry:nth-child(even).has-post-thumbnail .entry-inner:after, .posts .hentry:nth-child(even).has-post-thumbnail .entry-inner:before, .entry-footer .tags-links {
    display: none;
}

/*Hyperlink colour*/
.entry-content a {
    color: #ff806e;
}

/*Margin after image*/
.wp-block-image {
    margin-bottom: 20px;
}

.site-banner .site-banner-media:before, .banner-custom-header .site-banner-media:before {
	background: none;
}

.posts,
.footer-bottom-info {
	background-color: #e9dccc;
}
#infinite-handle span button {
	color: #ffffff;
}

#infinite-handle span button:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Changes background size for the header image - 7668047-zen */  
@media only screen and (max-width: 1200px) {
.site-banner-media, .site-banner .site-banner-thumbnail {

padding-bottom: 40%;
background-size: contain;
background-repeat: no-repeat;

}}

@media only screen and (max-width: 960px) {
.single-format-image.has-post-thumbnail .site-banner-media {
    padding-bottom: 40% !important;
}
	
.site-banner .site-banner-thumbnail {
    padding-bottom: 40% !important;
}
	
#page .site-header:before {
    opacity: 1 !important;
}
	
.site-banner-media {
    margin-bottom: -1px;
}}

	
html:lang(zh-TW) .home div.site-banner-thumbnail {
    background-image: url('https://blog.avanceforlife.com/wp-content/uploads/2024/05/AVN-Blog-Banner-new-TCN.jpg') !important;
}

html:lang(zh-CN) .home div.site-banner-thumbnail {
    background-image: url('https://blog.avanceforlife.com/wp-content/uploads/2024/05/AVN-Blog-Banner-new-SCN.jpg') !important;
}	