/*------------------------------------*\ COMPONENT SHORTCODE \*------------------------------------*/
.btn { display: inline-block; width: auto; height: auto; padding: 20px 35px; margin: 10px 0; text-decoration: none; border-radius: 0; text-shadow: none; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.btn:hover { -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
