/home/arranoyd/telegastro/wp-content/themes/dt-the7/css/dynamic-less/shortcodes/fancy-media.less
/* #Fancy media
========================================================================= */
.borderstyle (@br-width: 5px) {
	border-width: @br-width;
}
.borderframe .shortcode-single-image {
	.transparent-border-mixin;
}

	.shortcode-single-caption {
		.text-normal;
		.color-base-transparent;
	}

	.borderframe.br-standard .shortcode-single-image {
		.solid-bg-mixin;
		.shadow-decoration;
		.outline-decoration;
	}

/* #Teasers
========================================================================= */
.frame-on {
	.transparent-border-mixin;
}
.frame-on.frame-fancy {
	.outline-decoration;
	.solid-bg-mixin;
	.shadow-decoration;
}