/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/

.archive-heading {
	margin-bottom: 20px;
}

.s-dark .spc-social-b .service {
	background-color: #c41230;
}

.spc-social .service:hover {
	color: #c41230;
	background-color: #fff;
}

.bold-footer-lower, .bold-footer-lower a {
	color: #fff;
	font-weight: 700;
}

.bold-footer-lower .inner {
	padding: 30px 20px;
}


@media screen and (min-width: 769px) {
	.smart-head :where(.items-left) .logo-image {
		width: auto;
		height: 180px;
	}
}


@media (min-width: 1201px) {
    .ts-contain, .main {
        width: calc(var(--main-width));
    }
}