/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.my-button{  
    display: block;  
    -moz-box-sizing: border-box;  
    background-color: #F46A37; 
	color:#FFFFFF !important;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px #E85621;  
    border-radius: 2px; color: rgb(255, 255, 255);  
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);  
    font-size: 16px;  
    font-weight: 400;  
    text-decoration: none;  
    text-align: center;  
    padding: 1px 5px ;  
    line-height: 45px !important;  
	max-height: 45px;
    margin-top: 24px;  
}

.my-button:hover
{
	background-color: #FF9D82 !important; 
	color:#FFFFFF !important;
	}
	
.my-button:link 
{ 
    background-color: #F46A37 !important; 
	color:#FFFFFF !important;
}	

.uk-h4 {
  font-size: 19px;
  line-height: 37px;
}