/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

#header .header-inner, #header #header-wrap{
		background-color:#fff;
}

button.btn.btn-sec, .btn:not(.close):not(.mfp-close).btn-sec, a.btn:not([href]):not([tabindex]).btn-sec{
		background-color: #d1b0ab;
		border-color: #d1b0ab;	
}

.heading-text.heading-gradient h2 > *{
-webkit-text-fill-color: transparent !important;
-webkit-background-clip: text !important;
background: -webkit-radial-gradient(left top, circle, #aa837d 9%, #d1b0ab 48%, #aa837d 91%);
background: radial-gradient(circle at left top, #aa837d 9%, #d1b0ab 48%, #aa837d 91%);
  background-clip: border-box;
}

.circle-singleline {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 50px;
    text-align: center;    
    background: #ccc;
    color: #fff;
}

.circle-singleline-active {
    width: 75px;
    height: 75px;
    border-radius: 75%;
    font-size: 12px;
    line-height: 75px;
    text-align: center;    
    background: #d1b0ab;
    color: #fff;
}