/* styles */
body {
    background-attachment: fixed;
}
.navbar-wrapper {
    background-color: rgb(0 0 0 / 41%);
}
@media (max-width: 1023px) {
    .navbar-wrapper {
        /* background: rgb(0 0 0 / 41%) !important; */
    }
}
.mainnav>li>a {
    color:#fff !important;
}
.full-type2, .c-bg2,footer,.footer-end {
    background-color: unset;
}

.multiteaser, .multiteaser .holder {
    height: 100%;
}
.multiteaser .holder {
    padding-bottom: calc(var(--s-spacing-2) + 15px);
}
.multiteaser .abs-button {
    position: absolute;
    bottom: var(--s-spacing);
}


.block-field {
    border: 1px solid #fff;
    padding: var(--s-spacing) !important;
    margin-top: -1px;
    background-color: var(--s-c-dark);
}


.not-bold {
    font-weight:100 !important;
}
.catbutton-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}
.catbutton-row .ghost-button {
    color: #fff;;
    border-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.7em;
    margin: 0;
    width: 20%;
}
.catbutton-row .ghost-button + .ghost-button {
    margin-left: 1.4em;
}
    
.catbutton-row .ghost-button:last-child {
/*  */
}
@media (max-width:767px) {
    .catbutton-row .ghost-button {
        width: 30%;
    }
}
.catbutton-row .ghost-button.active, .catbutton-row .ghost-button:hover {
    background-color: var(--s-c-grey1);
    color: var(--s-c-text);

}
.catbutton-row .ghost-button.active svg, .catbutton-row .ghost-button:hover svg {
    filter: invert(0);
}
.catbutton {
    background-color: var(--s-c-grey1);
    color: var(--s-c-text);
    border-radius: 13px;
    height: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0 1.2em;
    margin: 0 0.7em;
}
.catbutton:hover {
    background-color: var(--s-c-grey1);
    color: var(--s-c-text);
}
.catbutton-row svg {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-right: 0.4em;
    filter: invert(1);
}
.ghost-button .bu-icon {
    font-size: 1.85em;
    font-weight: 300;
    line-height: 1;
    margin-right: 0.2em;
}
@media (max-width:1023px) {
    .catbutton-row svg {
        display: none;
    }
    .ghost-button .bu-icon {
        display: none;
    }
}

.aiuploader {
    color: #fff;
}

/* .image-upload:before {
    content:'';
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E")

} */
.custom-file-upload {
    font-weight: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.custom-file-upload svg {
    width: 100%;
    height: auto;;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}


/*cn*/
html[lang="zh-CN"] .navbar-meta,
html[lang="zh-CN"] .footer-wrapper {
    display: none;
}