/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.menu-wrap {
	top: 0 !important;
}

.content-section {
	padding: 50px 0;
}

header {
	margin-bottom: 67px;
}

#sidebar_content .content-section {
	background: #101920 !important;
	border-radius: 12px;
}

@media screen and (min-width: 580px) {
	#sidebar_content .content-section {
		padding: 80px;
		margin-top: 3rem !important;
	}
}

@media screen and (min-width: 1200px) {
	.content-section {
		padding: 80px 0;
	}
}

html {
	background-color: #15212a !important;
}

.footer .footer-top .footer-payment-icons img {
    width: auto;
}

@media (max-width: 767px) {
    .footer .footer-top .footer-payment-icons img {
        height: 30px !important;
        margin: 5px 6px !important;
    }
}