/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.intro_title{
	line-height: 1.15em;
}
.nectar-icon-list-item {
    margin-bottom: 45px;
}
.caroufredsel_wrapper .clients{
	display: flex;
    align-items: center;
}
.clients[data-he="greyscale_to_color"] > div img{
	max-width: 200px;
}
.email_link span a{
	text-transform: lowercase;
}
.phone_text .wpb_wrapper p{
	font-size: 14px;
}

/*Mediaqueries*/

@media all and (max-width: 1024px) and (min-width: 769px){
	
.clients[data-he="greyscale_to_color"] > div img {
    max-width: 150px;
}
	
}

@media all and (max-width: 768px){
	
.clients[data-he="greyscale_to_color"] > div img {
    max-width: 100px;
}
	
}