/*
Your custom style

Add your custom styles in this file so it is easier to update the theme.
*/


.breadcrumb {
    padding: 5px 0;
    background: #0474c3;
}

.breadcrumb a, .breadcrumbs-before, .breadcrumb-end {
    display: inline-block;
    padding: 0;
    color: #fff;
}

.breadcrumb-sep {
    color: #fff;
    padding: 0 2px;
}

.breadcrumbs-before {
    display: none;
}

h1 + .breadcrumb {
    margin-top: 0;
}

.item-extension-container > .content{
	padding: 0;
}

.item-extension-container .content{
	background: #FFF;
}

.item-extension-container .field-data{
	display: block;
	padding: 0;
}

.field-data iframe{
	width: 100% !important;
}

h3.field-title{
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}