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

::-webkit-scrollbar {
    width: 1px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}
::-webkit-scrollbar-track {
    background: #000000;
}

::selection {
    color: #000;
    background: #ffbd97;
}

mark {
    color: #000;
    background: #ffbd97;
	padding: 10px 0;
}

span.nectar-text-reveal-button__text {
    font-weight: bold;
}