/*
Theme Name: soledad
Theme URI: http://pencidesign.com/
Description: A Multi-Concept Blog/Magazine WordPress Theme
Author: PenciDesign
Author URI: http://pencidesign.com/
Version: 7.7.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/

/* 
 * Silence is gold
 */
/* The main css file is located in "themes/soledad/main.css" - minify localted in "themes/soledad/main.min.css" */
//=== Drawing effect

body {
	 font-family: 'Roboto', sans-serif;
}


.button-custom-2 {
	background-color: #37514a;
	height: 36px;
    line-height: 34px;
    padding: 0 15px;
    border: 1px solid #303030;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration: none !important;
	margin-top: 15px;
	margin-bottom: 25px;
}




a.button-custom-2:hover{
	background-color: #b5adae;
	color: #37514a !important;
}

 .button-custom {
	 background-color: white;
	 color: #54595F !important;
	
	 border: 2px solid #54595F;
	 border-radius: 4px;
	 display: inline-block;
	 cursor: pointer;
	 font-size: 14px;
	 font-weight: 600;
	 height: 40px;
	 line-height: 40px;
	 letter-spacing: 1px;
	 margin: 15px 0;
	 overflow: hidden;
	 padding: 0 22px;
	 text-align: center;
	 text-transform: uppercase;
	 transition: all 0.2s ease-in-out;
}
 .button-custom:hover {
	 background-color: #54595F;
	 color: white !important;
}

