@charset "UTF-8";
.pnlm-container {
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
cursor: default;
width: 100%;
height: 100%;
font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
background: #f4f4f4 url(//kunstarztpraxis.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/background.svg) repeat;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
line-height: 1.4;
contain: content;
}
.pnlm-container * {
box-sizing: content-box;
}
.pnlm-ui {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.pnlm-grab {
cursor: grab;
cursor: url(//kunstarztpraxis.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grab.svg) 12 8, default;
}
.pnlm-grabbing {
cursor: grabbing;
cursor: url(//kunstarztpraxis.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grabbing.svg) 12 8, default;
}
#et-boc .et-l .pnlm-sprite,
.pnlm-sprite {
background-image: url(//kunstarztpraxis.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/sprites.svg);
}
.pnlm-container:-moz-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-webkit-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-ms-fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-render-container {
cursor: inherit; position: absolute;
height: 100%;
width: 100%;
}
#et-boc .et-l .pnlm-controls ,
.pnlm-controls {
margin-top: 4px;
background-color: #fff;
border: 1px solid #999;
border-color: rgba(0,0,0,0.4);
border-radius: 3px;
cursor: pointer;
z-index: 2; -webkit-transform: translateZ(9999px);
transform: translateZ(9999px);
}
.pnlm-control:hover {
background-color: #f8f8f8;
}
.pnlm-controls-container {
position: absolute;
top: 0;
left: 4px;
z-index: 1;
}
#et-boc .et-l .pnlm-zoom-controls,
.pnlm-zoom-controls {
width: 28px;
height: 52px;
}
#et-boc .et-l .pnlm-zoom-in,
.pnlm-zoom-in {
width: 100%;
height: 50%;
position: absolute;
top: 0;
border-radius: 3px 3px 0 0;
background-position: 1px 0;
}
#et-boc .et-l .pnlm-zoom-out,
.pnlm-zoom-out {
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
background-position: 1px -26px;
border-top: 1px solid #ddd;
border-top-color: rgba(0,0,0,0.10);
border-radius: 0 0 3px 3px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator,
.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
width: 28px;
height: 26px;
}
#et-boc .et-l .pnlm-hot-spot-debug-indicator ,
.pnlm-hot-spot-debug-indicator {
position: absolute;
top: 50%;
left: 50%;
width: 26px;
height: 26px;
margin: -13px 0 0 -13px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 13px;
display: none;
}
#et-boc .et-l .pnlm-orientation-button-inactive,
.pnlm-orientation-button-inactive {
background-position: 0 -156px;
}
.pnlm-orientation-button-active {
background-position: 0 -182px;
}
.pnlm-fullscreen-toggle-button-inactive {
background-position: 1px -52px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button-inactive {
background-position: -1px -53px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button-active,
.pnlm-fullscreen-toggle-button-active {
background-position: 0 -78px;
}
#et-boc .et-l .pnlm-panorama-info,
.pnlm-panorama-info {
position: absolute;
bottom: 4px;
background-color: rgba(0,0,0,0.7);
border-radius: 0 3px 3px 0;
padding-right: 10px;
color: #fff;
text-align: left;
display: none;
z-index: 2; -webkit-transform: translateZ(9999px);
transform: translateZ(9999px);
}
.pnlm-title-box {
position: relative;
font-size: 20px;
display: table;
padding-left: 5px;
margin-bottom: 3px;
}
.pnlm-author-box {
position: relative;
font-size: 12px;
display: table;
padding-left: 5px;
}
.pnlm-load-box {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 150px;
margin: -75px 0 0 -100px;
background-color: rgba(0,0,0,0.7);
border-radius: 3px;
text-align: center;
font-size: 20px;
display: none;
color: #fff;
}
.pnlm-load-box p {
margin: 20px 0;
}
.pnlm-lbox {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
display: none;
}
.pnlm-loading {
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-name: pnlm-mv;
-webkit-animation-name: pnlm-mv;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
height: 10px;
width: 10px;
background-color: #fff;
position: relative;
}
@keyframes pnlm-mv {
from {left:0;top:0;}
25% {left:10px;top:0;}
50% {left:10px;top:10px;}
75% {left:0;top:10px;}
to {left:0;top:0;}
}
@-webkit-keyframes pnlm-mv {
from {left:0;top:0;}
25% {left:10px;top:0;}
50% {left:10px;top:10px;}
75% {left:0;top:10px;}
to {left:0;top:0;}
}
.pnlm-load-button {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 100px;
margin: -50px 0 0 -100px;
background-color: rgba(0,0,0,.7);
border-radius: 3px;
text-align: center;
font-size: 20px;
display: table;
color: #fff;
cursor: pointer;
}
.pnlm-load-button:hover {
background-color: rgba(0,0,0,.8);
}
.pnlm-load-button p {
display: table-cell;
vertical-align: middle;
}
.pnlm-info-box {
font-size: 15px;
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 150px;
margin: -75px 0 0 -100px;
background-color: #000;
border-radius: 3px;
display: table;
text-align: center;
color: #fff;
table-layout: fixed;
}
.pnlm-info-box a, .pnlm-author-box a {
color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
}
.pnlm-info-box p {
display: table-cell;
vertical-align: middle;
padding: 0 5px 0 5px;
}
.pnlm-error-msg {
display: none;
}
.pnlm-about-msg {
font-size: 11px;
line-height: 11px;
color: #fff;
padding: 5px 8px 5px 8px;
background: rgba(0,0,0,0.7);
border-radius: 3px;
position: absolute;
top: 50px;
left: 50px;
display: none;
opacity: 0;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
z-index: 1;
}
.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
color: #fff;
}
.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
color: #eee;
}
.pnlm-hotspot-base {
position: absolute;
visibility: hidden;
cursor: default;
vertical-align: middle;
top: 0;
z-index: 1;
}
.pnlm-hotspot {
height: 26px;
width: 26px;
border-radius: 13px;
}
.pnlm-hotspot:hover {
background-color: rgba(255,255,255,0.2);
}
#et-boc .et-l .pnlm-hotspot.pnlm-info,
.pnlm-hotspot.pnlm-info {
background-position: 0 -104px;
}
#et-boc .et-l .pnlm-hotspot.pnlm-scene,
.pnlm-hotspot.pnlm-scene {
background-position: 0 -130px;
}
#et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
visibility: hidden;
position: absolute;
border-radius: 3px;
background-color: rgba(0,0,0,0.7);
color: #fff;
text-align: center;
max-width: 200px;
padding: 5px 10px;
margin-left: -220px;
cursor: default;
}
#et-boc .et-l div.pnlm-tooltip:hover span,
div.pnlm-tooltip:hover span{
visibility: visible;
}
#et-boc .et-l div.pnlm-tooltip:hover span:after,
div.pnlm-tooltip:hover span:after {
content: '';
position: absolute;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: rgba(0,0,0,0.7) transparent transparent transparent;
bottom: -20px;
left: -10px;
margin: 0 50%;
}
#et-boc .et-l .pnlm-compass,
.pnlm-compass {
position: absolute;
width: 50px;
height: 50px;
right: 4px;
bottom: 4px;
border-radius: 25px;
background-image: url(//kunstarztpraxis.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/compass.svg);
cursor: default;
display: none;
}
#et-boc .et-l .pnlm-world,
.pnlm-world {
position: absolute;
left: 50%;
top: 50%;
}
#et-boc .et-l .pnlm-face,
.pnlm-face {
position: absolute;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.pnlm-dragfix, .pnlm-preview-img {
position: absolute;
height: 100%;
width: 100%;
}
.pnlm-preview-img {
background-size: cover;
background-position: center;
}
.pnlm-lbar {
width: 150px;
margin: 0 auto;
border: #fff 1px solid;
height: 6px;
}
.pnlm-lbar-fill {
background: #fff;
height: 100%;
width: 0;
}
.pnlm-lmsg {
font-size: 12px;
}
.pnlm-fade-img {
position: absolute;
top: 0;
left: 0;
}
.pnlm-pointer {
cursor: pointer;
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
text-align: center;
}
@font-face {
font-family: VideoJS;
src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
font-weight: normal;
font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
content: "\f101";
}
.vjs-icon-play-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play-circle:before {
content: "\f102";
}
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
content: "\f103";
}
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
content: "\f104";
}
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
content: "\f105";
}
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
content: "\f106";
}
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
content: "\f107";
}
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f108";
}
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f109";
}
.vjs-icon-square {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-square:before {
content: "\f10a";
}
.vjs-icon-spinner {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-spinner:before {
content: "\f10b";
}
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
content: "\f10c";
}
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
content: "\f10d";
}
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
content: "\f10e";
}
.vjs-icon-share {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-share:before {
content: "\f10f";
}
.vjs-icon-cog {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cog:before {
content: "\f110";
}
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
content: "\f111";
}
.vjs-icon-circle-outline {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-outline:before {
content: "\f112";
}
.vjs-icon-circle-inner-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
content: "\f113";
}
.vjs-icon-hd {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-hd:before {
content: "\f114";
}
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
content: "\f115";
}
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
content: "\f116";
}
.vjs-icon-facebook {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-facebook:before {
content: "\f117";
}
.vjs-icon-gplus {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-gplus:before {
content: "\f118";
}
.vjs-icon-linkedin {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-linkedin:before {
content: "\f119";
}
.vjs-icon-twitter {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-twitter:before {
content: "\f11a";
}
.vjs-icon-tumblr {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-tumblr:before {
content: "\f11b";
}
.vjs-icon-pinterest {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pinterest:before {
content: "\f11c";
}
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
content: "\f11d";
}
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
content: "\f11e";
}
.vjs-icon-next-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-next-item:before {
content: "\f11f";
}
.vjs-icon-previous-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-previous-item:before {
content: "\f120";
}
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f121";
}
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f122";
}
.video-js {
display: block;
vertical-align: top;
box-sizing: border-box;
color: #fff;
background-color: #000;
position: relative;
padding: 0;
font-size: 10px;
line-height: 1;
font-weight: normal;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
word-break: initial;
}
.video-js:-moz-full-screen {
position: absolute;
}
.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}
.video-js[tabindex="-1"] {
outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
box-sizing: inherit;
}
.video-js ul {
font-family: inherit;
font-size: inherit;
line-height: inherit;
list-style-position: outside;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
width: 100%;
max-width: 100%;
height: 0;
}
.video-js.vjs-16-9 {
padding-top: 56.25%;
}
.video-js.vjs-4-3 {
padding-top: 75%;
}
.video-js.vjs-9-16 {
padding-top: 177.7777777778%;
}
.video-js.vjs-1-1 {
padding-top: 100%;
}
.video-js.vjs-fill {
width: 100%;
height: 100%;
}
.video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
width: 100% !important;
height: 100% !important;
padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}
.vjs-hidden {
display: none !important;
}
.vjs-disabled {
opacity: 0.5;
cursor: default;
}
.video-js .vjs-offscreen {
height: 1px;
left: -9999px;
position: absolute;
top: 0;
width: 1px;
}
.vjs-lock-showing {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
.vjs-no-js {
padding: 20px;
color: #fff;
background-color: #000;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
width: 300px;
height: 150px;
margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
color: #66A8CC;
}
.video-js .vjs-big-play-button {
font-size: 3em;
line-height: 1.5em;
height: 1.63332em;
width: 3em;
display: block;
position: absolute;
top: 10px;
left: 10px;
padding: 0;
cursor: pointer;
opacity: 1;
border: 0.06666em solid #fff;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
border-radius: 0.3em;
transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
top: 50%;
left: 50%;
margin-top: -0.81666em;
margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
border-color: #fff;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
display: block;
}
.video-js button {
background: none;
border: none;
color: inherit;
display: inline-block;
font-size: inherit;
line-height: inherit;
text-transform: none;
text-decoration: none;
transition: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.vjs-control .vjs-button {
width: 100%;
height: 100%;
}
.video-js .vjs-control.vjs-close-button {
cursor: pointer;
height: 3em;
position: absolute;
right: 0;
top: 0.5em;
z-index: 2;
}
.video-js .vjs-modal-dialog {
background: rgba(0, 0, 0, 0.8);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
overflow: auto;
}
.video-js .vjs-modal-dialog > * {
box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
font-size: 1.2em;
line-height: 1.5;
padding: 20px 24px;
z-index: 1;
}
.vjs-menu-button {
cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
display: none;
}
.vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
display: none;
}
.vjs-menu li {
list-style: none;
margin: 0;
padding: 0.2em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
background-color: #fff;
color: #2B333F;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
background: none;
}
.vjs-menu li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 0.3em 0;
font-weight: bold;
cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
display: none;
position: absolute;
bottom: 0;
width: 10em;
left: -3em;
height: 0em;
margin-bottom: 1.5em;
border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
position: absolute;
width: 100%;
bottom: 1.5em;
max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
display: block;
}
.video-js .vjs-menu-button-inline {
transition: all 0.4s;
overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
opacity: 0;
height: 100%;
width: auto;
position: absolute;
left: 4em;
top: 0;
padding: 0;
margin: 0;
transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
display: block;
opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
display: block;
opacity: 1;
position: relative;
width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
width: auto;
height: 100%;
margin: 0;
overflow: hidden;
}
.video-js .vjs-control-bar {
display: none;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
display: flex;
visibility: visible;
opacity: 1;
transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
visibility: visible;
opacity: 0;
pointer-events: none;
transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
display: table;
}
.video-js .vjs-control {
position: relative;
text-align: center;
margin: 0;
padding: 0;
height: 100%;
width: 4em;
flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
font-size: 1.8em;
line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
display: block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.vjs-no-flex .vjs-control {
display: table-cell;
vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
display: none;
}
.video-js .vjs-progress-control {
cursor: pointer;
flex: auto;
display: flex;
align-items: center;
min-width: 4em;
touch-action: none;
}
.video-js .vjs-progress-control.disabled {
cursor: default;
}
.vjs-live .vjs-progress-control {
display: none;
}
.vjs-liveui .vjs-progress-control {
display: flex;
align-items: center;
}
.vjs-no-flex .vjs-progress-control {
width: auto;
}
.video-js .vjs-progress-holder {
flex: auto;
transition: all 0.2s;
height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
position: absolute;
display: block;
height: 100%;
margin: 0;
padding: 0;
width: 0;
}
.video-js .vjs-play-progress {
background-color: #fff;
}
.video-js .vjs-play-progress:before {
font-size: 0.9em;
position: absolute;
right: -0.5em;
top: -0.3333333333em;
z-index: 1;
}
.video-js .vjs-load-progress {
background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
display: block;
font-size: 0.6em;
visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
display: none;
position: absolute;
width: 1px;
height: 100%;
background-color: #000;
z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
position: relative;
cursor: pointer;
padding: 0;
margin: 0 0.45em 0 0.45em; -webkit-touch-callout: none; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
cursor: default;
}
.video-js .vjs-slider:focus {
text-shadow: 0em 0em 1em white;
box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-volume-control {
cursor: pointer;
margin-right: 1em;
display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
visibility: visible;
opacity: 0;
width: 1px;
height: 1px;
margin-left: -1px;
}
.video-js .vjs-volume-panel {
transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
visibility: visible;
opacity: 1;
position: relative;
transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
width: 5em;
height: 3em;
margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
left: -3.5em;
transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
width: 10em;
transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
height: 8em;
width: 3em;
left: -3000em;
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
height: 3em;
visibility: visible;
opacity: 1;
position: relative;
transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
position: absolute;
bottom: 3em;
left: 0.5em;
}
.video-js .vjs-volume-panel {
display: flex;
}
.video-js .vjs-volume-bar {
margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
width: 5em;
height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
width: 0.3em;
height: 5em;
margin: 1.35em auto;
}
.video-js .vjs-volume-level {
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
}
.video-js .vjs-volume-level:before {
position: absolute;
font-size: 0.9em;
z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
top: -0.5em;
left: -0.3em;
z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
top: -0.3em;
right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
width: 100%;
}
.video-js .vjs-volume-vertical {
width: 3em;
height: 8em;
bottom: 8em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
left: -2em;
}
.video-js .vjs-volume-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
display: block;
font-size: 1em;
visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
left: 1em;
top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
display: none;
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
width: 1px;
height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.vjs-has-started .vjs-poster {
display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
display: block;
}
.vjs-using-native-controls .vjs-poster {
display: none;
}
.video-js .vjs-live-control {
display: flex;
align-items: flex-start;
flex: auto;
font-size: 1em;
line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
display: none;
}
.video-js .vjs-seek-to-live-control {
align-items: center;
cursor: pointer;
flex: none;
display: inline-flex;
height: 100%;
padding-left: 0.5em;
padding-right: 0.5em;
font-size: 1em;
line-height: 3em;
width: auto;
min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
margin-right: 0.5em;
color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
color: red;
}
.video-js .vjs-time-control {
flex: none;
font-size: 1em;
line-height: 3em;
min-width: 2em;
width: auto;
padding-left: 1em;
padding-right: 1em;
}
.vjs-live .vjs-time-control {
display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
display: none;
}
.vjs-time-divider {
display: none;
line-height: 3em;
}
.vjs-live .vjs-time-divider {
display: none;
}
.video-js .vjs-play-control {
cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
flex: none;
}
.vjs-text-track-display {
position: absolute;
bottom: 3em;
left: 0;
right: 0;
top: 0;
pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
}
.video-js .vjs-text-track {
font-size: 1.4em;
text-align: center;
margin-bottom: 0.1em;
}
.vjs-subtitles {
color: #fff;
}
.vjs-captions {
color: #fc6;
}
.vjs-tt-cue {
display: block;
}
video::-webkit-media-text-track-display {
transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-fullscreen-control {
cursor: pointer;
flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
pointer-events: none;
font-size: 1.5em;
line-height: 2;
text-align: center;
}
.vjs-playback-rate .vjs-menu {
width: 4em;
left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
font-size: 1.4em;
text-align: center;
}
.vjs-error .vjs-error-display:before {
color: #fff;
content: "X";
font-family: Arial, Helvetica, sans-serif;
font-size: 4em;
left: 0;
line-height: 1;
margin-top: -0.5em;
position: absolute;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
top: 50%;
vertical-align: middle;
width: 100%;
}
.vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
opacity: 0.85;
text-align: left;
border: 6px solid rgba(43, 51, 63, 0.7);
box-sizing: border-box;
background-clip: padding-box;
width: 50px;
height: 50px;
border-radius: 25px;
visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
display: block;
-webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
content: "";
position: absolute;
margin: -6px;
box-sizing: inherit;
width: inherit;
height: inherit;
border-radius: inherit;
opacity: 1;
border: inherit;
border-color: transparent;
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
border-top-color: white;
-webkit-animation-delay: 0.44s;
animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@-webkit-keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@keyframes vjs-spinner-spin {
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes vjs-spinner-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
@-webkit-keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
.vjs-chapters-button .vjs-menu ul {
width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: "";
font-size: 1.5em;
line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: " ";
font-size: 1.5em;
line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
width: auto;
width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
flex: auto;
display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
width: auto;
}
.vjs-modal-dialog.vjs-text-track-settings {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.75);
color: #fff;
height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
text-align: right;
vertical-align: bottom;
}
@supports (display: grid) {
.vjs-text-track-settings .vjs-modal-dialog-content {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
padding: 20px 24px 0px 24px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-bottom: 20px;
}
.vjs-text-track-settings .vjs-track-settings-controls {
grid-column: 1/-1;
}
.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
grid-template-columns: 1fr;
}
}
.vjs-track-setting > select {
margin-right: 1em;
margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
margin: 5px;
padding: 3px;
border: none;
}
.vjs-text-track-settings fieldset span {
display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
max-width: 7.3em;
}
.vjs-text-track-settings legend {
color: #fff;
margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
display: block;
margin: 0 0 5px 0;
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
outline-style: solid;
outline-width: medium;
background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
background-color: #fff;
background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
color: #2B333F;
cursor: pointer;
border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-right: 1em;
}
@media print {
.video-js > *:not(.vjs-tech):not(.vjs-poster) {
visibility: hidden;
}
}
.vjs-resize-manager {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
outline: none;
}
.video-js *:focus:not(:focus-visible) {
outline: none;
}.video-js .vjs-big-vr-play-button {
width: 100px;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath fill='%23FFF' d='M334.883 275.78l-6.374-36.198-6.375-36.2-28.16 23.62-28.164 23.62 25.837 9.41C266.247 296.544 224 320.5 176.25 320.5c-77.47 0-140.5-63.03-140.5-140.5 0-77.472 63.03-140.5 140.5-140.5 53.428 0 99.98 29.978 123.733 73.993l13.304-6.923C287.025 57.76 235.45 24.5 176.25 24.5c-85.743 0-155.5 69.757-155.5 155.5 0 85.742 69.757 155.5 155.5 155.5 54.253 0 102.09-27.94 129.922-70.177l28.71 10.457z'/%3E%3Cpath fill='%23FFF' d='M314.492 175.167c-12.98 0-23.54-10.56-23.54-23.54s10.56-23.54 23.54-23.54c12.98 0 23.54 10.56 23.54 23.54s-10.56 23.54-23.54 23.54zm0-38.08c-8.018 0-14.54 6.522-14.54 14.54s6.522 14.54 14.54 14.54c8.017 0 14.54-6.522 14.54-14.54s-6.523-14.54-14.54-14.54z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M88.76 173.102h9.395c4.74-.042 8.495-1.27 11.268-3.682 2.77-2.412 4.157-5.903 4.157-10.474 0-4.4-1.153-7.817-3.46-10.25-2.307-2.434-5.83-3.65-10.568-3.65-4.147 0-7.554 1.195-10.22 3.585-2.666 2.392-4 5.514-4 9.364H69.908c0-4.74 1.26-9.055 3.776-12.95 2.518-3.892 6.03-6.928 10.537-9.108 4.508-2.18 9.554-3.27 15.14-3.27 9.225 0 16.472 2.318 21.74 6.952 5.27 4.634 7.903 11.077 7.903 19.33 0 4.147-1.323 8.05-3.967 11.71-2.646 3.66-6.062 6.422-10.252 8.284 5.078 1.736 8.94 4.465 11.584 8.19s3.968 8.166 3.968 13.33c0 8.294-2.847 14.895-8.538 19.804s-13.17 7.363-22.438 7.363c-8.887 0-16.166-2.37-21.836-7.11-5.67-4.74-8.506-11.045-8.506-18.916h15.425c0 4.062 1.365 7.363 4.094 9.902 2.73 2.54 6.4 3.81 11.014 3.81 4.782 0 8.55-1.27 11.3-3.81s4.126-6.22 4.126-11.045c0-4.865-1.44-8.61-4.316-11.235-2.878-2.623-7.152-3.936-12.822-3.936H88.76V173.1zM187.598 133.493v12.76h-1.904c-8.633.126-15.53 2.497-20.693 7.108-5.162 4.614-8.23 11.152-9.203 19.615 4.95-5.205 11.277-7.808 18.98-7.808 8.166 0 14.608 2.878 19.328 8.633 4.718 5.755 7.077 13.182 7.077 22.28 0 9.395-2.76 17.002-8.284 22.82-5.52 5.818-12.77 8.73-21.74 8.73-9.226 0-16.705-3.407-22.44-10.222-5.733-6.812-8.6-15.742-8.6-26.787v-5.267c0-16.208 3.945-28.903 11.84-38.086 7.89-9.182 19.242-13.774 34.054-13.774h1.586zM171.03 177.61c-3.386 0-6.485.95-9.3 2.855-2.814 1.904-4.877 4.443-6.188 7.617v4.697c0 6.854 1.438 12.304 4.316 16.345 2.877 4.04 6.602 6.062 11.172 6.062s8.188-1.715 10.854-5.143 4-7.934 4-13.52-1.355-10.135-4.063-13.648c-2.708-3.51-6.304-5.267-10.79-5.267zM271.136 187.447c0 13.29-2.486 23.307-7.46 30.057s-12.535 10.125-22.69 10.125c-9.988 0-17.51-3.292-22.566-9.872-5.058-6.58-7.65-16.323-7.776-29.23V172.53c0-13.287 2.485-23.252 7.458-29.896 4.973-6.643 12.558-9.966 22.757-9.966 10.112 0 17.655 3.237 22.63 9.712 4.97 6.475 7.52 16.166 7.647 29.072v15.995zm-15.425-17.265c0-8.674-1.185-15.033-3.554-19.075-2.37-4.04-6.137-6.062-11.3-6.062-5.035 0-8.738 1.915-11.107 5.745-2.37 3.83-3.62 9.807-3.746 17.932v20.948c0 8.633 1.206 15.064 3.618 19.297s6.2 6.348 11.362 6.348c4.95 0 8.61-1.957 10.98-5.87 2.37-3.915 3.62-10.04 3.746-18.378v-20.885z'/%3E%3C/g%3E%3C/svg%3E");
background-size: contain;
background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-big-vr-play-button .vjs-icon-placeholder {
display: none;
}
:hover.video-js .vjs-big-vr-play-button {
-webkit-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-moz-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-ms-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-o-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
}
.video-js .vjs-big-vr-play-button::before {
content: "";
}
.video-js canvas {
cursor: move;
}
.video-js .vjs-button-vr .vjs-icon-placeholder {
height: 30px;
width: 30px;
display: inline-block;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZGRkZGRiI+CiAgICA8cGF0aCBkPSJNMjAuNzQgNkgzLjIxQzIuNTUgNiAyIDYuNTcgMiA3LjI4djEwLjQ0YzAgLjcuNTUgMS4yOCAxLjIzIDEuMjhoNC43OWMuNTIgMCAuOTYtLjMzIDEuMTQtLjc5bDEuNC0zLjQ4Yy4yMy0uNTkuNzktMS4wMSAxLjQ0LTEuMDFzMS4yMS40MiAxLjQ1IDEuMDFsMS4zOSAzLjQ4Yy4xOS40Ni42My43OSAxLjExLjc5aDQuNzljLjcxIDAgMS4yNi0uNTcgMS4yNi0xLjI4VjcuMjhjMC0uNy0uNTUtMS4yOC0xLjI2LTEuMjh6TTcuNSAxNC42MmMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTMgMS4xOCAwIDIuMTIuOTYgMi4xMiAyLjEzcy0uOTUgMi4xMi0yLjEyIDIuMTJ6bTkgMGMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTNzMi4xMi45NiAyLjEyIDIuMTMtLjk1IDIuMTItMi4xMiAyLjEyeiIvPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+Cjwvc3ZnPgo=) no-repeat left center;
}.vrowl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.vrowl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.vrowl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.vrowl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.vrowl-carousel .owl-wrapper,
.vrowl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.vrowl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.vrowl-carousel .owl-item img {
display: block;
width: 100%; }
.vrowl-carousel .owl-nav.disabled,
.vrowl-carousel .owl-dots.disabled {
display: none; }
.vrowl-carousel .owl-nav .owl-prev,
.vrowl-carousel .owl-nav .owl-next,
.vrowl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vrowl-carousel .owl-nav button.owl-prev,
.vrowl-carousel .owl-nav button.owl-next,
.vrowl-carousel button.owl-dot { color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.vrowl-carousel.owl-loaded {
display: block; }
.vrowl-carousel.owl-loading {
opacity: 0;
display: block; }
.vrowl-carousel.owl-hidden {
opacity: 0; }
.vrowl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.vrowl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vrowl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.vrowl-carousel.owl-rtl {
direction: rtl; }
.vrowl-carousel.owl-rtl .owl-item {
float: right; } .no-js .vrowl-carousel {
display: block; } .vrowl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.vrowl-carousel .owl-animated-in {
z-index: 0; }
.vrowl-carousel .owl-animated-out {
z-index: 1; }
.vrowl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .vrowl-carousel .owl-item { }
.vrowl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.vrowl-carousel .owl-item .owl-lazy[src^=""], .vrowl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.vrowl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .vrowl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.vrowl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//kunstarztpraxis.de/wp-content/plugins/wpvr/public/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.vrowl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.vrowl-carousel .owl-video-playing .owl-video-tn,
.vrowl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.vrowl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.vrowl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.vr-pointer-container {
position: absolute;
top: 50%;
z-index: 2;
left: 50%;
transform: translate(-50%, -50%);
}
.center-pointer {
height: 10px;
width: 10px;
text-align: center;
background: #fff;
display: block;
cursor: pointer;
border-radius: 100%;
}
.explainer {
position: absolute;
bottom: 40px;
right: 15px;
z-index: 9;
text-align: center;
width: 47%;
height: 40%;
}
.generic_form_button {
position: absolute;
top: 50%;
right: 0;
z-index: 9;
text-align: center;
}
.close-generic-form {
position: absolute;
right: -7px;
top: -11px;
background: #fff;
line-height: 1;
width: 22px;
height: 22px;
border-radius: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 9;
font-size: 14px;
}
.wpvr-generic-form {
position: absolute;
top: 10%;
left: 10%;
z-index: 9;
width: 80%;
height: 80%;
background: #fff;
}
.generic-form-container {
padding-left: 30px;
padding-right: 20px;
overflow: auto;
height: 100%;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map {
position: absolute;
bottom: 40px;
right: 15px;
z-index: 999;
text-align: center;
width: auto;
max-width: 50%;
height: 55%;
transition: all 0.4s linear;
transform-origin: right bottom;
}
.et-db #et-boc .wpvr-floor-map.fullwindow,
.wpvr-floor-map.fullwindow {
right: 50%;
bottom: 50%;
transform: translate(50%, 50%);
z-index: 100;
max-width: 80%;
background: transparent;
object-fit: contain;
}
.et-db #et-boc .wpvr-floor-map .floor-plan-pointer,
.wpvr-floor-map .floor-plan-pointer {
position: absolute;
width: 18px;
height: 18px;
background: #cca92c;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
line-height: 24px;
font-size: 12px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.et-db #et-boc .wpvr-floor-map .floor-plan-pointer.add-pulse,
.wpvr-floor-map .floor-plan-pointer.add-pulse {
animation: pulse 1s infinite;
}
.wpvr-floor-map .floor-plan-pointer.add-pulse:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(-1deg);
width: 17px;
height: 17px;
background: transparent;
border-radius: 100%;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
display: none;
}
.wpvr-floor-map .floor-pointer-circle {
position: relative;
z-index: 1;
}
.wpvr-floor-map .floor-pointer-flash {
position: absolute;
width: 22px;
top: -22px;
left: -2px;
z-index: 0;
visibility: hidden;
opacity: 0;
}
.wpvr-floor-map .add-pulse .floor-pointer-flash {
visibility: visible;
opacity: 1;
}
.et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
width: auto;
display: block;
margin-left: auto;
height: 100%;
border-radius: 5px
}
.et-db #et-boc .wpvr-floor-map img {
border-radius: 5px !important;
}
#et-boc .et-l .explainer > iframe,
.explainer > iframe {
border-radius: 10px;
width: 100% !important;
height: 100% !important;
display: block;
}
#et-boc .et-l .explainer_button,
.explainer_button {
position: absolute;
bottom: 15px;
right: 45px;
z-index: 9999;
text-align: center;
width: 50px;
}
.floor_map_button {
position: absolute;
bottom: 15px;
right: 10px;
z-index: 9999;
text-align: center;
width: 50px;
}
.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
position: absolute;
right: -7px;
top: -11px;
background: #fff;
line-height: 1;
width: 22px;
height: 22px;
border-radius: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 9;
font-size: 14px;
}
@media only screen and (max-width: 575px) {
.explainer {
width: 60%;
height: 60%;
}
.floor_map_button {
width: auto;
padding: 10px 10px 0;
}
.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
width: 40px;
height: 40px;
}
}
.wpvr-navbar-container {
position: absolute;
top: 5px;
width: 100%;
display: flex;
padding: 10px;
list-style: none;
color: #fff;
justify-content: flex-end;
z-index: 9;
right: 0;
}
.wpvr-navbar-container > li {
margin: 10px;
}
.wpvr-navbar-container > li > a {
color: #fff;
text-decoration: none;
font-size: 16px;
}
.wpvr-navbar-dropdown {
list-style: none;
display: none;
position: absolute;
}
.wpvr-navbar-container > li:hover .wpvr-navbar-dropdown {
display: block;
margin-left: -50px;
}
.wpvr-navbar-dropdown > li > a {
text-decoration: none;
color: #fff;
}
.wpvr-home-content {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
transform: translate(-50%, -50%);
width: 100%;
padding: 0 15px;
box-sizing: border-box;
}
.wpvr-home-content * {
box-sizing: border-box;
}
.wpvr-home-title {
font-size: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
line-height: 1.2;
margin-bottom: 10px;
}
.wpvr-home-subtitle {
font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
line-height: 1.2;
}
@media only screen and (min-width: 1921px) {
.wpvr-home-title {
font-size: 60px;
}
.wpvr-home-subtitle {
font-size: 18px;
}
}
.wpvr-topnav {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
width: 100%;
padding-bottom: 3px;
}
.wpvr-mobile-notice {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #004efa;
display: flex;
flex-flow: row;
align-items: center;
justify-content: center;
padding: 10px;
display: none;
z-index: 9;
}
.wpvr-mobile-notice p {
color: #fff;
margin: 0;
font-size: 13px;
margin-right: 17px;
width: calc(100% - 20px);
}
.wpvr-mobile-notice .notice-close {
font-size: 11px;
border: 1px solid;
color: #fff;
display: inline-block;
line-height: 18px;
height: 20px;
width: 20px;
text-align: center;
border-radius: 100%;
cursor: pointer;
}
#cp-logo-controls {
position: absolute;
top: 10px;
right: 10px;
z-index: 4;
}
.wpvr-social-share-bg-box * {
box-sizing: border-box;
}
.wpvr-social-share-bg-box {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
text-align: center;
box-sizing: border-box;
display: block;
}
.wpvr-social-share-bg-box .share-btn-svg {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 100%;
background: #fff;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
transition: all 0.3s ease;
}
.wpvr-social-share-bg-box .wpvr-share-nav {
position: absolute;
top: 0;
left: 0;
transition: all 0.3s ease 0.3s;
display: flex;
flex-flow: column;
gap: 5px;
}
.wpvr-social-share-bg-box:hover .share-btn-svg {
opacity: 0;
visibility: hidden;
transition-duration: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav { }
.wpvr-social-share-bg-box .wpvr-share-nav > a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
transition: all 0.4s ease;
opacity: 0;
visibility: hidden;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a {
opacity: 1;
visibility: visible;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a img {
width: 20px;
height: 20px;
filter: invert(100%);
}
.wpvr-social-share-bg-box a.wpvr-facebook-icon {
background: #3b5998;
}
.wpvr-social-share-bg-box a.wpvr-twitter-icon {
background: #ffffff;
}
.wpvr-social-share-bg-box a.wpvr-linkedin-icon {
background: #0077b5;
}
.wpvr-social-share-bg-box a.wpvr-reddit-icon {
background: #ff5700;
}
.wpvr-social-share-bg-box a.wpvr-email-icon {
background: #000000;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
transform: translateY(-45px);
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-email-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
transform: translateY(0);
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-facebook-icon {
transition-delay: 0.8s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
transition-delay: 0.7s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon {
transition-delay: 0.6s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-email-icon {
transition-delay: 0.3s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon {
transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-facebook-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon {
transition-delay: 0.3s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon {
transition-delay: 0.5s;
}
.cp-logo-ctrl {
height: auto;
display: inline-block;
cursor: pointer;
margin: 0 auto;
}
.cp-logo-ctrl img {
max-width: 100px !important;
margin-left: auto;
display: block;
}
#et-boc .et-l .cp-logo-ctrl img {
max-width: 100px !important;
margin-left: auto !important;
display: block !important;
}
.adcontrol {
position: absolute;
bottom: 15px;
z-index: 3;
}
.audio_control {
background: none !important;
padding: unset;
border: none;
}
#cp-logo-controls .cp-logo-ctrl .cp-info {
font-size: 15px;
position: relative;
background: #fff;
max-width: 350px;
width: auto;
padding: 10px;
border-radius: 5px;
margin-top: 5px;
display: none;
transition: all 0.3s ease;
}
#cp-logo-controls .cp-logo-ctrl.show .cp-info {
display: block;
}
#et-boc .et-l .zoom-in-out-controls,
.zoom-in-out-controls {
position: absolute;
top: 5px;
left: 4px;
z-index: 2;
text-align: center;
display: flex;
flex-flow: column;
background: rgba(255, 255, 255, 0.27);
border-radius: 3px;
}
.zoom-in-out-controls {
top: 37px;
}
.zoom-in-out-controls .ctrl {
padding: 2px 0;
}
#et-boc .et-l .pnlm-container .controls,
.pnlm-container .controls {
position: absolute;
bottom: 5px;
left: 5px;
z-index: 2;
text-align: center;
width: 80px;
height: 80px;
background: rgba(255, 255, 255, 0.27);
border-radius: 100%;
}
.pnlm-load-button p {
color: #fff !important;
}
.ctrl {
width: 30px;
text-align: center;
display: inline-block;
cursor: pointer;
}
.ctrl i {
font-size: 18px;
}
.ctrl:hover {
background: none;
}
.controls .ctrl {
position: absolute;
}
.pan-up {
left: 50%;
top: 0;
transform: translateX(-50%);
}
.pan-down {
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.pan-left {
left: 0;
top: 50%;
transform: translateY(-50%);
}
.pan-right {
right: 0;
top: 50%;
transform: translateY(-50%);
}
.ctrl.fullscreen {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
div.pnlm-hotspot-base.fas:before,
div.pnlm-hotspot-base.fab:before,
div.pnlm-hotspot-base.far:before,
div.pnlm-hotspot-base.fa-solid:before {
font-size: 14px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.vrbounce {
display: inline-block;
position: relative;
-moz-animation: vrbounce 0.5s infinite linear;
-o-animation: vrbounce 0.5s infinite linear;
-webkit-animation: vrbounce 0.5s infinite linear;
animation: vrbounce 0.5s infinite linear;
color: 000;
}
.pnlm-hotspot-base .hexagon-wrapper {
position: absolute;
left: 50%;
top: 50%;
z-index: -1;
transform: translate(-50%, -50%);
}
.pnlm-hotspot-base .hexagon-wrapper svg {
display: block;
width: 34px;
height: auto;
}
.wpvr-pluse-effect {
animation: icon-pulse-pointer 1.5s infinite cubic-bezier(0.25, 0, 0, 1);
}
@keyframes icon-pulse-pointer {
0% {
box-shadow: 0 0 0 0px #ffffff;
}
100% {
box-shadow: 0 0 0 10px #ffffff00;
}
}
@-webkit-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-moz-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-o-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-ms-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
#et-boc .et-l .vrgcontrols,
.vrgcontrols {
position: absolute;
z-index: 3;
width: 20px;
bottom: 0;
height: 30px;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
}
#et-boc .et-l .wpvr_slider_nav,
.wpvr_slider_nav {
position: absolute;
z-index: 3;
bottom: 15px;
height: 30px;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
width: 100%;
}
.wpvr_slider_nav  p {
margin: 0;
}
.wpvr_slider_nav .wpvr_owl_prev,
.wpvr_slider_nav .wpvr_owl_next {
position: absolute;
border-radius: 4px;
bottom: 27px;
font-size: 16px;
padding: 0px;
height: 30px;
width: 30px;
line-height: 1;
border: none;
outline: none !important;
background: #28303d !important;
color: #fff !important;
transition: all 0.3s ease;
text-align: center;
}
.wpvr_slider_nav .wpvr_owl_prev:hover,
.wpvr_slider_nav .wpvr_owl_next:hover {
background: #004efa !important;
}
.wpvr_slider_nav .wpvr_owl_prev {
left: 5px;
}
.wpvr_slider_nav .wpvr_owl_next {
right: 5px;
}
#et-boc .et-l .vrbounce,
.vrbounce {
color: #fff;
display: inline-block;
cursor: pointer;
padding-top: 10px;
}
#et-boc .et-l .vrbounce.vrg-icon-size-large i,
.vrbounce.vrg-icon-size-large i {
font-size: 25px;
}
.scene-gallery ul {
margin: 0;
padding: 0;
}
.scene-gallery ul li {
list-style: none;
font-size: 13px;
line-height: 1.2;
margin: 0;
}
.scene-gallery ul li img {
margin-top: 3px !important;
}
.et-db #et-boc .scene-gallery .owl-stage {
margin: 0 auto;
}
#et-boc .et-l .scene-gallery,
.scene-gallery {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
width: 100%;
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.35);
color: #fff;
}
.scctrl {
border-radius: 5px !important;
width: 100px;
height: 100px !important;
display: inline-block;
cursor: pointer;
margin: 5px;
}
.scctrl:hover {
background: rgba(200, 200, 200, 1);
}
#master-container .vrfullwidth {
width: 98vw !important;
position: relative;
margin-left: -49vw !important;
left: 50% !important;
max-width: 100vw !important;
} .vrembed {
width: 100% !important;
height: 100% !important;
position: fixed;
left: 0;
top: 0;
z-index: 999;
max-width: 100% !important;
margin: 0 !important;
}
.cardboard-vrembed {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
background: #222;
}
.pnlm-container iframe {
max-width: inherit;
margin-bottom: 0;
}
.pnlm-hotspot-base.custom-icon {
width: 30px;
height: 30px;
display: block;
cursor: pointer;
border-radius: 100%;
}
.pnlm-hotspot-base.custom-icon:hover {
z-index: 9;
}
.pnlm-panorama-info {
left: 0;
bottom: 0;
}
#et-boc .et-l div.custom-tooltip span,
div.custom-tooltip span {
visibility: hidden;
position: absolute;
border-radius: 3px;
background-color: #fff;
color: #000;
font-size: 16px;
text-align: center;
padding: 5px 10px;
cursor: default;
margin: 0 !important;
bottom: 40px !important;
left: 50%;
transform: translateX(-50%);
min-width: 300px;
font-weight: 400;
}
#et-boc .et-l div.custom-tooltip span p,
div.custom-tooltip span p {
max-height: 250px;
overflow: auto;
}
#et-boc .et-l div.custom-tooltip span a,
div.custom-tooltip span a {
transition: inherit;
}
#et-boc .et-l div.custom-tooltip span img,
div.custom-tooltip span img {
max-width: inherit;
height: 225px;
width: 400px;
}
#et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
display: none;
}
#et-boc .et-l div.custom-tooltip:hover span,
div.custom-tooltip:hover span {
visibility: visible;
}
.custom-tooltip:hover {
z-index: 2;
}
#et-boc .et-l div.custom-tooltip span.vr-mode-title:after,
#et-boc .et-l div.custom-tooltip:hover span:after,
div.custom-tooltip span.vr-mode-title:after,
div.custom-tooltip:hover span:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: #fff transparent transparent transparent;
bottom: -20px;
left: -10px;
margin: 0 50%;
}
#et-boc .et-l .custom-ifram-wrapper,
.custom-ifram-wrapper {
position: absolute;
top: 10%;
bottom: 10%;
left: 50%;
transform: translateX(-50%);
z-index: 99;
width: 80%;
max-width: 980px;
}
#et-boc .et-l div.custom-tooltip span.vr-mode-title:after,
div.custom-tooltip span.vr-mode-title:after {
bottom: -18px;
}
#et-boc .et-l .custom-tooltip span.vr-mode-title,
.custom-tooltip span.vr-mode-title {
visibility: visible;
min-width: 80px;
line-height: 1;
left: 50%;
}
#et-boc .et-l .custom-ifram-flex,
.custom-ifram-flex {
height: 100%;
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 5px;
}
#et-boc .et-l div.custom-ifram,
div.custom-ifram {
width: 100%;
max-height: 100%;
overflow: auto;
}
.pano-wrap:before {
content: "";
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
z-index: 99;
opacity: 0;
visibility: hidden;
transition: all 0.4s linear;
}
.pano-wrap.show-modal:before {
opacity: 1;
visibility: visible;
}
.pano-wrap .cross {
background: #fff;
width: 24px;
height: 24px;
color: red;
line-height: 26px;
position: absolute;
top: -13px;
right: -10px;
text-align: center;
z-index: 99;
font-size: 13px;
border-radius: 100%;
padding-left: 0px;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
box-sizing: border-box;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pano-wrap.show-modal .cross {
opacity: 1;
visibility: visible;
}
#et-boc .et-l .custom-ifram p,
#et-boc .et-l .custom-tooltip p,
.custom-ifram p,
.custom-tooltip p {
background-color: #fff;
padding: 10px 0;
margin: auto !important;
border-radius: 5px;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
line-height: 24px;
}
#et-boc .et-l .custom-ifram p,
.custom-ifram p {
padding: 10px;
}
#et-boc .et-l .custom-ifram video,
.custom-ifram video {
margin: 0 auto;
}
#et-boc .et-l .custom-ifram img,
.custom-ifram img {
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
#et-boc .et-l .custom-ifram iframe,
.custom-ifram iframe {
max-width: 100%;
margin: 0 auto !important;
display: block;
width: 100% !important;
height: 100%;
position: absolute;
top: 0;
left: 0;
} .pnlm-load-box {
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: rgba(0, 0, 0, 0.8);
}
.pnlm-load-box > p {
display: none;
}
.pnlm-load-box .pnlm-lbar {
width: 100%;
border: none;
height: 8px;
position: absolute;
left: 0;
bottom: 0px;
}
.pnlm-load-box .pnlm-lbar .pnlm-lbar-fill {
background: #4775f6;
}
.oxy-wp-vr-tour {
width: 100%;
} .wpvr-product-container {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
padding: 15px;
border-radius: 5px;
}
.wpvr-product-container .wpvr-pr-left-block {
width: 50%;
box-sizing: border-box;
}
.wpvr-product-container
.wpvr-pr-left-block
.woocommerce-product-gallery__image
img {
margin: 0;
max-width: 95%;
width: 100%;
height: auto;
}
.wpvr-product-container .wpvr-pr-right-block {
max-width: 50%;
padding-left: 15px;
box-sizing: border-box;
text-align: left;
}
.wpvr-product-container .wpvr-pr-right-block a {
text-decoration: none !important;
display: inline-block;
}
.wpvr-product-container .wpvr-pr-right-block a h2 {
font-size: 18px;
line-height: 1.4;
margin: 0 0 15px 0;
text-align: left;
}
.wpvr-product-container .wpvr-pr-right-block a h2:before {
display: none;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
border: none !important;
padding: 0 !important;
text-align: left;
border-radius: 0;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline .amount {
display: inline-block;
margin-bottom: 7px;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline del .amount {
text-decoration: line-through;
opacity: 0.5;
}
.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
display: flex;
gap: 6px;
align-items: center;
}
.wpvr-product-container .wpvr-pr-right-block .wpvr-cart-wrap a {
font-size: 14px;
line-height: 1.1;
min-height: auto;
padding: 7px 15px;
} .vr-streetview iframe {
width: 100% !important;
height: 100% !important;
} .wpvr-cardboard {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background: #000;
}
.wpvr-cardboard .pano-wrap {
direction: ltr;
height: 100% !important;
}
.wpvr-cardboard .fullscreen-button {
position: absolute;
top: 10px;
left: 10px;
display: none;
z-index: 1000;
font-size: 25px;
padding: 9px 13px;
}
.cardboard-half {
width: 49% !important;
}
.wpvr-cardboard .fullscreen-button .compress {
display: none;
}
.wpvr-cardboard .pano-left {
position: absolute;
opacity: 0;
visibility: hidden;
} .wpvr-cardboard .wpvr-cardboard-switcher {
position: absolute;
bottom: 10px;
right: 6px;
z-index: 9;
cursor: pointer;
}
.wpvr-cardboard .wpvr-cardboard-switcher.vr-embade-mode {
position: fixed;
z-index: 1000;
}
.wpvr-cardboard .wpvr-cardboard-switcher input[type="checkbox"] {
display: none;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box {
width: 60px;
height: 35px;
border: 2px solid #216df0;
border-radius: 100px;
display: flex;
flex-flow: column;
align-items: center;
background: #ffffff;
justify-content: center;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box svg {
width: 35px;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box {
background-color: #216df0;
border-color: #216df0;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box
svg
path {
fill: #ffffff;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .cardbord-mode-tooltip,
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .normal-mode-tooltip {
width: 155px;
background: #ffffff;
border-radius: 10px;
display: block;
padding: 11px 7px;
position: absolute;
bottom: calc(100% + 10px);
right: 0;
text-align: center;
font-weight: 600;
font-size: 14px;
line-height: 1;
color: #000000;
display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box:hover
.normal-mode-tooltip {
display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.normal-mode-tooltip {
display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.cardbord-mode-tooltip {
display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.cardbord-mode-tooltip:before,
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.normal-mode-tooltip:before {
content: "";
position: absolute;
right: 26px;
bottom: -5px;
width: 14px;
height: 14px;
background: #fff;
transform: rotate(45deg);
border-radius: 3px;
}
.cardboard-vrfullwidth.vrfullwidth {
display: flex;
flex-flow: row wrap;
height: 100%;
justify-content: space-between;
} .wpvr-landscape {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.wpvr-cardboard-disable-event {
cursor: not-allowed;
pointer-events: none;
} @media only screen and (min-width: 1921px) {
.wpvr-home-title {
font-size: 70px;
}
.wpvr-home-subtitle {
font-size: 30px;
}
}
@media (max-width: 1199px) {
.pnlm-container {
width: 100% !important;
height: 500px !important;
}
.pnlm-container.vrembed {
height: 100% !important;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.custom-ifram iframe {
height: 300px;
}
div.custom-ifram {
width: 100%;
}
.custom-tooltip p {
width: 430px;
} .vr-streetview {
width: 100% !important;
height: 500px !important;
}
}
@media (max-width: 768px) {
div.custom-tooltip span img {
height: 195px;
width: 340px;
}
.custom-ifram iframe {
height: 194px;
width: 350px;
}
.custom-tooltip p {
width: 330px;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline a.button {
font-size: 14px;
}
}
@media (max-width: 767px) {
.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
flex-direction: column;
}
div.custom-tooltip span img {
height: 240px;
width: 420px;
}
.custom-ifram iframe {
height: 320px;
width: 100%;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.custom-tooltip p {
width: 430px;
}
.wpvr-cardboard .pnlm-compass {
right: 7px;
}
.wpvr-cardboard.enable-cardboard .pnlm-compass {
right: 74px !important;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map { max-width: 300px;
height: 213px;
bottom: 50px;
}
}
@media (max-width: 575px) {
.wpvr-mobile-notice {
display: flex;
}
.wpvr-mobile-notice p {
width: calc(100% - 46px);
}
.scene-gallery ul {
width: 100px !important;
}
.scene-gallery {
padding: 18px 10px;
}
.scctrl {
height: 50px !important;
}
.pnlm-container {
width: 100% !important;
height: 300px !important;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.pnlm-container.vrembed {
height: 100% !important;
}
div.custom-tooltip span img {
height: 150px;
width: 220px;
}
.custom-ifram iframe {
height: 250px;
width: 100%;
}
.custom-tooltip p {
width: 200px;
}
#cp-logo-controls .cp-logo-ctrl .cp-info {
width: 240px;
font-size: 13px;
}
div.pnlm-hotspot-base.fas,
div.pnlm-hotspot-base.fab,
div.pnlm-hotspot-base.fa,
div.pnlm-hotspot-base.fa-solid,
div.pnlm-hotspot-base.far {
width: 24px !important;
height: 24px !important;
}
div.pnlm-hotspot-base:before,
div.pnlm-hotspot-base:before,
div.pnlm-hotspot-base:before {
font-size: 11px !important;
} .vr-streetview {
width: 100% !important;
height: 300px !important;
} .wpvr-product-container {
display: block;
}
.wpvr-product-container .wpvr-pr-left-block {
width: 100%;
max-width: 100px;
margin: 0 auto 5px;
}
.wpvr-product-container .wpvr-pr-right-block {
width: 100%;
padding: 0;
text-align: center;
}
.wpvr-product-container .wpvr-pr-right-block a h2 {
text-align: center;
margin: 0 0 10px 0;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
text-align: center;
}
}
.vrowl-carousel .owl-stage {
margin: 0 auto;
}
.vrowl-carousel .owl-item img {
margin: 0;
}  #master-container .custom-scene-navigation {
position: absolute;
top: 4px;
left: 4px;
z-index: 4;
text-align: center;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
border-radius: 3px;
background: rgba(255, 255, 255, 0.27) !important;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
width: 30px;
height: 28px;
cursor: pointer;
padding-left: 1px;
box-sizing: border-box;
} #master-container .custom-scene-navigation .hamburger-menu {
display: block;
line-height: 1;
} #master-container .custom-scene-navigation .hamburger-menu svg {
display: block;
}  #master-container .custom-scene-navigation-nav {
max-height: calc(100% - 20px);
left: 70px;
top: 15px;
color: #8e44ad;
width: 176px;
position: absolute;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: all 0.2s ease;
border-radius: 6px;
background: #fff !important;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
padding: 8px;
box-sizing: border-box;
overflow: auto;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar {
width: 5px;
height: 5px;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar-track {
background: #f2f5f8;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar-thumb {
background-color: #396ce9;
border-radius: 20px;
}  #master-container .custom-scene-navigation-nav.visible {
opacity: 1;
visibility: visible;
} #master-container .custom-scene-navigation-nav ul {
padding: 0;
margin: 0;
list-style: none;
} #master-container .custom-scene-navigation-nav ul .scene-navigation-list {
color: #292c2f;
font-size: 14px;
font-weight: 600;
line-height: 1.3;
padding: 5px 8px;
cursor: pointer;
border-radius: 4px;
text-transform: capitalize;
transition: all 0.3s ease;
} #master-container .custom-scene-navigation-nav ul .scene-navigation-list.active,
#master-container .custom-scene-navigation-nav ul .scene-navigation-list:hover {
background: #ededed;
} .wpvr-call-to-action-button * {
box-sizing: border-box;
}
.wpvr-call-to-action-button {
width: 100%;
margin-top: 15px;
}
.wpvr-call-to-action-button.position-left {
text-align: left;
}
.wpvr-call-to-action-button.position-center {
text-align: center;
}
.wpvr-call-to-action-button.position-right {
text-align: right;
}
.wpvr-call-to-action-button.position-justified a {
width: 100%;
}
@media (max-width: 424px) {    .et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
max-width: 100%;
height: auto;
max-height: 100%;
}
}@font-face{font-family:'Genericons';src:url(https://kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/fonts/genericons/Genericons.eot)}@font-face{font-family:'Genericons';src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(https://kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/fonts/genericons/Genericons.ttf) format('truetype'),url(https://kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/fonts/genericons/Genericons.svg#genericonsregular) format('svg');font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Genericons";src:url(https://kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/fonts/genericons/Genericons.svg#Genericons) format("svg")}}.genericon{font-size:16px;vertical-align:top;text-align:center;display:inline-block;font-family:"Genericons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-transform:none;speak:none}.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-skype:before{content:"\f220"}.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"}html{font-family:'Open Sans',sans-serif}body{margin:0;padding:0;background:white;color:black}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ffff00;color:#000000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}pre{overflow:auto}code,kbd,pre,samp{font-family:'Inconsolata',monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer}button[disabled],html input[disabled]{cursor:default}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{box-sizing:content-box}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}time{text-decoration:inherit}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{word-wrap:break-word}.wvrx-edit-dir{direction:ltr!important}.alignleft{float:left}.alignright{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignnone{}.aligncenter,.alignfull,.alignwide{clear:both}.privacy-policy-link{padding-left:1.5em;padding-right:1.5em;font-style:normal}.weaverx-sb-one-column #container,.weaverx-sb-one-column #content,.weaverx-sb-one-column #wrapper,.weaverx-sb-one-column .content-page,.weaverx-sb-one-column .content-single{overflow:visible}.weaverx-has-sb #container,.weaverx-has-sb #content,.weaverx-has-sb .content-page,.weaverx-has-sb .content-single{overflow:hidden}#colophon .alignfull,#colophon.alignfull,#container .alignfull,#container.alignfull,#header .alignfull,#header.alignfull,#infobar .alignfull,#nav-primary .alignfull,#nav-secondary .alignfull,.weaverx-sb-one-column .alignfull{left:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:1000%;width:100vw}#wrapper.alignfull,#wrapper.alignfull #colophon .alignfull,#wrapper.alignfull #colophon.alignfull,#wrapper.alignfull #container .alignfull,#wrapper.alignfull #container.alignfull,#wrapper.alignfull #header .alignfull,#wrapper.alignfull #header.alignfull,#wrapper.alignfull #infobar .alignfull,#wrapper.alignfull #nav-primary .alignfull,#wrapper.alignfull #nav-secondary .alignfull{left:0!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;width:12000px!important}#wrapper.wrapper-10000{max-width:10000px}#container .wp-block-embed.alignfull{left:0;margin-left:calc(50% - 49vw);margin-right:calc(50% - 49vw);max-width:12000px;width:98vw}.weaverx-has-sb #container .alignfull{margin-left:0!important;margin-right:0!important;max-width:100%!important;width:100%!important}.weaverx-has-sb #container .alignwide{margin-left:1.5%!important;margin-right:1.5%!important;max-width:100%!important;width:97%!important}@media (min-width:1188px){#colophon .alignwide,#colophon.alignwide,#container .alignwide,#container.alignwide,#header .alignwide,#header.alignwide,#infobar .alignwide,#wrapper .alignwide,#wrapper.alignwide,.alignwide,.weaverx-sb-one-column .alignwide{left:0;margin-left:calc(50% - 46vw);margin-right:calc(50% - 46vw);max-width:10000px;width:92vw}}@media (max-width:1187px){.alignwide{left:0;margin-left:0!important;margin-right:0!important;max-width:100%!important;width:100%!important}}.no-margins{margin:0!important}.no-padding{padding:0!important}.cols-1{}.cols-2{column-count:2;column-gap:1.25em}.cols-3{column-count:3;column-gap:1.25em}.cols-4{column-count:4;column-gap:1.0em}@media (min-width:581px) and (max-width:767px){.cols-2,.cols-3,.cols-4{column-count:2}}@media (max-width:580px){.cols-2,.cols-3,.cols-4{column-count:1}}.content-2-col,.content-2-col-left,.content-2-col-right,.content-3-col,.sidebar-header,.sidebar-header .header-widget{box-sizing:border-box;height:auto;max-width:100%}.content-2-col-left{float:left;width:50%;overflow:hidden;padding-right:3%}.content-2-col-right{float:left;overflow:hidden;width:49%}.content-2-col,.is-mobile .content-3-col{float:left;width:50%;overflow:hidden;padding-right:2%;padding-left:2%}.content-3-col{float:left;width:33.3%;overflow:hidden;padding-right:1%;padding-left:1%}.content-2-col:nth-of-type(odd),.content-3-col:nth-of-type(3n+1){clear:left}.is-mobile .content-3-col:nth-of-type(3n+1){clear:none}.is-mobile .content-3-col:nth-of-type(odd){clear:left!important}.is-phone .content-2-col,.is-phone .content-3-col{width:100%;padding-right:2%;padding-left:2%}.atw-2-col-divider{margin-left:10%;margin-right:10%;clear:both}.clear-cols{clear:both}.smooth-transition{transition:all .33s ease}.show-desktop,.show-logged-in,.show-mobile,.show-not-logged-in,.show-phone,.show-smalltablet{display:none}.hide-desktop,.hide-logged-in,.hide-mobile,.hide-not-logged-in,.hide-phone,.hide-smalltablet{display:block}.is-desktop .show-desktop,.is-mobile .show-mobile,.is-phone .show-phone,.is-smalltablet .show-smalltablet,.logged-in .show-logged-in,.not-logged-in .show-not-logged-in{display:block!important}.is-desktop .hide-desktop,.is-mobile .hide-mobile,.is-phone .hide-phone,.is-smalltablet .hide-smalltablet,.logged-in .hide-logged-in,.not-logged-in .hide-not-logged-in{display:none!important}html{font-size:100%}body{font-family:'Open Sans',sans-serif;font-size:1.0em;line-height:1.5;margin:0;overflow-x:hidden}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.clear-both{clear:both}#colophon,#container,#header,#infobar,#wrapper,.entry-content,.entry-summary,.wvrx-posts{clear:both}#wrapper{margin-left:auto;margin-right:auto}.overflow-visible{overflow:visible!important}.overflow-hidden{overflow:hidden!important}#container,#content,#footer-widget-area .widget,#primary-widget-area .widget,#secondary-widget-area .widget,.content-page,.post-area{overflow:hidden}#colophon,#container,#header-html,#infobar{box-sizing:border-box;width:100%}#branding #header-html.align-center{display:block}#wrapper{box-sizing:border-box}.assistive-text{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.hentry{}.entry-title{}.entry-content{}.published{}.author{}.updated{display:none}#header{border-top-left-radius:inherit;border-top-right-radius:inherit}.border{border:1px solid #222222}.border-bottom{border-bottom:1px solid #222222}.no-border{border:none!important}.rounded,.rounded-all,.rounded-custom{border-radius:8px!important}.rounded-top{border-top-left-radius:8px;border-top-right-radius:8px}.rounded-bottom{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.rounded-left{border-top-left-radius:8px;border-bottom-left-radius:8px}.rounded-right{border-top-right-radius:8px;border-bottom-right-radius:8px}:focus{outline:0}h1,h2,h3,h4,h5,h6{line-height:1.2;vertical-align:baseline}h1{font-size:2.250em;margin-bottom:0.278em;margin-top:0.556em}h2{font-size:1.875em;margin-bottom:0.333em;margin-top:0.667em}h3{font-size:1.500em;margin-bottom:0.417em;margin-top:0.833em}h4{font-size:1.125em;margin-bottom:0.556em;margin-top:1.111em}h5{font-size:1.000em;margin-bottom:0.625em;margin-top:1.250em}h6{font-size:0.875em;margin-bottom:0.714em;margin-top:1.429em}#content{word-wrap:break-word}.entry-content h1:first-child,.entry-content h2:first-child,.entry-content h3:first-child,.entry-content h4:first-child,.entry-content h5:first-child,.entry-content h6:first-child,.entry-summary h1:first-child,.entry-summary h2:first-child,.entry-summary h3:first-child,.entry-summary h4:first-child,.entry-summary h5:first-child,.entry-summary h6:first-child{margin-top:0}dd,dl,dt,li,ol,ul{margin:0;padding:0;word-wrap:break-word}.atw-post ul,.atwk-slide .post ul,ul{list-style-position:outside;margin-left:1.5em}.widget ol,.widget ul{list-style-position:outside;margin-left:1.0em}.textwidget ol,.textwidget ul{list-style-position:outside;margin-left:1.75em}.widget .wvrx-menu ul{margin-left:0}.atw-post ol,.atwk-slide .post ol,ol{list-style-position:outside;margin-left:1.75em}ol{list-style-type:decimal}ol ol{list-style:upper-alpha}ol ol ol{list-style:lower-roman}ol ol ol ol{list-style:lower-alpha}dl{margin:0 1.5em}dt{font-weight:bold}dd{margin-left:1.5em;margin-bottom:1.5em}ul{list-style:disc outside none}caption{font-weight:normal;text-align:left}figcaption,figure{}article,aside,details,footer,header,menu,nav,section{display:block}abbr,acronym,dfn{border-bottom:1px dotted #666666}address{font-style:italic;display:block;margin:0 0 1.625em}big{font-size:1.30em}hr{background-color:#cccccc;border:none;box-sizing:content-box;height:4px;margin:1.0em auto;max-width:90%;width:90%}blockquote{background:rgba(128,128,128,0.1);border-width:0;border-left:4px solid rgba(128,128,128,0.4);box-sizing:border-box;margin:1.5em;overflow:auto;padding:1em 1.5em 1em 1.2em;width:90%}blockquote cite{font-style:normal;font-weight:bold}blockquote p{font-style:italic;font-size:1em;margin:0}cite,em,i{font-style:italic}blockquote cite,cite{border-width:0;display:block;font-style:normal;margin-left:3em;margin-top:.5em}em,i{font-style:italic}code,kbd,tt,var{font-family:'Inconsolata',monospace}del{}embed,iframe,object,video{margin-bottom:1.5em;max-width:100%}p>embed,p>iframe,p>object,span>embed,span>iframe,span>object{margin-bottom:0}p{margin:0 0 1em 0}pre{box-shadow:0 1px 0 #ffffff,inset 0 1px 1px rgba(0,0,0,0.2);box-sizing:border-box;background:rgba(128,128,128,0.1);border:1px solid #aaaaaa;border-bottom-color:#cccccc;border-radius:2px;font-family:'Inconsolata',monospace;font-size:.8em;height:auto;margin:0 0 1.5em;outline:none;overflow:auto;padding:6px 10px;vertical-align:middle;width:100%;word-wrap:break-word;white-space:pre-wrap}q{font-style:italic}sub,sup{font-size:.85em}var{font-style:italic}table{border-collapse:separate;border-color:gray;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.25em;table-layout:auto;width:100%}tbody{display:table-row-group;vertical-align:middle;border-color:inherit}td{border-width:0 1px 1px 0;margin:0;display:table-cell;font-weight:normal;padding:0.4375em;text-align:left;vertical-align:inherit}tfoot{display:table-footer-group;vertical-align:middle;border-color:inherit}th{border-width:0 1px 1px 0;display:table-cell;vertical-align:inherit;font-weight:bold;padding:0.4375em;text-align:left}thead{display:table-header-group;vertical-align:middle;border-color:inherit}tr{display:table-row;vertical-align:inherit;border-color:inherit}table,td,th{border:1px solid #d1d1d1}embed,iframe,object,video{margin-bottom:10px;max-width:100%}p>embed,p>iframe,p>object,span>embed,span>iframe,span>object{margin-bottom:0}img{box-sizing:border-box;height:auto;margin:0;max-width:100%;padding:0}.comment-content img,.entry-content img,.entry-summary img,.widget img,.wp-caption{max-width:100%}.comment-content img[height],.entry-content img,.entry-summary img,img[class*=align],img[class*=attachment-],img[class*=wp-image-]{height:auto}img[class*=align],img[class*=wp-image-]{height:auto;max-width:100%}.post-thumbnail img,.wp-post-image,img.size-full,img.size-large{height:auto;max-width:100%}blockquote.alignleft,figure.wp-caption.alignleft,img.alignleft{margin:1em 2.4em 1em 0}.wp-caption.alignleft{margin:.7em 1em 1em 0}blockquote.alignright,figure.wp-caption.alignright,img.alignright{margin:1em 0 1em 2.5em}.wp-caption.alignright{margin:1em 0 1em 1.5em}.wp-caption.aligncenter,blockquote.aligncenter,img.aligncenter{margin-top:1em;margin-bottom:1em}.entry-content img.wp-smiley{margin-bottom:0;margin-top:0;padding:0}.wp-caption,p img{margin-top:0.4em}.wp-caption{margin-bottom:1em;max-width:100%}.wp-caption img{display:block;margin:0 auto;max-width:100%}#content img.alignleft{display:inline;float:left;margin-right:1.25em;margin-top:4px}#content img.alignright{display:inline;float:right;margin-left:1.25em;margin-top:4px}#content img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}#content img.aligncenter,#content img.alignleft,#content img.alignright{margin-bottom:0.75em}#content .gallery img,#content .gallery-thumb img,#content img[class*=wp-image-],.entry-attachment img{border-width:0;margin-bottom:0.75em;text-align:center}#content .wp-smiley{margin:0}#content .gallery-item{display:inline-block;max-width:31.33%;padding:0 1% 0 1%;text-align:center;vertical-align:top;margin:0}#content .gallery{box-sizing:border-box}#content .gallery-columns-1 .gallery-item{max-width:98%}#content .gallery-columns-2 .gallery-item{max-width:48%}#content .gallery-columns-4 .gallery-item{max-width:23%}#content .gallery-columns-5 .gallery-item{max-width:19%;padding:0 .5% 0 .5%}#content .gallery-columns-6 .gallery-item{max-width:15.66%;padding:0 .5% 0 .5%}#content .gallery-columns-7 .gallery-item{max-width:13.28%;padding:0 .5% 0 .5%}#content .gallery-columns-8 .gallery-item{max-width:11.5%;padding:0 .5% 0 .5%}#content .gallery-columns-9 .gallery-item{max-width:10.11%;padding:0 .5% 0 .5%}.gallery-icon img{margin:0 auto}.gallery-caption{color:#686868;display:block;font-size:80%!important;line-height:1.33;text-align:center}#content .gallery-columns-6 .gallery-caption,#content .gallery-columns-7 .gallery-caption,#content .gallery-columns-8 .gallery-caption,#content .gallery-columns-9 .gallery-caption{display:none!important}@media screen and (max-width:767px){div.gallery br{display:none}div.gallery br:last-child{display:block}#content .gallery-columns-6 .gallery-caption,#content .gallery-columns-7 .gallery-caption,#content .gallery-columns-8 .gallery-caption,#content .gallery-columns-9 .gallery-caption{display:block!important}div.gallery-columns-3 dl:nth-of-type(3n+1),div.gallery-columns-4 dl:nth-of-type(3n+1),div.gallery-columns-5 dl:nth-of-type(3n+1),div.gallery-columns-6 dl:nth-of-type(3n+1),div.gallery-columns-7 dl:nth-of-type(3n+1),div.gallery-columns-8 dl:nth-of-type(3n+1),div.gallery-columns-9 dl:nth-of-type(3n+1){clear:both}#content .gallery-columns-4 .gallery-item,#content .gallery-columns-5 .gallery-item,#content .gallery-columns-6 .gallery-item,#content .gallery-columns-7 .gallery-item,#content .gallery-columns-8 .gallery-item,#content .gallery-columns-9 .gallery-item{max-width:31.33%!important;padding:0 1% 0 1%!important;width:100%!important}}#content .attachment .entry-content img{display:block;margin:0 auto}#content .attachment-thumbnail{margin-right:12px;margin-bottom:12px;padding:0}#content .attachment-thumbnail-single{margin-right:25px;margin-bottom:12px;padding:0}.atwkslider .atwk-slide .post img.fi-alignleft,.atwkslider .atwk-slide .post img.fi-alignleft-pb,img.fi-alignleft,img.fi-alignleft-pb{float:left;margin:0.33em 2.5% 2% 0;padding:0}.atwk-slide img.fi-alignright,.atwk-slide img.fi-alignright-pb,img.fi-alignright,img.fi-alignright-pb{clear:none;float:right;margin:0.33em 0em 2% 2.5%;padding:0}.atwk-slide img.fi-aligncenter,.atwk-slide img.fi-aligncenter-pb,img.fi-aligncenter,img.fi-aligncenter-pb{clear:both;display:block;margin:0.33em auto 1.5% auto;padding:0}#comments img.avatar{background:#f0f0f0}.entry-attachment img{display:block;height:auto;max-width:100%;padding-bottom:1.5em}.header img{box-shadow:none;border-radius:0;border-width:0;clear:both;padding:0;height:auto;max-width:100%}#branding #header-image img{width:100%}#header-image img{display:block;height:auto;max-width:100%}#branding #header-html{display:inline-block}#branding #header-html a img,#branding #header-html img{display:inline}#header.header-as-bg{background-repeat:no-repeat;background-position:center center}#header.header-as-bg-responsive{background-repeat:no-repeat;background-position:center center;background-size:cover}#header.header-as-bg-parallax{background-repeat:no-repeat;background-position:left top;background-attachment:scroll;background-size:cover}.wvrx-parallax{background-position:50% 50%;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-color:transparent;box-sizing:border-box}.is-ios .parallax,.is-ios .wvrx-parallax{background-attachment:scroll!important}.widget img{height:auto;max-width:100%}.entry-attachment .entry-caption,.wp-caption .wp-caption-text{font-size:0.9em;margin:-.5em 0 0 0;padding:0 1em 1em 1em;position:relative;text-align:center;font-style:italic}.entry-attachment .entry-caption{font-size:1.1em;margin-top:0.25em}.entry-description{margin:0 4em 1.5em 4em}#branding,.widget-area{z-index:998}#header-widget-area{position:relative;z-index:1890}#title-over-image #title-tagline{z-index:19}#wvrx-page-width{z-index:-1}.wvrx-menu-container.shadow-1,.wvrx-menu-container.shadow-2,.wvrx-menu-container.shadow-3,.wvrx-menu-container.shadow-4,.wvrx-menu-container.shadow-lb,.wvrx-menu-container.shadow-rb,.wvrx-menu-container.shadow-tl,.wvrx-menu-container.shadow-tr{position:relative;z-index:11000}#nav-secondary .wvrx-menu-container.shadow-1,#nav-secondary .wvrx-menu-container.shadow-2,#nav-secondary .wvrx-menu-container.shadow-3,#nav-secondary .wvrx-menu-container.shadow-4,#nav-secondary .wvrx-menu-container.shadow-lb,#nav-secondary .wvrx-menu-container.shadow-rb,#nav-secondary .wvrx-menu-container.shadow-tl,#nav-secondary .wvrx-menu-container.shadow-tr{z-index:11001}.edit-link a{z-index:1950;position:relative}#inject_fixedbottom,.wvrx-fixedtop,.wvrx-fixonscroll{z-index:9999!important}#inject_fixedtop.wvrx-fixedtop{z-index:10009!important}#nav-secondary.wvrx-fixedtop,.menu-secondary.wvrx-secondary-fixedtop{z-index:10006!important}#nav-primary.wvrx-fixedtop,.menu-primary.wvrx-primary-fixedtop{z-index:10006!important}#header-widget-area.wvrx-fixedtop{z-index:10005!important}.menu-primary{z-index:2000;position:relative}.menu-secondary{z-index:2001;position:relative}.menu-extra{z-index:2002;position:relative}.wvrx-menu ul{z-index:2006;position:relative}#nav-above,#nav-below{z-index:1}.wvrx-menu-html,.wvrx-menu-login{z-index:1}.widget-area{line-height:1.275;position:relative}.widget,.widget-area{box-sizing:border-box;max-width:100%}.weaverxp_extra_menu{overflow:visible}.widget-title{line-height:1.275;margin:0 0 .1em 0;padding:0 0 0 0}.widget a{text-decoration:none}.widget-horiz{float:left}#per-page-widget{overflow:hidden}.widget-area select{margin-left:1px}a{color:#0000ee}a:visited{color:#0000ee}a:hover{color:#ee0000}a:active{color:#ee0000}a{text-decoration:none}.is-menu-desktop .menu-alignright{float:right;padding-right:1.25em}.is-menu-desktop .wvrx-center-menu{display:inline-block}.is-menu-mobile ul.sm.menu-alignright li a,.is-menu-mobile ul.sm.wvrx-center-menu li a{text-align:left}.menu-horizontal{clear:both;background:transparent;margin:0;padding:0;display:inline}.hm-center{text-align:center}.hm-alignright{text-align:right;padding-right:1em}.menu-horizontal ul{margin:0;padding:2px 2px 2px 20px;list-style-type:none!important}.menu-horizontal li{display:inline-block;list-style-image:none!important;padding-right:12px;vertical-align:text-top}.colophon .menu-horizontal li a,.header .menu-horizontal li a,.menu-extra li a,.menu-primary li a,.menu-secondary li a{text-decoration:none;font-style:normal;font-weight:normal}.menu-vertical{box-sizing:border-box}.wvrx-menu,.wvrx-menu *{box-sizing:border-box;list-style:none;padding:0;transition:background-color .33s ease,color .33s ease,font-size .33s ease}.wvrx-menu *{margin:0}.wvrx-menu>li>a{display:block}.wvrx-menu-container ul.children li a,.wvrx-menu-container ul.sub-menu li a{padding-right:0.75em}.wvrx-menu li{position:relative;white-space:nowrap}.menu-type-accordion .wvrx-menu li{white-space:normal}ul.wvrx-menu{margin-left:1.0em}.wvrx-menu ul{margin-bottom:0;position:absolute;display:none;top:100%;left:0;text-align:left}.wvrx-menu.menu-hover li:hover>ul{display:block}.wvrx-menu a{text-decoration:none;position:relative;padding:0.6em .75em}.wvrx-menu ul li{display:block}.wvrx-menu ul a{display:block}.wvrx-menu ul ul{top:0;left:100%;margin-top:0em}.wvrx-menu-html,.wvrx-menu-login{color:inherit;display:inline;margin-top:.625em}.wvrx-menu-left{float:left;margin-left:1em;margin-right:.5em;position:relative;z-index:2010}.wvrx-menu-right{float:right;margin-right:2.5em;margin-left:.5em;position:relative;z-index:2010}.menu-primary .custom-logo-on-menu{display:inline;float:left;margin:0 .5em 0 1.5em;padding:0;position:relative;z-index:2010}.menu-primary .custom-logo-on-menu img{display:block;height:2.2em;margin:0;padding:0}.menu-primary .site-title-on-menu{font-size:133%;margin-top:0.3em}.menu-primary .site-title-on-menu,.menu-primary .site-title-on-menu a{color:inherit}@media screen and (min-width:768px){.m-font-size .wvrx-menu-html,.m-font-size .wvrx-menu-login,.wvrx-menu-html,.wvrx-menu-login{line-height:1}.customA-font-size .wvrx-menu-html,.customA-font-size .wvrx-menu-login,.customB-font-size .wvrx-menu-html,.customB-font-size .wvrx-menu-login,.huge-font-size .wvrx-menu-login,.l-font-size .wvrx-menu-html,.l-font-size .wvrx-menu-login,.xl-font-size .wvrx-menu-html,.xl-font-size .wvrx-menu-login,.xs-font-size .wvrx-menu-html,.xs-font-size .wvrx-menu-login,.xxl-font-size .wvrx-menu-html,.xxl-font-size .wvrx-menu-login,.xxs-font-size .wvrx-menu-html,.xxs-font-size .wvrx-menu-login{line-height:1.5}.s-font-size .wvrx-menu-html,.s-font-size .wvrx-menu-login{line-height:1.4}}.menu-toggle-button{width:1.5em;color:white;cursor:pointer;font-size:120%!important;padding:.5em .25em 0em .25em;float:left}.menu-toggle-menu{width:auto;font-size:120%!important}.menu-toggle-button.genericon,.wvrx-menu-button .genericon{vertical-align:bottom}.is-mobile-menu.menu-arrows{text-align:left}.is-mobile-menu.menu-arrows>li>a{display:block;margin:0}.is-mobile-menu.menu-arrows ul{position:relative;top:auto;padding:0.5em}.is-mobile-menu.menu-arrows ul ul{position:relative;left:0}.is-mobile-menu.is-hidden{display:none}.menu-arrows .has-submenu>a{padding-right:0.5em}.menu-arrows .toggle-submenu{width:3em;display:inline-block;height:3em;position:absolute;top:0;bottom:0;right:0;margin-top:0}.menu-arrows .toggle-submenu:after{content:'\f502';font-family:"Genericons",serif;font-size:80%;font-style:normal!important;position:relative;top:1.2em;padding-left:1.1em;margin-right:0.1em;border:none}.menu-arrows ul .toggle-submenu:after{content:"\f501";font-family:"Genericons";font-size:80%;font-style:normal!important;position:relative;top:0.85em;padding-left:1.45em;margin-right:0.1em;border:none}.menu-type-accordion .menu-arrows .toggle-submenu:after{content:"\f502"!important;display:inline-block!important;font-style:normal!important}.menu-arrows.menu-hover .has-submenu>a{padding-right:1.5em}.menu-arrows.menu-hover .toggle-submenu{width:1.5em}.menu-arrows.menu-hover .toggle-submenu:after{right:.9em}.menu-arrows .is-open-submenu>ul{display:block}.menu-arrows.is-mobile-menu.menu-arrows ul a .toggle-submenu:after{content:"\f502";font-family:"Genericons";font-size:80%;font-style:normal!important;position:relative;top:1.1em;padding-left:1.4em}.menu-type-accordion .menu-arrows ul{padding:0 0 0 0.5em;margin-left:0}@media screen and (min-width:768px){.mega-noarrow .toggle-submenu:after{display:none;padding:0;margin:0}}.wvrx-menu-container{box-sizing:border-box;line-height:1;margin:0;padding:0;font-family:inherit;text-align:left;background-color:#111111;color:#eeeeee}@media screen and (max-width:767px){.is-menu-default .wvrx-menu-container{padding-bottom:.5em}}.is-menu-mobile .wvrx-menu-container{padding-bottom:.5em}.wvrx-menu a{background-color:transparent;color:#bbbbbb}.menu-type-accordion .wvrx-menu,.menu-type-accordion .wvrx-menu-container{text-align:left!important}.wvrx-menu ul li a{background-color:#444444;color:#bbbbbb}.wvrx-menu li ul{line-height:1}.wvrx-menu a,.wvrx-menu ul{line-height:1}.wvrx-menu a:hover,.wvrx-menu ul li a:hover{background-color:#666666;color:inherit}.is-mobile-menu.menu-arrows a{border-top:1px solid rgba(255,255,255,0.4)}.is-mobile-menu.menu-arrows .toggle-submenu{background-color:transparent}.is-mobile-menu.menu-arrows .toggle-submenu:hover{background:rgba(255,255,255,0.4)}.is-mobile-menu.menu-arrows .toggle-submenu{height:auto;background:rgba(255,255,255,0.25)}.is-menu-mobile .wvrx-menu-container ul li.menu-item:first-child,.is-menu-mobile .wvrx-menu-container ul.weaverx-theme-menu li:first-child,.is-mobile.is-menu-default .wvrx-menu-container ul li.menu-item:first-child,.is-mobile.is-menu-default .wvrx-menu-container ul.weaverx-theme-menu li:first-child{margin-top:0.5em}.is-menu-default .wvrx-menu>li{display:block;float:left}.is-menu-mobile .wvrx-menu>li{float:none}.menu-type-accordion .wvrx-menu>li{float:none}.is-menu-default .is-menu-default .wvrx-menu>li>a{margin:0;max-width:100%;word-wrap:break-word}.is-menu-default .wvrx-menu ul{margin-top:0}.menu-type-accordion .wvrx-menu{margin:0}.wvrx-menu-login a{color:inherit!important;background-color:inherit!important;margin-right:1.5em;margin-left:-1.5em;padding-left:0}.menu-type-accordion .wvrx-menu-html,.menu-type-accordion .wvrx-menu-login{margin-bottom:.5em}.is-menu-mobile .wvrx-menu-clear,.is-mobile.is-menu-desktop .wvrx-menu-clear,.menu-type-accordion .wvrx-menu-clear{clear:both}.is-menu-mobile .wvrx-menu-html,.is-menu-mobile .wvrx-menu-login,.is-mobile.is-menu-desktop .wvrx-menu-html,.is-mobile.is-menu-desktop .wvrx-menu-login{margin-top:0.7em;margin-bottom:0}.menu-vertical{clear:both;background-color:transparent;margin:0;width:100%;overflow:hidden;border-bottom:3px solid #c9c9c9;border-top:1px solid #c9c9c9}.menu-vertical ul{margin:0;padding:0;list-style-type:none;list-style-image:none;font-family:inherit}.menu-vertical li a{color:#c9c9c9;background-color:#121212;display:block!important;padding:5px 10px;text-decoration:none;border-top:2px solid #c9c9c9}.menu-vertical a:focus,.menu-vertical a:hover{color:#111111;background-color:#696969;text-decoration:none}.menu-vertical ul ul li{margin:0}.menu-vertical ul ul a{color:#c9c9c9;background-color:#121212;display:block;padding:4px 5px 4px 25px;text-decoration:none;border:0;border-top:1px solid #c9c9c9}.menu-vertical ul ul a:hover{color:#111111;background-color:#696969;text-decoration:none}.menu-vertical ul ul ul a{padding:4px 5px 4px 35px}.menu-vertical ul ul ul ul a{padding:4px 5px 4px 45px}.menu-vertical ul ul ul ul ul a{padding:4px 5px 4px 55px}.sm,.sm li,.sm ul{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr}ul.sm ul{position:absolute;top:-999999px;width:100px}ul.sm li{position:relative;float:left}ul.sm,ul.sm a{position:relative;display:block;white-space:nowrap}ul.sm a.disabled{cursor:default}.sm-rtl,.sm-rtl li,.sm-rtl ul{direction:rtl}ul.sm-rtl li{float:right}ul.sm ul li,ul.sm-vertical li{float:none}ul.sm ul a,ul.sm-vertical a{white-space:normal}ul.sm ul.sm-nowrap>li>a{white-space:nowrap}ul.sm:after{content:"\00a0";display:block;height:0;line-height:0;font-size:0;font-family:serif;clear:both;visibility:hidden;overflow:hidden}ul.sm,ul.sm *,ul.sm :after,ul.sm :before{box-sizing:border-box}.wvrx-menu ul.mega-menu li{white-space:normal;width:auto}.mega-normal ul.mega-menu li{width:25em!important;padding:1em;font-weight:normal;font-style:normal;font-size:medium}@media screen and (max-width:767px){.mega-normal ul.mega-menu li{width:100%!important}}.is-menu-mobile .mega-normal ul.mega-menu li{width:100%!important}li.mega-normal ul.mega-menu li a{white-space:nowrap;display:inline;margin:0;padding:0;text-decoration:underline}li.mega-normal ul.mega-menu li a:hover{background-color:transparent!important}.extra-menu-xplus ul.sm,.menu-primary ul.sm,.menu-secondary ul.sm{position:relative;width:auto}.wvrx-menu.sm a span.sub-arrow:after{content:"\f502";font-family:"Genericons";font-size:80%;font-style:normal;position:absolute;top:1.1em;right:-0.5em;margin-right:1.5em;border:none}.is-mobile .wvrx-menu.sm a span.sub-arrow:after{margin-right:3.0em}.menu-type-accordion .wvrx-menu.sm a span.sub-arrow:after{content:"\f502"!important;display:inline-block!important}.is-menu-desktop .mega-noarrow .wvrx-menu.sm a span.sub-arrow:after,.is-menu-desktop .mega-noarrow .wvrx-menu.sm ul a span.sub-arrow:after{display:none!important;padding:0;margin:0}.is-menu-desktop .wvrx-menu.sm ul a span.sub-arrow:after{content:"\f501";font-family:"Genericons";font-size:85%;font-style:normal;position:absolute;top:33%;right:-1.0em;margin-right:1.5em;border:none}.is-menu-desktop .sm.primary-grid ul a span.sub-arrow:after,.is-menu-desktop .sm.secondary-grid ul a span.sub-arrow:after{content:"\f502"}.is-menu-desktop .wvrx-menu.sm .has-submenu{padding-right:2.0em}.is-menu-desktop .mega-noarrow a span.sub-arrow:after{content:'';display:none;margin:0;padding:0}.wvrx-menu span.scroll-down,.wvrx-menu.sm span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#dddddd;border:1px solid black;height:20px}.wvrx-menu span.scroll-down:hover,.wvrx-menu.sm span.scroll-up:hover{background:#eeeeee}.wvrx-menu span.scroll-down-arrow,.wvrx-menu.sm span.scroll-up-arrow{position:absolute;top:0;left:50%;margin-left:-6px;width:0;height:0;overflow:hidden;border-width:6px;border-style:dashed dashed solid dashed;border-color:transparent transparent black transparent}.wvrx-menu.sm span.scroll-up:hover span.scroll-up-arrow{border-color:transparent transparent black transparent}.wvrx-menu.sm span.scroll-down-arrow{top:8px;border-style:solid dashed dashed dashed;border-color:black transparent transparent transparent}.wvrx-menu.sm span.scroll-down:hover span.scroll-down-arrow{border-color:black transparent transparent transparent}.menu-type-accordion ul.wvrx-menu.sm-vertical ul{display:none;position:static!important;top:auto!important;left:auto!important;margin-left:.3em!important;padding-right:0.3em!important;margin-top:0!important;width:auto!important;min-width:0!important;max-width:none!important}.menu-type-accordion ul.wvrx-menu ul.sm-nowrap>li>a{white-space:normal}.menu-type-accordion .wvrx-menu.sm li{border-top:1px solid rgba(255,255,255,0.4)}.menu-type-accordion .wvrx-menu.sm>li:first-child{margin-top:.25em}.wvrx-menu-button{display:none;margin-top:0.55em}@media screen and (max-width:767px){.is-menu-default ul.wvrx-menu.sm{width:auto!important}.is-menu-default ul.wvrx-menu.sm ul{display:none;position:static!important;top:auto!important;left:auto!important;margin-left:0!important;margin-top:0!important;width:auto!important;min-width:0!important;max-width:none!important}.is-menu-default ul.wvrx-menu.sm>li{float:none}.is-menu-default ul.wvrx-menu ul.sm-nowrap>li>a,.is-menu-default ul.wvrx-menu.sm>li>a{white-space:normal}.is-menu-default ul.wvrx-menu.sm iframe{display:none}.is-menu-desktop .wvrx-menu.sm li{border-top:1px solid rgba(255,255,255,0.4)}.is-menu-default .wvrx-menu.sm>li:first-child{margin-top:.75em}.is-menu-default .menu-type-accordion .wvrx-menu.sm>li:first-child{margin-top:.75em}.is-menu-default .wvrx-menu.sm ul a{border-left:1em solid transparent}.is-menu-default .wvrx-menu.sm ul ul a{border-left:2em solid transparent}.is-menu-default .wvrx-menu.sm ul ul ul a{border-left:3em solid transparent}.is-menu-default .wvrx-menu.sm ul ul ul ul a{border-left:3.75em solid transparent}.is-menu-default .wvrx-menu.sm ul ul ul ul ul a{border-left:4.5em solid transparent}.is-menu-default .wvrx-menu.sm ul ul ul ul ul ul a{border-left:5.25em solid transparent}.is-menu-default .wvrx-menu-button{cursor:pointer;float:left;display:inline;margin-left:.75em;margin-right:.75em}.is-menu-default .wvrx-menu-button span{font-size:120%}.is-menu-default .wvrx-menu-container ul.collapsed{display:none}}.is-menu-mobile ul.wvrx-menu.sm{width:auto!important}.is-menu-mobile ul.wvrx-menu.sm ul{display:none;position:static!important;top:auto!important;left:auto!important;margin-left:0!important;margin-top:0!important;width:auto!important;min-width:0!important;max-width:none!important}.is-menu-mobile ul.wvrx-menu.sm>li{float:none}.is-menu-mobile ul.wvrx-menu ul.sm-nowrap>li>a,.is-menu-mobile ul.wvrx-menu.sm>li>a{white-space:normal}.is-menu-mobile ul.wvrx-menu.sm iframe{display:none}.is-menu-mobile .wvrx-menu.sm li{border-top:1px solid rgba(255,255,255,0.4)}.is-menu-mobile .wvrx-menu.sm>li:first-child{margin-top:.75em}.is-menu-mobile .menu-type-accordion .wvrx-menu.sm>li:first-child{margin-top:.75em}.is-menu-mobile .wvrx-menu.sm ul a{border-left:1em solid transparent}.is-menu-mobile .wvrx-menu.sm ul ul a{border-left:2em solid transparent}.is-menu-mobile .wvrx-menu.sm ul ul ul a{border-left:3em solid transparent}.is-menu-mobile .wvrx-menu.sm ul ul ul ul a{border-left:3.75em solid transparent}.is-menu-mobile .wvrx-menu.sm ul ul ul ul ul a{border-left:4.5em solid transparent}.is-menu-mobile .wvrx-menu.sm ul ul ul ul ul ul a{border-left:5.25em solid transparent}.is-menu-mobile .wvrx-menu-button{cursor:pointer;float:left;display:inline;margin-left:.75em;margin-right:.75em}.is-menu-mobile .wvrx-menu-button span{font-size:120%}.is-menu-mobile .wvrx-menu-container ul.collapsed{display:none}.parallax-content{padding-top:1.0em;font-size:130%;color:rgba(255,255,255,0.8);text-shadow:3px 3px 8px rgba(150,150,150,0.5)}.parallax-content h1{font-size:180%}.parallax-base{background-position:50% 50%;background-repeat:no-repeat;background-attachment:fixed;background-size:cover}.is-mobile .parallax-content{font-size:110%}.is-mobile .parallax-content h1{font-size:160%}.header .meteor-slides{clear:both}#header{box-sizing:border-box;padding:0;height:auto;width:100%}.custom-logo-link{display:block;float:left;margin-right:2em;max-width:100%;margin-top:1%;margin-left:1%}#site-title img.site-title-logo{height:auto;padding-right:1%}.custom-logo{max-width:100%}.has-header-video .header-image .wp-custom-header{position:relative;height:0;padding-bottom:56.25%}.has-header-video .header-image .wp-custom-header iframe,.has-header-video .header-image .wp-custom-header video{position:absolute;top:0;left:0;width:100%;height:100%}.has-header-video .header-image .wp-custom-header iframe,.has-header-video .header-image .wp-custom-header video{position:absolute;top:0;left:0;width:100%;height:100%}.has-header-video-cover #colophon,.has-header-video-cover #container,.has-header-video-cover #header{position:relative;z-index:0}.has-header-video-cover .header-image iframe,.has-header-video-cover .header-image video{position:relative;z-index:-1}.has-header-video-cover .header-image{display:table;height:75vh;width:100%}.has-header-video-cover .header-image iframe,.has-header-video-cover .header-image video{position:fixed;height:auto;left:50%;max-width:100%;min-height:100%;min-width:100vw;width:auto;top:50%;padding-bottom:1px;transform:translateX(-50%) translateY(-50%)}@supports (object-fit:cover){.has-header-video-cover .header-image iframe,.has-header-video-cover .header-image video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;top:0;transform:none;width:100%}}.wp-custom-header .wp-custom-header-video-button{display:none}#site-title,.site-title{margin:0 0 .25em 7%}#site-title a,.site-title a{color:inherit;text-decoration:none;font-style:inherit;font-weight:inherit;padding-left:0.15em;padding-right:0.15em}#site-title a:hover,#site-title a:visited,.site-title a:hover,.site-title a:visited{color:inherit}#nav-header-mini{float:right;margin:0 0 5px 0}.is-mobile #nav-header-mini{margin-top:0}#site-tagline,.site-tagline{font-size:1.2em;line-height:1.625;margin:0 0 0 10%}#site-tagline>span,.site-tagline>span{padding-left:0.15em;padding-right:0.15em}#branding{position:relative}#title-over-image #title-tagline{position:absolute;top:0;left:0;width:100%}#cancel-comment-reply-link{font-size:0.8em;margin-left:30px}#comments .pingback p{font-size:0.9em}#comments .pingback .url{font-size:1.1em}.comment-meta{font-size:0.9em}#comments-title{color:#333333;font-size:1.20em;line-height:1;padding:0}#comments-title h3{background:transparent url(//kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/icons/comment-bubble.png) no-repeat;background-size:28px 28px;padding-left:42px}#comments-title h4{font-size:0.80em;padding:0 0 1.5em 42px;margin:0}.commentlist{display:block;clear:both}.commentlist{padding:0 0 0 0;margin:0;list-style-type:none}.comment-reply-title{margin:0 0 .33em 0}#comment{width:97.5%;margin-left:1%}#comments .commentlist .children{list-style-type:none;margin-top:5px;margin-left:10px;margin-right:5px;padding-right:5px}.commentlist .comment-author .comment{float:right;margin:0;padding:0}ol.commentlist li.comment .comment-body *{padding-left:5px;padding-right:5px}.commentlist .comment-body ol,.commentlist .comment-body ul,ol.trackbacklist{list-style-position:outside}ol.trackbacklist{font-size:0.9em;margin:0 0 0 15px;padding-left:15px}.comments-bubble a{background:transparent url(//kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/icons/comment-bubble.png) no-repeat;background-size:28px 28px;color:#666666;font-weight:normal;line-height:20px;font-size:0.8em;overflow:hidden;padding:0 0 0;text-align:center;text-decoration:none;height:28px;width:28px;float:right}#respond,.commentlist li.comment{}.commentlist li.comment{margin-bottom:1em}#respond{padding:10px}.commentlist .comment-content{clear:both;font-size:0.90em;padding:0 1em}.commentlist .comment-content p{padding:0;margin:0 0 0.5em}.commentlist .comment.bypostauthor{border-width:1px;border-style:dotted}.comment-meta{display:block;margin:0;padding:0;height:auto}.commentlist li.comment .comment-meta{background-color:transparent}.commentlist li.comment .comment-meta{background-color:rgba(0,0,0,.05);margin:0 0 16px 0;padding:4px;font-style:normal;font-size:0.80em}.commentlist li.comment .comment-author img.avatar{border-radius:3px;background:#f0f0f0;float:left;left:-10px;margin:0;padding:0;position:relative;top:-10px}.comment .reply{font-size:.80em;padding:0 0 4px 40px}#commentform .comment-form-comment{margin-bottom:10px}#commentform .required{font-weight:bold;padding-right:4px}#commentform .logged-in-as{font-style:italic;font-size:0.90em;margin:0 0 4px 20px}#commentform .form-allowed-tags,.commentform-allowed-tags{display:none;font-size:0.70em;font-style:italic;line-height:1.1;padding:0 20px;margin-top:0}#commentform input:focus,#commentform textarea:focus{box-shadow:4px 4px 4px #777777}#respond .form-submit{text-align:right;margin:-8px 20px 6px}#respond input#submit{box-shadow:0 1px 2px rgba(0,0,0,0.3);cursor:pointer;padding:5px 42px 5px 22px;position:relative;text-shadow:0 -1px 0 rgba(0,0,0,0.3)}#respond input#submit:active{background:#888888}#respond form label{padding-right:5px}#respond label{font-size:1em}#respond .form-allowed-tags code{font-size:0.8em}#respond .comment-form-author .required,#respond .comment-form-email .required{font-size:1.1em}#respond .comment-notes{font-size:1em}#respond input#submit{font-size:1.3em}#commentform .comment-form-captcha{float:left;clear:none;width:500px}#colophon{display:block}#site-ig-wrap,#site-ig-wrap a{font-weight:normal;font-size:small}#site-ig-wrap{clear:both}#site-info{float:left;padding-left:1em}#site-generator{font-style:italic;float:right;padding-right:1em}#page-bottom,#page-top{display:none}#wvrx-page-width{width:100%;height:100%;top:0;direction:ltr;display:block;position:absolute}.content-box{box-sizing:content-box!important}.shadow-0{}.shadow-1{box-shadow:0 0 3px 1px rgba(0,0,0,0.25)}.shadow-2{box-shadow:0 0 4px 2px rgba(0,0,0,0.25)}.shadow-3,.shadow-custom{box-shadow:0 0 3px 4px rgba(0,0,0,0.25)}.shadow-4{box-shadow:0 0 6px 4px rgba(0,0,0,0.25)!important}.shadow-rb{box-shadow:2px 2px 3px 4px rgba(0,0,0,0.25)}.shadow-lb{box-shadow:-2px 2px 3px 4px rgba(0,0,0,0.25)}.shadow-tr{box-shadow:2px -2px 4px 3px rgba(0,0,0,0.25)}.shadow-tl{box-shadow:-2px -2px 4px 3px rgba(0,0,0,0.25)}#author-info{font-size:0.9em;margin:2em;padding:1em 1em 1em 0}#author-avatar{float:left;margin:0;padding:0 1em 0 0}#author-avatar img{padding:0}#author-avatar img,img.avatar{box-shadow:none}#author-description{margin-left:1em}.author-title{font-size:1.20em;font-weight:bold}.post-avatar img{border:none;box-shadow:none;height:auto;margin-bottom:-8px;max-width:28px;padding:0!important}.post-avatar-start img{margin-right:0.8em}.post-avatar-end img{margin-left:0.8em}#weaver-sitemap h3{margin:0 0 10px 0;font-size:1.30em;font-weight:bold}#infinite-handle span{background-color:#dddddd!important;border-radius:1px;color:#444444!important;cursor:pointer;font-size:1.2em!important;padding:6px 16px}.edit-link-customizer{display:none!important}body:not(.customize-partial-edit-shortcuts-shown) .edit-link-customizer{display:block!important}.edit-link a,.wvr-wp-customizer .edit-link-customizer{background-color:#eeeeee!important;border-radius:3px;color:#555555!important;float:right;font-weight:300;text-decoration:none;padding:0 5px;margin-left:8px}.edit-link a:before{content:"\f411";font-family:"Genericons";vertical-align:top}.commentlist .edit-link a:hover,.entry-meta .edit-link a:hover,.entry-utility .edit-link a:hover{background-color:#888888;color:#ffffff}.entry-content .edit-link{clear:both;display:block}.wvrx-welcome-user{padding-left:15px}.wvrx-aside-margin{margin-bottom:20px}.wvrx-infobar-search{padding-right:4px!important;display:inline-block;padding-left:20px}#header-search{display:inline-block;float:right}.menu-search{display:inline-block;float:right;margin-left:1.5em;margin-right:0.5em;position:relative}#header-search .search-form:before,.menu-search .search-form:before{position:absolute;top:5px;left:2px;font:normal 36px/1 Genericons!important;content:"\f400";z-index:2001}.menu-search .search-form:before{top:6px;left:9px;font:normal 20px/1 Genericons!important;content:"\f400"}#header-search .search-form .search-field,.menu-search .search-form .search-field{background-color:transparent;border:none;box-sizing:border-box;cursor:pointer;margin:3px 0;padding:0 0 0 36px;position:relative;width:0}#header-search .search-form .search-field{height:39px;font-size:120%;z-index:2001}.menu-search .search-form .search-field{height:26px;font-size:100%;z-index:2001}#header-search .search-form .search-field:focus,.menu-search .search-form .search-field:focus{border:1px solid #c3c0ab;cursor:text;outline:0;width:300px;z-index:2000}#header-search .search-form{position:absolute;right:10px;top:5px}.menu-search .search-form{position:absolute;right:4px;top:2px;z-index:2001}#infobar_search .search-form{top:1px}#header-search .search-form .search-submit,.menu-search .search-form .search-submit{display:none}.search-field{background-color:#e8e8e8}.search-form{box-sizing:border-box;display:block;position:relative;overflow:hidden;height:auto}.search-form input[type=search]{display:block;float:left;position:relative;z-index:7;height:2.0em;width:100%;margin-left:auto;margin-right:auto;padding:0 1% 0 28px;font-size:0.9em;transition:.3s all ease-out}.search-form input[type=search]:focus,.search-form:hover input[type=search]{outline:none}.search-form .search-field{box-sizing:border-box}.search-form .search-submit{display:block;position:absolute;left:0;top:0.33em;z-index:8;border:0;font-size:1em;background:transparent;vertical-align:middle;cursor:pointer;transition:.3s all ease-in-out}#header-search .search-form:before{color:#222222}.search-form .search-submit{color:#000000}#header-search .search-field:focus,.menu-search .search-field:focus{background-color:#d0d0d0}#header-search .search-field:focus,.search-field{color:#222222}.infobar_right{float:right}#infobar_login,#menu_login{padding-right:0.75em}#infobar_login,#infobar_search{vertical-align:top}#infobar_search{margin-top:-5px}#infobar_search .search-form{display:inline;vertical-align:-5px}#infobar_search .search-field{vertical-align:top}#infobar_paginate{padding-right:15px}#infobar_paginate .navigation{display:inline-block}#infobar_paginate .wp-pagenavi{display:inline-block}.page-numbers{border-radius:4px;border:1px solid black;margin:4px 2px 4px 2px;padding:1px .3em 1px .3em;font-weight:normal!important;font-size:85%}a.page-numbers,span.page-numbers.dots{background:#e0e0e0;color:black!important}a.page-numbers:hover{background:#d0d0d0}.page-numbers.current{color:white;background:#606060}#breadcrumbs{padding-left:15px}#breadcrumbs .bcur-page{font-style:italic}.weaver-left{float:left;margin-right:5%;width:47.5%}.weaver-right{float:right;width:47.5%}.youtube-player{width:100%}.entry-summary.compact-post-format{margin:0}.blog-post{float:left;margin:0}.blog-post .format-video{margin-bottom:40%!important}.blog-post-cols-2{width:47%;margin:6px 1.5% 0 1.5%}.blog-post-cols-2-span-2,.is-phone .blog-post-cols-2{width:96.9%;margin:6px 1.5% 0 1.5%}.is-mobile .blog-post-cols-3,.is-mobile .blog-post-cols-4,.is-mobile .blog-post-cols-5{width:47%;margin:6px 1.5% 0 1.5%}.is-mobile .blog-post-cols-3-span-2,.is-mobile .blog-post-cols-4-span-2,.is-mobile .blog-post-cols-5-span-2{width:98%;margin:6px 1% 0 1%}.blog-post-cols-2 img,.blog-post-cols-2-span-2 img{max-width:97%!important}.blog-post-cols-3{width:31.3%;margin:6px 1% 0 1%}.blog-post-cols-3-span-2{width:64.5%;margin:6px 1% 0 1%}.blog-post-cols-3 .post-title a,.blog-post-cols-3-span-2 .post-title a{font-size:0.85em}.blog-post-cols-3 .post-title,.blog-post-cols-3-span-2 .post-title{line-height:1em}.blog-post-cols-3 img,.blog-post-cols-3-span-2 img{max-width:94%!important}.blog-post-cols-4{width:23%;margin:5px 1% 0 1%}.blog-post-cols-4-span-2{width:47.9%;margin:5px 1% 0 1%}.blog-post-cols-4 .post-title a,.blog-post-cols-4-span-2 .post-title a,.blog-post-cols-5 .post-title a,.blog-post-cols-5-span-2 .post-title a{font-size:0.75em}.blog-post-cols-4 .post-title,.blog-post-cols-4-span-2 .post-title,.blog-post-cols-5 .post-title,.blog-post-cols-5-span-2 .post-title{line-height:1em}.blog-post-cols-4 img,.blog-post-cols-4-span-2 img{max-width:95%!important}.blog-post-cols-5{width:18%;margin:5px 1% 0 1%}.blog-post-cols-5-span-2{width:38%;margin:5px 1% 0 1%}.blog-post-cols-5 img,.blog-post-cols-5-span-2 img{max-width:91%!important}.format-image-compact{margin:0!important;padding:0!important}.format-image-compact .entry-content{margin:0!important;padding:0!important}.format-image-compact .entry-content img{margin:0!important;padding:0!important}.blog-post-cols-2 .format-image-compact img,.blog-post-cols-3 .format-image-compact img,.blog-post-cols-4 .format-image-compact img,.blog-post-cols-5 .format-image-compact img{max-width:100%!important}.wp-pagenavi{padding-top:3px;padding-bottom:8px}.container.page-iframe{width:100%}.container.page-iframe .content{margin:0;padding:0;width:100%}.container.page-iframe .content #comments{padding:0 20px 5px 20px;margin-top:-35px}#container.page-with-posts .sticky,.blog .sticky,ins,pre{}#inject_fixedbottom,.wvrx-fixedtop,.wvrx-fixonscroll{display:block;left:auto;margin-top:0!important;max-width:1100px;position:fixed!important;width:100%}#inject_fixedtop,.wvrx-fixedtop,.wvrx-fixonscroll{top:0}#wrapper .wvrx-expand-full#inject_fixedbottom,#wrapper .wvrx-expand-full.wvrx-fixedtop,#wrapper .wvrx-fullwidth#inject_fixedbottom,#wrapper .wvrx-fullwidth.wvrx-fixedtop{left:0;margin-left:0!important;margin-right:0!important;width:100%!important}#inject_fixedbottom{bottom:0}#wrapper .wvrx-expand-full .wvrx-fixedtop,#wrapper .wvrx-expand-full .wvrx-fixonscroll{left:0;max-width:none!important;width:100%!important}.title-archive .archive-info{font-size:0.75em}.category-archive-meta,.tag-archive-meta{font-style:italic;margin-top:0;margin-left:2em}.entry-meta-gicons,.entry-meta-icons{text-decoration:none}.entry-meta-gicons .sep,.entry-meta-icons .sep{display:none}.entry-utility{clear:both}.entry-meta-gicons .entry-utility-prep,.entry-meta-icons .entry-utility-prep{display:none}.entry-date-icon,.entry-meta-icons .entry-date{background:url(//kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/icons/date-1.png) center left no-repeat;background-size:22px;display:inline-block;padding-left:26px;margin-left:1.0em}.by-author-icon,.entry-meta-icons .by-author{background:url(//kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/icons/author-1.png) center left no-repeat;background-size:22px;display:inline-block;padding-left:22px;margin-left:1.0em}.cat-links-icon,.entry-meta-icons .cat-links{background:url(//kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/icons/category-1.png) center left no-repeat;background-size:22px;padding-left:26px;display:inline-block;margin-left:1.0em}.entry-meta-icons .tag-links,.tag-links-icon{background:url(//kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/icons/tag-1.png) center left no-repeat;background-size:22px;display:inline-block;padding-left:26px;margin-left:1.0em}.comments-link-icon,.entry-meta-icons .comments-link{background:url(//kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/icons/comment-1.png) center left no-repeat;background-size:22px;display:inline-block;padding-left:24px;margin-left:1.0em}.entry-meta-icons .permalink-icon,.permalink-icon{background:url(//kunstarztpraxis.de/wp-content/themes/weaver-xtreme/assets/css/icons/permalink-1.png) center left no-repeat;background-size:22px;display:inline-block;padding-left:24px;margin-left:1.0em}.entry-meta-gicons{display:inline-block}.entry-meta-gicons{transition:color .1s ease-in;font-family:inherit;font-size:inherit;line-height:inherit;text-decoration:inherit;text-transform:none}.entry-meta-gicons .entry-date:before{content:"\f307";font-family:"Genericons";font-size:110%;vertical-align:-0.225em;margin-right:.1em}.entry-meta-gicons .by-author:before{content:"\f304";font-family:"Genericons";font-size:110%;vertical-align:-0.225em;padding-left:0.5em;margin-right:-0.2em}.entry-meta-gicons .cat-links:before{content:"\f301";font-family:"Genericons";font-size:110%;vertical-align:-0.2em;margin-right:-0.1em}.entry-meta-gicons .tag-links:before{content:"\f302";font-family:"Genericons";font-size:110%;vertical-align:-0.215em;padding-left:0.5em;margin-right:-0.2em}.entry-meta-gicons .comments-link:before{content:"\f300";font-family:"Genericons";font-size:110%;vertical-align:-0.25em;padding-left:0.5em;margin-right:0.05em}.entry-meta-gicons .permalink-icon:before{content:"\f107";font-family:"Genericons";font-size:110%;vertical-align:-0.25em;padding-left:0.5em}.genericon-wvrx-menu:before{content:"\f419";font-family:"Genericons"}.entry-meta-gicons .permalink-icon{padding:0;margin:0;background:none!important}.post-hide-date .entry-date,.post-hide-date .posted-on,.post-hide-date .posted-on a{display:none}.post-hide-author .by-author{display:none}.post-hide-categories .cat-links{display:none}.post_hide-singleton-category{display:none}.post-hide-tags .tag-links{display:none}.post-hide-permalink .permalink-icon{display:none}.page-title,.post-title{font-size:1.875em;font-weight:bold;padding-bottom:0.1em;line-height:1.1;margin-top:0.25em}.page-title,.post-title{margin-bottom:0.15em}.entry-meta{clear:both}.wrapper .post-title a{color:black;text-decoration:none;font-weight:inherit;font-style:inherit}.wrapper .post-title a:focus,.wrapper .post-title a:hover,.wrapper .post-title a:visited{text-decoration:none;color:inherit}.wrapper .post-title a:visited{color:black}.wrapper .post-title a:hover{color:#ee0000}a.more-link{display:block}.post{margin:0 0 15px 0}.blog .sticky{border-top:2px dotted #444444;border-bottom:2px dotted #444444;padding-left:1%;padding-right:1%}.no-results{margin:0 0 1.5em;padding:0 0 1.5em;position:relative}.entry-content,.entry-summary{padding:1.0em 0 0 0;margin:0}.entry-content #s{width:75%}.page-link{clear:both;display:block;margin:0 0 1.625em}.page-link a{margin:0;padding:2px 3px;text-decoration:none}.page-link span{margin-right:6px}#content nav{clear:both;overflow:hidden;padding:0 0 0.5em}#content nav a{font-weight:bold}#nav-above{padding:0 0 0.5em}#nav-above{display:none}#nav-below{margin:0;padding:0}#nav-above,#nav-below{font-size:0.9em}.nocomments,.nopassword{font-style:italic}.nocomments{display:none}.paged #nav-above{display:block}.single #nav-above{display:block}.nav-previous{float:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.single .nav-next,.single .nav-previous{width:50%}#content nav .meta-nav{font-weight:normal}.screen-reader-text{display:none}.post-password-required input[type=password]{margin:0.8125em 0}.wrapper .post-format-icon{font-size:0.8em;margin-top:0.15em}.one-column .format-aside .post-title{display:block}.one-column .format-link .post-title{display:block}.one-column .format-link .entry-content{padding:1.625em 0 0}.format-status .entry-content .post-avatar-status img{margin-right:10px!important}.single .format-status .post-title{display:block}.format-status img.avatar{float:left;margin:4px 10px 2px 0;padding:0}.format-quote blockquote{margin:0}#author-description h2{font-size:1.15em}#author-info{font-size:0.90em}#author-info h2{font-size:1.00em}.format-quote blockquote{font-size:1.30em}.image-attachment .entry-caption p{font-size:0.90em}.blog .content .category-asides p{font-size:1.10em}.navigation{font-size:0.90em}#wp-calendar{margin-left:auto;margin-right:auto}#wp-calendar a{text-decoration:underline}#wp-calendar caption{font-size:1.20em}#wp-calendar thead{font-size:0.90em}.per-row-1,.per-row-1-m,.per-row-2,.per-row-2-m,.per-row-3,.per-row-3-m,.per-row-4,.per-row-4-m,.per-row-5,.per-row-5-m,.per-row-6,.per-row-6-m,.per-row-7,.per-row-7-m,.per-row-8,.per-row-8-m,.smart-rm{margin:0;clear:none;float:left;box-sizing:border-box}.is-mobile .m-widget-smart-rm aside,.m-widget-smart-rm aside,.widget-smart-rm aside{margin-left:0;margin-right:1%}#infobar.align-center,.align-center,.widget-area.align-center{margin-left:auto;margin-right:auto}.flow-opposite{float:right}.float-left{float:left}.float-right{float:right}#container .sb-float-right{float:right}#container .sb-float-left{float:left}.relative{position:relative}.absolute{position:absolute}.hide{display:none!important}.hide-none{}@media (max-width:580px){#site-title,.site-title{font-size:1.50em}.s-full{box-sizing:border-box;margin:0;clear:none;float:left}.s-full{width:100%}.s-hide{display:none!important}.s-widget-area-bottom,.s-widget-area-top{margin-left:1%;margin-right:1%;width:98%}.per-row-1,.per-row-2,.per-row-3,.per-row-4{width:100%}.per-row-5,.per-row-6,.per-row-7,.per-row-8{width:50%}.per-row-1-m,.per-row-2-m,.per-row-3-m,.per-row-4-m{width:100%;margin-right:0}.per-row-5-m,.per-row-6-m,.per-row-7-m,.per-row-8-m{width:49.5%}#wrapper{margin:0!important}#header{margin-top:0!important}}@media (min-width:581px) and (max-width:767px){#site-title,.site-title{font-size:2.00em}.m-full,.m-full-lm,.m-full-rm,.m-half,.m-half-lm,.m-half-rm{margin:0;clear:none;float:left;box-sizing:border-box}.m-full{width:100%}.m-half{width:50%}.m-full-lm{width:99.5%;margin-left:0.5%}.m-half-lm{width:49.5%;margin-left:0.5%}.m-full-rm{width:99%;margin-right:1%}.m-half-rm{width:49%;margin-right:1%}.m-hide{display:none!important}.m-widget-area-bottom,.m-widget-area-top{width:98%;margin-left:1%;margin-right:1%}.per-row-1{width:100%}.per-row-2,.per-row-3,.per-row-4,.per-row-5,.per-row-6,.per-row-7,.per-row-8{width:50%}.per-row-1-m{width:100%;margin-right:0!important}.per-row-2-m,.per-row-3-m,.per-row-4-m,.per-row-5-m,.per-row-6-m,.per-row-7-m,.per-row-8-m{width:49.5%}.widget-area.m-widget-cols-2 aside:nth-of-type(2n){margin-right:0}.widget-area.m-widget-cols-2 aside:nth-of-type(odd){clear:both}#wrapper{margin:0!important}#header{margin-top:0!important}}@media (min-width:768px){.l-content,.l-content-lsb,.l-content-lsb-m,.l-content-m,.l-content-rsb,.l-content-rsb-m,.l-content-ssb,.l-content-ssb-m,.l-content-ssbs,.l-content-ssbs-m,.l-full,.l-full-lm,.l-full-rm,.l-half,.l-half-lm,.l-half-rm,.l-sb-left,.l-sb-left-lm,.l-sb-left-rm,.l-sb-left-split,.l-sb-left-split-rm,.l-sb-left-split-top,.l-sb-left-split-top-rm,.l-sb-right,.l-sb-right-lm,.l-sb-right-rm,.l-sb-right-split,.l-sb-right-split-lm,.l-sb-right-split-rm,.l-xyz{margin:0;clear:none;float:left;box-sizing:border-box}.l-full{width:100%}.l-half{width:50%}.l-full-lm{width:99%;margin-left:1%}.l-half-lm{width:49%;margin-left:1%}.l-full-rm{width:99%;margin-right:1%}.l-half-rm{width:49%;margin-right:1%}.l-content-rsb{width:75%}.l-content-rsb-m{width:74%;margin-right:1%}.l-content-lsb{width:75%}.l-content-lsb-m{width:74%;margin-left:1%}.l-content-ssb{width:50%;margin-left:25%}.l-content-ssb-m{width:48%;margin-left:26%;margin-right:1%}.l-content-ssbs{width:50%}.l-content-ssbs-m{width:48%;margin-left:1%;margin-right:1%}.l-content{width:100%}.l-content-m{width:98%;margin-left:1%;margin-right:1%}.l-sb-left,.l-sb-left-split,.l-sb-right,.l-sb-right-split{width:25%}.l-sb-left-lm,.l-sb-right-lm,.l-sb-right-split-lm{width:24%;margin-left:1%}.l-sb-left-rm,.l-sb-left-split-rm,.l-sb-right-rm,.l-sb-right-split-rm{width:24%;margin-right:1%}.l-sb-left-split{margin-left:-75%;position:relative;width:25%}.l-sb-left-split-top{position:relative;width:25%}.l-sb-left-split-top-rm{position:relative;margin-right:1%;width:24%}.l-sb-left-split-rm{margin-left:-75%;position:relative;width:24%}.l-flow-opposite{float:right}.l-absolute{position:absolute}.l-hide{display:none!important}.l-widget-area-bottom,.l-widget-area-top{width:100%}.per-row-1{width:100%}.per-row-2{width:50%}.per-row-3{width:33.33333%}.per-row-4{width:25%}.per-row-5{width:20%}.per-row-6{width:16.66666%}.per-row-7{width:14.14285%}.per-row-8{width:12.5%}.per-row-1-m{width:100%}.per-row-2-m{width:49.5%}.per-row-3-m{width:32.663%}.per-row-4-m{width:24.25%}.per-row-5-m{width:19%}.per-row-6-m{width:15.8333%}.per-row-7-m{width:13.4285%}.per-row-8-m{width:11.625%}.widget-cols-2 aside:nth-of-type(odd){clear:both}.widget-cols-3 aside:nth-of-type(3n+1){clear:both}.widget-cols-4 aside:nth-of-type(4n+1){clear:both}.widget-cols-5 aside:nth-of-type(5n+1){clear:both}.widget-cols-6 aside:nth-of-type(6n+1){clear:both}.widget-cols-7 aside:nth-of-type(7n+1){clear:both}.widget-cols-8 aside:nth-of-type(8n+1){clear:both}.widget-cols-2 aside:nth-of-type(2n){margin-right:0}.widget-cols-3 aside:nth-of-type(3n){margin-right:0}.widget-cols-4 aside:nth-of-type(4n){margin-right:0}.widget-cols-5 aside:nth-of-type(5n){margin-right:0}.widget-cols-6 aside:nth-of-type(6n){margin-right:0}.widget-cols-7 aside:nth-of-type(7n){margin-right:0}.widget-cols-8 aside:nth-of-type(8n){margin-right:0}}#branding,#container,#footer-html,#header-html,#header-image,#header-widget-area,#wrapper{padding:0}#infobar{padding:5px 5px 5px 5px;margin:0}#content{padding:4px 2% 8px 2%;margin-bottom:0}#container.container-expand{padding:0}#container.container-page-builder #content{padding:0}#footer-widget-area,#primary-widget-area,#secondary-widget-area,.extra-widget-area,.widget-area-bottom,.widget-area-footer,.widget-area-primary,.widget-area-secondary,.widget-area-top{padding:8px;margin-bottom:10px}.widget-area-bottom,.widget-area-top{margin-top:10px}#colophon{padding:8px;margin-bottom:0;margin-top:0}#wrapper{margin-bottom:0;margin-top:0}#footer-html,#header-html,.inject_postpostcontent,[id*=inject_]{box-sizing:border-box}.font-outline{color:#f8f8f8;font-weight:bold;letter-spacing:0.18rem;text-shadow:-1px -1px 0 #080808,1px -1px 0 #080808,-1px 1px 0 #080808,1px 1px 0 #080808}.font-bold{font-weight:bold}.font-bold a{font-weight:bold!important}.font-weight-normal{font-weight:normal!important}.font-weight-normal a{font-weight:normal!important}.font-italic{font-style:italic}.font-italic a{font-style:italic!important}.font-inherit{font-family:inherit}.font-sans-serif{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}.font-arialBlack{font-family:"Arial Black",Gadget,Helvetica,sans-serif}.font-arialNarrow{font-family:"Arial Narrow",Arial,sans-serif}.font-impact{font-family:Impact,Haettenschweiler,Charcoal,"Arial Narrow Bold",sans-serif}.font-lucidaSans{font-family:"Lucida Sans",Geneva,Tahoma,sans-serif}.font-trebuchetMS{font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif}.font-verdana{font-family:Verdana,Geneva,Candara,sans-serif}.font-serif{font-family:TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif}.font-cambria{font-family:Cambria,Didot,Georgia,"Times New Roman","Times Roman",serif}.font-garamond{font-family:Garamond,Baskerville,"Baskerville Old Face","Hoefler Text",TimesNewRoman,"Times New Roman",serif}.font-georgia{font-family:Georgia,Times,"Times New Roman",serif}.font-lucidaBright{font-family:"Lucida Bright","Book Antiqua",Georgia,serif}.font-palatino{font-family:"Palatino Linotype",Palatino,"Lucida Bright","Book Antiqua",serif}.font-monospace{font-family:"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace}.font-consolas{font-family:Consolas,monaco,"Andale Mono",AndaleMono,monospace}.font-lucidaConsole{font-family:"Lucida Console","Lucida Sans Typewriter",Monaco,"Bitstream Vera Sans Mono",monospace}.font-papyrus{font-family:Papyrus,fantasy,cursive,serif}.font-comicSans{font-family:"Comic Sans MS",cursive,serif}.font-alegreya-sans{font-family:'Alegreya Sans',sans-serif}.font-alegreya-sans-sc{font-family:'Alegreya Sans SC',sans-serif}.font-alegreya{font-family:'Alegreya',serif}.font-alegreya-sc{font-family:'Alegreya SC',serif}.font-roboto{font-family:'Roboto',sans-serif}.font-roboto-condensed{font-family:'Roboto Condensed',sans-serif}.font-roboto-mono{font-family:'Roboto Mono',monospace}.font-roboto-slab{font-family:'Roboto Slab',serif}.font-source-sans-pro{font-family:'Source Sans Pro',sans-serif}.font-source-serif-pro{font-family:'Source Serif Pro',serif}.font-handlee{font-family:'Handlee',cursive}.font-inconsolata{font-family:'Inconsolata',monospace}.font-open-sans{font-family:'Open Sans',sans-serif}.font-open-sans-condensed{font-family:'Open Sans Condensed',sans-serif}.font-droid-sans{font-family:'Droid Sans',sans-serif}.font-droid-serif{font-family:'Droid Serif',serif}.font-exo-2{font-family:'Exo 2',sans-serif}.font-lato{font-family:'Lato',sans-serif}.font-lora{font-family:'Lora',serif}.font-arvo{font-family:'Arvo',serif}.font-archivo-black{font-family:'Archivo Black',sans-serif}.font-vollkorn{font-family:'Vollkorn',serif}.font-ultra{font-family:'Ultra',serif}.font-arimo{font-family:'Arimo',sans-serif}.font-tinos{font-family:'Tinos',serif}.font-oswald{font-family:'Oswald',sans-serif}.font-pt-sans{font-family:'PT Sans',sans-serif}.font-raleway{font-family:'Raleway',sans-serif}.font-ubuntu{font-family:'Ubuntu',sans-serif}.font-montserrat{font-family:'Montserrat',sans-serif}.font-pt-sans-narrow{font-family:'PT Sans Narrow',sans-serif}.font-yanone-kaffeesatz{font-family:'Yanone Kaffeesatz',sans-serif}.font-oxygen{font-family:'Oxygen',sans-serif}.font-titillium-web{font-family:'Titillium Web',sans-serif}.font-noto-sans{font-family:'Noto Sans',sans-serif}.font-dosis{font-family:'Dosis',sans-serif}.font-bitter{font-family:'Bitter',serif}.font-merriweather{font-family:'Merriweather',serif}.font-pt-serif{font-family:'PT Serif',serif}.font-playfair-display{font-family:'Playfair Display',serif}.font-rokkitt{font-family:'Rokkitt',serif}.font-noto-serif{font-family:'Noto Serif',serif}.font-indie-flower{font-family:'Indie Flower',cursive}.font-dancing-script{font-family:'Dancing Script',cursive}.font-droid-sans-mono{font-family:'Droid Sans Mono',Courier,monospace}.font-ubuntu-mono{font-family:'Ubuntu Mono',Courier,monospace}.font-nova-mono{font-family:'Nova Mono',Courier,monospace}.huge-font-size{font-size:2.0em;line-height:1.5}.huge-font-size-title{font-size:3.25em}.xxl-font-size{font-size:1.5em;line-height:1.5}.xxl-font-size-title{font-size:2.625em}.xl-font-size{font-size:1.25em;line-height:1.5}.xl-font-size-title{font-size:2.25em}.l-font-size{font-size:1.125em;line-height:1.555}.l-font-size-title{font-size:1.875em}.m-font-size{font-size:1.0em;line-height:1.555}.m-font-size-title{font-size:1.5em}.s-font-size{font-size:0.875em;line-height:1.3125}.s-font-size-title{font-size:1.25em}.xs-font-size{font-size:0.75em;line-height:1.6}.xs-font-size-title{font-size:1em}.xxs-font-size{font-size:0.625em;line-height:1.6}.xxs-font-size-title{font-size:.875em}#content .wp-block-cover,#content .wp-block-image{margin-top:0.1em;margin-bottom:1.0em}#content [class^=wp-block-embed__wrapper]{margin-top:0!important;margin-bottom:0!important}.wp-block-pullquote{color:inherit;padding:0.33em 1.0em 0.33em 1.0em;margin-left:10px;margin-right:10px}.wp-block-pullquote blockquote p,.wp-block-pullquote>p{font-family:inherit;font-style:normal}blockquote.wp-block-quote p,blockquote.wp-block-quote.is-large p{font-style:normal}.wrapper a.wp-block-button__link:not(.has-text-color),a.wp-block-button__link:not(.has-text-color){color:#fff}code{background:rgba(128,128,128,0.1);color:inherit}.wp-block-code,.wp-block-preformatted pre{background:rgba(128,128,128,0.1);border:1px solid #aaaaaa;border-bottom-color:#cccccc;border-radius:2px;color:inherit;font-family:'Inconsolata',monospace;font-size:.8em;height:auto;margin:0 0 1.5em;outline:none;overflow:auto;padding:6px 10px;vertical-align:middle;width:100%;word-wrap:break-word;white-space:pre-wrap}#content .wp-block-cover.alignleft{margin:0 1.5em 0 0}.wp-block-cover.has-parallax{min-height:25vw}.is-ios .wp-block-cover.has-parallax{background-attachment:scroll!important}.wp-block-cover.has-background-dim{}#content .wp-block-cover-image.has-parallax{margin-bottom:0}hr{}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{font-size:inherit;padding:30px 0 5px 0;width:100%}.wp-block-gallery figure,.wp-block-gallery img{margin:0!important;width:auto}#content .wp-block-gallery.alignleft{margin:0 1.5em 0 0}ul.wp-block-gallery{clear:both}ul.wp-block-gallery,ul.wp-block-gallery li{padding:0}.wp-block-image figcaption{margin-top:.1em;margin-bottom:1em;color:inherit;text-align:center;font-size:inherit}.block-no-vertical-margins{margin-top:0!important;margin-bottom:0!important}.block-no-bottom-margin{margin-bottom:0!important}.block-1em-vertical-margins{margin-top:1em!important;margin-bottom:1em!important}.block-1em-bottom-margin{margin-bottom:1em!important}.block-border{border:1px solid #222222;padding:0.5em 1.0em}.block-border-bottom{border-bottom:1px solid #222222;padding-bottom:1.0em}.block-no-border{border:none!important}.block-rounded,.block-rounded-all{border-radius:8px!important;padding:1.0em 1.5em}.block-rounded-top{border-top-left-radius:8px;border-top-right-radius:8px;padding-top:1.0em}.block-rounded-bottom{border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding-bottom:1.0em}.block-rounded-left{border-top-left-radius:8px;border-bottom-left-radius:8px;padding-left:1.0em}.block-rounded-right{border-top-right-radius:8px;border-bottom-right-radius:8px;padding-bottom:1.0em}.block-bg-transparent-gray{background-color:rgba(0,0,0,0.1)!important }@media print{.wvrx-fullwidth{float:none}.wvrx-fullwidth{width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}h1,h2,h3,h4,h5,h6{page-break-after:avoid}dl,ol,ul{page-break-before:avoid}body{background:none!important;font-size:14px!important;padding:20px!important}footer.entry-meta a[rel=bookmark]:link:after,footer.entry-meta a[rel=bookmark]:visited:after,footer.entry-utility a[rel=bookmark]:link:after,footer.entry-utility a[rel=bookmark]:visited:after{content:" [" attr(href) "] "}#wrapper{clear:both!important;display:block!important;float:none!important;max-width:100%;position:relative!important;margin-top:0!important;border:none!important;box-shadow:none!important;background:none!important;padding:10px!important}#branding{border-top:none!important;padding:0!important}#branding div{margin:0}#site-logo,#site-tagline,#site-title,.site-logo,.site-tagline,.site-title{position:relative!important;float:none;line-height:1.5em;margin:0!important;padding:0!important}#colophon #foot-widget-area,#colophon #footer-html,#content nav,#infobar,#respond,.edit-link a,.page-link,.widget-area{display:none!important;margin:0!important;padding:0!important}#colophon{border:none!important}#container{float:left;border-top:none;box-shadow:none;overflow:visible;margin:0;width:100%!important;padding:0!important}#content{border-top:none;box-shadow:none;overflow:visible;padding:0!important;margin:0 1em 0 1em!important;width:100%}.commentlist>li.comment{background:none;border:1px solid #dddddd;border-radius:3px 3px 3px 3px;margin:0 auto 1.625em;padding:1.625em;position:relative;width:auto}.commentlist .avatar{height:39px;left:2.2em;top:2.2em;width:39px}.commentlist li.comment .comment-meta{line-height:1.625em;margin-left:50px}.commentlist li.comment .fn{display:block}.commentlist li.comment .comment-content{margin:1.625em 0 0}.commentlist .comment-edit-link{display:none}.commentlist>li.bypostauthor:before,.commentlist>li:before{content:''}.commentlist .reply{display:none}.commentlist>li.bypostauthor{color:#444444}.commentlist>li.bypostauthor .comment-meta{color:#666666}.commentlist>li.bypostauthor:before{content:none}.commentlist .children>li.bypostauthor{background:#ffffff;border-color:#dddddd}.commentlist .children>li.bypostauthor>article,.commentlist .children>li.bypostauthor>article .comment-meta{color:#666666}img{page-break-before:auto;page-break-after:auto;page-break-inside:avoid}}@media screen and (min-width:768px){.wvr-hide-desktop{display:none!important}.wvr-hide-all{display:none!important}.wvr-show-phone{display:none!important}.wvr-show-mobile{display:none!important}.wvr-show-smalltablet{display:none!important}}@media screen and (min-width:581px) and (max-width:767px){.wvr-hide-smalltablet{display:none!important}.wvr-hide-mobile{display:none!important}.wvr-hide-all{display:none!important}.wvr-show-desktop{display:none!important}.wvr-show-phone{display:none!important}}@media screen and (max-width:580px){.wvr-hide-phone{display:none!important}.wvr-hide-mobile{display:none!important}.wvr-hide-all{display:none!important}.wvr-show-desktop{display:none!important}.wvr-show-smalltablet{display:none!important}}.wvr-tabs{box-sizing:border-box;margin:0 0 1.5em 0;background:transparent}.wvr-tabs-style .wvr-tabs-nav{padding:0 20px 0 0;margin:0;height:32px;background-color:transparent}.wvr-tabs-style .wvr-tabs-nav span{display:block;float:left;padding:0 20px;height:32px;line-height:32px;margin-right:5px;cursor:pointer;border-top:1px solid #888888;border-right:1px solid #888888;border-left:1px solid #888888;background:#cccccc;border-top-left-radius:6px;border-top-right-radius:6px;position:relative;z-index:1}.wvr-tabs-style .wvr-tabs-nav span.wvr-tabs-current{position:relative;z-index:3}.wvr-tabs-style .wvr-tabs-nav span.wvr-tabs-current,.wvr-tabs-style .wvr-tabs-nav span:hover{background:#eeeeee}.wvr-tabs-nav span{box-sizing:border-box}span.wvr-tabs-current{box-sizing:content-box}.wvr-tabs-style .wvr-tabs-pane{padding:15px;border:1px solid #888888;min-height:20px;background-color:transparent;position:relative;z-index:2}.wvr-tabs-panes{position:relative;z-index:2}.wvr-tabs-panes .wvr-tabs-hide{display:none}.wvr-tabs-nav{position:relative;z-index:3}.container-woocommerce .product .entry-summary{clear:none}