/* Crello templates grid */

.crello-templates-grid-wrapper {
	overflow: hidden;
	margin-bottom: -16px;
}

.crello-templates-grid-wrapper .template {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	width: calc(25% - 12px);
}

.crello-templates-grid-wrapper .template:nth-child(4n) {
	margin-right: 0;
}

.crello-templates-grid-wrapper .template img {
	max-width: 100%;
	border-radius: 12px;
}

.crello-templates-grid-wrapper.border .template img {
	border: 1px solid #D6D7D9;
}

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

	.crello-templates-grid-wrapper {
		margin-bottom: -13px;
	}

	.crello-templates-grid-wrapper .template {
		margin-right: 13px;
		margin-bottom: 13px;
		width: calc(33% - 12px);
	}

	.crello-templates-grid-wrapper .template:nth-child(4n) {
		margin-right: 13px;
	}

	.crello-templates-grid-wrapper .template:nth-child(3n) {
		margin-right: 0;
	}

}

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

	.crello-templates-grid-wrapper {
		margin-bottom: -16px;
	}

	.crello-templates-grid-wrapper .template {
		margin-right: 16px;
		margin-bottom: 16px;
		width: calc(50% - 8px);
	}

	.crello-templates-grid-wrapper .template:nth-child(4n) {
		margin-right: 16px;
	}

	.crello-templates-grid-wrapper .template:nth-child(3n) {
		margin-right: 16px;
	}

	.crello-templates-grid-wrapper .template:nth-child(2n) {
		margin-right: 0px;
	}

}