@charset "UTF-8";
/*
Theme Name: Bobandbarn2020
Version: 3.0 - 2020
Author: Leigh Howells
 */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

.no-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#comments, #sidebar {
  display: none;
}

html {
  font-size: 100%;
  background-color: black;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.5;
  color: #ddd;
  font-size: em(16);
  font-style: normal;
  font-family: "Open Sans", Arial, Helvetica, Tahoma, sans-serif;
  background: #181818;
}

.article h4 {
  text-align: left;
  padding: 15px 0;
}

.titleBar h2 {
  font-size: 1.6em;
  margin-top: -2.2em;
  padding-bottom: 50px;
  color: #888;
}

h1.brand {
  margin-top: 0;
  font-size: em(36);
}
@media (min-width: 480px) {
  h1.brand {
    font-size: em(46);
  }
}
@media (min-width: 800px) {
  h1.brand {
    font-size: em(52);
  }
}

a {
  color: #e59900;
  text-decoration: none;
}
a:visited {
  color: #e59900;
}
a:hover {
  text-decoration: underline;
}

h1 a:hover {
  text-decoration: none;
  color: #e59900;
}

strong, b, .callout {
  font-style: normal;
  font-weight: 600;
}

em, i {
  font-style: italic;
  font-weight: normal;
}

.vh {
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.left {
  float: left;
}

.right {
  float: right;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
}

iframe, object {
  max-width: 100%;
}

.hide, .screen-reader-text {
  top: -9999px;
  left: -9999px;
  position: absolute;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

figure {
  margin: 0;
}

.lead {
  font-size: 1.3em;
}

button {
  outline: none;
}

textarea {
  min-height: 10em;
}

mark {
  color: #000;
  background-color: yellow;
}

.icon-alone {
  display: inline-block;
}

.error, .errors {
  color: #ff0000;
}

.warning {
  color: #ff0000;
}

.success {
  color: #00ff00;
}

ul.nav__list {
  display: inline;
  padding: 0;
  mading: 0;
}

ul.nav__list li {
  display: inline;
  padding-right: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "Open Sans", Arial, Helvetica, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
}

ul.nav__list a {
  text-decoration: none !important;
  color: #888;
}
ul.nav__list a.current {
  color: #e59900;
  border-bottom: 1px solid #666;
}

header {
  padding: 0;
  margin: 0;
}

ul.nav__list li ul {
  display: none;
}

.article__tax a {
  text-decoration: underline;
}

.article header {
  background: none;
}

form.controls {
  padding: 15px;
  margin: 0;
  background: black;
}
form.controls fieldset {
  background: #000;
  margin: 0;
  border: 0;
}
form.controls h3 {
  margin: 0 0;
  color: #e59900;
}

.page-width {
  margin: 0 auto;
  max-width: 96%;
}
@media (min-width: 600px) {
  .page-width {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .page-width {
    max-width: 75%;
  }
}

.vidfit {
  margin: 0 0;
  padding: 0;
  height: auto !important;
  background: #000000;
  max-width: none !important;
}

.entry-music-content {
  padding: 1em;
  background: #333;
  display: table;
  margin-bottom: 2em;
  width: 100%;
}
.entry-music-content img {
  width: 33%;
  float: right;
  margin: 0 0 2em 2em;
  background: #000;
  padding: 1%;
}
.entry-music-content .panel-posts img {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0 0 2em 0;
}
.entry-music-content p:first-of-type {
  font-size: 1.1em;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .entry-music-content {
    padding: 3em;
  }
  .entry-music-content p:first-of-type {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  .entry-music-content {
    padding: 5em;
  }
  .entry-music-content p:first-of-type {
    font-size: 1.1em;
    margin-bottom: 1em;
  }
}

.iron-audioplayer .album-art img {
  width: auto;
  float: none !important;
  margin: 1em;
}

.iron-audioplayer {
  padding-bottom: 3em;
}

.iron-audioplayer .player {
  height: 150px !important;
}

.iron-audioplayer canvas {
  height: 150px !important;
}

.iron-audioplayer wave {
  height: 150px !important;
}

.homeAbout {
  clear: left;
  margin: 0 0 0.5em 0;
  text-align: left;
  background: #101010;
  background-size: cover;
  width: 100%;
  padding: 0.5em;
}
.homeAbout h3 {
  font-size: 2.3em;
  margin: 2rem 0 1rem 0;
  width: 100%;
  text-align: center;
  color: #e59900;
}
.homeAbout p {
  text-align: center;
  width: 100%;
  font-size: 1.2em !important;
  line-height: 1.6rem;
}
@media (min-width: 600px) {
  .homeAbout {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .homeAbout {
    padding: 5em 0;
  }
}

.nav-links {
  display: flex;
  margin-top: 4em;
}

.nav-previous, .nav-next {
  flex: 1;
  margin: 0 2em 0 0;
}
.nav-previous a, .nav-next a {
  background: #232323;
  text-align: center;
  padding: 4px 9px;
  color: #aaa;
  display: block;
}
.nav-previous a:hover, .nav-next a:hover {
  background: #111;
}
.nav-previous span, .nav-next span {
  color: white;
}

.nav-next {
  margin: 0 0 0 2em;
}

.tagbar {
  background: #000000;
  padding: 4px 15px;
  margin: 2em 0 1em 0;
  font-size: 0.9em;
}
.tagbar a:hover .tag {
  text-decoration: underline;
}
.tagbar .tag {
  background: none;
  padding: 0 0.3em;
  color: #bbb;
}
.tagbar strong {
  color: #777;
}

.iron-audioplayer {
  padding-bottom: 9em;
}

.fluid-width-video-wrapper {
  padding-top: 56% !important;
}

.page_container {
  width: 100%;
  position: relative;
  background: #000;
  margin-top: 38vh;
  z-index: 7;
}

.wp-pagenavi span {
  display: inline-block;
}

.ai-wrap .ai-scroll-wrap > div:last-child div {
  background-color: #fff !important;
}

.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background-color: #e59900;
}

.ai-wrap .ai-audio-control {
  background-color: #e59900;
}
.ai-wrap .ai-audio-control:hover {
  background: black !important;
}

.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
  background-color: #e59900;
  color: #ffffff;
}

.ai-tracklist-toggle {
  display: none !important;
}

.playlistBox {
  display: block;
}
@media (min-width: 800px) {
  .playlistBox {
    display: flex;
  }
}

.playlistPlayer {
  flex: 1;
}

.playlistText {
  flex: 1;
  padding-left: 0;
}
@media (min-width: 800px) {
  .playlistText {
    padding-left: 3rem;
  }
}

.page-width {
  margin: 0 auto;
  max-width: 96%;
}
@media (min-width: 600px) {
  .page-width {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .page-width {
    max-width: 75%;
  }
}

.vidfit {
  margin: 0 0;
  padding: 0;
  height: auto !important;
  background: #000000;
  max-width: none !important;
}

.entry-music-content {
  padding: 1em;
  background: #333;
  display: table;
  margin-bottom: 2em;
  width: 100%;
}
.entry-music-content img {
  width: 33%;
  float: right;
  margin: 0 0 2em 2em;
  background: #000;
  padding: 1%;
}
.entry-music-content .panel-posts img {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0 0 2em 0;
}
.entry-music-content p:first-of-type {
  font-size: 1.1em;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .entry-music-content {
    padding: 3em;
  }
  .entry-music-content p:first-of-type {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  .entry-music-content {
    padding: 5em;
  }
  .entry-music-content p:first-of-type {
    font-size: 1.1em;
    margin-bottom: 1em;
  }
}

.iron-audioplayer .album-art img {
  width: auto;
  float: none !important;
  margin: 1em;
}

.iron-audioplayer {
  padding-bottom: 3em;
}

.iron-audioplayer .player {
  height: 150px !important;
}

.iron-audioplayer canvas {
  height: 150px !important;
}

.iron-audioplayer wave {
  height: 150px !important;
}

.nav-links {
  display: flex;
  margin-top: 4em;
}

.nav-previous, .nav-next {
  flex: 1;
  margin: 0 2em 0 0;
}
.nav-previous a, .nav-next a {
  background: #232323;
  text-align: center;
  padding: 4px 9px;
  color: #aaa;
  display: block;
}
.nav-previous a:hover, .nav-next a:hover {
  background: #111;
}
.nav-previous span, .nav-next span {
  color: white;
}

.nav-next {
  margin: 0 0 0 2em;
}

.tagbar {
  background: #000000;
  padding: 4px 15px;
  margin: 2em 0 1em 0;
  font-size: 0.9em;
}
.tagbar a:hover .tag {
  text-decoration: underline;
}
.tagbar .tag {
  background: none;
  padding: 0 0.3em;
  color: #bbb;
}
.tagbar strong {
  color: #777;
}

.iron-audioplayer {
  padding-bottom: 9em;
}

.fluid-width-video-wrapper {
  padding-top: 56% !important;
}

.page_container {
  width: 100%;
  position: relative;
  background: #000;
  margin-top: 38vh;
  z-index: 7;
}

.wp-pagenavi span {
  display: inline-block;
}

.ai-wrap .ai-scroll-wrap > div:last-child div {
  background-color: #fff !important;
}

.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background-color: #e59900;
}

.ai-wrap .ai-audio-control {
  background-color: #101010;
  border: 2px solid #e59900;
}
.ai-wrap .ai-audio-control:hover {
  background: black !important;
}

.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
  background: none;
  color: #e59900;
}

.ai-wrap .ai-track-progress {
  background: #e59900 !important;
}

.ai-wrap .ai-audio-control:hover, .ai-wrap .ai-audio-control:focus {
  border: 0;
  background-color: #000;
}

.ai-wrap {
  padding: 0;
  background: none;
}

.ai-wrap .ai-track {
  background: #101010;
  border-bottom: 1px solid #444;
}

.ai-wrap .ai-track-name {
  padding-left: 0 !important;
}

.ai-tracklist-toggle {
  display: none !important;
}

.ai-wrap .ai-scroll-wrap > div:last-child {
  background-color: #101010;
}

.playlistBox {
  display: block;
}
@media (min-width: 800px) {
  .playlistBox {
    display: flex;
  }
}

.playlistPlayer {
  flex: 1;
}

.playlistText {
  flex: 1;
}
.playlistText p, .playlistText h3 {
  text-align: center;
  padding-left: 0;
  width: 90%;
}
@media (min-width: 800px) {
  .playlistText p, .playlistText h3 {
    text-align: left;
    padding-left: 20%;
    width: 70%;
  }
}

.home:target:before {
  content: "";
  display: block;
  height: 5em;
  /* fixed header height*/
  margin: -5em 0 0;
  /* negative fixed header height */
}

.noscale figure img {
  width: 300px !important;
}

h1 {
  font-size: em(40);
  margin-bottom: 1em;
}

h2 {
  font-size: em(30);
  margin-bottom: 0.5em;
}

h3 {
  font-size: em(25);
  margin-bottom: 0.5em;
  width: 100%;
}

h4 {
  font-size: em(20);
  margin-bottom: 0;
}

h5 {
  font-size: em(18);
  margin-bottom: 0;
}

h6 {
  font-size: em(17);
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-style: normal;
  font-family: "Open Sans", Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 200;
  text-align: left;
}
@media (min-width: 600px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: left;
  }
}

p {
  margin: 0 0 2em 0;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

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

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

blockquote {
  width: 100%;
  font-style: italic;
  box-sizing: border-box;
  font-size: 1.2em;
}
blockquote cite {
  font-style: normal;
  display: block;
  margin-top: 1em;
}
blockquote strong {
  font-weight: bold;
}
@media (min-width: 600px) {
  blockquote {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 1.8em;
  }
}

h1 {
  font-size: 1.3em;
  text-align: left;
}
@media (min-width: 600px) {
  h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-size: 1.2em;
}
@media (min-width: 600px) {
  h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.5em;
  }
}

.has-medium-font-size {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
@media (min-width: 600px) {
  .has-medium-font-size {
    margin-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  .has-medium-font-size {
    margin-bottom: 2em;
  }
}

figcaption {
  color: #e59900;
  padding: 0.5em 0;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}

.button {
  background-color: #e59900;
  color: white;
}

table {
  width: 100%;
  color: #fff;
  background-color: #000;
  border: 0.1em solid #000;
}
table caption {
  font-weight: bold;
}
table thead {
  text-align: left;
  text-align: center;
  background-color: black;
}
table thead th {
  border-color: #000;
}
table th, table td {
  padding: 0.5em;
  border: 0.1em solid #000;
}
table td {
  text-align: left;
}
table th[scope=row] {
  font-weight: normal;
}
table th[scope=rowgroup] {
  vertical-align: middle;
}
table th[scope=row],
table th[scope=rowgroup] {
  text-align: left;
}
table tbody tr:nth-of-type(even) {
  background-color: black;
}
table tfoot {
  font-size: 75%;
  color: #fff;
  background-color: black;
}
table tfoot td {
  text-align: center;
}

.table-credits {
  table-layout: auto;
  margin-bottom: 3rem;
  list-style: none;
  width: 100%;
}
.table-credits ul {
  border-bottom: 1px solid #555555;
}
.table-credits li {
  list-style: none;
  display: inline;
}
.table-credits .table-preview {
  width: 50px;
}
.table-credits .table-name {
  width: 200px;
}
.table-credits .table-morelink {
  width: 50px;
}

.button {
  font-size: 1.1em;
  padding: 20px 30px;
  text-align: center;
}
.button:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

.button__ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.tag {
  display: inline-block;
  padding: 0.2em 0.5em 0.2em;
  background: #111;
  border-radius: 0.5em;
  margin-right: 0.1em;
}

.tags {
  font-size: 0.7em;
  line-height: 0.9em;
  color: #888;
}

.tags {
  color: #888;
}

.tags a {
  color: orange !important;
}

.searchandfilter label {
  display: inline-block;
  padding: 0.3em 0.5em 0.3em 0;
  text-align: center;
  margin: 0 0.3em 0.3em 0;
}

.entry-date {
  display: block;
  margin-bottom: 0.5em;
}

.panel-posts {
  list-style: none;
  margin: 2em 0;
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .panel-posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .panel-posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 600px) {
  .panel-posts.tile-music {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .panel-posts.tile-music {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.clientlist ul li {
  display: inline-block;
}

.tile {
  background: #222;
  padding: 1em;
}
.tile h3 {
  margin: 1em 0;
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
}
.tile h3 a {
  color: #e59900;
}
.tile:hover {
  background: #383838;
}
.tile:hover img {
  overflow: hidden;
  transform: scale(1.03);
}
.tile img {
  transition: transform 0.4s;
  /* Animation */
}

form {
  width: 100%;
  clear: both;
  border-radius: 0.2em;
  -webkit-appearance: none;
  background-color: #000;
  border: 0.1em solid #000;
  padding: 2em;
}
form input[type], form textarea {
  color: #ddd;
}
form div {
  margin-bottom: 1em;
}

label {
  cursor: pointer;
}

fieldset {
  padding-top: 1em;
  margin-bottom: 2em;
  border-radius: 0.2em;
  border-color: #000;
  background-color: #888;
}

input[type],
textarea {
  padding: 0.5em;
  border: 1px solid #000;
}

input[type=search] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type=checkbox] {
  width: auto;
}

small.error {
  display: block;
}

.success {
  color: #00ff00;
}

.error, .errors {
  color: #ff0000;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #333;
}

label.sf-label-checkbox {
  display: inline-block;
  padding: 0.3em 0.5em 0.3em 0;
  text-align: center;
  margin: 0 0.3em 0.3em 0;
  line-height: 1em;
  background: #555;
  border-radius: 0.6em;
  font-size: 0.8em;
}
label.sf-label-checkbox:hover {
  background: #777;
}

.searchandfilter {
  width: 100%;
  clear: both;
  border-radius: 0.2em;
  -webkit-appearance: none;
  background-color: #000;
  border: 0.1em solid #000;
  padding: 1em;
  float: none;
  position: relative;
  top: 3em;
  margin-right: 1em;
}
@media (min-width: 1200px) {
  .searchandfilter {
    width: 25%;
    position: sticky;
    float: left;
  }
}

.sf-option-active label {
  background: #e59900 !important;
  color: #000;
}

.searchandfilter ul li {
  display: inline !important;
}

.sf-input-checkbox {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.post-edit-link {
  color: red;
}

.purchase-options {
  padding: 0.3em;
  color: black;
  background: white;
  font-size: 1.4em;
}

.button-paypal {
  margin: 2em 0 0 0;
  padding: 0 !important;
  border: none;
}

.text-width {
  color: white;
}
.text-width a {
  color: white;
}
.text-width p {
  margin: 0 auto 1em auto;
}

.wp-block-image.size-large {
  text-align: center;
  margin: 0 auto;
}
.wp-block-image.alignwide {
  margin-left: 0px;
  margin-right: 0px;
}
.wp-block-image.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2 );
  margin-right: calc(-100vw / 2 + 100% / 2 );
  max-width: 100vw;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-image img {
  width: 100%;
}

.wp-block-cover.alignfull {
  margin-left: calc(-50vw + 50% );
  margin-right: calc(-50vw + 50% );
  width: 100vw;
  height: auto;
}
.wp-block-cover.alignfull img {
  width: 100vw;
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 90em;
  width: 98%;
}
@media (min-width: 600px) {
  .wp-block-cover .wp-block-cover__inner-container {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover .wp-block-cover__inner-container {
    width: 60%;
    height: 100vh;
  }
}

.wp-block-columns {
  margin: 0.5em 0;
  display: block;
}
.wp-block-columns.alignfull {
  margin-left: calc(-50vw + 50% );
  margin-right: calc(-50vw + 50% );
  width: 100vw;
}
.wp-block-columns.alignfull img {
  width: 100vw;
}
@media (min-width: 600px) {
  .wp-block-columns {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  .wp-block-columns {
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.wp-block-group {
  margin: 0;
}
.wp-block-group.alignfull {
  margin-left: calc(-50vw + 50% );
  margin-right: calc(-50vw + 50% );
  width: 100vw;
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 2500px;
  width: 70%;
  margin: 0 auto;
}

h2.stickyblock {
  background: red;
  color: white !important;
  padding: 0.3em;
  top: 0.5em;
  position: sticky;
  margin: 0 0 1em 0;
}

.photoblog figcaption {
  text-align: center;
  margin-bottom: 2em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #ddd;
  font-size: 0.9em;
  font-style: italic;
  color: #888;
  display: block;
}

.mFullimage {
  position: relative;
}
.mFullimage img {
  padding: 0;
  margin: 0;
  width: 100%;
}
.mFullimage .overlay {
  position: absolute;
  top: 2em;
  color: white;
  padding: 2em;
  width: 25vw;
  border-radius: 2px;
  background: rgba(200, 200, 200, 0.95);
}
.mFullimage .overlay.right {
  right: 12.5%;
  left: auto;
}
.mFullimage .overlay.left {
  right: auto;
  left: 12.5%;
}
.mFullimage .overlay.red {
  background: red;
}
.mFullimage .overlay.white {
  background: rgba(255, 255, 255, 0.9);
  color: #222;
}
.mFullimage .overlay.black {
  background: rgba(0, 0, 0, 0.9);
}

.mFullStickyimage .imgScaler {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
}
.mFullStickyimage .overlay {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: -o-sticky;
  position: sticky;
  top: 2em;
  color: white;
  padding: 2em;
  width: 33%;
  border-radius: 2px;
  background: rgba(200, 200, 200, 0.95);
}
.mFullStickyimage .overlay.left {
  left: 0;
}
.mFullStickyimage .overlay.right {
  left: 66%;
}
.mFullStickyimage .overlay.red {
  background: red;
}
.mFullStickyimage .overlay.white {
  background: rgba(255, 255, 255, 0.9);
  color: #222;
}
.mFullStickyimage .overlay.black {
  background: rgba(0, 0, 0, 0.9);
}
.mFullStickyimage .overlay.lightblue {
  background: #069CC7;
  opacity: 0.9;
}
.mFullStickyimage .overlay.darkblue {
  background: #00589C;
  opacity: 0.9;
}

.mFullimageFixed {
  position: relative;
  height: 100vh;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1100px) {
  .mFullimageFixed {
    background-attachment: scroll !important;
  }
}
.mFullimageFixed img {
  padding: 0;
  margin: 0;
  width: 100%;
}
.mFullimageFixed .overlay {
  position: absolute;
  top: 2em;
  color: white;
  padding: 2em;
  width: 25vw;
  border-radius: 2px;
  background: rgba(200, 200, 200, 0.95);
}
.mFullimageFixed .overlay.right {
  right: 12.5%;
  left: auto;
}
.mFullimageFixed .overlay.left {
  right: auto;
  left: 12.5%;
}
.mFullimageFixed .overlay.red {
  background: red;
}
.mFullimageFixed .overlay.white {
  background: rgba(255, 255, 255, 0.9);
  color: #222;
}
.mFullimageFixed .overlay.black {
  background: rgba(0, 0, 0, 0.9);
}
.mFullimageFixed .overlay.lightblue {
  background: #069CC7;
  opacity: 0.9;
}
.mFullimageFixed .overlay.darkblue {
  background: #00589C;
  opacity: 0.9;
}

.superwide .panel {
  padding: 2em 0;
}

.superwide .panelflush {
  padding: 0;
}

.panel.grey-light {
  background: #efefef;
}
.panel.grey-light p.caption {
  background: white;
  padding: 0.5em 0;
  margin-bottom: 2em;
}

.panelflush.grey-light p.caption {
  background: #efefef;
  padding: 0.5em 0;
  margin-bottom: 2em;
}

.hideheader header, .hideheader footer, .hideheader article time, .hideheader time, .hideheader date {
  display: none !important;
}

.modular-anchors {
  padding: 3px;
  color: white;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.modular-anchors:hover {
  background: #888;
  color: white;
}

.stickyBigTitle {
  padding: 0.5em 1em;
  background: #da0700;
  color: #fff;
  font-size: 2em;
  margin-bottom: 1em;
  top: 0;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: 99;
}

.stickyBigTitle.blue {
  background: #00589C;
  opacity: 0.9;
}

#toptools {
  width: 100%;
  background: #e59900;
  padding: 0.2em 0;
  margin: 0;
  z-index: 10;
  position: relative;
}
@media (min-width: 900px) {
  #toptools {
    padding: 0.1em 0 0 0;
    position: fixed;
  }
}
#toptools img {
  vertical-align: top !important;
}
#toptools .tools-container {
  width: 100%;
  display: block;
  padding: 0 0 0.2rem 0;
}
@media (min-width: 800px) {
  #toptools .tools-container {
    display: flex;
    flex: 1;
  }
  #toptools .tools-container > div {
    flex: 1;
  }
}
#toptools .tools-container .mail-link {
  text-align: center;
}
#toptools .tools-container .mail-link a {
  color: white;
  font-size: 0.8em;
}
@media (min-width: 600px) {
  #toptools .tools-container .mail-link a {
    font-size: 0.8em;
    line-height: 2.7em;
  }
}
@media (min-width: 800px) {
  #toptools .tools-container .mail-link {
    text-align: left;
  }
}
#toptools .tools-container .imdb-link {
  text-align: center;
}
#toptools .tools-container .imdb-link img {
  line-height: 0;
  height: 25px;
  padding: 0 10px 0 0;
}
#toptools .tools-container .imdb-link a {
  font-size: 0.8rem;
  line-height: 1.9rem;
  color: white;
}
#toptools .tools-container .imdb-link .icon-imdb {
  height: 28px;
  margin-top: 3px;
}
#toptools .tools-container .imdb-link .pipe {
  color: #222;
  margin: 0 0.3rem;
}
#toptools .tools-container .socialmedia {
  display: flex;
  color: white;
  justify-content: center;
  text-align: center;
}
@media (min-width: 800px) {
  #toptools .tools-container .socialmedia {
    justify-content: flex-end;
  }
}
#toptools .tools-container .socialmedia .icons svg {
  flex: 1;
  fill: white;
  height: 32px;
}
#toptools .tools-container .socialmedia .icon-patreon {
  height: 25px;
  width: auto;
  margin-top: 3px;
  font-size: 0.7em;
  font-style: normal;
  line-height: 2em;
  color: #fff !important;
  display: inline-block;
  padding: 0 0.2em 0 0.3em;
}
@media (min-width: 600px) {
  #toptools .tools-container .socialmedia .icon-patreon {
    font-size: 0.8em;
    line-height: 2.3em;
    padding: 0 0.8em 0 0.3em;
  }
}
#toptools .tools-container .socialmedia .icon-patreon:hover {
  text-decoration: underline;
}

#header {
  position: relative;
  text-align: center;
  padding: 1em 0 1em 0;
  margin: 0 0 2em 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  width: 100%;
  z-index: 9;
}
@media (min-width: 600px) {
  #header {
    padding: 3.5em 0 1em 0;
  }
}

.hero_vid {
  opacity: 0.5;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .hero_vid {
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
  }
}

.head_container {
  display: block;
  text-align: center;
}
@media (min-width: 600px) {
  .head_container {
    display: block;
  }
}
@media (min-width: 1290px) {
  .head_container {
    display: flex;
  }
}
.head_container .head_left, .head_container .head_right {
  text-align: center;
  margin-bottom: 1.5em;
}
@media (min-width: 1290px) {
  .head_container .head_left, .head_container .head_right {
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 1290px) {
  .head_container .head_left {
    text-align: left;
  }
}
.head_container .head-right {
  background: none;
  border-radius: 4px;
}

#menu-main li {
  display: inline-block;
  padding: 0 0.1em;
  margin-bottom: 1em;
  margin-top: 1em;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media (min-width: 450px) {
  #menu-main li {
    font-size: 1em;
    padding: 0 0.3em;
  }
}
@media (min-width: 600px) {
  #menu-main li {
    font-size: 1em;
    padding: 0 0.6em;
  }
}
@media (min-width: 1200px) {
  #menu-main li {
    font-size: 1.1em;
    padding: 0 0.7em;
  }
  #menu-main li:last-child {
    padding-right: 0;
  }
}
#menu-main li a {
  color: #eee;
}
#menu-main li a:hover {
  color: #e59900;
}
#menu-main li.current-menu-item a {
  color: #e59900;
}

.horizTitle {
  font-size: 1.1em;
  font-weight: bold;
  color: #e59900;
  line-height: 0;
  padding: 0 0 0 0.5em;
}
.horizTitle strong {
  font-weight: normal;
  color: #bbb;
}
@media (min-width: 600px) {
  .horizTitle {
    text-align: center;
    font-size: 1.35em;
  }
}
@media (min-width: 1200px) {
  .horizTitle {
    text-align: center;
    font-size: 1.5em;
  }
}

.ident {
  height: 45px;
  margin-bottom: -5px;
}
@media (min-width: 1290px) {
  .ident {
    height: 60px;
    margin-bottom: -10px;
  }
}

.mail-link {
  color: white;
}
.mail-link:hover {
  text-decoration: underline;
}

.hero_vidover {
  z-index: 9;
  position: relative;
}
.hero_vidover h1 {
  text-align: center;
  position: relative;
  font-size: 1.5em;
  font-weight: 300;
  margin: 30vh 0 0 0;
  line-height: 1em;
}
@media (min-width: 600px) {
  .hero_vidover h1 {
    font-size: 2.5em;
    margin: 40vh 0 0 0;
  }
}
@media (min-width: 1200px) {
  .hero_vidover h1 {
    font-size: 3em;
    margin: 50vh 0 0 0;
  }
}
.hero_vidover h2 {
  text-align: center;
  margin: 0;
  font-size: 1.1em;
}
@media (min-width: 600px) {
  .hero_vidover h2 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .hero_vidover h2 {
    font-size: 1.4em;
  }
}
.hero_vidover .hero_button {
  position: relative;
  z-index: 3;
  margin: 2em auto 0 auto;
  font-size: 0.7em;
  text-align: center;
}
@media (min-width: 600px) {
  .hero_vidover .hero_button {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .hero_vidover .hero_button {
    font-size: 1.4em;
  }
}
.hero_vidover .hero_button a {
  padding: 0.4em 2em;
}
@media (min-width: 600px) {
  .hero_vidover .hero_button a {
    padding: 0.5em;
  }
}
@media (min-width: 1200px) {
  .hero_vidover .hero_button a {
    padding: 0.6em;
  }
}
.hero_vidover a.button {
  background: none;
  border: 1px solid #e59900;
  padding: 0.8em 1.6em;
}

#player .headers {
  display: none !important;
}

#subfooter {
  background: #e59900;
  color: white;
  padding: 4em 0 8em 0;
  text-align: center;
}

.clientlist {
  padding: 2em 0;
}

.site__footer {
  clear: both;
}
.site__footer .testimonial {
  display: block;
  background: #000;
  padding: 20px;
  color: white;
  text-align: left;
}
.site__footer .testimonial small {
  margin-top: 15px;
  display: block;
  font-size: 1.3em;
  color: #e59900;
  text-align: left;
}
.site__footer .testimonial em {
  clear: left;
  color: #888;
  font-size: 0.8em;
  display: block;
  font-style: normal;
}
.site__footer .testimonial blockquote {
  font-size: 1.2em;
  padding: 0;
  margin: 0 0 20px 0;
  font-style: normal;
  border-left: 6px solid #222;
  margin: 10px 10px;
  padding: 5px 5px 5px 20px;
  quotes: "“" "”" "‘" "’";
  line-height: 1.5em;
}
@media (min-width: 480px) {
  .site__footer .testimonial blockquote {
    padding: 8px 8px 8px 8px;
    font-size: 1.4em;
  }
}
@media (min-width: 800px) {
  .site__footer .testimonial blockquote {
    padding: 10px 10px 10px 40px;
    font-size: 1.6em;
  }
}
.site__footer .testimonial blockquote:before {
  color: #e59900;
  font-family: Georgia, Times New Roman;
  content: open-quote;
  font-size: 3.2em;
  line-height: 0em;
  margin-right: 5px;
  vertical-align: -0.45em;
}
.site__footer .testimonial blockquote p {
  display: inline;
}

#footer {
  position: relative;
  background: #111;
  margin-top: 0;
  z-index: 5;
}

.bannerBlockTests {
  padding: 120px 0 60px 0;
  margin: 0 0 0 0;
  background: url(images/banner-violin3.jpg) top center no-repeat;
  background-size: cover;
  display: block;
  height: auto;
}

.shadeyBlock {
  display: block;
  background: rgba(0, 0, 0, 0.75);
  padding: 3%;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial {
  display: block;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.banner-blockquote::before {
  color: #e59900;
  font-family: Georgia, Times New Roman;
  content: open-quote;
  font-size: 10em;
  line-height: 0em;
  margin-right: 5px;
  vertical-align: -0.45em;
}

.banner-blockquote {
  font-size: 0.7em;
  text-align: center;
  color: #aaa;
  font-style: normal;
  border-left: 6px solid #222;
  border-right: 6px solid #222;
  margin: 10px 10px;
  padding: 5px 10% 5px 10%;
  quotes: "“" "”" "‘" "’";
}

.buythings {
  background: #e59900;
  display: block;
  clear: left;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 2em 0.5em;
}
.buythings a, .buythings a:visited {
  color: white;
}
@media (min-width: 600px) {
  .buythings {
    padding: 2em 0.5em;
  }
}
@media (min-width: 1200px) {
  .buythings {
    padding: 4em 0;
  }
}
.buythings .button {
  padding: 0.5em !important;
}

.clientlist ul li {
  text-align: center;
  display: inline;
  padding: 0;
  color: #666;
}

.clientlist .clientlist-title {
  color: #e59900;
}

.site__footer .testimonial small {
  margin-top: 25px;
  display: block;
  font-size: 1.3em;
  color: #e59900;
  text-align: center;
}

.subfoot {
  padding: 1em 0;
  background: black;
  text-align: center;
  position: relative;
  z-index: 5;
}
.subfoot small {
  text-align: center;
  bottom: 10px;
  width: 100% !important;
  display: block;
  color: #efefef;
  z-index: 99;
}
.subfoot a {
  color: #666;
}
.subfoot a:hover {
  color: white;
  text-decoration: underline;
}

.navFooter {
  text-align: center;
  margin: 2em 0;
}
.navFooter li a {
  text-transform: initial;
}
.navFooter li.current-menu-item a {
  color: #e59900;
}

.pagination {
  padding-top: 1em;
  text-align: center;
  padding-bottom: 1em;
  margin: 2em 0;
}

/* Timeline mods */
.et-ver-timeline-template-2 .et-title {
  background: #e59900;
}

.et-ver-timeline-template-2 .et-contain-main {
  padding: 2em;
  border: none;
  background: #222;
}

.et-ver-timeline-template-2 .et-content {
  color: #fff;
  line-height: 1.5;
  font-family: "Open Sans", Arial, Helvetica, Tahoma, sans-serif;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
}

.et-ver-timeline-template-2 .et-meta-wrap-1 {
  border: none;
  padding: 0;
}

.update-plugins {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */