/****************************************** CUSTOM STYLESHEET *******************************************/ /* * You can place your custom CSS statements in this file, after this message. * It is better to write everything custom here * because this file won't be replaced during updates. * * Simply copy an existing style from style.css to this file, * and modify it to your liking. */ .show-mobile { display:none; } .request-quote { bottom: 0; left: 0; margin: auto; position: fixed; right: 0; text-align: center; z-index: 100; } .btn { background: #B0040E none repeat scroll 0 0; border-radius: 5px; color: #fff; padding: 0.5em 2em; } .btn:hover { background: #333 none repeat scroll 0 0; color: #fff; } @media only screen and (max-width: 640px) { .homepage_widgets .home_column.home_content { width: 100% !important; } .show-mobile { display:block; } }