/*
Theme Name: Nightshade Child
Theme URI: http://nightshade.elated-themes.com
Description: A child theme of Nightshade Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: nightshade
Template: nightshade
*/

.eltdf-icon-shortcode a{
	text-decoration:none;
}

/* ----------------------------------------
 contact form7 additional button
----------------------------------------- */
input.wpcf7c-btn-back, input.wpcf7-submit,
input.wpcf7-confirm {
	font-family:Oswald,sans-serif;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:auto;
	outline:0;
	font-size:14px;
	line-height:1.93em;
	letter-spacing:.08em;
	font-weight:700;
	text-transform:uppercase;
	box-sizing:border-box;
	margin:0;
	-webkit-transition:color .2s ease-in-out,border-color .2s ease-in-out;
	-moz-transition:color .2s ease-in-out,;
	padding:15px 53px 16px;
	color:#fff;
	background-color:#000;
	border:2px solid transparent;
	cursor:pointer;border-radius:0;
	-webkit-appearance:none;
}
input.wpcf7c-btn-back:hover, input.wpcf7-submit:hover,
input.wpcf7-confirm:hover {
	border-color:#fff;
	color:#fff;
}

input.wpcf7c-btn-back {
    margin-right: 1.3em;
}