/*
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
*/

a {
	color: #566646 !important;
	transition: 0.3s;
}
a:hover {
	color: #7F99AE !important;
}
.custom-slider-nav .flickity-button-icon {
	display: none !important;
}

.custom-slider-nav .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:before {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%; 
}

.custom-slider-nav .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next:before {
	background-image: url('icons/right-arrow.png');
}

.custom-slider-nav .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous:before {
	background-image: url('icons/left-arrow.png');
}


.custom-slider-nav .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next,
.custom-slider-nav .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous {
	width: 60px;
	height: 60px;
}

.custom-slider-nav .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next {
	right: 0;
}

.custom-slider-nav .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous {
	left: 0;
}

.custom-slider-nav .nectar-flickity[data-controls*="arrows_overlaid"] .next:after,
.custom-slider-nav .nectar-flickity[data-controls*="arrows_overlaid"] .previous:after {
	display: none;
}

.custom-project-carousel .nectar-fancy-box[data-style="hover_desc"] {
    transform: translateY(0) !important;
}

.custom-project-carousel .nectar-fancy-box[data-style="hover_desc"] .inner {
    position: static;
}

.custom-project-carousel  .nectar-fancy-box[data-style="hover_desc"] .hover-content {
    bottom: 50%;
}

.custom-project-carousel .nectar-fancy-box[data-style="hover_desc"].hovered .hover-content {
    transform: translateY(50%);
    margin-top: 0 !important;
    font-weight: bold;
}
.lc--slider--custom--arrow.custom-slider-nav.font--family h1 {
	font-size: 24px;
	font-family: Lato;
    font-weight: 400;
    font-style: normal;
	padding: 0 30px;
}

@media(min-width: 999px) {
	.lg-text-right, 
	.lg-text-right * {
		text-align: right !important;
	}

}

.smart-link a {
	position: relative;
	display: inline-block;
 	letter-spacing: 4px;
    word-spacing: 2px;
}

.smart-link a:after {
    content: '>';
    margin-left: 5px;
    position: relative;
    top: -2px;
}



@media(max-width: 999px) {
	.wpb_wrapper h2.vc_custom_heading.smart-link  {
		font-size: 16px !important;
		line-height: 1.5em !important;
		letter-spacing: 1px !important;
	}
	
	.wpb_wrapper h2.vc_custom_heading.sm--14--font {
		font-size: 16px !important;
		line-height: 1.5em !important;
	}

}

@media(max-width: 600px) {
	.wpb_wrapper h2.vc_custom_heading.smart-link  {
		font-size: 14px !important;
		line-height: 1.5em !important;
		letter-spacing: 1px !important;
	}
	
	.wpb_wrapper h2.vc_custom_heading.sm--14--font {
		font-size: 14px !important;
		line-height: 1.5em !important;
	}
}

.justify-center .row_col_wrap_12  {
	justify-content: center;
}

@media(max-width: 999px) {
	.no-br-sm p br {
		display: none !important;
	}
}

.lc--feed--global--section {
    border-top: 1px dashed #999999;

}
.nectar-fancy-box[data-style="hover_desc"][data-color].hover_color_0a0a0a:before, .nectar-fancy-box[data-style="hover_desc"] .box-bg:before, .nectar-fancy-box[data-style="hover_desc"]:before {
	background: none !important;
}


