/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

.button_1729163268153 {
    display: inline-block !important;
    text-decoration: none !important;
    background-color: #c5a448 !important;
    color: #f2f5f7 !important;
    border: 3px solid #c5a448 !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    padding: 15px 50px 15px!important; 
    transition: all 0.8s ease !important;
	height: 60px
}
.button_1729163268153:hover{
    text-decoration: none !important; 
    background-color: #f2f5f7 !important;
    color: #c5a448 !important;
    border-color: #ffffff !important;
}