/*
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
*/

.hero-slideshow-layer {
	transition: opacity 1.5s ease-in-out;
}
.hero-slideshow-layer .column-image-bg {
	background-size: cover;
	background-position: center center;
}

/* Hide the skewed navy divider shape on mobile (defined in Theme Options > Custom CSS) */
@media only screen and (max-width: 690px) {
	.navy-image-divider .column-bg-layer::before {
		display: none !important;
	}
}





