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

/* hidden on mobile */

@media only screen and (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

/* for mobile only */

.container-wrap {
	background-image: url("/wp-content/uploads/bg.png");
	background-repeat: repeat;
	background-size: 2%;
}

@media only screen and (max-width: 767px) {
	.container-wrap {
		background-image: url("/wp-content/uploads/bg.png");
		background-repeat: repeat;
		background-size: 5%;
	}
}

#social > li:nth-child(3) > a > i {
	font-size: 15px;
	margin-top: -4px;
}
