Files
Roman Pyrih 4f77577ea8 save
2025-12-30 12:49:58 +01:00

68 lines
1.6 KiB
CSS

#box-floating-icons {
position: fixed;
bottom: 150px;
right: 10px;
z-index: 100;
}
#box-floating-icons .elementor-icon-list-item a {
position: relative;
width: 45px;
min-width: 45px;
height: 45px;
border-radius: 100px;
background: #255b38;
align-items: center;
justify-content: center;
}
#box-floating-icons .elementor-icon-list-item a::before {
content: "";
position: absolute;
width: 15px;
height: 15px;
top: 50%;
left: 50%;
background: #255b38;
transform: translate(-50%, -50%);
z-index: -1;
border-radius: 100%;
}
#box-floating-icons .elementor-icon-list-item a:hover::before {
animation: float-item-puls 1s infinite;
}
@keyframes float-item-puls {
0% {
width: 25px;
height: 25px;
opacity: 1;
}
100% {
width: 55px;
height: 55px;
opacity: 0;
}
}
#box-floating-icons .elementor-icon-list-item svg {
margin: 0;
}
#box-floating-icons .elementor-icon-list-item svg path {
margin: 0;
}
#box-floating-icons .elementor-icon-list-item .elementor-icon-list-text {
display: none;
}
main .page-header {
display: none;
}
@media (min-width: 1023px) {
body .header-nav nav.elementor-nav-menu--main > ul > li.menu-item-2118, body .header-nav nav.elementor-nav-menu--main > ul > li.menu-item-2126, body .header-nav nav.elementor-nav-menu--main > ul > li.menu-item-2129, body .header-nav nav.elementor-nav-menu--main > ul > li.menu-item-2134, body .header-nav nav.elementor-nav-menu--main > ul > li.menu-item-2137 {
display: none;
}
}
@media (max-width: 1024px) {
body .header-call-now {
display: none;
}
}/*# sourceMappingURL=custom.css.map */