@-webkit-keyframes loading-gray-background { 0% { background-color: rgba(0, 0, 0, 0.2); } 50% { background-color: #000000; } 100% { background-color: rgba(0, 0, 0, 0.2); } } .word-break { word-break: break-word; word-break: break-all; -ms-word-break: break-all; } /* ========================================================================== Social ========================================================================== */ .app-stack .social-media.social-links { padding: 2.2em 0; text-align: center; background: #ebebeb; } .app-stack .social-media.social-links a { display: inline-block; margin: 0 2%; } .app-stack .social-media.social-links a:hover { text-decoration: none; } .app-stack .social-media.social-links i { font-size: 3.8em; height: 100%; width: 100%; color: #7c7c7c; padding-bottom: 7px; } .app-stack .social-media.social-links i:hover { color: #7c7c7c; } @media (max-width: 767px) { .app-stack .social-media.social-links i:hover, #post-content .social-media.social-links i:hover { border-bottom: none; } } 