/* eb-social-links-crbghdc Starts */ div.eb-social-links-wrapper ul { margin: 0; padding:0; } .eb-social-links-crbghdc.eb-social-links-wrapper { position:relative; margin:auto; max-width:100%; padding: 20px; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-social-links-crbghdc.eb-social-links-wrapper:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-social-links-crbghdc.eb-social-links-wrapper ul.socials { list-style: none; flex-wrap: wrap; align-items: center; justify-content: center; column-gap:20px; display: flex; } .eb-social-links-crbghdc.eb-social-links-wrapper ul.socials li:nth-child(4) a { background: rgba(68,177,0,1); color: rgba(255,255,255,1); } .eb-social-links-crbghdc.eb-social-links-wrapper ul.socials li a { box-sizing:content-box; text-decoration: none; cursor: pointer; display: flex; justify-content: center; align-items: center; height: 0; width: 0; font-size:23px; padding:1em; box-shadow: rgba(205,205,205,1) 5px 5px 5px 0px ; transition: color 0.5s, background-color 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-social-links-crbghdc.eb-social-links-wrapper ul.socials li:hover a { background:undefined; color:undefined; border-color: rgba(228,228,228,1); border-width: 4px; box-shadow: rgba(205,205,205,1) 5px 5px 5px 0px ; } .wp-admin .eb-parent-eb-social-links-crbghdc { display: block; opacity: 1; } .eb-parent-eb-social-links-crbghdc { display: block; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-social-links-crbghdc { display: block; opacity: 1; } .eb-parent-eb-social-links-crbghdc { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-social-links-crbghdc { display: block; opacity: 1; } .eb-parent-eb-social-links-crbghdc { display: block; } }/* =eb-social-links-crbghdc= Ends */