/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#contact-form .codedropz-upload-inner span,
.dnd-upload-counter {
	display: none;
}

#contact-form input.wpcf7-submit,
#contact-form .cd-upload-btn {
	background-color: transparent !important;
	color: #000000 !important;
	display: inline-block;
	font-size: 18px;
	font-family: abcwhyte-regular;	
	font-weight:400;
	min-width: 270px;
	padding: 12px 20px !important;
	border: 1px solid #000000;
	text-align: center;
	text-transform:uppercase;
	line-height: 1.5;
}
#contact-form input.wpcf7-submit:hover,
#contact-form .cd-upload-btn:hover{
    background-color:#5C7658 !important;
}

#contact-form .codedropz-upload-container {
	padding: 0;
}

#contact-form .codedropz-upload-handler {
	margin: 0;
	border: none;
}

#contact-form .codedropz-upload-inner > h3{
	display: none;
}

#contact-form .item-full p{
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

#contact-form .text-center{
	text-align: center;
}

#contact-form .item-full .wpcf7-spinner {
  position: absolute;
  top: calc(50% - 12px);
}