/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.fluid .fluid-svg .icon-media {
	width: 100% !important;
}

footer .fluid-svg .icon-media {
	width: 100% !important;
}

.background-circle {
	background: #e20715;
    border-radius: 100px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.social-horizontal .uncont {
	display: flex;
    gap: 30px;
}

.social-horizontal .vc_custom_heading_wrap {
	margin-top: 0px !important;
}

.mmb-container {
	display: none;
}

@media (max-width: 569px) {
	h1:not([class*="fontsize-"]), .h1:not([class*="fontsize-"]) {
		font-size: 36px;
	}
}