/*
 Theme Name:   Your Art Beat
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Your Art Beat Child Theme
 Author:       Martin Doerken
 Author URI:   http://zsuwd.de
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/
/* ******************************* */
/* Miscellaneous, Body, Containers */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000000 !important;
  }
  .label {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-5th {
    width: 20%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-5th {
    width: 20%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  background-color: #fff;
  font-size: 16px!important;
  font-size: 1em;
  font-size: 100%;
  line-height: 1.5;
  font-family: 'Lekton', sans-serif;
  color: #fff;
  background-color: #000;
  font-weight: 300;
  margin: 0;
  padding: 0;
  word-wrap: normal;
  hyphens: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px!important;
  }
}
body::before {
  background-color: #000;
  box-shadow: none;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
a {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 700;
}
.textaligncenter {
  text-align: center;
}
.textalignright {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .textalignrightSm {
    text-align: right;
  }
}
.textaligncenter img,
.entry-content .textaligncenter img,
.col-xs-1 img,
.col-xs-2 img,
.col-xs-3 img,
.col-xs-4 img,
.col-xs-5 img,
.col-xs-6 img,
.col-xs-7 img,
.col-xs-8 img,
.col-xs-9 img,
.col-xs-10 img,
.col-xs-11 img,
.col-xs-12 img {
  margin: 0;
}
.margin0 {
  margin: 0px;
}
.margin25 {
  margin: 25px 0;
}
.margin50 {
  margin: 50px 0;
}
.padding25 {
  padding: 25px 0;
}
.padding50 {
  padding: 50px 0;
}
.artbeat {
  background-image: url(design_pics/artbeat.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.artbeat.contain {
  background-size: contain;
}
.artbeat.repeat {
  background-size: auto;
  background-repeat: repeat-y;
  background-position: top;
}
.site {
  background-color: #000;
  width: 100%;
  max-width: 1200px!important;
  margin: 0 auto;
  padding: 0;
  height: 97vh;
  position: relative;
}
.sidebar {
  position: relative!important;
  display: block;
  float: none;
  margin: 0;
  width: auto;
  max-width: 100%;
  z-index: 2;
  height: 96vh;
}
.site-header {
  position: fixed;
  background-color: #000!important;
  width: 100%;
  max-width: 1200px;
  border-bottom: 0;
  z-index: 999;
  height: 18.5vh;
  min-height: 140px;
  padding: 0!important;
  margin: 0!important;
}
.site-branding {
  z-index: 666;
  position: relative;
  display: block;
  margin: 0 2em 0;
  min-height: 140px!important;
}
.custom-logo {
  max-height: none;
  z-index: 9999;
  width: 40%;
  max-width: 140px;
  display: inline;
  outline: none;
}
.secondary {
  background-color: transparent;
  box-shadow: none;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  min-height: 100%;
  z-index: 333;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.secondary.toggled-on {
  border: none;
  display: block;
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
}
.secondary-toggle.toggled-on:before {
  content: "\f405";
  font-size: 72px!important;
  position: relative;
  top: 1px;
  left: -16px !important;
}
.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: 40px;
  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;
}
article.hentry {
  padding-top: 0;
}
/* Footer */
.site-footer {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  background-color: #000;
  color: #fff;
  position: fixed;
  bottom: 0;
  border: none;
  box-shadow: none;
  z-index: 333;
}
.site-info {
  padding: 1em 0 0 1em;
  border: none;
  box-shadow: none;
  color: #fff;
  display: block;
}
.site-info p {
  font-size: 0.6em;
  margin: 0;
}
.site-info a {
  font-size: 1em;
  margin: 0;
  border-bottom: none;
  color: #fff;
}
.site-info a:hover {
  color: #fff;
  text-decoration: underline;
  border: none;
}
.social_buttons {
  position: relative;
  margin: 5em 0 0 0;
  bottom: 1em;
  padding: 2em 0;
}
.synved-social-button {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
/* Content */
/* Front Page */
.home .site-content,
.home .hentry {
  top: 5vh;
}
.home .entry-content {
  padding: 0;
  margin: 2em 0 4em 0;
}
.home .nav-logo {
  display: none;
}
.front-info-top {
  position: relative;
  width: 30%;
  margin: 0 auto 0.5em auto;
  padding: 1.5em;
}
.front-info-center {
  position: relative;
  width: 30%;
  float: left;
  margin: 0.5em;
  padding: 1.5em;
}
.clearer {
  clear: both;
}
.home .entry-content img {
  margin: 0 auto;
}
/* Pages and Posts */
.site-content {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 100%;
  min-height: 96vh;
  padding: 0 0 5em 0;
  margin: 0 auto;
  z-index: 1;
  background-color: transparent;
  top: 20vh;
  background-repeat: no-repeat;
  background-position: bottom;
}
.blog .site-content,
.single .site-content {
  background-image: none;
}
.site-main {
  padding: 0;
}
article,
.hentry {
  background-color: transparent;
}
.hentry {
  margin: 0;
}
.hentry.has-post-thumbnail {
  padding: 0;
}
.hentry,
.page-header,
.page-content {
  box-shadow: none;
  border: none;
  margin: 0;
}
.page-header {
  position: relative;
  text-align: center;
  padding: 3em 0;
  background-color: #000;
  display: block;
  margin: 0;
}
.entry-header {
  position: relative;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  text-align: left;
  display: inline-block;
  padding: 4% 10% 2% 10%;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.entry-title:before {
  content: '\2014\2014';
  margin-right: 15px;
  letter-spacing: -5px;
  display: inline-block;
}
.entry-title,
.entry-title a,
.entry-title a:hover,
.entry-title a:focus {
  color: #fff;
  margin: 0;
  font-size: 3rem;
  line-height: 3.6rem;
}
.entry-title a:hover {
  color: #fff;
  text-decoration: none;
}
.entry-title,
.widecolumn h2,
h1.entry-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 4rem;
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .entry-title,
  .widecolumn h2,
  h1.entry-title {
    font-size: 4.2rem;
  }
  .home header {
    max-height: 140px;
  }
  .home #main {
    margin-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  .teammitglieder .col-lg-5th:nth-child(4) {
    float: none;
  }
}
.post-thumbnail {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.post-thumbnail img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: none;
  outline: none;
}
.entry-content img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  border: none;
  outline: none;
  margin: 0 1.5em;
  padding: 0;
}
.alignleft {
  margin: 1.5em 1.5em 1.5em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0 0.5em;
  max-width: 45%;
}
.entry-content,
.entry-summary {
  position: relative;
  margin: 1em 0 0 0;
  padding: 0 10%;
}
.entry-footer {
  background-color: #000;
  color: #fff;
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
  border: none;
  font-size: 1em;
}
/* Read more */
.entry-content .more-link:after,
.entry-summary .more-link:after {
  content: " >>>";
  font-size: 1em;
  position: relative;
  top: 0;
  left: 0;
}
.entry-content .more-link,
.entry-summary .more-link:after {
  white-space: nowrap;
  font-size: 1em;
}
.intro p,
.intro,
.larger,
.larger p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}
/* Tablet */
@media screen and (min-width: 768px) {
  .intro p,
  .intro,
  .larger,
  .larger p {
    font-size: 2.4rem;
  }
}
.yellowBorder {
  border: 1px solid #ffff00;
  padding: 15px;
}
.yellowBorder p:last-child,
.whiteBorder p:last-child {
  margin-bottom: 0;
}
.whiteBorder {
  border: 1px solid #fff;
  padding: 15px;
}
.whiteBorder.centered {
  text-align: center;
  display: inline-block;
  margin: 0px auto;
}
/* Blog & Archive */
/* List Overview */
.page-template-tax-archive article ul {
  list-style-type: none;
  text-indent: 1em;
  padding: 0 10%;
}
.page-template-tax-archive article a,
.page-template-tax-archive article a:hover {
  font-size: 2.8rem;
  line-height: 4rem;
}
.blog .thumb_holder,
.archive .thumb_holder {
  position: relative;
  float: left;
  width: 40%;
  margin: 0 5% 5%;
  z-index: 333;
}
.blog .post-thumbnail,
.archive .post-thumbnail {
  width: 100%;
  display: inline-block;
}
.blog .entry-header,
.archive .entry-header {
  position: relative;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  text-align: left;
  display: inline-block;
  padding: 0 5% 0 0;
  margin: 0;
  max-width: 50%;
  width: 50%;
}
.blog .entry-title,
.widecolumn h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 0;
}
.blog .entry-content {
  margin: 1em 0;
}
.page-template-tax-archive h1 {
  padding: 0 10%;
}
/* Post Meta */
.meta-content {
  padding: 0 10%;
}
.archive .meta-content,
.blog .meta-content {
  padding: 0;
}
.meta-content p,
.meta-content a {
  font-size: 1rem!important;
  line-height: 1.25rem;
}
.entry-date published {
  display: block;
}
.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
  margin: 0;
  display: block;
}
.comments-link,
.edit-link {
  white-space: nowrap;
  margin-left: 3.5em;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before {
  display: none;
}
/* Post Navigation */
.post-navigation {
  border: none;
  box-shadow: none;
  background-color: #000;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 4em 0;
  bottom: 0;
  max-width: 1200px!important;
}
.post-navigation .post-title,
.post-navigation .nav-previous .post-title,
.post-navigation .nav-previous a:hover .post-title,
.post-navigation .nav-previous .meta-nav,
.post-navigation .nav-next,
.post-navigation .nav-previous {
  font-family: 'Josefin Sans';
  text-transform: uppercase;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  margin: 1em;
}
.post-navigation a:hover {
  text-decoration: none;
  color: #fff;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  background-image: none!important;
  position: relative;
  float: none;
  width: 10%;
  max-width: 10%;
  border: none;
  background-color: transparent;
  color: #fff;
  outline: none;
}
.post-navigation .nav-previous {
  position: absolute;
  left: 0;
  bottom: 5vh;
}
.post-navigation .nav-previous a:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.post-navigation .nav-next {
  position: absolute;
  right: 0;
  bottom: 5vh;
}
.post-navigation .nav-next a:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.post-navigation .nav-next .post-title,
.post-navigation .nav-next a:hover .post-title,
.post-navigation .nav-next .meta-nav,
.post-navigation .nav-previous .post-title,
.post-navigation .nav-previous a:hover .post-title,
.post-navigation .nav-previous .meta-nav {
  color: #fff;
  font-size: 2.5em;
  outline: none;
  border: none;
}
.post-navigation .nav-next .post-title,
.post-navigation .nav-next a:hover .post-title,
.post-navigation .nav-next .meta-nav {
  color: #fff;
  font-size: 2.5em;
  outline: none;
  border: none;
  text-align: right;
}
.post-navigation .meta-nav {
  opacity: 1;
}
/* Comments */
.comments-area {
  background-color: #000;
  color: #fff;
}
.comment-form label {
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}
/* 404 */
.page-content {
  background-color: #000;
}
.entry-content,
.entry-summary,
.page-content,
.comment-content {
  word-wrap: normal;
  hyphens: none;
}
/* Typography */
h1,
h2,
h3,
h4 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
}
h1 {
  font-size: 4.625vw;
}
h1.page-title,
.comments-title,
.comment-reply-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.125em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: block;
  z-index: 2;
  position: relative;
  margin: 0;
  padding: 0;
}
.comments-title,
.comment-reply-title {
  font-family: inherit;
  text-align: left;
  font-size: 2em;
}
h3 {
  color: #fff;
  line-height: 2.5em!important;
}
/*
:not(.front-info-center) p, :not(.front-info-center) a {
        font-size: 1.6rem;
        line-height: 1.75;
    }
@media screen and (min-width: 768px) {
	p, a {
        font-size: 2rem;
        line-height: 1.75;
    }
}*/
a {
  color: #ffff00;
  text-decoration: none;
  font-weight: 900;
  text-transform: none;
}
a:hover,
a:focus {
  color: #ffff00;
  text-decoration: underline;
}
a:focus,
a:active {
  outline-color: transparent!important;
}
.read-more {
  display: inline-block;
  margin-left: 10px;
}
.meta-content a,
.meta-content a:hover,
.site-info a,
.site-info a:hover {
  color: #fff;
  text-transform: none;
}
.page-title,
.comments-title,
.comment-reply-title {
  font-family: inherit;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  background: #fff;
  color: #121212;
}
textarea {
  overflow: auto;
  background-color: #121212;
  color: #fff;
}
hr {
  padding: 0.2%;
  margin: 10%;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.pagination {
  margin: 0;
  background-color: transparent;
  box-shadow: none;
}
.pagination a:hover {
  text-decoration: none;
}
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
  padding: 0.5em;
  margin: 0 0 1em 0;
}
.widget {
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.5278em;
  font-size: 2rem;
}
/* ********** */
/* Navigation */
.secondary-toggle {
  display: block!important;
  background-color: #000;
  z-index: 999;
  border: none;
  outline: 0;
  width: 40px;
  height: 40px;
  right: 10px;
}
.secondary-toggle:hover,
.secondary-toggle:focus {
  background-color: #000;
  border: none;
  outline: 0;
}
.secondary-toggle::before {
  color: #fff;
  line-height: 40px;
  width: 40px;
}
.secondary-toggle.toggled-on:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: 1px;
  left: -1px;
}
/* Language Switch */
.language-chooser-item a {
  color: #fff;
  font-size: 1.4rem!important;
  line-height: 1.4rem;
  margin: 0;
  padding: 0!important;
  float: none;
  display: inline!important;
}
.language-chooser-item a:hover,
.language-chooser-item a:active,
.language-chooser-item a:focus {
  text-decoration: none!important;
}
.widget qtranxs_widget {
  text-align: left;
}
.qtranxs_widget ul {
  margin: 0 0 0 4em;
  text-align: left;
}
.qtranxs_widget ul li {
  opacity: 0.8!important;
  margin: 0;
  padding: 0;
}
.qtranxs_widget ul li:hover {
  background-image: none;
}
.qtranxs_widget ul li.active {
  opacity: 1!important;
}
.main-navigation {
  position: relative;
  top: 25vh;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  z-index: 999;
}
.main-navigation ul {
  border: none;
  position: relative;
  margin: 0 auto;
}
.main-navigation li {
  border: none!important;
  line-height: 1.6rem;
  padding: 0px 0 25px 0;
}
.main-navigation li:hover,
.main-navigation li:active,
.main-navigation li:focus {
  background-image: url("design_pics/hr_nav.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30%;
  padding: 0px 0 25px 0;
}
.main-navigation a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0 0 0 35%;
  color: #fff;
  text-align: left;
  display: block;
  margin: 0 auto;
  position: relative;
}
.main-navigation a:hover,
.main-navigation a:active,
.main-navigation a:focus {
  color: #fff!important;
  text-decoration: none;
  border: none!important;
  font-weight: 900;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 900;
}
.sidebar a:focus,
.dropdown-toggle:focus {
  outline-color: transparent!important;
}
.menu-main-nav-container,
.widget-area {
  position: relative;
  top: 0;
  display: block;
  margin: 0 auto;
  width: 60%;
  clear: both;
}
#nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 9999px;
  width: 100%;
  background-color: #000;
  opacity: 0.9;
}
#menu_search {
  position: relative;
  width: 60%;
  margin: 5% auto;
  z-index: 999;
}
.search-field {
  font-family: inherit;
  text-align: center;
}
.search-no-results .page-header {
  position: relative;
  text-align: center;
  padding: 7em 0;
  background-color: #000;
  display: block;
  margin: 0;
}
.main-navigation ul,
.main-navigation li,
.secondary-toggle,
.widget input,
.widget textarea,
.widget table,
.widget th,
.widget td,
.widget pre,
.widget li,
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.widget abbr[title] {
  border-color: transparent;
}
/* ********** Media Queries ********** */
/* Tablet */
@media screen and (min-width: 50.01em) and (max-width: 80em) {
  .site-content {
    top: 25vh;
  }
}
/* Smartphone */
@media screen and (max-width: 50em) {
  .site-branding {
    margin: 0 1em;
  }
  .site-header {
    height: 18vh;
    min-height: 100px;
  }
  .custom-logo {
    z-index: 9999;
    max-height: 100px;
    max-width: 100px;
    display: inline;
    outline: none;
  }
  .secondary-toggle {
    top: 30%;
  }
  .secondary-toggle.toggled-on:before {
    content: "\f405";
    font-size: 52px!important;
    position: relative;
    top: 1px;
    left: -6px !important;
  }
  .main-navigation {
    position: relative;
    top: 25vh;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 999;
  }
  .menu-main-nav-container,
  .widget-area {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
    width: 80%;
    clear: both;
  }
  .main-navigation li,
  .main-navigation li:hover,
  .main-navigation li:active,
  .main-navigation li:focus {
    background-size: 10%;
    padding: 0;
  }
  .main-navigation a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.85rem;
    line-height: 3.2rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 0 0 15%;
    color: #fff;
    text-align: left;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  #menu_search {
    width: 80%;
  }
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea {
    padding: 0.5rem;
    font-size: 1.6rem;
  }
  .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 {
    font-size: 25px;
  }
  .blog .entry-title,
  .widecolumn h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
  .entry-title,
  .entry-title a,
  .entry-title a:hover,
  .entry-title a:focus {
    color: #fff;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  /* Archive list */
  .entry-header p,
  .entry-header a {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  fentry-title:b p,
  a {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .front-info-top,
  .front-info-center {
    width: 100%;
    padding: 0 10%;
    margin: 1em 0;
    float: none;
  }
}
@media screen and (max-width: 25.875em) {
  .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 {
    font-size: 25px;
  }
  .entry-title,
  .entry-title a {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
