
/* Themify Custom CSS */
/***
 * 
 * Page top archive search bar
 * 
 * ***/
#archive-search div.tf_inline_b 
{width:80%;}

/****
 * PTB submissions form
 * 
 * ****/
/***
 * submit button
 * ***/
input.ptb-submission-submit-btn
{
	padding:10px;
	border-radius:5px;
	font-size:2em;
	text-align:center;
}
/****
 * search dropdown 
 * CPT filters
 * ****/
.tf_s_dropdown .tf_search_tab li a{
color:#000;
}
.tf_s_dropdown .tf_search_tab li a:hover{
color:#fff;
background-color:#99cc00;
}