/**
* @version   $Id: template-webkit.css 1468 2012-07-02 05:09:15Z kevin $
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC
* @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/

/* Core */
body, h1, h2, h3, h4, h5 {-webkit-text-rendering: optimizeLegibility;}

/* Transitions */

/* Additional Fixes */
input:-webkit-autofill {background-color: transparent !important;}

/* Transitions */
a {-webkit-transition: color 0.1s ease-in;}
#rt-transition.rt-hidden {opacity: 0;}
#rt-transition.rt-visible {opacity: 1;-webkit-transition: opacity 0.4s ease-in;transition: opacity 0.4s ease-in;}

/* RokSprocket */
.layout-showcase .sprocket-features-arrows .arrow {-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.1), inset 0 0 3px rgba(0, 0, 0, 0.6);-webkit-border-radius: 6px;}