/* If "RAFT Phone Adaptations" is turned on in the theme style settings, this file will be called by RapidWeaver. Feel free to modify any of the rules here and adjust colour settings etc. Some style sets like RAFT navigation are stored in the main style.css file (so these can also be used by non-tablet / mobile devices). */

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

#lastUpdated {
	display: none !important;
}

/* These styles are the same as those in the 796.css file, and are provided so that adaptations are still applied, even if tablet adaptations are turned off */

.snowSpacer {
	height: 10px;
}

.snowNav,
.bitBorder,
.blockNav {
	display: none;
}

.raftNavWrapper {
	display: block;
	padding: 0;
}

#header {
	margin-bottom: 10px;
}

#aside {
	float: none;
	width: auto;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

#contentContainer #content {
	margin-right: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
}

#contentIn {
	column-count: 1;
    -moz-column-count: 1;  
    -webkit-column-count: 1;
    column-gap: 0px;
    -moz-column-gap: 0px;  
    -webkit-column-gap: 0px; 
}

#contentContainer {
	padding: 0px;
}

#breadcrumb,
#footerNav {
	display: none;
}

#footerContainer,
#footer,
#lastUpdated {
	display: block;
	text-align: center;
	position: relative;
}

#blog-categories a,
a.blog-archive-link-enabled,
#blog-rss-feeds a {
	display: inline;
	padding-right: 10px;
}
}  /* End @media block */