/*
Theme Name: Clarivo - Child
Theme URI: http://harutheme.com/clarivo
Author: HaruTheme
Author URI: http://harutheme.com/
Description: This is child theme of Clarivo
Template: clarivo
Version: 1.0.0

*/

/*---------------------------------
    Write your css code from here
------------------------------------*/

my-rounded-btn a,
.my-rounded-btn button,
.my-rounded-btn .vc_btn3 {
    border-radius: 50px !important;
    padding: 12px 30px;
    background-color: #0073aa;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.my-rounded-btn a:hover {
    background-color: #005f8d;
}