/*
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
*/





/* Custom Sidebar */
.custom-sidebar-menu {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.custom-sidebar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ddd;
}

.custom-sidebar-menu li {
    margin: 8px 0;
    padding-left: 15px;
    position: relative;
    list-style: none;
}

.custom-sidebar-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: inline-block;
    transition: color 0.3s ease;
}

.custom-sidebar-menu li a:hover {
    color: #000;
}

.custom-sidebar-menu li.current-menu-item > a, .custom-sidebar-menu li.current_page_item > a, .custom-sidebar-menu li.active > a {
    color: #dd3333;
    font-weight: 600;
}

.custom-sidebar-menu li.current-menu-item::before, .custom-sidebar-menu li.current_page_item::before, .custom-sidebar-menu li.active::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color:  #008c51;
}

@media (min-width: 320px){
	.adjust-column-width .row_col_wrap_12_inner.col.span_12 .vc_col-sm-3,
    .adjust-column-width .row_col_wrap_12_inner.col.span_12 .vc_col-sm-4,
    .adjust-column-width .row_col_wrap_12_inner.col.span_12 .vc_col-sm-6{
		width: auto;
	}


	.adjust-column-width .row_col_wrap_12_inner.col.span_12 .vc_col-sm-3:last-child,
    .adjust-column-width .row_col_wrap_12_inner.col.span_12 .vc_col-sm-4:last-child{
		margin-left: auto;
	}

}
