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

.booknetic_appointment,
.booknetic_client_panel{
	width: 100% !important;
	max-width: 100% !important;
}

#header-outer{
	-webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    box-shadow: 0 3px 45px rgba(0,0,0,0.15);
}

#top nav ul li a{
	margin: 0px !important;
	padding: 0 15px !important;
}

#top nav>ul>li>a:after{
    content: "";
    border-right: 1px solid #b8b8b8;
    position: absolute;
    right: 0;
    height: 100%;
    transform: skewX(-15deg);
}

#top nav>ul>li:last-child>a:after{
	display: none !important;
}