/* Heading */
.custom-add-heading{
	font-size: 50px;
	color: #fdb631;
	text-align: left;

}

/* Pargraph */
.custom-add-paragraph{
	font-size: 16px;
	color: #505050;
	line-height: 24;
	text-align: left;

}

/* Button Css */
.custom-add-button a{
	border-radius: 5px;
    background-color: #ffc965;
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: inline-block;
	width: 100%;
	
	padding: 20px 12px;
	font-weight: 500;
	border-color: #ffc965;
	font-size: 20px;
    border: 0px;
}

.custom-add-button a:hover,
.custom-add-button a:focus{
	border-radius: 5px;
    background-color: #ffc965;
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: inline-block;
	width: 100%;
	
	padding: 20px 12px;
	font-weight: 500;
	border-color: #ffc965;
	font-size: 20px;
    border: 0px;
}

/* Form Css */
.custom-add-form .input-type{
	font-size:14px;
	color: #b7b7b7;
}


.custom-add-form .input-type input{
  	background-color: transparent;
	border: 5px;
	height: 55px;
	font-size: 14px;
	font-weight:300;
	box-shadow: none !important;
	padding: 12px;
	color: #b7b7b7;
	border-radius: 5px;
    border: 1px solid #d6d6d6;
}
.custom-add-form .button-type a{
	border-radius: 5px;
    background-color: #ffc965;
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: inline-block;
	width: 100%;
	
	padding: 20px 12px;
	font-weight: 500;
	border-color: #ffc965;
	font-size: 20px;
    border: 0px;
}

.custom-add-form .button-type a:focus,
.custom-add-form .button-type a:hover{
	border-radius: 5px;
    background-color: #ffc965;
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: inline-block;
	width: 100%;
	
	padding: 20px 12px;
	font-weight: 500;
	border-color: #ffc965;
	font-size: 20px;
    border: 0px;
}

/* Shape Css */
.shape-square{ color: #b7b7b7; background-color:#ffffff;box-shadow: 0px 10px 10px 0px #000000;}
.shape-circle{color: #b7b7b7; background-color:#ffffff;box-shadow: 0px 10px 10px 0px #000000;}
.shape-horizontal{color: #b7b7b7; background-color:#ffffff;box-shadow: 0px 10px 10px 0px #000000;}
.shape-vertical{color: #b7b7b7; background-color:#ffffff;box-shadow: 0px 10px 10px 0px #000000;}

/* Section Css*/
.custom-add-section{background:#fdb631;}

/* Icon Css */
.custom-add-icon{color: #b7b7b7;}


/* Timer Css */
.custom-add-timer .add-timer-box{
	background-color: #ffffff;
	color: #fdb631;	
	border: 1px solid #fdb631;
}
.custom-add-timer .add-timer-label{
	color: #fdb631
}
.custom-add-timer .add-timer-colon{
	background-color: #fdb631;
}