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


h2.body-text, .body-text h2,
h3.body-text, .body-text h3,
h4.body-text, .body-text h4,
h5.body-text, .body-text h5,
h6.body-text, .body-text h6 {
	font-family: Inter !important;
}

h2.bold, .bold h2,
h3.bold, .bold h3,
h4.bold, .bold h4,
h5.bold, .bold h5,
h6.bold, .bold h6,
p.bold, .bold p {
	font-weight: 700 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.cta {
	letter-spacing: -10px;
}

form .third {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

form .third p {
	flex-basis: 33%;
}

@media screen and (max-width: 999px) {
	form .third p {flex-basis: 100% !important;}
}