/*
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
*/

/* nav */
li.nav-button a {
	letter-spacing: .50em;
	font-size: 13px!important;
}

@media only screen and (max-width: 690px) {
	body .nectar-mobile-only.mobile-header li.nav-button a {
		font-size: 11px!important;
	}
}

/* button */
.nectar-cta.custom-button a span {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .50em;
}

.nectar-fancy-box[data-style=hover_desc] .heading-wrap>:last-child {
		font-size: 13px;
		letter-spacing: .50em;
}

.nectar-cta.width100 a {
	width: 100%;
}

/* badge */
.padding-amount-large .nectar-badge__inner {
		padding: 15px 20px 15px 20px;
		border-radius: 0;
		text-transform: uppercase;
		letter-spacing: .50em;
		font-size: 13px;
}

@media only screen and (max-width: 690px) {
	.padding-amount-large .nectar-badge__inner {
			font-size: 11px;
	}
}


/* images */
img.image-opacity {
	opacity: 0.10!important;
}

/* fancy box */
.nectar-fancy-box[data-style=hover_desc] .hover-content {
		max-width: 100%;
}

/* lists */
ol>li {
		font-weight: 400;
		margin-bottom: 15px;
}

ol, ul {
		margin-left: 20px;
		margin-bottom: 30px;
}

/* forms */

/* .nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
		background: transparent!important;
		border: 1px solid #c4c4c4;
		color: #ffffff;
}

.container-wrap input[type=text]:hover,
.container-wrap input[type=text]:hover,
.container-wrap input[type=email]:hover,
.container-wrap input[type=tel]:hover,
.container-wrap textarea:hover {
	border: 1px solid #ffffff;
}

body.material input[type=text]:focus,
body.material input[type=email]:focus,
body.material input[type=tel]:focus,
body.material textarea:focus {
	border: 1px solid #c4c4c4;
}

input[type=placeholder] {
	color: #ffffff!important;
}*/

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
		background: #000000 !important;
		color: #ffffff !important;
		width: 100% !important;
		letter-spacing: .50em;
}

.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
		background: #333333 !important;
		color: #ffffff !important;
} 

.nf-field-label .nf-label-span, .nf-field-label label {
		margin: 0;
		padding: 0;
		font-family: Tenor Sans;
		text-transform: uppercase;
		letter-spacing: -0.03em;
		font-size: 20px;
		line-height: 20px;
		font-weight: 400!important;
}

/* icon with text */

.iwithtext {
		margin-bottom: 15px!important;
}

.iwithtext [class^=icon-].icon-default-style {
		line-height: 22px;
		height: 22px;
		width: 22px;
		font-size: 22px;
}

.iwithtext .iwt-icon {
		position: absolute;
		left: 0;
		top: -8px;
}

.iwithtext .iwt-text {
		padding-left: 36px;
}

/* gallery */
.portfolio-items[data-ps="7"] .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg, .portfolio-items[data-ps="8"] .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg {
		background-color: transparent !important;
}






