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

.wpcf7-form p span {
    margin-bottom: -20px!important;
}

@media only screen and (max-width: 600px) {
    
    .hero h1 {font-size:2em!important;line-height:1.1;}
	.nectar-next-section-wrap[data-align=center] {
    text-align: left!important;}
	
	.image-breaker h3 {font-size:1em!important;line-height:1.25!important;}
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.hero h1 {font-size:5.5vw;line-height:1.1;}
	.image-breaker h3 {font-size:1.8em!important;line-height:1.25!important;}
    
}