/*
 Theme Name:   Tema Zoily Valle Dermospa
 Theme URI:    http://pure.osthemes.biz/
 Description:  Tema para el sitio Zoily Valle Dermospa
 Author:       CompuDev Web & Systems
 Author URI:   http://www.compudev.com.ec
 Template:     pure
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		osthemes-pure
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
.tagcloud a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    font-weight: 400;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 7px;
    line-height: 28px;
    height: 28px;
    font-size: 12px !important;
    background-color: #a33138;
    letter-spacing: 0.05em;
	color: white;
}
.btn-services {
	text-decoration: none;
    padding: 10px;
	color:white;
	background-color: #e7a61a;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #c42f2f;
}
.btn-services:hover {
	text-decoration: none;
    padding: 10px;
	color: white;
	background-color: #c42f2f;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #c42f2f;
}
header .header-3 {
        border-bottom: 1px solid #BC5781 !important;
}