/*
Theme Name: Stadtspuren
Author: Mathias Greiner | medienlabor GmbH
Version: 1.0
Text Domain: stadtspuren
*/

/**
 * Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/**
 * Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/**
 * Typography
 */

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Roboto", Helvetica, Verdana, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 300;
  color: #b22029;
  margin-bottom: 15px;
}

h1,h2,h3 {
  font-size: 22px;
}
h4,h5,h6 {
  font-size: 18px;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Georgia, Times, serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}


/**
 * Elements
 */

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

a {
  color: #b22029;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0079c0;
  text-decoration: underline;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  /*color: rgba(51, 51, 51, 0.7);*/
  color: #b22029;
}
:-moz-placeholder {
  color: #b22029;
}
::-moz-placeholder {
  color: #b22029;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #b22029;
}


/**
 * Forms
 */

button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-password-form input[type="submit"] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}

.screen-reader-text {
  display: none;
}

/**
 * Alignments
 */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}


/**
 * Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.header-wrapper:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
  content: "";
  display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after,
.header-wrapper:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both;
}

/**
 * Layout Basic
 */
.site-center {
  max-width: 940px;
  width: 96%;
  margin: 0 auto;
}
.header-wrapper {
	border-bottom: 3px solid #87bc25;
	padding: 20px 0;
}
.slider-wrapper {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 10px solid #0079c0;
	background: #b22029;
	background: -moz-linear-gradient(top, #da4a46 37%, #b22029 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#da4a46), color-stop(100%,#b22029));
	background: -webkit-linear-gradient(top, #da4a46 37%,#b22029 100%);
	background: -o-linear-gradient(top, #da4a46 37%,#b22029 100%);
	background: -ms-linear-gradient(top, #da4a46 37%,#b22029 100%);
	background: linear-gradient(to bottom, #da4a46 37%,#b22029 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da4a46', endColorstr='#b22029',GradientType=0 );
}
.footer-wrapper {
	background: #b22029;
	color: #fff;
}
.site-content {
  padding: 20px 0;
}



/**
 * Widgets
 */
.widget {
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
  margin: 0 auto 20px;
  width: 100%;
  word-wrap: break-word;
}
#widget-area .widget-title {
}

#sidebar .news-links h2 {
  color: #87bc25;
}

.widget_dpe_fp_widget.blue h2,
.widget_dpe_fp_widget.blue a,
.widget_dpe_fp_widget.blue .posted-on {
  color: #0079c0;
  clear: none;
}
.widget_dpe_fp_widget.green h2,
.widget_dpe_fp_widget.green a,
.widget_dpe_fp_widget.green .posted-on {
  color: #87bc25;
  clear: none;
}
.widget_dpe_fp_widget.blue .posted-date {
  background: #0079c0;
}
.widget_dpe_fp_widget.green .posted-date {
  background: #87bc25;
}

.widget_dpe_fp_widget.short a {
  color: #666;
  font-weight: 400;
}
.widget_dpe_fp_widget.short .posted-on {
  font-size: inherit;
  font-weight: 400;
}
.widget_dpe_fp_widget.short article {
  margin-bottom: 20px;
}
.widget h3.entry-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

/**
 * Navigation
 */
#site-navigation .nav-menu,
#footer-navigation .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-navigation .nav-menu li,
#footer-navigation .nav-menu li {
  display: inline-block;
}
#site-navigation .nav-menu li,
#footer-navigation .nav-menu li {
  margin-left: 15px;
}
#site-navigation .nav-menu li a,
#footer-navigation .nav-menu li a {
  color: #0079c0;
  font-size: 18px;
  line-height: 45px;
  font-weight: 300;
  text-transform: uppercase;
}
#footer-navigation .nav-menu li a {
	color: #fff;
}
#site-navigation .nav-menu li a:hover,
#footer-navigation .nav-menu li a:hover {
  color: #000;
  text-decoration: none;
}
#footer-navigation .menu-footer-menu-container,
#site-navigation .menu-main-menu-container {
  float: right;
}


#site-navigation .menu-main-menu-container ul.nav-menu ul {
  position: absolute;
  left: -9999px;
  margin: 0;
  padding: 0;
}
#site-navigation .menu-main-menu-container ul.nav-menu ul li {
  margin: 0;
  display: block;
}
#site-navigation .menu-main-menu-container ul.nav-menu > li:hover > ul {
  left: auto;
  z-index: 1000;
}
#site-navigation .menu-main-menu-container ul.sub-menu {
  max-width: 300px;
  background: #0079c0;
  padding: 5px 0;
}
#site-navigation .menu-main-menu-container ul.sub-menu a {
  display: block;
  color: #fff;
  padding: 10px 20px;
}
#site-navigation .menu-main-menu-container ul.sub-menu a:hover {
  background: #b22029;
}





.menu-toggle{
  display: none;
}

/**
 * Header
 */
header .site-logo {
  float: left;
}
header .searchform {
  clear: right;
  float: right;
}
header .searchform input {
  background: #fff;
  border: none;
  border-bottom: 1px solid #b22029;
  color: #000;
  text-align: right;
}
header .searchform input:focus {
  background: #ddd;
}
/*header .searchform:after {
  font-family: "Genericons";
  font-size: 20px;
  content: "\f419";
}*/



/**
 * Content
 */
#content {
	clear: both;
}

#primary {
  width: 65.93%;
  width: 63.72%;
  float: left;
}
.home #primary {
  width: 100%;
  float: none;
}
#sidebar {
  width: 31.95%;
  float: right;
}
#content hr {
  clear: both;
}

.page-title {

}
.posted-on {
  display: block;
  color: #999;
  font-size: 12px;
}

.home .frontpage .widget {
	width: 31.92%;
	float: left;
  margin-right: 2.12%;
}
.home .frontpage .widget:nth-child(3n) {
  margin: 0;
}


article .posted-date {
  display: block;
  padding: 3px;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 10px 0 0;
  background: #b22029;
  color: #fff;
}
.category #main article .posted-date,
.archive #main article .posted-date {
  margin-top: 5px;
}
article .posted-date .posted-date-day,
article .posted-date .posted-date-month {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
article .posted-date .posted-date-month {
  font-size: 10px;
}
article .entry-title {
  clear: none;
}

.archive article,
.category article {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.entry-content .news-links-title {
  display: none;
}


/**
 * NewsLink
 */

.news-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .news-links ul li {
  margin-bottom: 20px;
}
.news-links ul a {
  display: block;
  color: #666;
  font-weight: bold;
}
.news-links ul a:hover {
  color: #87bc25;
}
.news-links ul span {
  color: #87bc25;
}
.news-links ul span.link-category {
  font-weight: bold;
}

/**
 * Captions
 */

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: Georgia, Times, serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}


/**
 * Galleries
 */

.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  text-align: center;
  vertical-align: top;
  float: left;
  margin: 0 10px 10px 0;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: Georgia, Times, serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * Footer
 */
.site-footer {
	min-height: 220px;
}
footer .site-info {
	clear: both;
	float: right;
}
.menu-footer-menu-container {
	margin-bottom: 80px;
}
.member-wrapper {
  background: #eee;
  padding: 40px 0;
}
.member img {
  display: block;
  float: left;
  width: 23.41%;
  height: auto;
  margin: 0 2.12% 20px 0;
}
.member a:nth-child(4n) img {
  margin: 0 0 20px 0;
}
.member .widget {
  margin: 0;
}
.bottom-wrapper {
  padding: 40px 0;
  overflow: hidden;
}
.bottom .widget {
  width: 48.94%;
  float: left;
  margin: 0 2.12% 20px 0;
}
.bottom .widget:nth-child(2n) {
  margin: 0 0 20px;
}


/**
 * Slider
 */
 #slider ul.bxslider li {
  background: #fff
 }
#slider ul.bxslider .slider-image {
  float: left;
  width: 68.085%;
}
#slider ul.bxslider .slider-content {
  text-align: left;
  float: right;
  width: 31.915%;
  padding: 40px 20px 20px;
}
#slider .bx-pager {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 200px;
  width: auto;
  height: 25px;
  z-index: 999;
}
#slider .bx-pager .bx-pager-item {
  width: 30px;
  height: 30px;
  float: left;
}
#slider .bx-pager .bx-pager-item a {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 0 10px 10px;
  background: #87bc25;
  text-indent: -99999px;
}
#slider .bx-pager .bx-pager-item a.active {
  background: #0079c0;
}
#slider .bx-wrapper {
  margin: 0 auto;
}



/**
 * Media Queries
 */

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (max-width: 820px) {
  #site-navigation .menu-main-menu-container{
    float: none;
  }
  #site-navigation .nav-menu li{
    display: block;
    border-bottom: 1px solid #0079c0;
    margin: 0;
  }
  #site-navigation .nav-menu li a {
    display: block;
  }
  #site-navigation .menu-main-menu-container ul.sub-menu a:hover,
  #site-navigation .menu-main-menu-container ul.sub-menu a:focus,
  #site-navigation .nav-menu li a:hover,
  #site-navigation .nav-menu li a:focus {
    color: #000;
    background: #eee;
    background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#eeeeee), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #ffffff 0%,#eeeeee 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#eeeeee 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#eeeeee 50%,#ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%,#eeeeee 50%,#ffffff 100%);
  }

  #site-navigation .menu-main-menu-container ul.nav-menu ul {
    position: static;
    left: auto;
    width: 100%;
    max-width: 100%;
    background: none;
    padding: 0;
  }
  #site-navigation .menu-main-menu-container ul.sub-menu li {
    border-bottom: none;
    border-top: 1px solid #0079c0;
  }
  #site-navigation .menu-main-menu-container ul.sub-menu a {
    color: #0079c0;
    width: 100%;
    padding: 0 20px;
  }


  #menu-main-menu {
    display: none;
  }
  .menu-toggle:before {
    font-family: "Genericons";
    font-size: 20px;
    content: "\f419";
  }
  header .site-logo {
    float: none;
  }
  #site-navigation {
    margin: 20px 0;
  }
  .menu-toggle{
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    display: block;
    background: #87bc25;
    text-align: center;
  }
  .menu-toggle span {
    display: none;
  }
  #slider .bx-viewport {
    background: #fff;
  }
  #slider ul.bxslider .slider-image {
    float: none;
    width: 100%;
  }
  #slider ul.bxslider .slider-content {
    float: none;
    width: 100%;
    padding: 20px;
  }
  header .searchform {
    float: none;
  }
  #primary,
  #sidebar {
    width: 100%;
    float: none;
  }

  .home .frontpage .widget {
    width: 100%;
    float: none;
    margin: 0;
  }
}

@media screen and (max-width: 540px) {
  #primary,
  #sidebar {
    width: 100%;
    float: none;
  }

  .member img {
    display: block;
    float: left;
    width: 48.15%;
    height: auto;
    margin: 0 3.70% 20px 0;
  }
  .member a:nth-child(2n) img {
    margin: 0 0 20px 0;
  }
  .bottom .widget {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  #slider ul.bxslider .slider-content {
    display: none;
  }
}
/**
 * Print
 */

@media print {
  body {
    background: none !important; /* Brute force since user agents all print differently. */
    font-size: 11.25pt;
  }

  .secondary-toggle,
  .navigation,
  .page-links,
  .edit-link,
  #reply-title,
  .comment-form,
  .comment-edit-link,
  .comment-list .reply a,
  button,
  input,
  textarea,
  select,
  .widecolumn form,
  .widecolumn .mu_register form {
    display: none;
  }

  .site-header,
  .site-footer,
  .hentry,
  .entry-footer,
  .page-header,
  .page-content,
  .comments-area,
  .widecolumn {
    background: none !important; /* Make sure color schemes dont't affect to print */
  }

  body,
  blockquote,
  blockquote cite,
  blockquote small,
  label,
  a,
  .site-title a,
  .site-description,
  .post-title,
  .author-heading,
  .entry-footer,
  .entry-footer a,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .no-comments,
  .site-info,
  .site-info a,
  .wp-caption-text,
  .gallery-caption {
    color: #000 !important; /* Make sure color schemes don't affect to print */
  }

  pre,
  abbr[title],
  table,
  th,
  td,
  .site-header,
  .site-footer,
  .hentry + .hentry,
  .author-info,
  .page-header,
  .comments-area,
  .comment-list + .comment-respond,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
  }

  .site {
    margin: 0 7.6923%;
  }

  .sidebar {
    position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
  }

  .site-branding {
    padding: 0;
  }

  .site-header {
    padding: 7.6923% 0;
  }

  .site-description {
    display: block;
  }

  .hentry + .hentry {
    margin-top: 7.6923%;
  }

  .hentry.has-post-thumbnail {
    padding-top: 7.6923%;
  }

  .sticky-post {
    background: #000 !important;
    color: #fff !important;
  }

  .entry-header,
  .entry-footer {
    padding: 0;
  }

  .entry-content,
  .entry-summary {
    padding: 0 0 7.6923%;
  }

  .post-thumbnail img {
    margin: 0;
  }

  .author-info {
    margin: 0;
  }

  .page-content {
    padding: 7.6923% 0 0;
  }

  .page-header {
    padding: 3.84615% 0;
  }

  .comments-area {
    border: 0;
    padding: 7.6923% 0 0;
  }

  .site-footer {
    margin-top: 7.6923%;
    padding: 3.84615% 0;
  }

  .widecolumn {
    margin: 7.6923% 0 0;
    padding: 0;
  }
}
