![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/trx_addons/components/shortcodes/socials/ |
/* Social Icons - styles moved into trx_addons.front to share them with theme */ .sc_socials { position: relative; padding-top: 0.0001px; } .socials_wrap { display: block; vertical-align: middle; white-space: nowrap; margin: -8px 0 0 0; } .socials_wrap .social_item { display: inline-block; line-height: inherit; vertical-align: top; text-align: center; margin: 8px 8px 0 0; } .socials_wrap .social_item:last-child { margin-right: 0 !important; } .socials_wrap .social_item_style_bg { overflow: hidden; } .socials_wrap .social_item .social_icon { position: relative; display: block; background-size: 100%; background-position: top center; overflow: hidden; width: 3em; height: 3em; line-height: 3em; text-align: center; -webkit-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .socials_wrap .social_item .social_icon, .socials_wrap .social_item .social_name { -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; } .socials_wrap .social_item_type_icons_names .social_icon { margin: 0 auto; } .socials_wrap .social_item .social_name { font-family: inherit; } .socials_wrap .social_item .social_name:before { display: none; } .socials_wrap .sc_icon_type_svg svg, .socials_wrap .sc_icon_type_svg object { width: 1.25em; height: 1.25em; margin-bottom: -0.2em; } .socials_wrap .social_item .social_icon + .social_name { display: inline-block; vertical-align: top; margin-top: 0.5em; } .socials_wrap .social_item .social_icon .social_hover { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; background-size: 100%; background-position: bottom center; -webkit-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .socials_wrap .social_item .social_icon:hover .social_hover { opacity: 1; } /*# sourceMappingURL=socials.css.map */