/*
Theme Name:     Spalab Child | Shared by VestaThemes.com
Theme URI: 		http://themes-demo.com/spalab/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Spalab theme powered by DesignThemes
Template:       spalab
Version:        1.0
*/


.default-button a {
background-color: #00afe9;
margin-top:5px;
margin-bottom:5px;
vertical-align:middle;
border-radius: 7px;
/*margin:50px auto;*/
border: 1px solid #ffffff;
-webkit-transition: all 400ms;
transition: width all 400ms;
}

.default-button a:hover {
background-color: #efeef3;
border: 1px solid #ffffff;
-webkit-transition: all 400ms;
transition: width all 400ms;
}
