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

@media (min-width:769px){
	.swiper-slide .content h2.ns-heading-el {
	  font-size: 88px !important;
	  font-weight: 700;
	}

	.swiper-slide .content p {
	  font-size: 32px !important;
	  line-height: 50px !important;
	  font-weight: 300;
	}
}

@media (max-width:768px){
	.full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2, .swiper-slide .content h2.ns-heading-el {
	  font-size: 32px !important;
	  font-weight: 700;
	}

	.swiper-slide .content p {
	  font-size: 18px !important;
	  line-height: 50px !important;
	  font-weight: 300;
	}
}