/*
 <a href="" class="themeCustomClickBtn">
<span class="title">themeCustomClickBtn Title</span>
<span class="description">themeCustomClickBtn Description</span>
</a>
*/

.themeCustomClickBtn
{
	text-decoration:none; 
	
    display: block;
    width:100%; 
    
    color: #fff !important;
   
    padding: 13px 40px !important;
    margin: 8px 0px;
    border-radius: 35px;
    border: 0;
    
    border-radius: 5px;
    background: #06ae5a;
    border-bottom: 5px solid #176c42;
    box-shadow: 0 2px 2px 0 rgb(48, 48, 50), 0 3px 1px -2px rgb(48, 48, 50), 0 1px 5px 0 rgb(48, 48, 50);
    
    line-height: initial;
    font-size:1.5rem; 
}


.themeCustomClickBtn:hover 
{
    background: #269960;  
}


.themeCustomClickBtn span
{
	display:block;
	text-align:center; 
}

.themeCustomClickBtn span.title
{
	font-size:1.5rem; 
	font-weight:bold;
	line-height: 2rem;
}

 
.themeCustomClickBtn span.description
{
	font-size:1rem; 
	font-weight:normal;
}