/*
 Theme Name:   Malen Child 
 Theme URI:    https://themeholy.com/wordpress/malen/
 Description:  This is a child theme for Malen - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeholy.com/
 Template:     malen
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  malen-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 


/* HOME PAGE */
.service-item-content img {
	width: 60px !important;
	height: 60px !important;
}


/* BREADCRUMB */
.breadcumb-wrapper {
	padding: 70px 0 70px 0 !important;
}

/* HEADER */
.header-layout4 .header-info_label {
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}

/* reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden;
}



/* china page, id 6245 */
body.page-id-6245 .sticky-wrapper {
    display: none !important;
}

body.page-id-6245 div#breadcumbwrap {
    display: none !important;
}

body.page-id-6245 .menu-top .col-auto.d-none.d-xl-block .header-info {
    visibility: hidden;
}

body.page-id-6245 footer.footer-wrapper.footer-layout1.background-image .col-md-6 {
    display: none;
}

body.page-id-6245 footer.footer-wrapper.footer-layout1.background-image .col-md-6.col-xxl-3.col-xl-3 {
    display: block;
}

body.page-id-6245 p.header-notice.d-none.d-lg-block {
    visibility: hidden !important;
}

body.page-id-6245 button.icon-btn.searchBoxToggler {
    display: none;
}

body.page-id-6245 .header-social span.social-title {
    display: none !important;
}

body.page-id-6245 .header-social a:before {
    content: '在 Facebook 上关注我们 ';
    margin-right: 12px;
}

body.page-id-6245 .header-social a:after {
    content: ' ';
    margin-right: 12px;
}

body.page-id-6245 .elementor-6245 .elementor-element.elementor-element-8d8825d > .elementor-widget-container {
    margin-top: 0 !important;
}

body.page-id-6245 .elementor-6245 .elementor-element.elementor-element-b8fa27c {
	margin-top: -60px !important;
}

body.page-id-6245 .video-box1 {
    width: 100% !important;
    height: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}


/* galerie pt china page */
/*
#galerie_cici {
    counter-reset: remaining -4;
}

#galerie_cici .gallery-item {
    counter-increment: remaining;
}
*/

#galerie_cici figure.gallery-item {
    display: none;
}

#galerie_cici figure.gallery-item:nth-child(-n + 4) {
    display: inline-block;
}

#galerie_cici figure.gallery-item .gallery-icon {
    aspect-ratio: 1;
    position: relative;
	margin-bottom: 10px;
}

#galerie_cici figure.gallery-item:nth-child(4) .gallery-icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    pointer-events: none;
}

#galerie_cici figure.gallery-item:nth-child(4) .gallery-icon:after {
	/* content: "+" counter(remaining); */
	content: '+132';
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    font-size: 3em;
    color: #fff;
    pointer-events: none;
}

#galerie_cici figure.gallery-item .gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


