/* starry */
.none {display:none !important;}
body {background: #fcb !important;}
.custom-logo-link img {height: 54px; width: auto;}
.none {display: none !important;}

.main-slider .flex-viewport {height:918px !important;}
.main-slider .image-slider {min-height:918px !important;}

/*.top-bar .widget_contact ul li:first-child {display:none;}*/

.header-navigation-wrap {}
.header-social-block { flex:1;}
.main-navigation {width:auto;}
.header-social-block .social-link .item:not(:first-child) {margin-left:15px;}
.social-link {display: flex; float:right; position:relative;}
.social-link .item {}
.social-link .item a {display:flex;}
.social-link .item a .icon {
    width:22px; height: 22px; display: inline-flex; margin-left: 6px;
    /*background: url('http://www.oshiner.com/wp-content/uploads/2023/12/snapchat.svg') no-repeat;*/
    background-size:cover; background-repeat: none;
    /*filter: grayscale(100%);*/
    opacity: 0.5;
    transition: filter 0.3s ease; /* 添加过渡效果 */
}

.social-link .item a .icon:hover {
    /*filter: grayscale(0%);*/
    opacity: 1.0;
}

.social-link .item.snapchat a .icon {
    background-image: url('/wp-content/uploads/2023/12/snapchat.svg');
}

.social-link .item.facebook a .icon {
    background-image: url('/wp-content/uploads/2023/12/facebook.svg');
}
.social-link .item.linkedin a .icon {
    background-image: url('/wp-content/uploads/2023/12/linkedin.svg');
}

.social-link .item.youtube a .icon {
    background-image: url('/wp-content/uploads/2023/12/youtube.svg');
}

.social-link .item.instagram a .icon {
    background-image: url('/wp-content/uploads/2023/12/Instagram.svg');
}

.social-link .item.tiktok a .icon {
    background-image: url('/wp-content/uploads/2023/12/tiktok.svg');
}

.social-link .item.whatsapp a .icon {
    background-image: url('/wp-content/uploads/2023/12/whatsapp.svg');
}
.social-link .item a span {display:none;}



.social-link .item img {
    display: none;
    z-index: 9999;
    width:300px;
    position: absolute;
    top:30px; right: 0;
    background: #fff; border-radius: 6px;
    border: 1px solid #ddd; padding: 6px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
    
}
.social-link .item:hover img {display:block;}

.footer-socail-link {display:none;}