/* Heading */
.custom-add-heading{
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: 700;
	line-height: 50px;
	font-family: 'Merriweather', serif;
}

/* Pargraph */
.custom-add-paragraph{
	font-size: 20px;
	color: #3e4245;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Merriweather', serif;
}

/* Button Css */
.custom-add-button a{
	border-radius: 40px;
    background-color: #ffffff;
	text-decoration: none;
	color: #ff4141;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 25px 12px;
	font-weight: 700;
	font-size: 30px;
    border: 2px solid #ff4141;
	font-family: 'Merriweather', serif;
}

.custom-add-button a:hover,
.custom-add-button a:focus{
	border-radius: 40px;
    background-color: #ffffff;
	text-decoration: none;
	color: #ff4141;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 25px 12px;
	font-weight: 700;
	font-size: 30px;
    border: 2px solid #ff4141;
	font-family: 'Merriweather', serif;
}

/* Form Css */
.custom-add-form .input-type{
	font-size:20px;
	color: #afafaf;
	font-family: 'Merriweather', serif;
}

.custom-add-form .input-type input{
  	border-radius: 40px;
  	background-color: #ffffff;
	border: 0px;
	height: 50px;
	font-size: 20px;
	font-weight:300;
	box-shadow: none !important;
	padding: 15px 12px;
	color: #afafaf;
	border:2px solid #afafaf;
	font-family: 'Merriweather', serif;
}
.custom-add-form .button-type a{
	border-radius: 40px;
    background-color: #ffffff;
	text-decoration: none;
	color: #ff4141;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 25px 12px;
	font-weight: 700;
	font-size: 30px;
    border: 2px solid #ff4141;
	font-family: 'Merriweather', serif;
}

.custom-add-form .button-type a:focus,
.custom-add-form .button-type a:hover{
	border-radius: 40px;
    background-color: #ffffff;
	text-decoration: none;
	color: #ff4141;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 25px 12px;
	font-weight: 700;
	font-size: 30px;
    border: 2px solid #ff4141;
	font-family: 'Merriweather', serif;
}

/* Shape Css */
.shape-square{ color: #ffc6c6; background-color: transparent;}
.shape-circle{color: #ffc6c6; background-color: transparent;}
.shape-horizontal{color: #ffc6c6; background-color: transparent;}
.shape-vertical{color: #ffc6c6; background-color: transparent;}

/* Section Css*/
.custom-add-section{background: #ededed;}

/* Icon Css */
.custom-add-icon{color: #bb3131;}


/* Timer Css */
.custom-add-timer .add-timer-box{
	background-color: transparent;
	color: #000000;	
	border: 1px solid #000000;
}
.custom-add-timer .add-timer-label{
	color: #000000
}
.custom-add-timer .add-timer-colon{
	background-color: #000000;
}