/*
Theme Name: Protag Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: protag
Version: 1.0.0
Text Domain:  Avada
*/

.frm_style_formidable-style.with_frm_style .frm_submit button{
	padding: 13px 29px;
	border-radius:4px;
	background-color:#78B53C;
	border: none;
	font-size:18px;
	margin-top: 5px;
	color: #FFF!important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
	background-color:#5E8934;
	color: #FFF!important;
}
.with_frm_style .frm_submit button.frm_save_draft{
	background-color:#5E8934!important;
	color: #FFF!important;
}
.with_frm_style .frm_submit button.frm_save_draft:hover{
	background-color:#78B53C!important;
	color: #FFF!important;
}
.frm-detail-link, .delete-link, .edit-link{
	background-color:#E5E7EB;
	padding:5px 10px;
	border-radius: 5px;
	color:#5E8934;
}
.frm_pagination li{
	background-color:#E5E7EB;
	font-size: 20px;
	padding: 5px 10px;
	border-radius: 5px;
}
.frm_pagination .active{
	background-color:#78B53C;
}
.frm_pagination .active a{
	color:#FFF;
}