/*

Theme Name:     Fixed Child Theme

Description:    Make your modifications to Fixed in this child theme.

Template:       fixed

*/



@import url('../fixed/style.css');





img.flickr_photo{

	width:100% !important;

}


.location-title {
position: absolute;
left: 0;
top: 86px;
background: #991010;
color: #fff;
font-family: 'Abel', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
display: block;
margin-bottom: 15px;
padding: 0 10px 0 18px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}

.date-title {

background: #991010;

}