/*

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

*/

.home #page-header-wrap h1 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li,
#slide-out-widget-area.fullscreen .menuwrapper li {
	margin-bottom: 2em;
}

.portfolio-wrap .work-item .vert-center h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 28px;
	letter-spacing: 0;
}

.portfolio-wrap .work-item .vert-center p {
	font-family: 'Lato', sans-serif !important;
	font-weight: normal  !important;
	font-size: 18px !important;
	font-style: italic !important;
	line-height: 24px !important;
	max-width: 75%;
	margin: 0 auto !important;
	opacity: 0 !important;
	-webkit-transition: all 0.5s ease;
}

.portfolio-wrap .work-info:hover .vert-center p {
	color: #fff;
	opacity: 1 !important;
}

@media only screen and (max-width: 999px) {

	body.home #page-header-wrap h1 {
		font-size: 20px !important;
		line-height: 24px !important;
	}

}

@media screen and (max-width: 768px) {

	body #header-outer.transparent[data-transparent-header="true"].dark-slide {
		background-color: #fff !important;
	}

}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
	
	body.home #page-header-wrap h1 {
		font-size: 18px !important;
		line-height: 22px !important;
	}

}