/*
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
*/



.nectar-hor-list-item {
	padding: 10px 0;
}

.portfolio-items .col .work-info .vert-center p {
	display: none !important;
	visibility: hidden !important;
}

body #page-header-bg h1, html body .row .col.section-title h1, 
.nectar-box-roll .overlaid-content h1 {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
}

body #page-header-bg h1,
body #page-header-bg span.subheader {
	font-weight: 700 !important;
	text-transform: none !important;
}

body #page-header-bg span.subheader {
	font-size: 16px !important;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
}

.frm_form_field.form-field {
	margin-bottom: 20px;
}

.frm_description {
	font-size: 12px;
}

.wpb_wrapper ul li {
	list-style-type: none;
	position: relative;
}

.wpb_wrapper ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: -20px;
	height: 2px;
	width: 10px;
	background: #c02026;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	border: 1px solid #d1d3d6 !important;
	border-radius: 3px !important;
	padding: 12px;
	margin-bottom: 15px !important;
	background: #fcfcfc;
	color: #fcfcfc !important;
	font-size: 16px !important;
}
.wpcf7 span.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.wpcf7 p {
	padding-bottom: 0;
}

.wpcf7 .contact_radio {
	margin-bottom: 15px;
}

#frontpage-floating-button {
	position: fixed;
	bottom: 30px;
	z-index: 999;
	right: 70px;
}

#frontpage-floating-button .nectar-button {
	font-weight: 700;
	text-transform: uppercase;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
	background: none !important;
	border: none !important;
	color: #c02026 !important;
}