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

/*load different types with relative paths to the font files*/
@font-face {
    font-family: 'Avenir_light';
    src: url('fonts/AvenirLTStd-Light.ttf') format('truetype'),
         url('fonts/AvenirLTStd-Light.woff') format('woff'),
         url('fonts/AvenirLTStd-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* ==============================================================================
	Homepage - Teams
============================================================================= */

.team-overflow {
	overflow: hidden !important;
}

.team-member .column-image-bg{
	background-size: contain !important;
    background-repeat: no-repeat;
}


/* ==============================================================================
	Homepage - Word lid
============================================================================= */

.red-hover .wpb_wrapper a:hover {
	color: #e41b13 !important;
}


/* ==============================================================================
	Homepage - Contact
============================================================================= */
@media (min-width: 1000px) {

	.map-view {
		min-height:100%;
	}
  .map-view .wpb_wrapper {
    min-height: 100% !important;
  }
	
  .map-view .wpb_wrapper .nectar-leaflet-map {
	min-height: 100% !important;
  }

}