/* eb-button-oommgcq Starts */ .eb-button-wrapper.eb-button-oommgcq { margin-top: 28px; margin-right: 0px; margin-left: 0px; margin-bottom: 28px; } .eb-button-wrapper.eb-button-oommgcq.eb-button-alignment { align-items: center; } .eb-button-wrapper.eb-button-oommgcq .eb-button { justify-content: center; } .eb-button-wrapper.eb-button-oommgcq .eb-button-anchor { background-color: rgba(0,63,112,1); border-radius: 0px; padding-top: 15px; padding-right: 30px; padding-left: 30px; padding-bottom: 15px; color: rgba(255,255,255,1); transition: all 0.3s, background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-button-wrapper.eb-button-oommgcq .eb-button-anchor:hover { background-color: rgba(140,142,144,1); color: rgba(255,255,255,1); } .wp-admin .eb-parent-eb-button-oommgcq { display: block; opacity: 1; } .eb-parent-eb-button-oommgcq { display: block; } /* Css for Animation */ body:not(.wp-admin) .eb-parent-eb-button-oommgcq.eb_animation { visibility: hidden; opacity: 0; transition: ease-in 1000ms; } body:not(.wp-admin) .eb-parent-eb-button-oommgcq.eb_animation.eb__animated { visibility: visible; opacity: 1; } .eb-parent-eb-button-oommgcq.eb_animation.eb__animated { animation-duration: 1000ms; animation-delay: 0ms; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-oommgcq { display: block; opacity: 1; } .eb-parent-eb-button-oommgcq { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-oommgcq { display: block; opacity: 1; } .eb-parent-eb-button-oommgcq { display: block; } }/* =eb-button-oommgcq= Ends */