/* Change Fixed Navbar Logo on Scroll */
.et-fixed-header #logo {
    content: url(/wp-content/uploads/2025/12/stss-logo-light.svg);
}

/* STss Wallet Nav Button */
.nav-wallet-btn a {
    background: #5cb85c !important;
    margin-top: -10px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    color: #fff !important;
	font-weight: bold;
	padding-bottom: 33px !important;
}

@media only screen and (max-width: 980px) {
	.nav-wallet-btn a {
		background: #fff !important;
    	margin-top: inherit;
    	height: auto;
    	line-height: inherit;
    	padding-left: auto;
    	padding-right: auto;
    	border-radius: 0;
    	color: #70707a !important;
		padding-bottom: 10px !important;
	}
}

/* STss Lists */

.stss-list {
	margin-left: 15px;
}

.stss-list li {
	padding-bottom: 15px;
}

/* Heading Labels */
.heading-label {
	background-color: #8cc64c;
	color: #ffffff;
	height: 50px;
	width: 50px;
	display: inline-block;
	margin-right: 15px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.heading-label {
		display: block;
		margin-bottom: 15px;
	}
}

/* Forms */

.form-section h5 {
	color: #239851;
}

.form-section hr {
    border-top: 2px solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
	border-color: #8cc64c;
}

.form-check-list {
	font-size: 13px;
}

.ff-el-input--label {
	font-size: 13px;
}

.ff-message-success {
    border: 1px solid #8cc64c !important;
	text-align: center;
}

/* Fibre Pricing Tables */

.et_pb_pricing_table {
	padding-bottom: 0px;
}

.et_pb_pricing_content_top {
	padding-bottom: 20px;
}

.et_pb_pricing li {
	padding: 5px 0px;
	font-size: 13px;
}

.et_pb_pricing li input.el {
	display: none;
}

.et_pb_pricing li .submit {
	cursor: pointer;
	color: #fff;
	background: #239851;
	border: none;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin-top: 20px;
	padding: 6px 15px;
}

.et_pb_pricing li .submit:hover {
	background: #8cc64c;
}

.et_pb_pricing_table .et_pb_button_wrapper {
	padding-bottom: 30px;
}