.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.nivo-lightbox-content,.nivo-lightbox-overlay{height:100%;width:100%}.nivo-lightbox-overlay{position:fixed;top:0;left:0;z-index:99998;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-overlay.nivo-lightbox-open{visibility:visible;opacity:1}.nivo-lightbox-wrap{position:absolute;top:10%;bottom:10%;left:10%;right:10%}.nivo-lightbox-title-wrap{position:absolute;bottom:0;left:0;width:100%;z-index:99999;text-align:center}.nivo-lightbox-nav{display:none}.nivo-lightbox-prev{position:absolute;top:50%;left:0}.nivo-lightbox-next{position:absolute;top:50%;right:0}.nivo-lightbox-close{position:absolute;top:2%;right:2%}.nivo-lightbox-image{text-align:center}.nivo-lightbox-image img{max-width:100%;max-height:100%;width:auto;height:auto;vertical-align:middle}.nivo-lightbox-content iframe,.nivo-lightbox-error{width:100%;height:100%}.nivo-lightbox-ajax,.nivo-lightbox-inline{max-height:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-error{display:table;text-align:center;color:#fff;text-shadow:0 1px 1px #000}.nivo-lightbox-error p{display:table-cell;vertical-align:middle}.nivo-lightbox-notouch .nivo-lightbox-effect-fade,.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,.nivo-lightbox-notouch .nivo-lightbox-effect-fall,.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transition:all .3s cubic-bezier(.25,.5,.5,.9);-moz-transition:all .3s cubic-bezier(.25,.5,.5,.9);-ms-transition:all .3s cubic-bezier(.25,.5,.5,.9);-o-transition:all .3s cubic-bezier(.25,.5,.5,.9);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap{-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap{-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap{-webkit-transform:translateY(-10%);-moz-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transform:translateY(10%);-moz-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall{-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.nivo-lightbox-effect-fall .nivo-lightbox-wrap{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translateZ(300px);-moz-transform:translateZ(300px);-ms-transform:translateZ(300px);transform:translateZ(300px)}.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
background: #666;
background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(//musike-berlin.de/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/loading.gif) no-repeat 50% 50%; }
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
opacity: 1; 
background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//musike-berlin.de/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/prev.png); 
border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//musike-berlin.de/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/next.png); 
border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(//musike-berlin.de/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #000;
color: #fff;
padding: 7px 15px;
border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
background: #fff;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
background-image: url(//musike-berlin.de/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/loading@2x.gif); 
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//musike-berlin.de/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/prev@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//musike-berlin.de/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/next@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close { 
background-image: url(//musike-berlin.de/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/close@2x.png); 
background-size: 16px 16px;
}
}.simple-banner,
.simple-banner_2,
.simple-banner_3,
.simple-banner_4,
.simple-banner_5 {
width: 100%;
text-align: center;
position: relative;
display: block;
}
.simple-banner .simple-banner-text,
.simple-banner_2 .simple-banner-text_2,
.simple-banner_3 .simple-banner-text_3,
.simple-banner_4 .simple-banner-text_4,
.simple-banner_5 .simple-banner-text_5 {
font-weight: 700;
padding: 10px 20px;
position: relative;
}
.simple-banner .simple-banner-button,
.simple-banner_2 .simple-banner-button_2,
.simple-banner_3 .simple-banner-button_3,
.simple-banner_4 .simple-banner-button_4,
.simple-banner_5 .simple-banner-button_5 {
border: none;
background-color: transparent;
padding: 0 5px;
margin: 0 10px;
text-align: center;
text-decoration: none;
position: absolute;
transform: translate(0%, -50%);
right: 0;
top: 50%;
font-size: 16px;
cursor: pointer;
}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%; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
figure { margin: 10% 0; }
figcaption { text-align: center; }
img { border: 0; -ms-interpolation-mode: bicubic;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}
input {-webkit-border-radius:0; border-radius:0;}
::-webkit-input-placeholder {color: #222222;}
:-moz-placeholder {color: #222222;}
::-moz-placeholder {color: #222222;}
:-ms-input-placeholder {color: #222222;}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
::selection {background: #d1eded; }
::-moz-selection {background: #d1eded; } .clearfix:after, .sharedaddy:after {clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }
.cf:before, .cf:after {content: " "; display: table; }
.cf:after {clear: both;} .cf {*zoom: 1;}  body {
display: block;
font-family: 'Times New Roman', Georgia, serif;
color: #222222;
background: #f8f8f8;
}
.wrap-all {
position: relative;
opacity: 0;
}
#masthead {
position: relative;
margin: 0 auto;
max-width: 1200px;
padding: 60px 0 0;
}
.main-container {
padding: 50px 15px 80px;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#primary {
margin: 0 auto;
max-width: 1200px;
clear: both;
} .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.site-branding h1.site-title,
.site-branding p.site-title,
.entry-header h1.entry-title,
.entry-header h2.entry-title,
p.site-description,
#site-nav,
.nav-wrap,
#infinite-handle span,
.comment-details .comment-author,
#comments #respond,
input[type="button"],
input[type="submit"],
.front-one-slogan,
.front-two-slogan,
.bw-custom-page .entry-content h2,
.bw-custom-page .entry-content h3,
blockquote cite,
.contact-form label,
.entry-content blockquote.big,
.entry-content p.pull-left,
.entry-content p.pull-right {
font-family: 'Source Code Pro', mono;
}
.entry-details,
#comments h3.comments-title,
.comment-time,
.comment-edit,
#comments .nopassword,
#comments p.nocomments,
.bw-custom-page .entry-content p.intro {
font-family: 'Playfair Display', serif;
}
.entry-details,
#comments h3.comments-title,
.bw-custom-page .entry-content p.intro,
.bw-menu .entry-content h3 {
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 2px;
}
.entry-details,
#comments h3.comments-title,
.bw-custom-page .entry-content p.intro {
font-style: italic;
}
.comment-details .comment-time,
.comment-details .comment-edit,
#comments .nopassword,
#comments p.nocomments {
font-style: italic;
text-transform: uppercase;
letter-spacing: 2px;
} h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 {
margin: 46px 0 15px;
font-size: 22px;
font-size:  1.375rem;
}
h2 {
margin: 46px 0 12px;
font-size: 22px;
font-size: 1.375rem;
line-height: 1.35;
}
h3 {
margin: 38px 0 10px;
font-size: 20px;
font-size: 1.25rem;
line-height: 1.4;
}
h4 {
margin: 30px 0 10px;
font-size: 18px;
font-size: 1.125rem;
line-height: 1.4;
}
h5 {
margin: 24px 0 8px;
font-size: 16px;
font-size: 1rem;
}
h6 {
margin: 24px 0 8px;
font-size: 14px;
font-size: 0.875rem;
} h1, h2, h3, h4, h5, h6,
.entry-content,
.page-content,
.comment-content {
word-wrap: break-word;
}
.entry-content p,
.entry-content p.standard-text,
.entry-content ul,
.entry-content ol,
#comments .comment-text p,
#comments .comment-reply,
.wide-content,
.intro-wrap {
font-size: 15px;
font-size: 0.9375rem;
line-height: 2.2;
}
p {
margin-bottom: 24px;
}
.entry-content p:last-child {
margin-bottom: 0;
}
.entry-content blockquote p:last-child  {
margin-bottom: 24px;
}
ul, ol {
margin: 0 0 24px 0;
padding-left: 40px;
list-style-position: inside;
}
.blog .post .entry-content ul,
.blog .post .entry-content ol {
text-align: left;
}
ul {
list-style: square;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 0;
}
.entry-content ul,
.entry-content ol {
padding-left: 50px;
}
.entry-content ul li,
.entry-content ol li,
#comments ul li,
#comments ol li  {
margin-bottom: 4px;
list-style-position: outside;
}
.entry-content ul ul li:last-child,
.entry-content ol ol li:last-child,
#comments ul ul li:last-child,
#comments ol ol li:last-child {
margin-bottom: 0;
}
.entry-content ul ul,
.entry-content ol ol,
#comments ul ul,
#comments ol ol {
padding-left: 25px;
}
b, strong {
font-weight: bold;
}
dfn, em, i {
font-style: italic;
}
s, strike, del {
text-decoration: line-through;
}
address {
margin: 0 0 24px;
font-size: 16px;
font-size: 1rem;
line-height: 1.6;
}
pre {
max-width: 100%;
margin-bottom: 24px;
padding: 20px;
overflow: auto;
background: #ededed;
font-family:  Consolas, Monaco, monospace;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.7;
text-align: left;
color: #555;
}
code, kbd, tt, var {
font-family: Consolas, Monaco, monospace;
font-size: 13px;
font-size: 0.8125rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #d1eded;
text-decoration: none;
}
sup,
sub {
position: relative;
vertical-align: baseline;
height: 0;
font-size: 75%;
line-height: 0;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
img {
max-width: 100%; height: auto; }
dl {
text-align: left;
}
dt {
padding-bottom: 4px;
font-weight: bold;
}
dd {
margin: 0 0 20px;
}
dl dt {
font-weight: bold;
color: #162626;
}
dl dd {
margin: 0 0 20px;
font-size: 15px;
font-size: 0.9375rem;
line-height:1.6;
}
.wp-smiley {
border: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} table {
width: 100%;
margin: 0 0 40px;
border-collapse: collapse;
border-spacing: 0;
border-bottom: 1px solid #ccc;
line-height: 2;
font-size: 15px;
font-size: 0.9375rem;
text-align: left;
}
table td {
padding: 6px 6px 6px 0;
border-top: 1px solid #ccc;
}
table caption {
margin: 40px 0;
}
table th {
padding: 6px 6px 6px 0;
text-align:left;
font-weight: bold;
} .single-post .entry-header .entry-comments:before,
.entry-edit:before,
#comments ul.comment-meta a.comment-edit-link:before {
display: inline;
content: '\2014';
padding: 0 2px 0 0;
} .alignleft,
.alignright {
display: block;
}
.alignleft {
margin: 5px 45px 5px 0;
float: left;
}
.alignright {
margin: 5px 0 0 30px;
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
clear: both;
}
img.alignleft,
img.alignright {
margin-top:10px;
margin-bottom:20px;
} input,
textarea {
padding: 5px 2%;
border: 1px solid #ccc;
background: #fff;
color: #222;
font-family: 'Times New Roman', Georgia, serif;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.8;
}
form label {
display: inline-block;
margin: 0 0 4px;
font-size: 14px;
font-size: 0.875rem;
font-weight: 600;
}
input:focus,
input:active,
textarea:focus,
textarea:active {
border: 1px solid #222;
outline: none;
} input[type="button"],
input[type="submit"] {
margin: 25px 0 10px;
padding: 9px 20px;
background: #222;
color: #cbcbcb;
border: none;
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 2px;
cursor: pointer;
-webkit-appearance: none;
}
input[type="button"]:hover,
input[type="submit"]:hover,
.widget_blog_subscription input[type="submit"]:hover {
background: #222;
}  a {
color: #222222;
text-decoration: none;
}
.entry-content a,
.comment-details .comment-author a,
#colophon a:hover,
#colophon .textwidget a,
.intro-wrap a,
.more-info-btn span,
a.comment-reply-link,
.front-two-slogan a {
border-bottom: 1px solid #222222;
}
.entry-content a:hover,
.comment-details .comment-author a:hover,
#colophon .textwidget a:hover,
.intro-wrap a:hover,
.entry-content .blue a:hover,
.entry-content .red a:hover,
.entry-content .green a:hover,
.more-info-btn:hover span,
a.comment-reply-link:hover {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#colophon .menu-social-one-container a:hover,
#colophon .menu-social-two-container a:hover,
#colophon .menu-social-three-container a:hover {
border-bottom: none;
}
.entry-header a,
.front-two-slogan a,
.front-one-slogan p a,
h1 a,
h2 a,
h3 a {
color: #222222;
}
.front-two-slogan a:hover {
opacity: 0.5;
} .blue {color: #35a8c7;}
.green {color: #76a35b;}
.red {color: #d85c56;}
.entry-content .blue a {color: #35a8c7; border-bottom: 1px solid #35a8c7;}
.entry-content .green a {color: #76a35b; border-bottom: 1px solid #35a8c7;}
.entry-content .red a {color: #d85c56; border-bottom: 1px solid #d85c56;}  .site-branding-wrap {
padding: 0 15px;
}
.site-branding {
margin: 0 auto;
max-width: 350px;
text-align: center;
word-break: break-word;
-ms-word-break: break-all;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.site-branding h1.site-title,
.site-branding p.site-title {
display: inline-block;
margin: 0;
padding: 0;
font-weight: 600;
}
.site-branding p.site-title,
.site-branding h1.site-title {
font-size: 54px;
line-height: 1.05;
}
.site-branding p.site-title a,
.site-branding h1.site-title a {
color: #222;
}
p.site-description {
margin: 0;
padding: 0 0 15px;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.6;
font-weight: 600;
display: block;
} .title-logo {
padding: 17px 0 0 0;
} #mobilenav-open,
#mobilenav-close {
display: block;
position: absolute;
width: 35px;
height: 35px;
background: #222;
cursor: pointer;
}
#mobilenav-open {
top: 15px;
right: 15px;
}
#mobilenav-close {
top: 0;
right: 0;
width: 40px;
height: 40px;
}
#mobilenav-open span,
#mobilenav-close span {
display: none;
}
#mobilenav-open:after,
#mobilenav-close:after {
position: absolute;
top: 0;
left: 0;
right: 0;
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 18px/1 'Genericons';
line-height: 1;
color: #fff;
vertical-align: top;
width: 100%;
text-align: center;
}
#mobilenav-open:after {
content: '\f419';
padding: 8px 0 0 0;
}
#mobilenav-close:after {
content: '\f406';
padding: 13px 5px 0 0;
} .sticky-element .sticky-anchor {
display: none !important;
}
#site-nav {
display: none;
background: #222;
width: 290px;
margin: 0 15px;
padding: 45px 0 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
position: absolute;
top:15px;
right: 0;
z-index: 100000;
text-align: center;
}
.nav-open #site-nav {
display: block;
}
.front-two-wrap.cf {
z-index: 100;
}
#site-nav ul {
list-style: none;
display: block;
padding: 0;
margin: 0;
}
#site-nav ul ul {
margin: 12px 0;
padding: 10px 0;
background: #333;
}
#site-nav ul ul ul {
margin: 0;
padding: 0;
}
#site-nav ul li {
display: block;
padding: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 2px;
}
#site-nav ul li a {
display: block;
color: #ccc;
padding: 12px 10px;
}
#site-nav ul li a:hover {
color: #fff;
}
#site-nav ul ul li a {
padding: 6px 10px;
}
#site-nav ul ul li {
text-transform: none;
letter-spacing: 0;
} label.screen-reader-text,
input#searchsubmit {
display: none;
}
.searchbox {
height: 53px;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.searchbox input.search-field {
width: 100%;
height: 53px;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.4;
}
.searchbox input.search-field,
.searchbox input.search-field:hover,
.searchbox input.search-field:active,
.searchbox input.search-field:focus {
background: #f2f2f2;
border: none;
}  .site-content .post {
position: relative;
display: block;
max-width: 100%;
padding-bottom: 80px;
}
.site-content .post:before {
content: "\00a0";
position: absolute;
width: 7%;
height: 3px;
line-height: 1px;
border-top: 3px solid #222;
top: 0;
left: 47.5%;
z-index: 1;
}
.site-content .entry-thumbnail img.wp-post-img {
line-height: 0;
}
.sticky {
}
.blog .post .entry-content,
.archive .post .entry-content {
text-align: center;
} .entry-thumbnail {
padding-bottom: 32px;
line-height: 0;
} .site-content .entry-header {
display: block;
text-align: center;
padding: 32px 0 38px;
}
.single-format-quote .format-quote .entry-header {
padding-bottom: 38px;
}
.entry-header h1.entry-title,
.entry-header h2.entry-title,
.bw-custom-page .entry-content h2 {
display: block;
margin: 0;
padding: 0;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.32;
font-weight: 300;
word-wrap: break-word;
} .entry-details {
display: block;
position: relative;
padding: 10px 0 0 0;
}
.entry-date,
.entry-comments,
.entry-edit {
display: inline-block;
} .page-link {
display: block;
padding: 15px 0;
clear: both;
font-size: 14px;
font-size: 0.875rem;
word-spacing:18px;
}
.page-link a {
display: inline-block;
text-decoration: none;
margin-bottom: 8px;
}  .single-post .site-content .post,
.page-template-default .site-content .page,
.bw-contact .site-content .page,
.error404 .site-content .page {
padding: 0;
}
.single-post .site-content .post:before,
.bw-contact .site-content .page:before,
.error404 .site-content .page:before {
left: 0;
}
.single-post .site-content .entry-header,
.bw-contact .site-content .entry-header,
.error404 .site-content .entry-header {
text-align: left;
padding: 32px 0 70px;
}
.content-wrap {
max-width: 1200px;
margin: 0 auto;
} .single-post .entry-content p,
.single-post .entry-content p.standard-text,
.single-post .entry-content ul,
.single-post .entry-content ol,
.page .entry-content p,
.page .entry-content ul,
.page .entry-content ol {
font-size: 16px;
font-size: 1rem;
line-height: 2.06;
}
p.justify {
text-align: justify;
}
.entry-content blockquote {
position: relative;
text-align: center;
margin: 30px 0;
}
.single-post .entry-content blockquote {
text-align: left;
}
.format-quote .entry-content blockquote {
margin: 0;
}
.entry-content blockquote p,
.single-post .entry-content blockquote p,
blockquote.quote-text p {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.9;
font-style: normal;
}
blockquote.quote-text p {
margin: 0;
line-height: 1.7;
}
.entry-content blockquote cite,
#comments blockquote cite,
blockquote.quote-text cite {
font-size: 14px;
font-size: 0.875rem;
font-style: normal;
display: block;
padding-top: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}
blockquote.quote-text cite {
padding-top: 8px;
font-size: 12px;
font-size: 0.75rem;
}
.entry-content blockquote.big {
max-width: 500px;
margin-left: auto;
margin-right: auto;
padding: 30px 0 6px;
}
.entry-content blockquote.big p {
font-style: normal;
font-weight: 300;
line-height: 1.8;
text-align: center;
}
.entry-content blockquote.big cite {
font-weight: normal;
}
.post .entry-content blockquote.big p {
font-size: 20px;
font-size: 1.25rem;
}
.page .entry-content blockquote.big p {
font-size: 22px;
font-size: 1.375rem;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
margin-bottom: 24px;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.8;
}
.entry-content p.pull-right {
text-align: right;
}
.entry-content p.note {
max-width: 780px;
margin: 0 auto;
text-align: center;
}
.entry-content p.intro {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.75;
}
.bw-centered .entry-content p.intro {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.8;
}
.uppercase {
text-transform: uppercase;
letter-spacing: 2px;
} img {
max-width: 100%;
height: auto;
}
a[rel~="attachment"],
a[href$=jpg],
a[href$=jpeg],
a[href$=jpe],
a[href$=png],
a[href$=gif]{
border-bottom: none !important;
}
img.wp-post-image {
padding: 0;
}
img.img-border {
max-width:98.1%;
padding:5px;
background:#fff;
border:1px solid rgba(0, 0, 0, 0.15);
}
.widget img {
max-width:100%;
height:auto;
}
.wp-caption.alignnone {
margin: 0;
}
.wp-caption {
max-width: 100%;
}
img#wpstats {
display: none;
}
.entry-content .wp-caption {
padding: 0 0 24px;
}
.format-image .entry-content .wp-caption {
padding: 0;
}
.wp-caption-text,
.widget p.wp-caption-text,
gallery .gallery-item .gallery-caption,
.single .gallery .gallery-item .gallery-caption {
padding: 15px 2px 0;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.35;
font-style: italic;
text-align: center;
}
.entry-content p.wp-caption-text {
padding-top: 20px;
}
.entry-content .alignleft p.wp-caption-text {
text-align: left;
}
.entry-content .alignright p.wp-caption-text {
text-align: right;
margin-right: 6px;
}
embed,
iframe,
object,
video {
max-width:100%;
}
.entry-content .twitter-tweet-rendered {
max-width: 100% !important; } .gallery {
clear: both;
overflow: hidden;
}
.gallery .gallery-item {
float: left;
margin-top: 0;
margin-bottom: 6px;
text-align: center;
width: 33.3%;
}
.gallery .gallery-item a {
border-bottom: none;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
padding-right: 1.4%;
}
.gallery-columns-2 .gallery-item:nth-of-type(even),
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
padding-left: 1.4%;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+2) {
padding-left: 0.7%;
padding-right: 0.7%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.6%;
}
.gallery-columns-7 .gallery-item {
width: 14%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11%;
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto;
}
.gallery-columns-4 .attachment-thumbnail,
.gallery-columns-5 .attachment-thumbnail,
.gallery-columns-6 .attachment-thumbnail {
max-width: 93%;
height: auto;
}
.gallery-columns-7 .attachment-thumbnail,
.gallery-columns-8 .attachment-thumbnail,
.gallery-columns-9 .attachment-thumbnail {
max-width: 94%;
height: auto;
}
.gallery dl, .gallery dt {
margin: 0;
}
.gallery br+br {
display: none;
}
.gallery .gallery-item img {
width: 100%;
height: auto;
}
.gallery .gallery-item .gallery-caption {
display: none;
margin: 2px 2px 24px;
padding: 0;
}
.single .gallery .gallery-item .gallery-caption {
display: block;
} .single-post .entry-meta {
margin-top: 60px;
padding-top: 50px;
border-top: 1px solid rgba(0, 0, 0, 0.15);
clear: both;
}
.entry-cats,
.entry-tags {
width: 50%;
float: left;
display: inline-block;
padding: 0 0 50px;
font-size: 15px;
font-size: 0.9375rem;
}
.entry-cats span,
.entry-tags span {
display: block;
padding: 0 0 15px;
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 2px;
}
.entry-cats a,
.entry-tags a {
padding: 0 3px 0 0;
}
.entry-cats a:before,
.entry-tags a:before,
.archive-header h1.archive-title span:before {
display: inline;
content: '\0023';
padding: 0;
-webkit-font-smoothing: antialiased;
vertical-align: top;
} .single-post .authorbox {
position: relative;
border-top: 1px solid rgba(0, 0, 0, 0.15);
padding: 55px 0;
font-size: 15px;
font-size: 0.9375rem;
line-height: 2.2;
clear: both;
}
.authorbox .author-info img.avatar {
width: 45px;
height: 45px;
margin: 3px 20px 0 0;
float: left;
}
.authorbox h3.author-name {
margin: 0;
padding: 0 0 5px;
font-family: 'Times New Roman', Georgia, serif;
font-size: 15px;
font-size: 0.9375rem;
font-weight: bold;
}
.authorbox p.author-description {
margin: 0 0 0 65px;
}  .comments-container {
display: block;
clear: both;
float: none;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#comments,
#disqus_thread {
position: relative;
max-width: 100%;
margin: 0 auto;
padding: 55px 0 0 0;
}
#comments h3.comments-title,
#comments ol.commentlist,
#comments #respond {
width: 100%;
}
#comments li.comment,
#comments li.pingback {
overflow:hidden;
margin: 0 0 77px;
padding: 0;
}
#comments li.comment:last-of-type,
#comments li.pingback:last-of-type {
margin: 0;
}
#comments li.comment ul.children {
margin: 33px 0 0;
}
#comments .children .comment:last-child {
margin: 0;
}
#comments h3.comments-title {
margin: 0;
padding: 0 0 50px;
}
#comments h3.comments-title span a {
display: none;
margin: 5px 0 0 0;
font-size: 12px;
font-size: 0.75rem;
float: right;
font-weight: normal;
}
#comments ol.commentlist {
list-style: none;
margin: 0;
padding: 0;
}
.site-content ol.commentlist li {
display: block;
margin: 0;
padding: 0;
}
#comments ul.children {
margin: 0;
padding: 0;
} #comments .comment-avatar {
margin: 0;
padding: 0 10px 0 0;
line-height: 0;
display: block;
float: left;
}
#comments .comment-avatar img.avatar {
width: 40px;
height: 40px;
margin:  0;
}
#comments .comment-details {
position: relative;
display: block;
margin: 0;
}
.comment-details .comment-author {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.3;
display: block;
padding-bottom: 5px;
font-weight: 600;
}
.comment-details .comment-time,
.comment-details .comment-edit {
display: inline;
font-size: 12px;
font-size: 0.75rem;
}
.comment-details .comment-edit {
padding-left: 5px;
}
#comments .comment-text {
margin: 0;
padding: 8px 0 0 0;
}
#comments .comment-text p {
margin: 0 0 20px;
padding: 0;
}
#comments .comment-text p:last-child {
margin: 0;
}
#comments .comment-reply {
position: relative;
clear: both;
}
#comments p.comment-awaiting-moderation {
display: inline-block;
margin: 0 0 24px;
padding: 1px 2px;
background: #d6fce2;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
}
.bypostauthor {
} #comments ol li.pingback span {
font-size: 16px;
font-size: 1rem;
font-weight: bold;
}
#comments ol li.pingback p {
margin:0;
}
#comments ol li.pingback a {
font-size: 14px;
font-size: 0.875rem;
font-weight: normal;
}
#comments .pingback p.pingback-edit a {
font-size: 12px;
font-size: 0.75rem;
} #comments .nopassword,
#comments p.nocomments {
position: relative;
margin: 30px 0 0;
padding: 0;
font-size: 12px;
font-size: 0.75rem;
} #comments #respond {
margin: 0;
padding: 40px 0 0;
overflow: hidden;
text-align: left;
}
#comments ol.commentlist #respond {
margin: 0;
padding-left: 0;
padding-right: 0;
}
#comments #respond h3#reply-title {
margin: 0;
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
font-weight: 600;
}
#comments #respond p.comment-notes,
#comments #respond p.logged-in-as {
margin: 0 0 12px;
padding: 5px 0 0;
font-size: 12px;
font-size: 0.75rem;
font-weight: 600;
}
#respond a#cancel-comment-reply-link {
margin: 2px 0 0 0;
float:  right;
font-size: 12px;
font-size: 0.75rem;
text-transform: none;
font-weight: 600;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment {
margin:0;
padding: 15px 0 0;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment,
.contact-form div {
float: none;
clear: both;
width: 100%;
}
#commentform p.form-allowed-tags {
display: none;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
display: block;
width: 100%;
padding: 7px 2%;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
-webkit-appearance: none;
outline-color: transparent;
outline-style: none;
}
#commentform textarea#comment {
width:100%;
}
#commentform p.form-submit {
margin:0 0 8px;
clear: both;
}
#commentform .comment-form-cookies-consent {
padding-top: 20px;
}
.comment-form-cookies-consent label {
display: inline;
font-size: 12px;
font-size: 0.75rem;
font-weight: 600;
}
#wp-comment-cookies-consent {
margin-right: 6px;
}  .nav-wrap,
#infinite-handle {
display: block;
overflow: hidden;
clear: both;
margin: 0 auto;
padding: 0;
text-align: center;
font-size: 16px;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
}
#nav-below,
#nav-single,
#nav-comments {
overflow: hidden;
display: inline-block;
}
#nav-below {
max-width: 400px;
}
#nav-comments {
padding: 85px 0 0;
}
.nav-previous,
.nav-next {
width: 180px;
}
.nav-next {
margin: 0 0 0 10px;
text-align: left;
float: right;
}
.nav-previous {
margin: 0 10px 0 0;
text-align: right;
float: left;
}
.nav-previous a,
.previous-image a {
display: inline-block;
}
.separator {
float: left;
letter-spacing: 0;
}
.single-post .nav-wrap {
padding: 60px 0 0 0;
}
.single-post .nav-previous,
.single-post .nav-next {
width: auto;
}  .site-content .page {
position: relative;
}
.bw-centered .site-content .page {
margin-left: auto;
margin-right: auto;
max-width: 780px;
text-align: center;
}
.site-content .page:before,
.bw-custom-page .entry-content h2:before {
content: "\00a0";
position: absolute;
width: 30px;
height: 3px;
line-height: 1px;
border-top: 3px solid #222;
top: 0;
left: 48.7%;
z-index: 1;
}
.page-template-default .site-content .entry-header {
text-align: left;
}
.page-template-default .site-content .page:before {
left: 0;
}
.page .comments-container {
margin-top: 120px;
}
.template-fullwidth #comments {
max-width: 650px;
}
.page .edit-link {
display: block;
padding: 24px 0 60px;
}
.bw-fullwidth .page .edit-link,
.bw-custom-page .page .edit-link {
text-align: center;
}  .archive-header {
padding: 0 0 80px;
display: block;
text-align: center;
}
.archive-header h1.archive-title {
margin: 0;
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.archive-header h1.archive-title span {
font-size: 15px;
font-size: 0.9375rem;
text-transform: none;
letter-spacing: 0;
display: block;
padding-top: 8px;
}
.archive-header .taxonomy-description p {
margin: 7px 0 0 0;
font-size: 12px;
font-size: 0.75rem;
}
.search-no-results #primary #searchform input#s {
width: 60%;
}
.search-no-results #primary input#searchsubmit,
.error404 #primary input#searchsubmit {
display: inline-block;
padding: 7px 20px;
}
.error404 .site-content .entry-wrap {
overflow: hidden;
}   .home.header-big #masthead {
text-align: center;
}
.home.header-big .site-branding {
margin: 0 auto;
text-align: center;
}
.home.header-big .site-branding-wrap {
padding: 0 0 25px;
display: block;
}
.home.header-big .site-branding h1.site-title {
display: block;
margin: 0;
padding: 0 60px;
text-align: center;
}
.home.header-big .site-branding p.site-description {
display: block;
}
.intro-wrap {
margin: 0 0 60px;
padding: 0;
display: none;
}
.intro-wrap p {
padding: 0 60px;
}
.intro-wrap p:last-child {
margin-bottom: 0;
}
.more-info-btn {
margin: 0 auto 30px;
padding: 10px;
display: inline-block;
cursor: pointer;
} .bw-front #masthead {
padding-bottom: 50px;
}
.bw-front.header-big #masthead {
padding-bottom: 0;
}
.bw-front .main-container {
padding-top: 0;
padding-bottom: 60px;
}
.front-one-wrap {
position: relative;
line-height: 0;
}
.front-one-slogan {
position: relative;
max-width: 400px;
margin: 0 auto;
padding: 30px 0 0 0;
font-size: 21px;
font-size: 1.3125rem;
font-weight: 300;
line-height: 1.5;
text-align: center;
}
.front-one-slogan p a {
border-bottom: 1px solid #222222;
}
.front-one-wrap a.fp-img-link {
font-size: 0 !important;
line-height: 0;
}
.front-one-wrap a.fp-img-link,
.front-two-wrap a.fp-img-link {
opacity: 1;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
}
.front-one-wrap a.fp-img-link:hover,
.front-two-wrap a.fp-img-link:hover {
opacity: 0.5;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
} .front-two-wrap .img-container {
position: relative;
line-height: 0;
background: #fff;
}
#img-container-one,
#img-container-two,
#img-container-three {
margin-bottom: 10px;
}
.front-two-slogan {
position: absolute;
bottom: 38px;
left: 20px;
max-width: 200px;
display: block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.4;
text-align: center;
}
.front-two-slogan p:last-child {
margin-bottom: 0;
}  .bw-custom-page .entry-content {
text-align: center;
} .bw-custom-page .entry-content h2 {
display: block;
position: relative;
padding: 30px 0 0 0;
margin: 0;
}
.bw-custom-page .entry-content p.intro {
margin: 0 0 10px;
}
.bw-menu .entry-content h3 {
display: inline-block;
margin: 0;
padding: 0 0 5px;
}
.bw-custom-page .entry-content h4 {
font-family: 'Times New Roman', Georgia, serif;
font-size: 15px;
font-size: 0.9375rem;
line-height: 2.2;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
}
.bw-menu .entry-content .three-columns-one h4 {
margin: 30px 0 8px;
}
.bw-menu .entry-content .two-columns-one h4 {
margin: 25px 0 8px;
}
.entry-content p span.price {
font-weight: bold;
font-style: normal;
}
.entry-content p span.price:before,
.entry-content p span.price:after {
display: inline;
content: '\2014';
-webkit-font-smoothing: antialiased;
vertical-align: top;
}
.entry-content p span.price:before {
padding: 0 5px 0 0;
}
.entry-content p span.price:after {
padding: 0 0 0 5px;
}
.bw-custom-page .entry-content .three-columns-one p,
.bw-custom-page .entry-content .three-columns-two p,
.bw-custom-page .entry-content .four-columns-one p,
.bw-custom-page .entry-content .four-columns-two p,
.bw-custom-page .entry-content .four-columns-three p {
font-size: 15px;
font-size: 0.9375rem;
font-style: italic;
} .testimonial {
display: block;
clear: both;
padding: 0 0 70px;
}
.testimonial:last-child {
padding: 0;
}
.bw-testimonials .entry-content img {
width: 75px;
height: 75px;
margin-bottom: 13px;
}
.bw-testimonials .entry-content h3 {
position: relative;
display: block;
margin: 0 0 20px;
padding-top: 12px;
font-size: 18px;
font-size: 1.125rem;
}
.bw-testimonials .entry-content h3 a {
border-bottom: none;
}
.bw-testimonials .entry-content h3:before {
content: "\00a0";
position: absolute;
width: 6%;
height: 2px;
line-height: 1px;
border-top: 2px solid #222;
top: 0;
left: 47%;
z-index: 1;
}  .default-sidebar {
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin-top: 80px;
padding-top: 60px;
font-size: 15px;
font-size: 0.9375rem;
line-height: 2.2;
}
.widget-area .widget {
clear: both;
float: none;
overflow: hidden;
padding: 0 0 50px;
text-align: center;
}
.widget-area .widget:last-child {
padding: 0;
}
.widget h3.widget-title {
display: block;
margin: 0 0 8px;
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 2px;
}
.widget-area .widget ul {
margin: 0;
padding: 0;
}
.widget-area .widget ul li {
list-style: none;
}
.widget-area .widget img.resize {
max-width: 100%;
height: auto;
}
.widget select,
.widget iframe {
max-width: 99%;
margin-left: 1px;
margin-left: 0.1rem;
}
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.widget_recent_comments a.url {
font-weight: bold;
} .textwidget img {
margin-bottom: 5px;
}
.textwidget p {
margin-bottom: 24px;
}
.textwidget p:last-child {
margin-bottom: 0;
}
.widget p.wp-caption-text {
margin: 0;
padding: 8px 2px 24px;
} .widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
padding-left: 0;
}
.widget-area .widget_recent_comments ul li {
padding-bottom: 4px;
} .widget-area .widget_rss ul {
margin: 0;
padding: 0;
}
.widget-area .widget_rss ul li {
padding-bottom: 20px;
}
.widget-area .widget_rss ul li span.rss-date:before {
content: '\002d';
display: inline;
padding: 0 4px 0 2px;
-webkit-font-smoothing: antialiased;
}
.widget-area .widget_rss ul li .rssSummary {
padding: 4px 0;
display: inline-block;
} .widget_recent_entries span.post-date {
display: block;
}
.widget_recent_entries span.post-date:before {
content: '\002D';
display: inline;
padding: 0 4px 0 0;
-webkit-font-smoothing: antialiased;
} .widget_calendar #calendar_wrap {
position: relative;
}
.widget_calendar #calendar_wrap table {
width: 98%;
}
.widget_calendar #calendar_wrap a {
font-weight: bold;
}
.widget_calendar #wp-calendar caption {
margin: 0 0 15px;
text-align: left;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.5px;
line-height: 1.2;
}
.widget_calendar table#wp-calendar tr th {
padding: 2px;
text-align: center;
font-weight:bold;
}
.widget_calendar table#wp-calendar tr td {
padding: 3px 5px;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.widget_calendar table#wp-calendar tr td#today {
font-weight:bold;
}
.widget_calendar table#wp-calendar tbody tr td a {
display: block;
}
.widget_calendar table#wp-calendar tbody tr td a:hover {
text-decoration: underline;
} .widget_search,
.jetpack_subscription_widget {
max-width: 280px;
margin: 0 auto;
}
.widget_search input.search-field,
.jetpack_subscription_widget #subscribe-email input {
width: 65%;
float: left;
margin-right: 2%;
padding: 3px 2%;
}
.widget_search input#searchsubmit,
.jetpack_subscription_widget input[type="submit"]  {
width: 33%;
float: left;
margin: 0;
display: inline-block;
padding: 7px 15px;
font-size: 12px;
font-size: 0.75rem;
}
.jetpack_subscription_widget #subscribe-email input {
width: 58%;
}
.jetpack_subscription_widget input[type="submit"]  {
width: 40%;
} .menu-social-one-container,
.menu-social-two-container,
.menu-social-three-container {
display: inline-block;
overflow: hidden;
margin: 0;
padding: 0;
text-align: center;
}
.menu-social-one-container li,
.menu-social-two-container li,
.menu-social-three-container li {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
width: 37px;
height: 37px;
}
.menu-social-one-container li a,
.menu-social-two-container li a,
.menu-social-three-container li a  {
display: block;
padding: 0;
margin: 0;
line-height: 1;
text-align: center;
overflow: hidden;
}
.menu-social-one-container li a,
.menu-social-two-container li a,
.menu-social-three-container li a {
width: 37px;
height: 37px;
font-size: 17px;
font-size: 1.0625rem;
color: #222;
}
.menu-social-one-container ul li a:before,
.menu-social-two-container ul li a:before,
.menu-social-three-container ul li a:before {
display: inline-block;
width: 37px;
height: 37px;
-webkit-font-smoothing: antialiased;
vertical-align: top;
visibility: visible;
}
.menu-social-one-container .menu li a::before,
.menu-social-two-container .menu li a::before,
.menu-social-three-container .menu li a::before {
font: normal 18px/1 'Genericons';
padding: 10px 0 0 0;
text-align: center;
}
.menu-social-one-container .menu li a::before,
.menu-social-two-container .menu li a::before,
.menu-social-three-container .menu li a::before { content: '\f408';}
.widget_nav_menu .menu li a[href*="codepen.io"]::before {content: '\f216';}
.widget_nav_menu .menu li a[href*="digg.com"]::before {content: '\f221';}
.widget_nav_menu .menu li a[href*="dropbox.com"]::before {content: '\f225';}
.widget_nav_menu .menu li a[href*="facebook.com"]::before {content: '\f204';}
.widget_nav_menu .menu li a[href*="flickr.com"]::before {content: '\f211';}
.widget_nav_menu .menu li a[href*="plus.google.com"]::before {content: '\f218';}
.widget_nav_menu .menu li a[href*="github.com"]::before {content: '\f200';}
.widget_nav_menu .menu li a[href*="instagram.com"]::before {content: '\f215';}
.widget_nav_menu .menu li a[href*="linkedin.com"]::before {content: '\f208';}
.widget_nav_menu .menu li a[href*="pinterest.com"]::before {content: '\f210';}
.widget_nav_menu .menu li a[href*="path.com"]::before {content: '\f219';}
.widget_nav_menu .menu li a[href*="dribbble.com"]::before {content: '\f201';}
.widget_nav_menu .menu li a[href*="polldaddy.com"]::before {content: '\f217';}
.widget_nav_menu .menu li a[href*="getpocket.com"]::before {content: '\f224';}
.widget_nav_menu .menu li a[href*="reddit.com"]::before {content: '\f222';}
.widget_nav_menu .menu li a[href*="skype.com"]::before,
.widget_nav_menu .menu li a[href*="skype:"]::before {content: '\f220';}
.widget_nav_menu .menu li a[href*="stumbleupon.com"]::before {content: '\f223';}
.widget_nav_menu .menu li a[href*="tumblr.com"]::before {content: '\f214';}
.widget_nav_menu .menu li a[href*="twitter.com"]::before {content: '\f202';}
.widget_nav_menu .menu li a[href*="vimeo.com"]::before {content: '\f212';}
.widget_nav_menu .menu li a[href*="youtube.com"]::before {content: '\f213';}
.widget_nav_menu .menu li a[href*="wordpress.org"]::before,
.widget_nav_menu .menu li a[href*="wordpress.com"]::before {content: '\f205';}
.widget_nav_menu .menu li a[href*="feed"]::before {content: '\f413';}
.widget_nav_menu .menu li a[href*="mailto"]::before {content: '\f410';}  #colophon {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 0 0 30px;
float: none;
clear: both;
font-size: 15px;
font-size: 0.9375rem;
line-height: 2.2;
}
.top {
margin: 0 auto;
width: 19px;
height: 40px;
display: block;
-webkit-transition: all ease-in-out .15s;
-moz-transition: all ease-in-out .15s;
-o-transition: all ease-in-out .15s;
transition: all ease-in-out .15s;
cursor: pointer;
}
.top:before {
content: '\2191';
display: block;
width: 19px;
height: 40px;
padding: 0;
font-size: 36px;
font-size: 2.25rem;
line-height: 1;
-webkit-font-smoothing: antialiased;
vertical-align: top;
}
.top span {
display: none;
} #footer-widgetarea {
padding: 80px 15px 0;
text-align: center;
}
#footer-one {
padding-bottom: 50px;
}
#footer-two,
#footer-three {
padding-bottom: 50px;
} #colophon #site-info {
display: block;
padding: 0 15px 50px;
text-align: center;
}
#colophon #site-info ul {
margin: 0;
padding: 0;
list-style:none;
}
#colophon #site-info ul.credit,
#colophon #site-info ul.credit li,
#colophon p.credittext {
display: block;
padding: 0;
}
#colophon p.credittext {
margin: 0;
}   .jetpack_subscription_widget {
clear: both;
overflow: hidden;
}
#commentform .comment-subscription-form label {
font-weight: normal;
}
.widget-grofile ul.grofile-accounts {
margin: 0 auto;
display: inline-block;
}
.widget-grofile img.grofile-thumbnail {
padding: 15px;
width: auto;
-webkit-border-radius: 400px;
-moz-border-radius: 400px;
border-radius: 400px;
}
.comment-subscription-form .subscribe-label {
display: inline !important;
float: none !important;
font-size: 12px;
font-size: 0.75rem;
font-weight: normal;
}
p.comment-subscription-form {
clear: both;
overflow: hidden;
margin-top: 5px !important;
margin-bottom: 5px !important;
font-size: 12px;
font-size: 0.75rem;
font-weight: normal;
}
p.comment-subscription-form:last-child {
padding-top: 0;
margin-bottom: 0 !important;
}
.widget_twitter_timeline iframe {
display: block;
}
.widget_jetpack_display_posts_widget h4 {
margin: 35px 0 15px;
font-size: 18px;
font-size: 1.125rem;
}
.widget_jetpack_display_posts_widget img {
margin: 0 0 15px;
}
.widget_jetpack_display_posts_widget p {
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
}
.widget_contact_info {
line-height: 1.7;
}
.contact-map {
border: 1px solid rgba(0, 0, 0, 0.15);
padding: 3px;
background: #fff;
}
.confit-address,
.confit-phone,
.confit-hours {
padding: 15px 0 0;
} .sharedaddy {
width: 100%;
display: block;
margin: 0;
padding: 0;
float: none;
clear: both;
}
.entry-meta .sharedaddy div.sd-block {
padding-top: 15px;
}
.sharedaddy h3.sd-title {
margin: 0 !important;
padding: 0 0 17px;
font-family: 'Times New Roman', Georgia, serif;
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: normal !important;
}
div.sharedaddy h3.sd-title:before {
display: none !important;
}
div.sharedaddy .sd-content ul {
margin: 0 !important;
}
div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#main-wrap div.sharedaddy h3 {
padding: 3px 20px 0 0;
}
.sharedaddy div.sd-block {
border-top: none !important;
border-top: none !important;
padding-top: 24px;
}
.sharedaddy a.sd-button {
vertical-align: top;
} .contact-form {
max-width: 650px;
padding: 10px 0 24px;
}
.contact-form div {
overflow: hidden;
margin-top: 20px;
}
.entry-content .contact-form label span {
margin-left: 3px !important;
padding-top: 0;
font-weight: normal;
font-size: 12px;
font-size: 0.75rem;
color: #222 !important;
}
.page .contact-form input[type='text'],
.page .contact-form input[type='email'],
.page .contact-form textarea {
display: block;
width: 99%;
max-width: 99%;
}
.contact-form input[type='text'],
.contact-form input[type='email'] {
margin-bottom: 4px !important;
}
.contact-form p.contact-submit {
clear: both;
float: none;
overflow: hidden;
} .infinite-scroll #nav-below,
.infinite-scroll .nav-wrap,
.infinite-scroll.neverending #colophon {
display: none;
}
.infinity-end.neverending #colophon {
display: block;
}
#infinite-footer .container {
display: none;
}
#infinite-handle {
max-width: 100%;
float: none;
margin: 0 auto;
}
#infinite-handle span {
background: none !important;
border-radius: 0;
color: #222222 !important;
cursor: pointer;
display: inline-block;
padding: 0 !important;
font-size: 18px;
font-size: 1.125rem;
}
#infinite-handle span button {
text-transform: uppercase !important;
letter-spacing: 2px !important;
}
.infinite-loader {
margin: 0 auto;
text-align: center;
}
.infinite-loader .spinner {
left: 48%;
text-align: center;
margin: 0 auto;
} .site-content div.wpcf7 {
clear: both;
overflow: hidden;
max-width: 100%;
padding: 0 0 34px;
}
.site-content div.wpcf7 p {
margin: 0;
padding: 0 0 16px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5;
font-weight: bold;
}
.site-content div.wpcf7 p:last-of-type {
padding: 0;
}
.site-content div.wpcf7 input[type='text'],
.site-content div.wpcf7 input[type='email'],
.site-content div.wpcf7 textarea {
width: 80%;
}
.site-content input.wpcf7-submit {
clear: both;
overflow: hidden;
width: auto;
} .ssba {
padding-top: 20px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px !important;
}   .two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
width:100%;
}
.entry-content .two-columns-one,
.entry-content .three-columns-one,
.entry-content .three-columns-two,
.entry-content .four-columns-one,
.entry-content .four-columns-two,
.entry-content .four-columns-three {
position: relative;
float: left;
margin-top: 30px;
margin-bottom: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.7;
}
.bw-custom-page .entry-content .two-columns-one,
.bw-custom-page .entry-content .three-columns-one,
.bw-custom-page .entry-content .three-columns-two,
.bw-custom-page .entry-content .four-columns-one,
.bw-custom-page .entry-content .four-columns-two,
.bw-custom-page .entry-content .four-columns-three {
margin-top: 60px;
}
.last {
clear: right;
margin-right: 0 !important;
}
.divider {
width: 100%;
margin-bottom: 50px;
padding-top: 50px;
display: block;
clear: both;
}
.border {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
margin-bottom: 60px;
padding-top: 60px;
display: block;
clear: both;
}
.clear {
width: 100%;
display: block;
clear: both;
} .white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
margin: 0 0 24px;
padding: 12px;
overflow:hidden;
color: #222;
font-size: 16px;
font-size: 1rem;
line-height:1.65;
}
.site-content .white-box p,
.site-content .blue-box p,
.site-content .yellow-box p,
.site-content .red-box p,
.site-content .green-box p,
.site-content .lightgrey-box p,
.site-content .grey-box p,
.site-content .dark-box p {
margin: 0 0 24px;
}
.white-box {background: #fff; border: 1px solid rgba(0, 0, 0, 0.15);}
.blue-box {background: #eef6fe;}
.yellow-box {background: #ffffcc;}
.red-box {background: #fff0f1;}
.green-box {background: #e7f3e0;}
.lightgrey-box {background: #f7f0e4;}
.grey-box {background: #f4f4f4;}
.dark-box {background: #444; color: #fff;}
.dark-box a:hover {color:#fff;} .standard-btn {
display: inline-block;
margin: 0 0 24px;
padding: 7px 20px;
overflow: hidden;
cursor: pointer;
font-size: 14px;
font-size: 0.875rem;
background: #54a8d0;
color: #fff;
text-align: center;
font-weight: normal;
text-decoration: none !important;
}
.post .entry-content a.standard-btn,
.page .entry-content a.standard-btn {
color: #fff;
border: none;
}
.round-btn {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.bold-btn {
font-weight:bold;
}
.standard-btn.xsmall-btn {
padding: 5px 15px;
font-size: 12px;
font-size: 0.75rem;
}
.standard-btn.small-btn {
padding: 6px 15px;
font-size: 13px;
font-size: 0.8125rem;
}
.standard-btn.large-btn {
padding: 10px 20px;
font-size: 16px;
font-size: 1rem;
}
.standard-btn.xlarge-btn {
padding: 12px 20px;
font-size: 18px;
font-size: 1.125rem;
}
.red-btn {background: #f17c67; color: #fff;}
.red-btn:hover {background: #e23e32; color: #fff;}
.green-btn {background: #86c166; color: #fff;}
.green-btn:hover {background: #489130; color: #fff;}
.blue-btn {background: #81c7d4; color: #fff;}
.blue-btn:hover {background: #459baf; color: #fff;}
.darkblue-btn {background: #7b90d2; color: #fff;}
.darkblue-btn:hover {background: #3b54aa; color: #fff;}
.purple-btn  {background: #b28fce; color: #fff;}
.purple-btn:hover {background: #7b54a4; color: #fff;}
.yellow-btn {background: #f9e530; color: #fff;}
.yellow-btn:hover {background: #f2db0a; color: #fff;}
.grey-btn {background: #bcbcbc; color: #222;}
.grey-btn:hover {background: #999; color: #222;}
.black-btn {background: #161616; color: rgba(255, 255, 255, 0.85);}
.black-btn:hover {background: #222; color: #fff;} .css-transform #spinner {
position: fixed;
top: 50%;
left: 50%;
margin: 0;
width: 22px;
height: 22px;
background: #222;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-animation: spinner 1s infinite ease-in-out;
-moz-animation: spinner 1s infinite ease-in-out;
-ms-animation: spinner 1s infinite ease-in-out;
-o-animation: spinner 1s infinite ease-in-out;
animation: spinner 1s infinite ease-in-out;
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: scale(0.3);
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@-moz-keyframes spinner {
0% {
-moz-transform: scale(0.3);
}
100% {
-moz-transform: scale(1);
opacity: 0;
}
}
@-o-keyframes spinner {
0% {
-o-transform: scale(0.3);
}
100% {
-o-transform: scale(1);
opacity: 0;
}
}
@keyframes spinner {
0% {
transform: scale(0.3);
}
100% {
transform: scale(1);
opacity: 0;
}
}  .wp-block-column,
.wp-block-quote {
margin-bottom: 24px;
} .alignwide,
.alignfull {
position: relative;
width: 100%;
margin-left: 0;
margin-right: 0;
}
@media (min-width: 1240px) {
.single-post .entry-content .alignwide,
.single-post .entry-content .alignfull {
max-width: calc(100% + 220px);
width: calc(100% + 220px);
left: 0;
right: -220px;
margin-left: 0;
margin-right: 0;
}
}
.page-template .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
}
.page-template .alignfull > *,
.alignwide > * {
margin-left: auto;
margin-right: auto;
} .entry-content .wp-block-image a,
.entry-content .wp-block-image a:hover {
border: none;
}
.entry-content .wp-block-image figcaption a {
border-bottom: 1px solid #222;
}
.entry-content .wp-block-image figcaption a:hover {
border-bottom: 1px solid #ccc;
} .wp-block-separator {
border: none;
border-bottom: 1px solid #000;
margin-bottom: 24px;
margin-top: 24px;
} .entry-content .wp-block-pullquote blockquote {
margin: 0;
padding: 0;
border: none;
}
.entry-content .wp-block-pullquote {
padding: 0;
border: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 24px;
padding: 0;
text-align: center;
border: none;
font-weight: bold;
line-height: 1.6;
border: 0;
}
.entry-content .wp-block-pullquote p,
.single-post .entry-content .wp-block-pullquote p,
.default-page .entry-content .wp-block-pullquote p {
margin: 0;
color: #222;
font-family: 'Source Code Pro', mono;
font-size: 15px;
font-weight: normal;
line-height: 1.8;
}
@media screen and (min-width: 1200px) {
.wp-block-pullquote.alignleft {
margin: 0 35px 24px -50px;
}
}
@media screen and (min-width: 1200px) {
.wp-block-pullquote.alignright {
margin: 0 -50px 24px 35px;
}
}
.entry-content .wp-block-pullquote cite {
text-align: center;
font-weight: normal;
text-transform: none;
}
.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignleft cite {
text-align: left;
}
.entry-content .wp-block-pullquote.alignleft blockquote {
margin-left: 0;
}
.entry-content .wp-block-pullquote.alignright,
.entry-content .wp-block-pullquote.alignright cite {
text-align: right;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: 100%;
}
@media (min-width: 767px) {
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: 330px;
margin-bottom: 0;
}
.wp-block-pullquote.alignleft blockquote {
margin-right: 30px;
}
.wp-block-pullquote.alignright blockquote {
margin-left: 30px;
}
}
.wp-block-quote {
position: relative;
border: none;
}
.entry-content .wp-block-quote p {
margin-bottom: 0;
font-family: 'Source Code Pro', mono;
font-style: normal;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: none;
padding-left: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) p {
font-size: 16px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 24px 0;
padding: 0 15px;
}
@media screen and (min-width: 767px) {
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 50px 0;
padding: 0 40px;
}
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 22px;
font-weight: 300;
line-height: 1.8;
font-style: normal;
margin-bottom: 0;
}
@media screen and (min-width: 767px) {
.entry-content .wp-block-quote.is-large p,
.entry-content .wp-block-quote.is-style-large p {
font-size: 26px;
}
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-size: 14px;
text-align: left;
}
.wp-block-quote.is-large[style*="text-align:center"] cite,
.wp-block-quote.is-large[style*="text-align:center"] footer,
.wp-block-quote.is-style-large[style*="text-align:center"] cite,
.wp-block-quote.is-style-large[style*="text-align:center"] footer {
text-align: center;
}
.wp-block-quote.is-large[style*="text-align:right"] cite,
.wp-block-quote.is-large[style*="text-align:right"] footer,
.wp-block-quote.is-style-large[style*="text-align:right"] cite,
.wp-block-quote.is-style-large[style*="text-align:right"] footer {
text-align: right;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
margin-top: 0;
display: block;
font-size: 14px;
color: #222;
font-family: 'Source Code Pro', mono;
text-transform: uppercase;
letter-spacing: 2px;
font-style: normal;
} .entry-content p.has-small-font-size {
font-size: 13px;
}
.entry-content p.has-regular-font-size {
font-size: 16px;
}
.entry-content p.has-large-font-size {
font-size: 18px;
}
.entry-content p.has-larger-font-size {
font-size: 22px;
}
.entry-content .has-drop-cap::first-letter {
font-size: 3.8em !important;
line-height: 1 !important;
font-weight: bold !important;
} .default-page .entry-content p.has-background,
.entry-content p.has-background {
padding: 30px;
font-size: 15px;
}
.has-light-grey-background-color {
background-color: #f4f4f4;
}
.has-light-grey-color {
color: #f4f4f4;
}
.has-dark-grey-background-color {
background-color: #444444;
}
.has-dark-grey-color {
color: #444444;
}
.has-white-background-color {
background-color: #ffffff;
}
.has-white-color {
color: #ffffff;
}
.has-light-yellow-background-color {
background-color: #ffffcc;
}
.has-light-yellow-color {
color: #ffffcc;
}
.has-light-red-background-color {
background-color: #fff0f1;
}
.has-light-red-color {
color: #fff0f1;
}
.has-light-green-background-color {
background-color: #e7f3e0;
}
.has-light-green-color {
color: #edf6ea;
}
.has-light-blue-background-color {
background-color: #eef6fe;
}
.has-light-blue-color {
color: #eef6fe;
} .wp-block-button .wp-block-button__link,
.post .entry-content .wp-block-button .wp-block-button__link {
border: none;
border-radius: 4px;
box-shadow: none;
cursor: pointer;
display: inline-block;
font-weight: normal;
margin: 0;
padding: 14px 16px;
text-decoration: none;
font-size: 16px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
border-width: 1px;
} @media (min-width: 767px) {
.wp-block-column:not(:last-child) {
margin-right: 24px;
}
.wp-block-column:not(:last-child) {
margin-right: 24px;
}
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
margin-left: 24px;
}
.wp-block-column:nth-child(odd) {
margin-right: 24px;
}
.has-3-columns .wp-block-column:nth-child(odd) {
margin-right: 0;
}
.has-3-columns .wp-block-column:last-child {
margin-left: 0;
margin-right: 0;
}
} .wp-block-image {
margin-bottom: 24px;
}
.entry-content .wp-block-gallery {
padding-left: 0;
margin: 0;
}
.entry-content .wp-block-gallery li {
padding: 0;
}
.entry-content .wp-block-gallery li:before {
display: none;
content: '';
}
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
padding: 40px 10px 10px;
}
.wp-block-image figcaption,
.wp-block-embed figcaption {
font-size: 14px;
line-height: 1.4;
margin-top: 15px;
margin-bottom: 24px;
color: #222;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.single-post .entry-content .wp-block-cover-text:last-child {
font-size: 2em;
margin-bottom: 0 !important;
}
@media screen and (min-width: 767px) {
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
font-size: 2em;
margin-bottom: 0 !important;
}
} .wp-block-table.is-style-stripes tr:nth-child(odd) {
background-color: #ededed;
}   @media screen and (min-width: 413px) {
#site-nav {
width: 384px;
}
} @media screen and (min-width: 630px) {
.main-container {
padding: 80px 68px;
}
#footer-widgetarea {
padding: 115px 68px 0;
}
#colophon #site-info {
padding: 0 68px 50px;
}
p.site-description {
padding: 0 0 30px;
}
} @media screen and (min-width: 767px) { .site-content .post {
padding-bottom: 120px;
}
#footer-widgetarea {
text-align: left;
}
#colophon #site-info {
text-align: left;
} .entry-header h1.entry-title,
.entry-header h2.entry-title,
.bw-custom-page .entry-content h2 {
font-size: 36px;
font-size: 2.25rem;
}
.entry-details,
#comments h3.comments-title,
.nav-wrap,
#infinite-handle,
.bw-custom-page .entry-content p.intro,
.bw-menu .entry-content h3 {
font-size: 18px;
font-size: 1.125rem;
}
.entry-content p.intro {
font-size: 20px;
font-size: 1.25rem;
}
.bw-centered .entry-content p.intro {
font-size: 22px;
font-size: 1.375rem;
}
.site-content .post:before {
width: 5%;
left: 48.5%;
}
.post .entry-content blockquote.big p {
font-size: 24px;
font-size: 1.5rem;
}
.page .entry-content blockquote.big p {
font-size: 26px;
font-size: 1.625rem;
} .entry-content p.pull-left {
margin: 2px 30px 10px 0;
max-width: 330px;
float: left;
}
.entry-content p.pull-right {
margin: 2px 0 10px 30px;
max-width: 330px;
float: right;
}
.border {
margin-bottom: 105px;
padding-top: 105px;
} .single-post .authorbox {
padding: 55px 0;
}
.authorbox .author-info img.avatar {
width: 45px;
height: 45px;
}
.authorbox p.author-description {
margin: 0 0 0 110px;
}
.authorbox .author-info img.avatar {
width: 90px;
height: 90px;
} #comments,
#disqus_thread {
max-width: 1200px;
padding: 80px 0 0 0;
}
#comments li.comment ul.children {
margin-left: 80px;
}
#comments li.comment ul.children ul.children {
margin-left: 0;
} .default-sidebar {
margin-top: 115px;
padding-top: 115px;
} .archive-header {
padding: 0 0 120px;
} .front-one-slogan {
position: absolute;
padding: 0;
bottom: 30px;
left: 60px;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.5;
text-align: left;
} .front-two-wrap .img-container {
max-width: 49.57%;
float: left;
}
#img-container-one,
#img-container-two {
margin-bottom: 6px;
}
#img-container-three {
padding-bottom: 0;
}
#img-container-two,
#img-container-four {
float: right;
} .single-post .nav-wrap {
padding: 100px 0 0 0;
} #colophon {
padding: 0 0 50px;
}
#footer-one {
width: 35%;
margin-right: 5%;
float: left;
}
#footer-two,
#footer-three {
width: 25%;
float: left;
}
#footer-two {
margin-left: 5%;
}
#footer-three {
margin-left: 5%;
}
.footer-column {
width: 27.45%;
float: left;
}
#footer-column-one {
margin-right: 8.82%;
}
#footer-column-three {
float: right;
}
#footer-column-two .widget {
width: 160px;
float: right;
}
#footer-column-three .widget {
width: 160px;
}
.top {
position: absolute;
margin: 0;
bottom: 30px;
left: 68px;
}
.top:hover {
height: 45px;
} .menu-social-one-container li,
.menu-social-two-container li,
.menu-social-three-container li {
display: block;
float: left;
padding: 0 0 10px;
}
.menu-social-one-container li a,
.menu-social-two-container li a,
.menu-social-three-container li a,
.menu-social-one-container .menu li a::before,
.menu-social-two-container .menu li a::before,
.menu-social-three-container .menu li a::before {
text-align: left;
}
.menu-social-one-container .menu li a::before,
.menu-social-two-container .menu li a::before,
.menu-social-three-container .menu li a::before {
font: normal 18px/1 'Genericons';
padding: 6px 0 0 0;
text-align: left;
} .white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
padding: 20px;
}
.two-columns-one {width: 46%;}
.three-columns-one {width: 31.3%;}
.three-columns-two {width: 65.6%;}
.four-columns-one {width: 23.5%;}
.four-columns-two {width: 49%;}
.four-columns-three {width: 74.5%;}
.two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
position:relative;
float:left;
margin-bottom: 0;
margin-top: 100px;
}
.two-columns-one {margin-right: 4%; margin-left: 0;}
.three-columns-one {margin: 0 3% 0 0;}
.four-columns-one {margin: 0 2% 0 0;}
.bw-custom-page .two-columns-one {width: 39%; margin-right: 8.5%; margin-left: 6.75%;}
.bw-custom-page .two-columns-one.last {margin-right: 6.75%; margin-left: 0;}
.bw-custom-page .three-columns-one {width: 29.5%; margin-right: 5.5%;}
.bw-custom-page .three-columns-one.last {margin-right: 0;}
} @media screen and (min-width: 1023px) { #masthead,
.main-container,
#colophon #site-info {
padding-left: 50px;
padding-right: 50px;
}
.single-post #primary,
.single-post .site-content .post,
.page-template-default .site-content .page,
.bw-contact .site-content .page,
.error404 .site-content .page {
width: 580px;
float: left;
}
.more-info-btn {
margin: 0 auto 40px;
} .blog .main-container {
padding-left: 0;
padding-right: 0;
}
.site-content .post {
width: 49.8%;
float: left;
padding-left: 5.85%;
padding-right: 5.85%;
}
#comments h3.comments-title,
#comments ol.commentlist,
#comments #respond {
width: 580px;
} .default-sidebar {
width: 280px;
border-top: none;
margin: 0;
padding-top: 40px;
padding-bottom: 0;
float: right;
}
.widget-area .widget {
text-align: left;
}
.widget_search,
.jetpack_subscription_widget {
max-width: 280px;
margin: 0;
} .front-one-slogan {
max-width: 600px;
bottom: 40px;
left: 70px;
font-size: 30px;
font-size: 1.875rem;
font-weight: normal;
}
.front-one-slogan p a {
border-bottom: 2px solid #222222;
} .front-two-slogan {
max-width: 275px;
font-size: 16px;
font-size: 1rem;
line-height: 1.8;
}
#img-container-one,
#img-container-two {
margin-bottom: 10px;
} .bw-menu .entry-content .three-columns-one h4 {
margin: 70px 0 8px;
}
.bw-menu .entry-content .two-columns-one h4 {
margin: 35px 0 8px;
} #footer-widgetarea {
padding: 115px 50px 0;
}
.top {
left: 50px;
} .bw-custom-page .two-columns-one {width: 25%; margin-right: 12.5%; margin-left: 18.75%;}
.bw-custom-page .two-columns-one.last {margin-right: 18.75%; margin-left: 0;}
.bw-custom-page .three-columns-one {width: 25%; margin-right: 12.5%;}
.bw-custom-page .three-columns-one.last {margin-right: 0;}
} @media screen and (min-width: 1130px) { #primary {
margin: 0 auto;
max-width: 1200px;
clear: both;
}
.single-post #primary,
.single-post .site-content .post,
.page-template-default .site-content .page,
.bw-contact .site-content .page,
.error404 .site-content .page,
#comments h3.comments-title,
#comments ol.commentlist,
#comments #respond {
width: 630px;
}
.site-content .post {
width: 49.9%;
}
.main-container {
padding-top: 118px;
padding-bottom: 112px;
}
.single-post #primary {
float: left;
} #masthead {
padding-top: 45px;
display: block;
}
.bw-front #masthead {
padding-bottom: 0;
}
.header-big.bw-front-two #masthead {
padding-bottom: 0 !important;
}
.site-branding-wrap {
padding: 0 0 60px;
} .bw-front .main-container {
padding-top: 60px;
}
.more-info-btn {
display: none;
}
.home.header-big #masthead {
text-align: left;
}
.home.header-big .site-branding-wrap {
width: 50%;
padding: 0 0 80px;
float: left;
}
.home.header-big .site-branding h1.site-title {
display: block;
margin: 0;
padding: 0 60px;
text-align: center;
}
.home.header-big .site-branding p.site-description {
padding: 0px 0px 40px;
text-align: left;
}
.intro-wrap {
display: block !important;
width: 50%;
margin: 0;
padding: 68px 0 80px;
float: right;
text-align: left;
}
.intro-wrap p {
padding: 0 60px;
}
.intro-wrap p:last-child {
margin-bottom: 0;
} #mobilenav-open,
#mobilenav-close {
display: none !important;
}
#site-nav {
position: relative;
display: block !important;
width: auto;
margin: 0;
padding: 0;
background: #f8f8f8;
}
#site-nav ul.nav-menu {
max-width: 1200px;
margin: 0 auto;
padding: 0;
text-align: center;
}
#site-nav ul li {
position: relative;
display: inline-block;
padding: 15px 0;
font-size: 18px;
font-size: 1.125rem;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
}
#site-nav ul li:after {
content: '\002f';
display: inline;
padding: 0 20px 0 30px;
-webkit-font-smoothing: antialiased;
vertical-align: top;
}
#site-nav ul li:last-child:after {
display: none;
}
#site-nav ul li a {
margin: 0;
padding: 0;
display: inline;
color: #222;
}
#site-nav ul li a:hover {
color: #222;
}
#site-nav ul li,
#site-nav ul ul li:first-child {
border-top: none;
}
#site-nav ul ul li a,
#site-nav ul ul ul li a {
padding: 12px 10px;
text-transform: uppercase;
letter-spacing: 2px;
}
#site-nav ul ul {
position: absolute;
display: none;
top: 55px;
left: 0;
margin: 0 0 0 -35px;
width: 100%;
padding: 12px 0;
z-index: 10000000;
background: #222;
color: #fff;
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
-o-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
}
#site-nav ul ul ul {
margin: 0;
padding: 12px 0;
}
#site-nav ul ul li {
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: normal;
padding: 0 5px;
}
#site-nav ul ul li:after {
display: none;
}
#site-nav ul ul a {
color: #cbcbcb;
display: block;
padding: 15px 0;
}
#site-nav ul ul a:hover {
color: #fff;
border-bottom: none;
}
#site-nav ul ul ul.sub-menu,
#site-nav ul ul ul.children {
position: absolute;
top: 0;
left: 99%;
}
#site-nav ul li:hover > ul {
display: block;
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
-o-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
}
#site-nav li:hover > a {
border-bottom: 2px solid #222;
}
#site-nav ul ul li:hover > a {
border-bottom: none;
}
#site-nav li li:hover > a {
color: #fff;
} .entry-content p.pull-left {
margin: 2px 20px 10px -20px;
}
.entry-content p.pull-right {
margin: 2px -40px 10px 40px;
} #footer-widgetarea {
padding: 115px 0 0;
}
#footer-one {
width: 25%;
margin-left: 20%;
float: left;
}
#footer-two,
#footer-three {
width: 12.5%;
float: left;
}
#footer-two {
margin-left: 12.5%;
}
#footer-three {
margin-left: 10%;
}
#colophon #site-info {
margin-left: 20%;
padding: 40px 0 0 0;
}
#footer-social-nav {
max-width: 55%;
margin: 0 auto;
}
#colophon {
padding: 0 0 110px;
}
.top {
bottom: 115px;
}
} @media screen and (min-width: 1300px) {
#primary {
max-width: 1200px;
}
#masthead,
.main-container,
#colophon #site-info {
padding-left: 0;
padding-right: 0;
}
.top {
left: 0;
}
}input, textarea{
font-family:Helvetica Neue,Helvetica,sans serif;
}
.entry-date{
font-size:50%;
font-family:Helvetica Neue,Helvetica,sans serif;
}
body{
font-family:Helvetica Neue,Helvetica,sans serif;
}
.intro-wrap{
font-family: "Source Code Pro",mono;
}  .widget-title{
font-family: "Source Code Pro",mono;
}
.widget h3.widget-title{
font-size:0.85rem;
}    @font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 300;
src: url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot); src: local(''),
url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot?#iefix) format('embedded-opentype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2) format('woff2'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff) format('woff'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.ttf) format('truetype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.svg#SourceCodePro) format('svg'); } @font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
src: url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot); src: local(''),
url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix) format('embedded-opentype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format('woff2'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff) format('woff'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf) format('truetype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#SourceCodePro) format('svg'); } @font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 600;
src: url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot); src: local(''),
url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot?#iefix) format('embedded-opentype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2) format('woff2'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff) format('woff'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf) format('truetype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#SourceCodePro) format('svg'); } @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-regular.eot); src: local(''),
url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-regular.eot?#iefix) format('embedded-opentype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-regular.woff2) format('woff2'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-regular.woff) format('woff'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-regular.ttf) format('truetype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-regular.svg#PlayfairDisplay) format('svg'); } @font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 400;
src: url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-italic.eot); src: local(''),
url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-italic.eot?#iefix) format('embedded-opentype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-italic.woff2) format('woff2'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-italic.woff) format('woff'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-italic.ttf) format('truetype'), url(//musike-berlin.de/wp-content/themes/blackwalnut-child/fonts/playfair-display-v30-vietnamese_latin-ext_latin_cyrillic-italic.svg#PlayfairDisplay) format('svg'); }   h4{
font-size:1.05rem;
font-style:italic;
}
.anmerkungen{
font-size:0.8em;
}
#colophon{
font-size: 0.85rem;
}
.textwidget{
font-size:0.85rem;
} .red-btn{
background:#e94846;
}    .divider-musikerin{
width: 100%;
margin-bottom: 20px;
padding-top: 0px;
display: block;
clear: both;
}
.runde-ecken{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.bandfoto a{
text-decoration:none;
}
.credit a{
border-bottom:1px solid #222;
}
.credit a:hover{
border-bottom:1px solid rgba(0, 0, 0, 0.15);
}@font-face {
font-family: Genericons;
src: url(https://musike-berlin.de/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot);
src: url(https://musike-berlin.de/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot?) format("embedded-opentype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: Genericons;
src: url(//musike-berlin.de/wp-content/plugins/jetpack/_inc/genericons/genericons/data:font/woff;base64,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) format("woff"),
url(https://musike-berlin.de/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.ttf) format("truetype"),
url(https://musike-berlin.de/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg#Genericons) format("svg");
font-weight: 400;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: Genericons;
src: url(https://musike-berlin.de/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
transition: color .1s ease-in 0;
display: inline-block;
font-family: Genericons;
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-rotate-90 {
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.genericon-rotate-180 {
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.genericon-rotate-270 {
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.genericon-flip-horizontal {
transform: scale(-1, 1);
}
.genericon-flip-vertical {
transform: scale(1, -1);
} .genericon-404::before { content: "\f423"; }
.genericon-activity::before { content: "\f508"; }
.genericon-anchor::before { content: "\f509"; }
.genericon-aside::before { content: "\f101"; }
.genericon-attachment::before { content: "\f416"; }
.genericon-audio::before { content: "\f109"; }
.genericon-bold::before { content: "\f471"; }
.genericon-book::before { content: "\f444"; }
.genericon-bug::before { content: "\f50a"; }
.genericon-cart::before { content: "\f447"; }
.genericon-category::before { content: "\f301"; }
.genericon-chat::before { content: "\f108"; }
.genericon-checkmark::before { content: "\f418"; }
.genericon-close::before { content: "\f405"; }
.genericon-close-alt::before { content: "\f406"; }
.genericon-cloud::before { content: "\f426"; }
.genericon-cloud-download::before { content: "\f440"; }
.genericon-cloud-upload::before { content: "\f441"; }
.genericon-code::before { content: "\f462"; }
.genericon-codepen::before { content: "\f216"; }
.genericon-cog::before { content: "\f445"; }
.genericon-collapse::before { content: "\f432"; }
.genericon-comment::before { content: "\f300"; }
.genericon-day::before { content: "\f305"; }
.genericon-digg::before { content: "\f221"; }
.genericon-document::before { content: "\f443"; }
.genericon-dot::before { content: "\f428"; }
.genericon-downarrow::before { content: "\f502"; }
.genericon-download::before { content: "\f50b"; }
.genericon-draggable::before { content: "\f436"; }
.genericon-dribbble::before { content: "\f201"; }
.genericon-dropbox::before { content: "\f225"; }
.genericon-dropdown::before { content: "\f433"; }
.genericon-dropdown-left::before { content: "\f434"; }
.genericon-edit::before { content: "\f411"; }
.genericon-ellipsis::before { content: "\f476"; }
.genericon-expand::before { content: "\f431"; }
.genericon-external::before { content: "\f442"; }
.genericon-facebook::before { content: "\f203"; }
.genericon-facebook-alt::before { content: "\f204"; }
.genericon-fastforward::before { content: "\f458"; }
.genericon-feed::before { content: "\f413"; }
.genericon-flag::before { content: "\f468"; }
.genericon-flickr::before { content: "\f211"; }
.genericon-foursquare::before { content: "\f226"; }
.genericon-fullscreen::before { content: "\f474"; }
.genericon-gallery::before { content: "\f103"; }
.genericon-github::before { content: "\f200"; }
.genericon-googleplus::before { content: "\f206"; }
.genericon-googleplus-alt::before { content: "\f218"; }
.genericon-handset::before { content: "\f50c"; }
.genericon-heart::before { content: "\f461"; }
.genericon-help::before { content: "\f457"; }
.genericon-hide::before { content: "\f404"; }
.genericon-hierarchy::before { content: "\f505"; }
.genericon-home::before { content: "\f409"; }
.genericon-image::before { content: "\f102"; }
.genericon-info::before { content: "\f455"; }
.genericon-instagram::before { content: "\f215"; }
.genericon-italic::before { content: "\f472"; }
.genericon-key::before { content: "\f427"; }
.genericon-leftarrow::before { content: "\f503"; }
.genericon-link::before { content: "\f107"; }
.genericon-linkedin::before { content: "\f207"; }
.genericon-linkedin-alt::before { content: "\f208"; }
.genericon-location::before { content: "\f417"; }
.genericon-lock::before { content: "\f470"; }
.genericon-mail::before { content: "\f410"; }
.genericon-maximize::before { content: "\f422"; }
.genericon-menu::before { content: "\f419"; }
.genericon-microphone::before { content: "\f50d"; }
.genericon-minimize::before { content: "\f421"; }
.genericon-minus::before { content: "\f50e"; }
.genericon-month::before { content: "\f307"; }
.genericon-move::before { content: "\f50f"; }
.genericon-next::before { content: "\f429"; }
.genericon-notice::before { content: "\f456"; }
.genericon-paintbrush::before { content: "\f506"; }
.genericon-path::before { content: "\f219"; }
.genericon-pause::before { content: "\f448"; }
.genericon-phone::before { content: "\f437"; }
.genericon-picture::before { content: "\f473"; }
.genericon-pinned::before { content: "\f308"; }
.genericon-pinterest::before { content: "\f209"; }
.genericon-pinterest-alt::before { content: "\f210"; }
.genericon-play::before { content: "\f452"; }
.genericon-plugin::before { content: "\f439"; }
.genericon-plus::before { content: "\f510"; }
.genericon-pocket::before { content: "\f224"; }
.genericon-polldaddy::before { content: "\f217"; }
.genericon-portfolio::before { content: "\f460"; }
.genericon-previous::before { content: "\f430"; }
.genericon-print::before { content: "\f469"; }
.genericon-quote::before { content: "\f106"; }
.genericon-rating-empty::before { content: "\f511"; }
.genericon-rating-full::before { content: "\f512"; }
.genericon-rating-half::before { content: "\f513"; }
.genericon-reddit::before { content: "\f222"; }
.genericon-refresh::before { content: "\f420"; }
.genericon-reply::before { content: "\f412"; }
.genericon-reply-alt::before { content: "\f466"; }
.genericon-reply-single::before { content: "\f467"; }
.genericon-rewind::before { content: "\f459"; }
.genericon-rightarrow::before { content: "\f501"; }
.genericon-search::before { content: "\f400"; }
.genericon-send-to-phone::before { content: "\f438"; }
.genericon-send-to-tablet::before { content: "\f454"; }
.genericon-share::before { content: "\f415"; }
.genericon-show::before { content: "\f403"; }
.genericon-shuffle::before { content: "\f514"; }
.genericon-sitemap::before { content: "\f507"; }
.genericon-skip-ahead::before { content: "\f451"; }
.genericon-skip-back::before { content: "\f450"; }
.genericon-spam::before { content: "\f424"; }
.genericon-spotify::before { content: "\f515"; }
.genericon-standard::before { content: "\f100"; }
.genericon-star::before { content: "\f408"; }
.genericon-status::before { content: "\f105"; }
.genericon-stop::before { content: "\f449"; }
.genericon-stumbleupon::before { content: "\f223"; }
.genericon-subscribe::before { content: "\f463"; }
.genericon-subscribed::before { content: "\f465"; }
.genericon-summary::before { content: "\f425"; }
.genericon-tablet::before { content: "\f453"; }
.genericon-tag::before { content: "\f302"; }
.genericon-time::before { content: "\f303"; }
.genericon-top::before { content: "\f435"; }
.genericon-trash::before { content: "\f407"; }
.genericon-tumblr::before { content: "\f214"; }
.genericon-twitch::before { content: "\f516"; }
.genericon-twitter::before { content: "\f202"; }
.genericon-unapprove::before { content: "\f446"; }
.genericon-unsubscribe::before { content: "\f464"; }
.genericon-unzoom::before { content: "\f401"; }
.genericon-uparrow::before { content: "\f500"; }
.genericon-user::before { content: "\f304"; }
.genericon-video::before { content: "\f104"; }
.genericon-videocamera::before { content: "\f517"; }
.genericon-vimeo::before { content: "\f212"; }
.genericon-warning::before { content: "\f414"; }
.genericon-website::before { content: "\f475"; }
.genericon-week::before { content: "\f306"; }
.genericon-wordpress::before { content: "\f205"; }
.genericon-xpost::before { content: "\f504"; }
.genericon-youtube::before { content: "\f213"; }
.genericon-zoom::before { content: "\f402"; }