/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 14 2026 | 04:02:02 */
:root{
	--green: var(--nectar-extra-color-1);
}

body .highlight {
    margin-bottom: 20px !important;
}

.nectar-view-indicator .color-circle{
	background: var(--nectar-extra-color-1) !important;
}

#header-outer:not([data-format=left-header]) #top>.container>.row {
    max-height: 95px;
}

.highlight * {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--nectar-extra-color-1);
}

.nectar-drag-indicator.visible i {
    top: -13px;
}

#header-outer[data-format=centered-menu] .logo-spacing img {
    margin-bottom: 0;
    max-width: 110px;
}

.special .link_wrap{
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    background-color: #FF921E;
    margin-top: 20px;
}

.before-footer *{
	font-size: .9rem;
}

.before-footer a{
	text-decoration: none;
}

@media only screen and (min-width: 1000px) {
    #header-outer #logo{
        margin-top: 15px;
        margin-bottom: 18px;
	}

}