/* Specific <p> fix for arte-corporate theme */
body.page section.entry-content .arte_block p {
	margin: 10px 0;
}

body.page section.entry-content .arte_block.next-teaser p {
	margin:0;
}

/* Specific <p> fix for arte-corporate theme */
body.page section.entry-content .arte_block__link_list p.arte_block__subtitle,
body.page section.entry-content .arte_block__rss p.arte_block__subtitle {
	margin: 14px 0 13px 0;
}

/* Global */
.arte_block {
	font-family:barna,Arial,sans-serif;
	margin-top:20px;
}

/* Alignment - Modifier */
.arte_block.arte_block--align_left {
	text-align: left;
}
.arte_block.arte_block--align_center {
	text-align: center;
}
.arte_block.arte_block--align_right {
	text-align: right;
}


/* Block Sizes - Modifier */
.arte_block--1col,
.arte_block--2col,
.arte_block--3col,
.arte_block--4col {
	display:inline-block;
}

.arte_block--1col {
	width:100%;
}

.arte_block--2col {
	width:49%;
}

.arte_block--3col {
	width: 32%;
	vertical-align:top;
}

.arte_block--4col {
	width:24%;
}

/* Reponsive Styles */
@media only screen and (max-width: 780px) {
	.arte_block--2col,
	.arte_block--3col,
	.arte_block--4col {
		width:100%;
	}
}

.shortcode-ui-attribute-url input,
.arte_block > img {
	width: 100%;
}
