/*
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
*/
.service.s-truth-social {
	background:#5448ee!important;
}

.upper-footer .widget-about{
	width:25%;
}
.upper-footer .smartmag-widget-newsletter{
	width:25%;
}
.upper-footer .smartmag-widget-posts-small{
	width:50%
}
.widget-about .image-logo{
	width:90%
}
footer.main-footer .upper-footer .ts-contain.wrap {
    width: 95%;
}

@media (max-width: 768px){
	.upper-footer .widget-about{
	width:100%;
}
	.upper-footer .smartmag-widget-newsletter{
	width:100%;
}
.upper-footer .smartmag-widget-posts-small{
	width:100%
}
.widget-about .image-logo{
	width:100%
}
}
@media (min-width: 768px) and (max-width: 1024px){
		.upper-footer .widget-about{
	width:100%;
}
	.upper-footer .smartmag-widget-newsletter{
	width:100%;
}
.upper-footer .smartmag-widget-posts-small{
	width:100%
}
}
