/* Logo Maker Widget */

.logo_maker_group_widget {
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.logo_maker_group_widget .logo_maker_widget {
	margin-left: 12px;
	margin-right: 12px;
}

.logo_maker_widget {
	border: 3px solid #F5EEE7;
	border-radius: 8px;
	max-width: 270px;
	margin: 0 auto;
}

.logo_maker_widget .img_wrapper {
	padding: 12px 12px 0;
}

.logo_maker_widget img {
	width: 240px;
	height: auto;
}

.logo_maker_widget a {
	display: inline-block;
	margin-top: 16px;
	text-align: center;
	width: 100%;
}

.logo_maker_widget span {
	font-size: 16px;
	line-height: 24px;
	color: #272B35;
	padding-left: 32px;
	padding-right: 32px;
	display: inline-block;
	text-align: center;
	margin-top: 8px;
}


@media screen and (max-width: 992px) {

	/* Logo Maker Group Widget */

	.logo_maker_group_widget .logo_maker_widget {
		width: 30%;
		margin-left: 9px;
		margin-right: 9px;
		height: auto;
	}

	.logo_maker_group_widget .logo_maker_widget .img_wrapper {
		padding: 9px 10px 0;
	}

	.logo_maker_group_widget .logo_maker_widget img {
		width: 100%;
	}

	.logo_maker_group_widget .logo_maker_widget a {
		margin-top: 8px;
	}

	.logo_maker_group_widget .logo_maker_widget span {
		margin-top: 8px;
		padding-left: 18px;
		padding-right: 18px;
		margin-bottom: 16px;
	}

}

@media screen and (max-width: 414px) {

	.logo_maker_group_widget {
		display: block;
	}

	.logo_maker_group_widget .logo_maker_widget {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 16px;
		display: block;
		max-width: none;
		overflow: hidden;
	}

	.logo_maker_group_widget .logo_maker_widget:last-child {
		margin-bottom: 0px;
	}

	.logo_maker_group_widget .logo_maker_widget .img_wrapper {
		width: 50%;
		float: left;
		padding: 16px 16px 24px;
	}

	.logo_maker_group_widget .logo_maker_widget .text_wrapper {
		width: 50%;
		float: left;
		padding: 16px 16px 0 0;
	}

	.logo_maker_group_widget .logo_maker_widget .text_wrapper a {
		text-align: left;
		margin-top: 0;
	}

	.logo_maker_group_widget .logo_maker_widget .text_wrapper span {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}

}