:root { --accent: #db0034; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(0, 0, 0, 1), -10px 10px rgba(0, 0, 0, 0.2), -10px -10px rgba(0, 0, 0, 1), 10px -10px rgba(0, 0, 0, 0.2); } 25% { box-shadow: -10px 10px rgba(0, 0, 0, 0.2), -10px -10px rgba(0, 0, 0, 1), 10px -10px rgba(0, 0, 0, 0.2), 10px 10px rgba(0, 0, 0, 1); } 50% { box-shadow: -10px -10px rgba(0, 0, 0, 1), 10px -10px rgba(0, 0, 0, 0.2), 10px 10px rgba(0, 0, 0, 1), -10px 10px rgba(0, 0, 0, 0.2); } 75% { box-shadow: 10px -10px rgba(0, 0, 0, 0.2), 10px 10px rgba(0, 0, 0, 1), -10px 10px rgba(0, 0, 0, 0.2), -10px -10px rgba(0, 0, 0, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #ffffff }/*preview card text to left align*/ .has-logo .lf-item-default .lf-item-info { padding-left: 0px; } /*preview card tagline text larger*/ .lf-item-info>ul li { font-size: 14px; } .cts-google-sign-in { border: 1px solid #dadce0; margin-bottom: 5px; border-radius: 4px; position: relative; transition: all 0.3s ease; } .cts-google-sign-in:before { content: ""; position: absolute; left: 1px; bottom: 0px; width: calc(100% - 2px); height: 4px; background: #fff; z-index: 9999; transition: all 0.3s ease; } .cts-google-signin { margin-bottom: 5px; } .cts-google-sign-in > div:before { content: ""; position: absolute; left: 0px; top: 4px; height: calc(100% - 8px); width: 1px; background: #fff; z-index: 9999; border-radius: 25px; transition: all 0.3s ease; } .cts-google-sign-in > div:after { content: ""; position: absolute; right: 0; top: 4px; height: calc(100% - 8px); width: 35px; background: #fff; z-index: 9999; transition: all 0.3s ease; } .cts-google-signin iframe { width: 360px !important; max-width: none; } .cts-google-sign-in:after { content: ""; position: absolute; left: 1px; top: 0px; width: calc(100% - 2px); height: 4px; background: #fff; z-index: 9999; transition: all 0.3s ease; } .cts-google-sign-in.hover { border-color: #d2e3fc; } .cts-google-sign-in.hover:before, .cts-google-sign-in.hover > div:before, .cts-google-sign-in.hover > div:after, .cts-google-sign-in.hover:after { background: #f8faff; } .cts-social-login-wrapper .buttons.cts-facebook-sign-in { height: 42px; }