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

li::marker {
    color: #b1ba1d;
}

.brown {
    color: #5A471B;
}

.custom-list {
	font-size: 22px;
	color: #5A471B;
}
.custom-list li {
	margin-bottom: 20px;
}
.custom-list li::marker {
	color: #5A471B;
}

.page-id-7672 .nectar-fancy-box {
    opacity: .5;
	transition: all .8s ease;
}

.page-id-7672 .nectar-fancy-box:hover {
	opacity: 1;
}

/* 2025 Christmas banner styles */
/* .christmas-heading h2 {
    font-weight: 800 !important;
    color: #b1ba1d;
    margin: 0 !important;
    text-shadow: 0 0 16px #e7e1bf;
}

.christmas-heading {
    margin: 0 !important;
}

.christmas-heading-2 {
    margin-bottom: 20px !important;
}

.home #header-outer.detached.at-top #top .container::after {
	background: #000;
} */


