/*
	Theme Name: Peira
	Theme URI: http://peira.org

	Author: Peter Amende
	Author URI: http://www.zutrinken.com

	Version: 1.5.2

	Description: This Theme is made by <a target="_blank" href="http://zutrinken.com">Peter Amende</a>
	Tags: light, white, gray, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready

	License: GNU/GPL Version 2 or later
	License URI: http://www.gnu.org/licenses/gpl.html
*/

/*

	Colours:
	
	Red/Orange:		#e56439
	Light Grey:		#b2b2b2
	Dark Grey:		#404040
	Darker Grey:	#282828
	
*/



@import url('css/font-awesome.min.css');
@import url('css/basic.css');
@import url('css/wordpress.css');
@import url('css/shortcode.css');
@import url('css/comments.css');






#header {
	backface-visibility: hidden;
	height: 100%;
	max-height: 72px;
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-property: opacity, transform;
	transition-property: opacity, transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	width: 100%;
	z-index: 9999;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.05);
	box-shadow: 0 0 4px rgba(0,0,0,0.05);
}
.admin-bar #header {
	top: 32px;
}
#header a {
	border: 0;
}
#header .inner {
	width: auto !important;
	max-width: none;
}
.active-menu #header {
	max-height: none;
}
.active-menu #header,
.active-search #header {
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
.state-nav-is-visible #header {
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
@media screen and (max-width: 702px) {
	.state-nav-is-visible #header {
		transition-duration: 0s;
	}
	#header {
		position: absolute;
	}
	.admin-bar #header {
		top: 46px;
	}
}
.state-nav-is-hidden #header {
	opacity: 0;
	-webkit-transform: translate3d(0px, -72px, 0px);
	transform: translate3d(0px, -72px, 0px);
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.state-nav-is-hidden #header:hover,
.state-nav-is-hidden #header:focus {
	opacity: 1 !important;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.no-csstransitions #header {
    height: 72px;
}
#logo {
	float: left;
	padding: 0;
	margin: 0;
	font-weight: 100;
	font-size: 1.4em;
    height: 72px;
	line-height: 72px;
	text-indent: 0;
	
	position: absolute;
	left: 0;
	z-index: 9999;
}
#logo img {
	display: block;
	max-height: 52px;
	width: auto;
	float: left;
	margin: 10px;
}
#navigation {
	float: right;
	position: relative;
	left: -50%;
	z-index: 9997;
}
.hidden-menu #navigation {
	float: none;
	position: static;
	left: auto;
	text-align: center;
}
#navigation-inner {
	position: relative;
	left: 50%;
}
.hidden-menu #navigation-inner {
	position: static;
	left: auto;
}
.menu-container {
	float: left;
	top: 72px;
}
.menu-container li {
	float: left;
	position: relative;
}
.hidden-menu .menu-container li {
	float: none;
}
.menu-container li li {
	float: none;
}
.menu-container li.has-children:after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0d7';
	position: absolute;
	top: 50%;
	right: 20px;
	padding: 0;
	margin: -0.4em -0.4em 0 0;
	width: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	color: #b6babf;
}
.hidden-menu .menu-container li.has-children:after {
	display: none;
}
.menu-container li li.has-children:after {
	content: '\f0da';
}
.menu-container a {
	display: block;
	height: 72px;
	line-height: 72px;
	padding: 0 32px;
	color: #2e3033;
	font-size: 0.8em;
	font-weight: 700;
	white-space: nowrap;
	border: 0;
}
.hidden-menu .menu-container a {
	color: #757a80;
}
.hidden-menu .menu-container li li a {
	padding-left: 80px;
}
.hidden-menu .menu-container li li li a {
	padding-left: 128px;
}
.menu-container .has-children a {
	padding-right: 40px
}
.menu-container .current-menu-item > a,
.menu-container .current_page_item > a {
	color: #000;
}
.menu-container .current-menu-item > a:before,
.menu-container .current_page_item > a:before {
	position: absolute;
	content: '';
	width: 95%;
	height: 4px;
	left: 2.5%;
	bottom: 0;
	background: #e56439 !important;
}
.hidden-menu .menu-container .current-menu-item > a:before,
.hidden-menu .menu-container .current_page_item > a:before {
	display: none;
}
.menu-container li .current-menu-item > a:before,
.menu-container li .current_page_item > a:before {
	width: 3px;
	height: 95%;
	left: 0;
	top: 2.5%;
}
.hidden-menu .menu-container .current-menu-item > a:before,
.hidden-menu .menu-container .current_page_item > a:before,
.hidden-menu .menu-container .current-menu-item > a:after,
.hidden-menu .menu-container .current_page_item > a:after {
	display: none;
}
.menu-container a:hover:before,
.menu-container a:focus:before {
	position: absolute;
	content: '';
	width: 95%;
	height: 4px;
	left: 2.5%;
	bottom: 0;
	background: #e3e3e3;
}
.hidden-menu .menu-container a:hover:before,
.hidden-menu .menu-container a:focus:before {
	display: none;
}
.menu-container li li a:hover:before,
.menu-container li li a:focus:before {
	width: 3px;
	height: 95%;
	left: 0;
	top: 2.5%;
}
.hidden-menu .menu-container *:hover > a,
.hidden-menu .menu-container *:focus > a {
	background-color: transparent;
}
.hidden-menu .menu-container * > a:hover,
.hidden-menu .menu-container * > a:focus {
	color: #b6babf;
	background-color: #232529;
}
.hidden-menu .menu-container .current-menu-item > a,
.hidden-menu .menu-container .current_page_item > a {
	color: #fff;
}
.menu-container ul ul {
	display: none;
	position: absolute;
	min-width: 100%;
	top: 72px;
	left: -1px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #dadce0;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.05);
	box-shadow: 0 0 4px rgba(0,0,0,0.05);
}
.hidden-menu ul ul {
	display: block;
	position: static;
	top: auto;
	left: auto;
	background: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.menu-container ul ul ul {
	top: -1px;
	left: 100%;
	margin: 0;
	padding: 0;
}
.menu-container li:hover > ul,
.menu-container li:focus > ul {
	display: block;
}

.hidden-menu .menu-container {
	display: none;
	position: absolute;
	top: 72px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2e3033;
	z-index: 500;
	overflow-y: scroll;
	text-align: left;
}
.hidden-menu .menu-container ul.menu {
	padding-bottom: 72px;
}
.hidden-menu.active-menu .menu-container {
	display: block;
}
#navigation-handler {
	display: none;
	width: 72px;
	height: 72px;
	text-align: center;
	line-height: 72px;
	padding: 0;
	font-size: 1.2em;
	color: #333;
	cursor: pointer;
	float: left;
}
#navigation-handler:hover,
#navigation-handler:focus {
	background-color: #f2f3f5;
}
#navigation-handler.active {
	background-color: #e56439;
	color: #fff;
}
.hidden-menu #navigation-handler {
	display: inline-block;
	float: none;
	position: absolute;
	right: 0;
}


a.search-handler {
	display: block;
	width: 72px;
	height: 72px;
	text-align: center;
	line-height: 72px;
	padding: 0;
	font-size: 1em;
	color: #333;
	background: #fff;
	cursor: pointer;

	position: absolute;
	right: 0;
}
.hidden-menu a.search-handler {
	right: 72px;
}
.no-js a.search-handler {
	display: none;
}
a.search-handler#search-link {
	display: none;
}
.no-js a.search-handler#search-link {
	display: block;
}
a.search-handler:hover,
a.search-handler:focus {
	background-color: #f2f3f5;
}
a.search-handler.active {
	background-color: #e56439;
	color: #fff;
}
a.search-handler .search-close {
	display: none;
}
a.search-handler.active .search-close {
	display: inline;
}
a.search-handler.active .search-open {
	display: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
	background: #fff;
	border-top: 1px solid #e3e3e3;
	text-align: center;
}
#footer .inside {
	padding-top: 16px;
	padding-bottom: 16px;
}
.sp {
	font-size: 1.25em;
	line-height: 1em;
	color: #b2b2b2;
	margin: 0 .5em;
}
.sp:hover,
.sp:focus {
	color: #e56439;
}

#legal {
	background: #fff;
}
#legal iframe {
	width: 100%;
	border: 0;
	margin: 0;
}


/* ==========================================================================
   Search
   ========================================================================== */


#search {
	display: none;
	position: fixed;
	top: 72px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 4000;
	overflow-y: scroll;

	background: #f9f9f9;
	background: -webkit-linear-gradient(top, #f9f9f9 50%, rgba(249,249,249,0.75) 100%);
	background: -moz-linear-gradient(top, #f9f9f9 50%, rgba(249,249,249,0.75) 100%);
	background: -ms-linear-gradient(top, #f9f9f9 50%, rgba(249,249,249,0.75) 100%);
	background: -o-linear-gradient(top, #f9f9f9 50%, rgba(249,249,249,0.75) 100%);
	background: linear-gradient(top, #f9f9f9 50%,rgba(249,249,249,0.75) 100%);
}
#search.open {
	display: block;
}
.searcharea .searchform {
	position: relative;
	width: 62.5%;
	min-width: 47%;
	height: auto;
	margin: 144px auto 0;
	padding: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #f2f3f5;
}
.searcharea .searchform-input,
.searcharea .searchform-input:hover,
.searcharea .searchform-input:focus {
	font-size: 1.6em;
	font-weight: 100;
	width: 95%;
	height: 40px;
	padding: 0;
	margin: 16px 24px;
	border: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: medium none;
}
.searcharea .searchform-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
	height: 72px;
	padding: 0;
	line-height: 72px;
	text-align: center;
	font-size: 1.6em;
	background: transparent;
	border: 0;
	color: #333;
}
#search-search {
	margin: 144px auto;	
}
.no-js #search-search.searcharea .searchform {
	border: 1px solid #b6babf;
}





	/* ------------------------------ Searchform */

.searchform {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 4px;
	border: solid #e3e3e3 1px;
}
.searchform input.searchform-input,
.searchform input.searchform-input:hover,
.searchform input.searchform-input:focus {
	font-size: 2em;
	font-weight: 100;
	width: 95%;
	height: 32px;
	padding: 0;
	margin: 16px;
	border: 0;;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: medium none;
}
.searchform button.searchform-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	padding: 0;
	line-height: 62px;
	text-align: center;
	font-size: 1.6em;
	background: transparent;
	border: 0;
	color: #e56439;

}


/* __________________________________________________________________.05 Article */

	/* ------------------------------ Article */


.header {
	overflow: hidden;
}

.hentry {
	position: relative;
}
.post-title {
	position: relative;
	font-size: 2em;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 32px;
	font-weight: 700;
}
.single .post-title {
	font-size: 2.4em;
}
.post-title:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 3px;
	left: 0;
	bottom: -18px;
	background: #e56439;
}

.post-title a {
	color: #404040;
}
.post-title a:hover,
.post-title a:focus {
	color: #282828;
}
.post-video,
.post-thumbnail {
	position: relative;
	display: block;
	margin: 32px auto;
}
.post-thumbnail img {
	display: block;
	width: 100%;
}
.post-thumbnail .post-thumbnail-caption {
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 100;
	
	display: block;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 0.8em;
	line-height: 16px;
	
	padding: 4px 8px;
}
.post-article {}
.single .post-article {
	float: left;
	width: 65.333%;
}
.post-article p:first-child {
	margin-top: 0;
}
.post-info {
	font-weight: 400;
	color: #404040;
	overflow: auto;
	margin-bottom: 16px;
}
.post-info > span {
	float: left;
	margin-right: 16px;
}
.post-info a {
	color: #404040;
	border-bottom: 1px solid #e3e3e3;
}
.post-info a:hover,
.post-info a:focus {
	color: #000;
	border-bottom: 1px solid #bfbfbf;
}
.post-date,
.post-author,
.post-replies,
.post-categories,
.post-tags {
	font-size: 0.8em;

	display: block;
	min-height: 1.6em;
	line-height: 1.6em;
	margin: 0;
	padding: 0.4em 0 0;
}
.post-info-label {
	color: #808080;
	font-weight: 300;
}
.post-info-label:after {
	content: ': ';
}


ul.post-meta {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.post-meta li {
	font-weight: 300;
	margin: 0 0 1em;
}
ul.post-meta li .post-meta-key {
	display: none;
}

	/* ------------------------------ Single Post */


.author-box {
	position: relative;
	float: right;
	width: 30.666%;
	margin: 32px 0 32px 4%;
	font-size: 0.8em;
}
.author-box:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 2px;
	left: 0;
	top: -24px;
	background: #bfbfbf;
}
.author-box .author-name {
	margin: 0;
	padding: 0;
	margin-bottom: 32px;
}
.author-box .author-portrait {
	float: left;
	width: 32.5%;
	max-width: 128px;
	padding: 0;
	margin: 0 16px 12px 0;
	line-height: 1em;
	text-align: center;
}
.author-box .author-portrait img {
	display: block;
}
.author-box .author-about {
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
.author-box .author-about p {
	margin: 16px 0;
}

	/* ------------------------------ Front Post */


.index-post {
	border-bottom: 1px solid #e3e3e3;
 	padding: 64px 0;
	margin: 0;
}
.index-post .post-thumbnail {
	float: left;
	margin: 0 32px 16px 0;
	width: 20%;
	padding-bottom: 20%;
	height: 0;
	background: #333;
}
.index-post.format-audio .post-thumbnail,
.index-post.format-video .post-thumbnail {
	background: no-repeat scroll center center / contain #e56439;
}
.index-post.format-audio .post-thumbnail {
	background-image: url('images/icon-post-format-audio@2x.png');
}
.index-post.format-video .post-thumbnail {
	background-image: url('images/icon-post-format-video@2x.png');
}


.front-post.front-post-feature {
	margin-top: 64px;
	margin-right: 0;
	margin-bottom: 2.5%;
	float: none;
	width: auto;
	overflow: auto;
}
.front-post.front-post-feature .post-thumbnail {
	width: 65.333%;
	margin-right: 4%;
	padding-bottom: 36.75%;
	float: left;
}
.front-post.front-post-feature .post-title {
	float: right;
	width: 30.666%;
}
.front-post {
	width: 30.666%;
	float: left;
	margin-right: 4%;
	margin-bottom: 96px;
}
.front-post.front-post-3 {
	margin-right: 0;
}
.front-post .post-thumbnail {
	width: 100%;
	height: 0;
	margin: 0 0 16px;
	padding-bottom: 56.25%;
	background: #404040;
	overflow: hidden;
}
.front-post .post-thumbnail img {
	width: 100%;
}
.front-post .post-title {
	font-size: 1.4em;
	line-height: 1.2em;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.front-post .post-article {
	font-size: 1em;
	line-height: 1.6em;
}
.front-post .post-article p {
	margin: 0;
}



.front-post-media {
	width: 30.666%;
	float: left;
	margin-right: 4%;
	margin-bottom: 32px;
	margin-top: 32px;
}
.front-post-media.front-post-media-3 {
	margin-right: 0;
}
.front-post-media .post-thumbnail,
.front-post-media .post-video {
	width: 100%;
	height: 0;
	margin: 0 0 24px;
	padding-bottom: 56.25%;
	background: #404040;
	overflow: hidden;
}
.front-post-media .post-title {
	font-size: 1.2em;
	line-height: 1.2em;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.front-post-media .post-title a {
	color: #fff;
}
.front-post-media .post-title:after,
.front-post-media .post-title:after {
	background: #404040;
}
.front-post-media .post-article {
	font-size: 1em;
	line-height: 1.6em;
}




/* __________________________________________________________________.06 Comments */




/* __________________________________________________________________.07 Layout */

html, body {
	padding: 0;
	margin: 0;
	background: #fff;
}
body {
	background: #f7f7f7;
	padding-top: 64px;
}
.inside {
	padding-left: 32px;
	padding-right: 32px;
	max-width: 960px;
	margin: auto;
}

#main-outside {
	position: relative;
}

#wrapper-post-feature {}
#wrapper-post {}
#wrapper-media {
	background: #e56439;
}
#wrapper {}
.container {
	margin: 0 auto;
	padding: 64px 0;
}


	/* ------------------------------ Archives */


.section-header {
	border-bottom: 1px solid #e3e3e3;	
}
.section-title {
	margin: 0;
	padding: 16px 0;
}
.section-title span {
	font-size: 0.6em;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-indent: 1px;
	font-weight: 300;
	color: #e56439;
	display: block;
	text-transform: uppercase;
}


#comments-wrapper {
	width: 65.333%;
}
#respond-wrapper {
	width: 65.333%;
}




ul.members {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
ul.members li {
	margin: 0 1% 1% 0;
	padding: 0;
	float: left;
	width: 24%;
}
ul.members li:before {
	display: none;
}
ul.members li .member {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background: #bfbfbf;
	position: relative;
}
ul.members li .member h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #808080;
	background: rgba(0,0,0,0.5);
	color: #fff;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
ul.members li .member:hover h4 {
	background: rgba(0,0,0,0.75);
}
ul.members li .member h4 a {
	color: #fff !important;
	display: block;
	padding: 0.5em;
}
ul.members li .member img {
	display: block;
	width: 100%;
}
ul.members li .member .member-caption {
    color: #fff;
    font-size: 0.875em;
    font-weight: 300;
	font-family: 'Helvetica', 'Arial', Sans-Serif;
    line-height: 12px;
    padding: 4px 2%;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75), 0 0 4px rgba(0, 0, 0, 0.5);
    top: 0;
}


/* ==========================================================================
   Pagination
   ========================================================================== */

#pagination {
	padding-top: 32px;
}
.pagination-info {
	float: left;
}
.pagination-pager {
	float: right;
}
.pagination-info > *,
.pagination-pager > * {
	display: block;
	float: left;
	
	margin: 0 0 0 -1px;
	padding: 16px 24px;

	border: 1px solid #e4e6eb;

	font-size: 1em;
	line-height: 1.5em;
	text-align: center;

	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.pagination-pager > span {
	color: #b6babf;
}
.pagination-info > * {
	color: #757a80;
	background: #f2f3f5;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 -1px 0 0;
}
.pagination-pager > * i {
	font-size: 1.6em;
	line-height: 0.625em;
	vertical-align: text-bottom;
	font-weight: 700;
	margin: 0 1px;
	position: relative;
	top: -2px;
}
.pagination-pager > *.pagination-previous {
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.pagination-pager > *.pagination-next {
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.pagination-pager > *.pagination-previous span,
.pagination-pager > *.pagination-next span {
	display: none;
}
.pagination-pager > *.pagination-dots {
	font-size: 1em;
}
.pagination-pager > a {
	color: #2e3033;
}
.pagination-pager > a:hover,
.pagination-pager > a:focus {
	border-color: #e4e6eb;
}
.pagination-pager > a:hover,
.pagination-pager > a:focus {
	background: #f2f3f5;
	color: #232529;
}
.pagination-pager > a.current-page {
	background: #f2f3f5;
	color: #757a80;
}



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

	
	.inside {
		width: auto;
	}
	
	.post-title {
		font-size: 1.3em !important;
	}
	.post-article {
		font-size: 1em !important;
		line-height: 1.6em;
	}
	
	.single .post-article {
	    float: none;
	    width: auto;
	}
	.author-box {
	    float: none;
	    margin: 64px 0 32px;
	    width: auto;
	}
	
	#comments-wrapper,
	#respond-wrapper {
		width: auto;
	}
	
	.index-post {
		border-bottom: 1px solid #e3e3e3;
	 	padding: 32px 0;
		margin: 0;
	}
	.index-post .post-thumbnail {
		margin: 0 16px 8px 0;
		width: 96px;
		padding-bottom: 96px;
	}
	.index-post .post-author,
	.index-post .post-categories {
		display: none;
	}
	
	
	.front-post.front-post-feature {
		margin-top: 48px;
		margin-right: 0;
		margin-bottom: 64px;
		float: none;
		width: auto;
		overflow: auto;
	}
	.front-post.front-post-feature .post-thumbnail {
		width: auto;
		margin-right: 0;
		padding-bottom: 56.25%;
		float: none;
	}
	.front-post.front-post-feature .post-title {
		float: none;
		width: auto;
	}
	.front-post {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 64px;
	}
	
	.front-post-media {
		width: 100%;
		margin-right: 0;
	}
	
	ul.members li {
		width: 49%;
	}
	.pagination-pager {
		float: none;
	}
	.pagination-info,
	.pagination-pager > * {
		display: none;
	}
	.pagination-pager > *.pagination-previous,
	.pagination-pager > *.pagination-next {
		display: block;
		width: 48%;
		padding-left: 0;
		padding-right: 0;
		
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	.pagination-pager > *.pagination-next {
		float: right;
	}
}

	/* ------------------------------ Smartphones */


@media only screen and (max-width: 640px) {
	.inside {
		padding-left: 16px;
		padding-right: 16px;
	}
}


@media only screen and (max-width: 480px)  {
	.index-post .post-thumbnail,
	.index-post.format-audio:before,
	.index-post.format-video:before {
		display: none;
	}
	ul.members li {
		float: none;
		width: auto;
		margin-right: 0;
	}
	#search {
		overflow: hidden;
	}
	.searcharea .searchform {
		margin: 32px 32px 0;
		width: auto;
	}
}

	/* ------------------------------ Retina Graphics */

@media	only screen and (-webkit-min-device-pixel-ratio: 2), 
		only screen and (-moz-min-device-pixel-ratio: 2), 
		only screen and (-o-min-device-pixel-ratio: 2/1), 
		only screen and (min-device-pixel-ratio: 2) {
	.index-post.format-audio .post-image:before {
		background-image: url('images/icon-post-format-audio@2x.png');
	}
	.index-post.format-video .post-image:before {
		background-image: url('images/icon-post-format-video@2x.png');
	}
}