.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
} .galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
.ngg-trigger-buttons.mobile-hide {
display: none;
}
}body.hidden-scroll {
overflow: hidden; }
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.7;
display: none;
z-index: 1035; }
.sl-wrapper {
z-index: 1040; }
.sl-wrapper * {
box-sizing: border-box; }
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer; }
.sl-wrapper button:hover {
opacity: 0.7; }
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem; }
.sl-wrapper .sl-close:focus {
outline: none; }
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 1060;
color: #000;
font-size: 1rem; }
.sl-wrapper .sl-navigation {
width: 100%;
display: none; }
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000; }
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button:focus {
outline: none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem; } }
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem; } }
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr; }
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000; }
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0; }
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto; }
.sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 1060; }
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite; }
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms; }
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//luenkendeerns.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//luenkendeerns.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-square-x-twitter:before{content:"\e61a"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//luenkendeerns.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//luenkendeerns.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//luenkendeerns.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//luenkendeerns.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}.fa-info:before{content:"\f129"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-lock:before{content:"\f023"}.fa-angle-right:before{content:"\f105"}.fa-user:before{content:"\f007"}.fa-star:before{content:"\f005"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-pause:before{content:"\f04c"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-arrow-right:before{content:"\f061"}.fa-lock-open:before{content:"\f3c1"}.fa-circle:before{content:"\f111"}.fa-comment:before{content:"\f075"}.fa-envelope:before{content:"\f0e0"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-angle-down:before{content:"\f107"}.fa-play:before{content:"\f04b"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-angle-up:before{content:"\f106"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-spinner:before{content:"\f110"}.fa-check:before{content:"\f00c"}.fa-angle-left:before{content:"\f104"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-window-close:before{content:"\f410"}.ngg-navigation {
font-size: 0.9em !important;
clear: both !important;
display: block !important;
padding-top: 24px;
padding-bottom: 3px;
text-align: center;
}
.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span.current {
background: #BBB;
border: none;
border-radius: 2px;
box-shadow: none;
color: #fff;
display:inline;
font-size: 14px;
font-weight: bold;
margin-right: 3px;
padding: 4px 8px;
text-decoration: none;
cursor: pointer !important;
}
.ngg-navigation .ellipsis {
background: #BBB;
border: none;
border-radius: 2px;
box-shadow: none;
color: #fff;
display:inline;
font-size: 14px;
font-weight: bold;
margin-right: 3px;
padding: 4px 8px;
text-decoration: none;
}
.ngg-navigation span.current {
background: #666;
}
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
background: transparent;
color: #BBB;
padding: 2px;
border: none;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
background: #666;
color: #FFFFFF !important;
text-decoration: none !important;
}
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next,
.ngg-navigation span.prev {
color: #666 !important;
}
.ngg-navigation a.page-numbers {
display: inline;
}
.ngg-clear {
clear: both;
}.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear: both;
display: block !important;
}
.ngg-galleryoverview .desc { margin: 0px 10px 10px 0px;
padding: 5px;
}
.ngg-gallery-thumbnail-box {
float: left;
max-width: 100% !important;
}
.ngg-template-caption .ngg-gallery-thumbnail-box {
margin-right: 0px;
}
.ngg-gallery-thumbnail {
text-align: center;
max-width: 100% !important;
background-color: #FFFFFF;
border: 1px solid #A9A9A9;
margin-right: 5px;
margin: 5px;
}
.ngg-template-caption .ngg-gallery-thumbnail {
margin-right: 0px;
}
.ngg-gallery-thumbnail a {
display: block;
margin: 4px;
border: none;
box-shadow: none;
}
.ngg-gallery-thumbnail img {
display: block;
margin: 0;
padding: 0;
position: relative;
max-width: 100% !important;
height: auto;
}
.ngg-gallery-thumbnail span { font-size: 90%;
padding-left: 5px;
display: block;
} .ngg-galleryoverview {
margin-top: 40px;
margin-bottom: 50px;
-webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
transition: width 1s, height 1s, background-color 1s, transform 1s;
min-height: 100px;
}
.ngg-gallery-thumbnail-box.ngg-1-columns {
width: 100%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-2-columns {
width: 50%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-3-columns {
width: 33.33333%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-4-columns {
width: 25%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-5-columns {
width: 20%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-6-columns {
width: 16.6666%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-7-columns {
width: 14.2857%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-8-columns {
width: 12.5%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-9-columns {
width: 11.1111%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-10-columns {
width: 10%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-11-columns {
width: 9.09%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-12-columns {
width: 8.3333%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-13-columns {
width: 7.692%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-14-columns {
width: 7.142%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-15-columns {
width: 6.6666%;
float: left !important;
}
@media (max-width: 800px) {
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 25%;
}
}
@media (max-width: 600px) {
.ngg-gallery-thumbnail-box.ngg-4-columns,
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 33.33333%;
}
}
@media (max-width: 400px) {
.ngg-gallery-thumbnail-box.ngg-3-columns,
.ngg-gallery-thumbnail-box.ngg-4-columns,
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 50%;
}
} .ngg-galleryoverview.default-view {
text-align: center;
font-size: 0 !important;
letter-spacing: 0 !important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
display:inline-block;
float: none;
vertical-align: middle;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
background-color: transparent;
border: none;
margin: 0;
margin-right: 0;
position: relative;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
margin: 2px;
box-shadow: none;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
opacity: .8;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
margin: 0 auto;
box-shadow: none;
cursor: pointer;
}
.ngg-galleryoverview.default-view .slideshowlink {
margin: 24px auto 0;
text-align: center;
text-transform: uppercase;
}
.ngg-galleryoverview.default-view .slideshowlink a {
font-size: 13px;
letter-spacing: .75px;
cursor: pointer;
text-decoration: none;
box-shadow: none;
border: none;
}
.ngg-galleryoverview.default-view .slideshowlink a:hover {
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
} .ngg-galleryoverview ul li:before {
content: '' !important;
}
.ngg-gallery-list {
list-style-type: none;
padding: 0px !important;
text-indent: 0px !important;
}
.ngg-galleryoverview div.pic img {
width: 100%;
border: 0px;
border-radius: 0px;
}
.ngg-gallery-list li {
float: left;
margin: 0 2px 0px 2px !important;
overflow: hidden;
}
.ngg-gallery-list li a {
border: 1px solid #CCCCCC;
display: block;
padding: 2px;
}
.ngg-gallery-list li.selected a {
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
background: #000000 none repeat scroll 0 0;
}
.ngg-gallery-list li img {
height: 40px;
width: 40px;
}
li.ngg-next, li.ngg-prev {
height: 40px;
width: 40px;
font-size: 3.5em;
}
li.ngg-next a, li.ngg-prev a {
padding-top: 10px;
border: none;
text-decoration: none;
} .ngg-caption-view-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
} .ngg-basic-thumbnails-carousel {
display: flex;
justify-content: center;
}
.ngg-basic-thumbnails-carousel-list {
display: flex;
flex-wrap: wrap;
}
.ngg-galleryoverview.carousel-view .ngg-gallery-thumbnail img {
max-width: 80px !important;
}@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXV0poK5.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXx0poK5.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXd0poK5.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXZ0poK5.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXh0pg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXV0poK5.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXx0poK5.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXd0poK5.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXZ0poK5.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0pg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw0aXpsog.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw9aXpsog.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw2aXpsog.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aXpsog.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w0aXpsog.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXpsog.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w2aXpsog.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXpsog.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://luenkendeerns.de/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
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: 1.5em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}  .screen-reader-text,
.mobile-search-wrapper .search-button-text,
.widget-area .widget_search .search-button-text,
.comment-author .says,
.comment-list .reply span {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus,
.mobile-search-wrapper .search-button-text:focus,
.widget-area .widget_search .search-button-text:focus,
.comment-author .says:focus,
.comment-list .reply span:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin: 0.6em 1.5em 1.5em 0;
}
.alignright {
display: inline;
float: right;
margin: 0.6em 0 1.5em 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.5em;
} .clear:before,
.clear:after,
.singular-section:before,
.singular-section:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.featured-content-wrapper:before,
.featured-content-wrapper:after,
.hero-content-wrapper:before,
.hero-content-wrapper:after,
.site-footer:before,
.site-footer:after,
.footer-widget-area:before,
.footer-widget-area:after,
.comment-meta:before,
.comment-meta:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.singular-section:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.featured-content-wrapper:after,
.hero-content-wrapper:after,
.site-footer:after,
.footer-widget-area:after,
.comment-meta:after {
clear: both;
} body {
color: rgba(0, 0, 0, 0.70);
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-size: 1rem;
font-weight: 300;
line-height: 1.647;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 300;
letter-spacing: 0.05em;
margin: 0 0 21px;
}
h1,
.entry-title {
font-size: 32px;
font-size: 2rem;
line-height: 1.4;
}
h2 {
font-size: 26px;
font-size: 1.625rem;
line-height: 1.63;
}
h3,
#feature-slider .entry-title,
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title,
.widget-area .widget-title,
.widget .wp-block-group h2,
.comments-title,
.comment-reply-title {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.5;
}
h4 {
font-size: 16px;
font-size: 1rem;
line-height: 1.647;
}
h5 {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.66;
}
h6,
.blog-section-headline .archive-title-type,
table caption,
.wp-caption-text,
.comment-notes,
.comment-metadata,
.site-info {
font-size: 12px;
font-size: 0.75rem;
line-height: 1.6923;
}
.entry-meta,
table caption,
.portfolio-wrapper .portfolio-entry-header,
.featured-content-wrapper .entry-header,
.blog-section-headline .archive-title-type,
.content-area .entry-footer span span,
.content-area .entry-footer .edit-link,
.post-navigation .meta-nav,
.comment-reply-title {
letter-spacing: 0.10em;
text-transform: uppercase;
}
.site-title,
.site-description,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.main-navigation a,
.site-footer-menu a,
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button,
.footer-widget-area.widget-area .widget-title,
.footer-widget-area .widget .wp-block-group h2,
.site-info {
letter-spacing: 0.25em;
text-transform: uppercase;
}
p {
margin: 0 0 28px;
padding: 0;
}
dfn, cite, em, i {
font-style: italic;
}
address {
margin: 0 0 28px;
}
pre {
background-color: rgba(0, 0, 0, 0.08);
font-family: 'Courier 10 Pitch', Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 28px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code, kbd, tt, var {
border: 0;
background: transparent;
color: inherit;
font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
font-size: 15px;
font-size: 0.9375rem;
padding: 0;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
blockquote {
font-style: italic;
line-height: 1.353;
overflow: hidden;
margin: 28px 0 28px -60px;
position: relative;
padding-left: 60px;
}
blockquote, q {
quotes: "" "";
}
blockquote:after, q:before, q:after {
content: "";
}
blockquote:before {
content: "\201C";
position: absolute;
left: 0;
top: 33px;
font-size: 120px;
line-height: 28px;
} .wp-custom-header-video-button:before,
.search-toggle:before,
.widget-area .widget_search .search-submit:before,
.menu-toggle:before,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.dropdown-toggle:after,
.mobile-search-wrapper .search-submit:before,
.social-navigation a:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.entry-breadcrumbs a:after,
.comment-list .reply a:before,
#scrollup:before {
display: inline-block;
font-family: 'FontAwesome';
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.search-toggle:before,
.mobile-search-wrapper .search-submit:before,
.widget-area .widget_search .search-submit:before {
content: "\f002";
}
.menu-toggle:before {
content: "\2630";
}
.search-toggle.open:before,
.menu-toggle.toggled-on:before  {
content: "\f00d";
}
.dropdown-toggle:after {
content: "\f067";
}
.active.dropdown-toggle:after {
content: "\f068";
}
#feature-slider .cycle-prev:before {
content: "\f053";
}
#feature-slider .cycle-next:before {
content: "\f054";
}
.entry-breadcrumbs a:after {
content: "\f101";
padding-left: 7px;
}
.comment-list .reply a:before {
content: "\f112";
}
.wp-custom-header-video-play:before {
content: "\f04c";
}
.wp-custom-header-video-pause:before {
content: "\f04b";
}
#scrollup:before {
content: "\f077";
} label {
display: block;
padding-left: 14px;
}
.wpcf7-form label {
padding-left: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
background: rgba(0, 0, 0, 0.08);
border: none;
border-radius: unset;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.70);
line-height: 1.235;
padding: 7px 14px;
}
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer input[type="range"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="week"],
.site-footer input[type="time"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="color"],
.site-footer textarea,
.site-footer select {
background-color: #141414;
color: rgba(255, 255, 255, 0.70);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
color: rgba(0, 0, 0, 1);
}
.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="number"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="range"]:focus,
.site-footer input[type="date"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="time"]:focus,
.site-footer input[type="datetime"]:focus,
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="color"]:focus,
.site-footer textarea:focus,
.site-footer select:focus {
color: rgba(255, 255, 255, 1);
}
select {
border: 1px solid rgba(0, 0, 0, 0.25);
}
.site-footer select {
border-color: rgba(255, 255, 255, 0.05);
}
textarea {
width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: rgba(0, 0, 0, 1);
border: none;
border-radius: unset;
box-sizing: border-box;
color: #fff;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 700;
line-height: 1.3999;
padding: 7px 35px;
}
.site-footer button,
.site-footer .button,
.site-footer input[type="button"],
.site-footer input[type="reset"],
.site-footer input[type="submit"] {
background: rgba(255, 255, 255, 1);
color: #000;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: rgba(0, 0, 0, 0.7);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
background: rgba(0, 0, 0, 0.7);
color: #000;
}
.site-footer button:hover,
.site-footer .button:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="reset"]:hover,
.site-footer input[type="submit"]:hover {
background: rgba(255, 255, 255, 0.7);
color: #000;
}
.site-footer button:active,
.site-footer button:focus,
.site-footer .button:active,
.site-footer .button:focus,
.site-footer input[type="button"]:active,
.site-footer input[type="button"]:focus,
.site-footer input[type="reset"]:active,
.site-footer input[type="reset"]:focus,
.site-footer input[type="submit"]:active,
.site-footer input[type="submit"]:focus {
background: rgba(255, 255, 255, 0.7);
}
.post-password-form label {
padding: 0;
text-align: center;
}
.post-password-form input[type="password"] {
display: block;
width: 100%;
}
.post-password-form input[type="submit"] {
display: block;
margin: 14px auto 0;
} hr {
background-color: rgba(0, 0, 0, 0.25);
border: 0;
height: 1px;
margin-bottom: 28px;
}
.drop-cap:first-letter {
float: left;
font-size: 102px;
font-size: 6.375rem;
line-height: 0.6;
margin: 6px 16px 6px -3px;
} ul,
ol {
margin: 0 0 28px 28px;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 28px;
}
dt {
font-weight: 700;
}
dd {
margin: 0 28px 28px;
} table,
table caption {
border: 1px solid rgba(0, 0, 0, 0.25);
border-width: 1px 1px 0 1px;
}
table {
border-collapse: collapse;
font-size: 16px;
font-size: 1rem;
line-height: 1.2;
margin: 0 0 28px;
table-layout: fixed; width: 100%;
}
table caption {
text-align: center;
}
table a {
color: rgba(0, 0, 0, 0.70);
font-weight: 700;
}
th {
text-align: left;
}
th,
td,
table caption {
padding: 21px;
}
tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}  .site-header-menu {
clear: both;
display: block;
}
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul li {
display: block;
padding: 0 14px;
text-align: left;
}
.main-navigation ul ul .menu-item-has-children > a:after {
float: right;
padding: 13px 0;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation li {
border-top: 1px solid #1f1f1f;
display: block;
position: relative;
}
.main-navigation a {
color: rgba(255, 255, 255, 0.70);
display: block;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 700;
line-height: 1.667;
padding: 14px 28px;
text-decoration: none;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.menu li:hover > a,
.main-navigation ul.menu li.focus > a,
.main-navigation ul.menu li:active > a {
color: #fff;
}
.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
padding-right: 50px;
}
.main-navigation ul ul a {
text-transform: none;
font-weight: 300;
letter-spacing: normal;
line-height: 2.6;
padding: 2px 14px;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul > li.focus > a {
background-color: #0d0d0d;
} .menu-toggle-wrapper {
border-top: 1px solid #1f1f1f;
}
.menu-toggle {
background: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
color: #fff;
margin: 0 auto;
padding: 14px 28px;
font-size: 15px;
font-size: 0.9375rem;
}
.menu-toggle:hover,
.menu-toggle:focus {
background-color: #4c4c4c;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #1f1f1f;
color: #fff;
}
.menu-toggle:focus {
outline: thin solid;
}
.mobile-search-wrapper {
border-top: 1px solid #1f1f1f;
clear: both;
display: none;
padding: 14px 28px;
}
.site-header-menu.toggled-on .menu,
.site-header-menu.toggled-on .mobile-search-wrapper {
display: block;
}
.mobile-search-wrapper .search-form {
position: relative;
}
.mobile-search-wrapper label {
padding: 0;
}
.mobile-search-wrapper .search-field {
background-color: #141414;
box-sizing: border-box;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
color: rgba(255, 255, 255, 0.70);
margin: 0;
font-size: 15px;
font-size: 0.9375rem;
padding: 6px 12px;
width: -webkit-calc(100% - 41px);
width: calc(100% - 41px);
}
.mobile-search-wrapper .search-field:focus {
color: rgba(255, 255, 255, 1);
}
.mobile-search-wrapper .search-submit {
background: rgba(255, 255, 255, 1);
-webkit-border-radius: 0;
border-radius: 0;
bottom: 0;
color: #000;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 42px;
}
.mobile-search-wrapper .search-submit:hover,
.mobile-search-wrapper .search-submit:focus {
background: rgba(255, 255, 255, 0.7);
}
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle:before {
display: inline-block;
font-size: 20px;
font-size: 1.25rem;
line-height: 15px;
margin-right: 5px;
}
.menu-toggle.toggled-on:before {
font-size: 20px;
font-size: 1.25rem;
line-height: 15px;
}
.dropdown-toggle {
position: absolute;
right: 0;
top: 0;
border: 0;
border-radius: unset;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
text-shadow: none;
font-size: 16px;
font-size: 1rem;
padding: 18px;
line-height: 1.1;
}
.sub-menu .dropdown-toggle {
padding: 13px 18px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(255, 255, 255, 0.70);
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .pagination,
.site-main #infinite-handle {
clear: both;
display: inline-block;
margin: 49px 0;
overflow: hidden;
text-align: center;
width: 100%;
}
.site-main .posts-navigation .nav-links {
padding: 0 35px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
margin-top: 21px;
}
.site-main #infinite-handle span {
background-color: transparent;
display: inline-block;
}
.post-navigation {
clear: both;
max-width: 826px;
overflow: hidden;
padding: 0 35px;
width: 100%;
}
.post-navigation .nav-links {
border-collapse: collapse;
display: table;
table-layout: fixed;
width: 100%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
border: 2px solid rgba(0, 0, 0, 0.12);
text-align: center;
}
.post-navigation a {
display: block;
padding: 28px;
}
.post-navigation .meta-nav {
color: rgba(0, 0, 0, 0.70);
display: block;
font-size: 11px;
font-size: 0.6875rem;
line-height: 2.54;
}
.post-navigation a:hover .meta-nav {
color: #fff;
}
.button,
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button {
background-color: #000;
color: #fff;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.667;
padding: 14px 28px;
}
.site-main #infinite-handle span button {
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
}
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.667;
padding: 14px 28px;
}
.button:hover,
.button:focus,
.comment-navigation a:hover,
.comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
background: rgba(0, 0, 0, 0.7);
color: #fff;
} .site-footer-menu ul {
clear: both;
display: block;
list-style: none;
margin: 0 0 21px;
text-align: center;
}
.site-footer-menu li {
display: inline-block;
}
.site-footer-menu a {
color: rgba(255, 255, 255, 0.70);
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.667;
padding: 7px 10px;
text-decoration: none;
}
.site-footer-menu a:hover,
.site-footer-menu a:focus {
color: #fff;
} .social-navigation ul {
list-style: none;
margin: 0 0 21px;
}
.social-navigation li {
display: inline-block;
margin: 0 7px 7px 0;
}
.social-navigation a {
background-color: transparent;
border: 1px solid #171717;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #c3c3c3;
display: block;
height: 36px;
position: relative;
width: 36px;
}
#secondary .social-navigation a {
border-color: #c3c3c3;
}
.social-navigation a:before {
content: "\f0c1";
display: block;
height: 34px;
line-height: 34px;
text-align: center;
width: 34px;
}
.social-navigation a:hover,
.social-navigation a:focus{
background: rgba(255, 255, 255, 0.90);
color: #000;
}
#secondary .social-navigation a:hover,
#secondary .social-navigation a:focus {
background: rgba(102, 102, 102, 0.2);
}
.social-navigation a[href*="codepen.io"]:before {
content: "\f1cb";
}
.social-navigation a[href*="digg.com"]:before {
content: "\f1a6";
}
.social-navigation a[href*="dribbble.com"]:before {
content: "\f17d";
}
.social-navigation a[href*="dropbox.com"]:before {
content: "\f16b";
}
.social-navigation a[href*="facebook.com"]:before {
content: "\f09a";
}
.social-navigation a[href*="flickr.com"]:before {
content: "\f16e";
}
.social-navigation a[href*="foursquare.com"]:before {
content: "\f180";
}
.social-navigation a[href*="plus.google.com"]:before {
content: "\f2b3";
}
.social-navigation a[href*="github.com"]:before {
content: "\f09b";
}
.social-navigation a[href*="instagram.com"]:before {
content: "\f16d";
}
.social-navigation a[href*="linkedin.com"]:before {
content: "\f0e1";
}
.social-navigation a[href*="path.com"]:before {
content: "\f20c";
}
.social-navigation a[href*="pinterest.com"]:before {
content: "\f0d2";
}
.social-navigation a[href*="getpocket.com"]:before {
content: "\f265";
}
.social-navigation a[href*="reddit.com"]:before {
content: "\f1a1";
}
.social-navigation a[href*="skype.com"]:before {
content: "\f17e";
}
.social-navigation a[href*="stumbleupon.com"]:before {
content: "\f1a4";
}
.social-navigation a[href*="tumblr.com"]:before {
content: "\f174";
}
.social-navigation a[href*="twitter.com"]:before {
content: "\f099";
}
.social-navigation a[href*="vimeo.com"]:before {
content: "\f27d";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
content: "\f19a";
}
.social-navigation a[href*="youtube.com"]:before {
content: "\f167";
}
.social-navigation a[href^="mailto:"]:before {
content: "\f0e0";
}
.social-navigation a[href*="spotify.com"]:before {
content: "\f1bc";
}
.social-navigation a[href*="twitch.tv"]:before {
content: "\f1e8";
}
.social-navigation a[href$="/feed/"]:before {
content: "\f09e";
}
.social-navigation a[href*="amazon.com"]:before {
content: "\f270";
}
.social-navigation a[href*="apple.com"]:before {
content: "\f179";
}
.social-navigation a[href*="bandcamp.com"]:before {
content: "\f2d5";
}
.social-navigation a[href*="behance.com"]:before {
content: "\f1b4";
}
.social-navigation a[href*="deviantart.com"]:before {
content: "\f1bd";
}
.social-navigation a[href*="etsy.com"]:before {
content: "\f2d7";
} #scrollup {
background: rgba(0, 0, 0, 1.0);
-webkit-border-radius:  50%;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 50%;
color: rgba(255, 255, 255, 0.70);
cursor: pointer;
display: none;
font-size: 16px;
font-size: 1rem;
line-height: 1.87;
outline: none;
padding: 7px 14px;
position: fixed;
bottom: 20px;
right: 20px;
text-decoration: none;
width: 46px;
height: 46px;
z-index: 9999;
}
#scrollup:hover,
#scrollup:focus {
background: rgba(0, 0, 0, 0.7);
color: #fff;
} a {
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: rgba(0, 0, 0, 0.7);
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background-color: #f6f6f6;
}
.site-inner {
background-color: #fff;
overflow-x: hidden;
position: relative;
word-wrap: break-word;
margin: 0 auto;
max-width: 1600px;
width: 100%;
}
.fluid-layout .site-inner {
max-width: 100%;
}
.wrapper {
max-width: 1148px;
margin: 0 auto;
}
.site-footer .wrapper {
max-width: 1218px;
}
.fluid-layout .portfolio-wrapper,
.fluid-layout .featured-content-wrapper,
.fluid-layout .hero-content-wrapper .section-content-wrap,
.fluid-layout .post-archive {
display: block;
margin: 0 auto;
max-width: 1920px;
}
.full-width-layout .site-content .wrapper {
max-width: 100%;
}
.singular-section .content-area .entry-header,
.singular-section .content-area .entry-content,
.singular-section .content-area .entry-footer,
.singular-section .content-area .comments-area,
.woocommerce .site-main {
display: block;
margin: 0 auto;
max-width: 826px;
padding: 0 35px;
width: 100%;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout .content-area .comments-area,
.full-width-layout.woocommerce .site-main {
max-width: 100%;
}
.fluid-layout.full-width-layout .content-area .entry-header,
.fluid-layout.full-width-layout .content-area .entry-content,
.fluid-layout.full-width-layout .content-area .entry-footer,
.fluid-layout.full-width-layout .content-area .comments-area,
.fluid-layout.full-width-layout.woocommerce .site-main {
max-width: 1920px;
}
.full-content-width-layout .content-area .entry-header,
.full-content-width-layout .content-area .entry-content,
.full-content-width-layout .content-area .entry-footer,
.full-content-width-layout .content-area .comments-area,
.full-content-width-layout.woocommerce .site-main {
max-width: 1148px;
} .two-columns-layout .content-area .entry-header,
.two-columns-layout .content-area .entry-content,
.two-columns-layout .content-area .entry-footer,
.two-columns-layout .content-area .comments-area,
.two-columns-layout.woocommerce .site-main  {
max-width: 100%;
padding: 0;
}
.two-columns-layout .singular-section {
max-width: 1196px;
}
.two-columns-layout #primary {
float: left;
padding: 0 35px;
width: 100%;
}
.two-columns-layout .content-area .entry-header {
text-align: left;
}
.two-columns-layout .content-area .post-thumbnail,
.two-columns-layout .content-area .entry-content {
margin: 28px 0;
}
.two-columns-layout #secondary {
float: right;
padding: 0 35px;
width: 100%;
}
.content-right.two-columns-layout #primary {
float: right;
}
.content-right.two-columns-layout #secondary {
float: left;
}
.entry-content > :last-child,
.entry-summary > :last-child,
.comment-content > :last-child,
.taxonomy-description > :last-child,
blockquote > :last-child,
.widget > :last-child,
.footer-meta-area .author-bio,
.footer-meta-area .nav-next .post-title {
margin-bottom: 0;
} #masthead {
background-color: #000;
}
.site-header-main {
position: relative;
}
.custom-header-media {
display: block;
margin: 0 auto;
position: relative;
width: 100%;
}
.custom-header-media img {
width: 100%;
}
.has-header-video .custom-header-media {
min-height: 400px;
}
.custom-header-media iframe,
.custom-header-media video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} @supports ( object-fit: cover ) {
.custom-header-media .wp-custom-header img,
.custom-header-media video {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
top: 0;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
width: 100%;
}
}
.wp-custom-header-video-button {
background: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
letter-spacing: 0;
margin: 0 auto;
padding: 14px 19px;
position: absolute;
bottom: 70px;
left: 48.3%;
text-align: center;
}
.site-branding {
text-align: center;
padding: 18px 35px 14px;
}
.custom-logo-link {
display: block;
margin: 0 auto 7px;
}
.site-title {
font-size: 22px;
font-size: 1.375rem;
font-weight: 700;
line-height: 1.6333;
}
.site-title a {
color: #fff;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
color: rgba(255, 255, 255, 0.70);
}
.site-description {
color: rgba(255, 255, 255, 0.50);
font-size: 11px;
font-size: 0.6875rem;
line-height: 1.82;
}
.site-title,
.site-description {
margin: 0 0 7px;
}
.site-search {
display: none;
position: absolute;
top: 0;
right: 0;
}
.search-toggle {
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: block;
float: right;
font-size: 18px;
font-size: 1.125rem;
letter-spacing: 0.01em;
line-height: 1;
padding: 26px 16px;
text-shadow: none;
}
.site-title a:hover,
.site-title a:focus,
.search-toggle:hover,
.search-toggle:focus {
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(255, 255, 255, 0.70);
text-shadow: none;
}
.search-wrapper {
background-color: #fff;
clear: both;
display: none;
position: relative;
padding: 28px;
width: 322px;
z-index: 199;
}
.search-wrapper:before {
border: solid;
content: "";
position: absolute;
top: -14px;
right: 16px;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 7px;
}
.search-wrapper label {
padding-left: 0;
}
.search-wrapper .search-field,
.search-wrapper .search-submit {
width: 100%;
}
.search-wrapper .search-field {
background: rgba(0, 0, 0, 0.08);
color: rgba(0, 0, 0, 0.70);
margin-bottom: 14px;
}
.site-main .search-form {
margin-bottom: 28px;
}
.site-main .search-form label {
display: block;
padding-left: 0;
float: left;
}
.site-main .search-form label {
display: block;
float: left;
clear: none;
} #feature-slider {
background-color: #000;
clear: both;
display: block;
position: relative;
width: 100%;
overflow: hidden;
}
#feature-slider .wrapper {
max-width: 100%;
}
#feature-slider .hentry {
width: 100%;
}
#feature-slider .slider-image {
margin: 0;
}
#feature-slider .slider-image-thumbnail {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#feature-slider .slider-content-wrapper {
padding: 35px;
position: absolute;
top: 50%;
left: 0;
right: 0;
text-align: center;
z-index: 101;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#feature-slider .entry-container {
color: #fff;
display: block;
margin: 0 auto;
}
#feature-slider .entry-container a {
color: #fff;
text-decoration: none;
}
#feature-slider .entry-summary,
#feature-slider .entry-content {
color: #fff;
display: none;
margin-top: 14px;
}
#feature-slider .cycle-pager {
display: block;
position: absolute;
bottom: 20px;
left: 0;
text-align: center;
width: 100%;
z-index: 199;
}
#feature-slider .cycle-pager span {
background-color: #ddd;
color: #ddd;
cursor: pointer;
display: inline-block;
height: 4px;
margin: 0 5px;
overflow: hidden;
width: 40px;
}
#feature-slider .cycle-pager span.cycle-pager-active {
background-color: #fff;
color: #fff;
}
#feature-slider .more-link {
margin-top: 1.5em;
}
#feature-slider .more-link span {
background-color: transparent;
border: 1px solid #fff;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 auto;
padding: 14px 28px;
text-align: center;
}
#feature-slider .more-link:hover span,
#feature-slider .more-link:focus span {
background-color: #000;
border-color: #000;
}
#feature-slider .cycle-prev,
#feature-slider .cycle-next {
background-color: transparent;
border:  1px solid #fff;
-webkit-border-radius:  50%;
border-radius: 50%;
color: #fff;
cursor: pointer;
outline: none;
opacity: 0;
filter: alpha(opacity=0);
letter-spacing: 0;
position: absolute;
top: 48%;
padding: 7px;
text-align: center;
text-decoration: none;
-moz-transition:    all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition:         all 0.2s ease-in-out;
width: 43px;
height: 43px;
z-index: 199;
}
#feature-slider .cycle-prev {
left: -42px;
}
#feature-slider .cycle-next {
right: -42px;
}
#feature-slider .cycle-prev:hover,
#feature-slider .cycle-prev:focus,
#feature-slider .cycle-next:hover,
#feature-slider .cycle-next:focus {
background-color: #000;
border-color: #000;
color: #fff;
text-decoration: none;
} .breadcrumb-area {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
font-size: 13px;
font-size: 0.8125rem;
padding: 0 7px;
text-transform: uppercase;
text-align: center;
width: 100%;
}
.entry-breadcrumbs a,
.breadcrumb-current {
display: inline-block;
padding: 14px 7px;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 28px;
}
.page-content,
.entry-content {
margin: 28px 0 0;
}
.entry-title {
margin: 0 0 14px;
text-transform: uppercase;
}
.entry-meta {
font-size: 11px;
font-size: 0.6875rem;
margin: 0 0 28px;
}
.entry-meta a {
color: rgba(0, 0, 0, 0.70);
text-decoration: underline;
}
.entry-meta a:hover,
.entry-meta a:focus {
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
.more-link {
clear: both;
color: #000;
display: block;
font-size: 11px;
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.5em;
line-height: 1.82;
margin-top: 21px;
text-transform: uppercase;
}
.more-link:hover,
.more-link:focus {
color: rgba(0, 0, 0, 0.70);
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.single .byline:before {
color: rgba(0, 0, 0, 0.7);
content: "/\00a0";
margin: 0 10px 0 14px;
}
.hero-content-wrapper {
background-color: rgba(0, 0, 0, 0.02);
margin: 35px 0;
}
.post-archive .hentry,
.search-results .post-archive .product,
.hero-content-wrapper .hentry {
margin-bottom: 0;
position: relative;
width: 100%;
}
.post-archive .post-thumbnail,
.hero-content-wrapper .post-thumbnail {
background-position: center center;
background-size: cover;
content: "";
float: left;
padding-bottom: 100%;
position: relative;
width: 100%;
}
.post-archive .post-thumbnail a,
.hero-content-wrapper .post-thumbnail a {
position: absolute;
top: 0;
right:  0;
bottom: 0;
left: 0;
}
.post-archive .content-right,
.hero-content-wrapper .entry-container {
clear: both;
padding: 35px;
width: 100%;
}
.hero-content-wrapper .entry-content {
margin-top: 0;
}
.post-archive .full-content {
width: 100%;
}
.post-archive .post-wrapper {
max-width: 728px;
}
.post-archive .entry-title a,
.hero-content-wrapper .entry-title a {
color: #000;
}
.post-archive .entry-title a:hover,
.post-archive .entry-title a:focus,
.hero-content-wrapper .entry-title a:hover,
.hero-content-wrapper .entry-title a:focus {
color: rgba(0, 0, 0, 0.70)
}
.post-archive .entry-meta {
line-height: 2.54;
padding: 0;
margin: 21px 0 0;
}
.post-archive .entry-meta .posted-on,
.post-archive .entry-meta .byline,
.post-archive .entry-meta .comments-link {
display: inline-block;
margin-right: 7px;
}
.post-archive .entry-meta a {
text-decoration: underline;
}
.post-archive .entry-meta,
.post-archive .entry-meta a {
color: rgba(0, 0, 0, 0.70);
}
.post-archive .entry-meta a:hover,
.post-archive .entry-meta a:focus {
color: #000;
text-decoration: none;
}
.post-archive .hentry:nth-child(2n) .entry-container,
.search-results .post-archive .product:nth-child(2n) .entry-container {
background-color: rgba(0, 0, 0, 0.02);
} .post-archive .hentry.sticky .entry-container {
background-color: #000;
color: rgba(255, 255, 255, 0.70);
}
.post-archive .sticky .entry-title a,
.post-archive .sticky .more-link {
color: #fff;
}
.post-archive .sticky .entry-title a:hover,
.post-archive .sticky .entry-title a:focus,
.post-archive .sticky .more-link:hover,
.post-archive .sticky .more-link:focus {
color: rgba(255, 255, 255, 0.70);
}
.post-archive .sticky .entry-meta,
.post-archive .sticky .entry-meta a {
color: rgba(255, 255, 255, 0.70);
}
.post-archive .sticky .entry-meta a:hover,
.post-archive .sticky .entry-meta a:focus {
color: #fff;
}
.singular-section {
padding: 35px 0;
}
.content-area .entry-footer {
margin: 28px auto;
}
.content-area .entry-footer span span,
.content-area .entry-footer .edit-link {
display: block;
}
.singular-section .content-area .entry-footer,
.hero-content-wrapper .entry-footer {
margin-top: 28px;
}
.content-area .entry-footer .cat-links,
.content-area .entry-footer .tags-links,
.content-area .entry-footer .edit-link {
display: block;
margin-bottom: 14px;
}
.content-area .entry-footer .cat-links a,
.content-area .entry-footer .tags-links a {
font-size: 16px;
font-size: 1rem;
}
.singular-section .content-area .entry-header,
.singular-section .content-area .woocommerce-products-header {
text-align: center;
}
.content-area .entry-title,
.content-area .woocommerce-products-header .page-title {
margin: 0 0 28px;
}
.content-area .woocommerce-products-header .page-title {
text-transform: uppercase;
}
.singular-section .content-area .post-thumbnail,
.post-navigation,
.comments-title {
margin: 35px auto;
}
.singular-section .content-area .post-thumbnail img {
display: block;
margin: 0 auto;
} .page-links {
clear: both;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.5;
margin: 0 0 28px;
text-transform: uppercase;
}
.page-links .page-link-text {
margin-right: 14px;
}
.page-links .sep {
margin: 0 7px;
}
.blog-section-headline {
margin: 35px;
text-align: center;
}
.page-title-wrapper {
position: relative;
z-index: 1;
}
.blog-section-headline .page-title {
background: #fff;
box-sizing: border-box;
display: inline-block;
font-weight: 700;
line-height: 1.2;
margin: 0;
padding: 0;
text-align: center;
text-transform: uppercase;
max-width: 100%;
}
.blog-section-headline .archive-title-type {
display: block;
max-width: 756px;
font-weight: 300;
}
.blog-section-headline .taxonomy-description {
margin: 7px auto 0;
max-width: 756px;
} .site-footer {
background-color: #000;
color: rgba(255, 255, 255, 0.70);
clear: both;
}
.footer-widget-area.widget-area .widget-title,
.footer-widget-area .widget .wp-block-group h2 {
color: rgba(255, 255, 255, 0.70);
}
.widget-area ul,
.widget-area ol {
list-style: none;
margin-left: 0;
}
.widget-area li {
line-height: 2.47;
}
.widget_categories ul,
.widget_archive ul {
text-align: right;
}
.widget_categories li,
.widget_archive li {
display: block;
height: 1%;
overflow: hidden;
}
.widget_categories ul a,
.widget_archive ul a {
float: left;
}
.footer-widget-area {
padding: 28px 0;
}
.widget-area .widget-column {
padding: 21px 35px;
width: 100%;
}
.footer-widget-area a {
color: rgba(255, 255, 255, 1);
}
.footer-widget-area a:hover,
.footer-widget-area a:focus {
color: rgba(255, 255, 255, 0.70);
}
#site-generator {
clear: both;
padding: 49px 0;
}
.site-social,
.site-info {
text-align: center;
clear: both;
}
.site-info a {
color: rgba(255, 255, 255, 0.70);
text-decoration: none;
}
.site-info a:hover,
.site-info a:focus {
color: rgba(255, 255, 255, 1);
} .portfolio-wrapper,
.featured-content-wrapper {
overflow: hidden;
text-align: center;
}
.portfolio-wrapper .hentry,
.featured-content-wrapper .hentry {
margin: 0;
position: relative;
width: 100%;
}
.portfolio-wrapper img,
.featured-content-wrapper img {
width: 100%;
}
.portfolio-wrapper .hentry:nth-child(2n) {
background-color: #fafafa;
}
.portfolio-wrapper .portfolio-entry-header,
.featured-content-wrapper .entry-header {
padding: 35px;
}
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title {
line-height: 1.333;
margin: 0 0 7px;
}
.portfolio-wrapper a {
color: #000;
text-decoration: none;
}
.portfolio-wrapper a:hover,
.portfolio-wrapper a:focus {
color: rgba(0, 0, 0, 0.70)
}
.portfolio-wrapper .entry-meta,
.featured-content-wrapper .entry-meta {
margin: 0;
} #wpstats {
display: none;
}
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs {
color: rgba(0, 0, 0, 0.70);
margin: 0;
font-size: 13px;
font-size: 0.8125rem;
}
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs a {
color: rgba(0, 0, 0, 1);
}
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs a:focus {
color: rgba(0, 0, 0, 0.70);
}
.woocommerce nav.woocommerce-pagination ul {
display: inline-block;
white-space: nowrap;
padding: 0;
clear: both;
border: 1px solid #d3ced2;
border-right: 0;
margin: 1px;
}
.woocommerce .content-area nav.woocommerce-pagination ul {
border: none;
margin: 0;
}
.woocommerce .content-area nav.woocommerce-pagination ul li {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
background: rgba(0, 0, 0, 0.90);
color: #fff;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.67;
padding: 7px 35px;
}
.woocommerce .content-area nav.woocommerce-pagination ul li a:focus,
.woocommerce .content-area nav.woocommerce-pagination ul li a:hover,
.woocommerce .content-area nav.woocommerce-pagination ul li span.current {
background: rgba(0, 0, 0, 1);
color: #fff;
}
.woocommerce .content-area #respond input#submit,
.woocommerce .content-area a.button,
.woocommerce .content-area button.button,
.woocommerce .content-area input.button {
font-size: 13px;
font-size: 0.8125rem;
font-weight: 300;
padding: 14px;
white-space: pre-wrap;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
background-color: #000;
color: #fff;
padding: 14px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
font-size: 15px;
font-size: 0.9375rem;
font-weight: 300;
letter-spacing: 0.1em;
line-height: 1.667;
white-space: normal;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding-top: 7px;
padding-bottom: 7px;
}
.woocommerce ul.products li.product .button {
max-width: 100%;
white-space: normal;
}
.site-main .pagination .page-numbers {
background: rgba(0, 0, 0, 0.90);
color: #fff;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.67;
padding: 7px 35px;
}
.site-main .pagination .page-numbers:hover,
.site-main .pagination .page-numbers:focus,
.site-main .pagination span.current {
background: rgba(0, 0, 0, 1.0);
color: #fff;
} .comment-notes {
margin: 21px auto;
}
.comment-notes,
.comment-reply-title,
.comments-title {
text-align: center;
}
.comment-content {
clear: both;
display: block;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-list {
margin-left: 0;
}
ol.comment-list,
.comment-list ol.children {
list-style: none;
}
.form-submit {
text-align: right;
}
.comment-form label {
padding-bottom: 7px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
padding: 14px 21px;
width: 100%;
}
.comment-author {
margin-right: 21px;
}
.comment-author .avatar {
display: block;
float: left;
height: 48px;
margin: 0 21px 21px 0;
width: 48px;
}
.comment-author .fn {
color: rgba(0, 0, 0, 1.0);
display: block;
float: left;
font-weight: normal;
margin: 10px 0;
}
.comment-author,
.comment-metadata {
display: inline-block;
float: left;
}
.comment-metadata {
margin: 13px 0;
}
.comment-metadata a {
color: rgba(0, 0, 0, 0.70);
}
.comment-metadata a:hover,
.comment-metadata a:focus {
color: rgba(0, 0, 0, 1);
}
.comment-list ol.children {
margin-left: 0;
}
.comment-list .depth-2 > ol.children,
.comment-list .depth-3 > ol.children,
.comment-list .depth-4 > ol.children,
.comment-list .depth-5 > ol.children {
margin-left: 28px;
}
.comment-list .comment-body {
margin: 35px 0;
position: relative;
}
.comment-list ol.children .comment-body {
border-left: 1px solid rgba(0, 0, 0, 0.12);
padding-left: 28px;
}
.comment-list .reply {
position: absolute;
top: 7px;
right: 0;
}
.comment-list .reply a {
font-size: 12px;
padding: 6px 8px;
background-color: #000;
color: #fff;
}
.comment-meta {
padding-right: 30px;
}
.comment-awaiting-moderation {
clear: both;
display: block;
}
.comment-reply-title:before {
border-top: 2px solid rgba(0, 0, 0, 0.12);
content: '';
display: block;
margin: 21px auto;
width: 28px;
} .widget {
margin: 0 0 35px; }
.widget select {
max-width: 100%;
}
.widget-area .widget-title,
.widget .wp-block-group h2 {
line-height: 1.647;
margin: 0 0 28px;
text-transform: uppercase;
} .widget-area .hentry {
display: block;
float: left;
margin-bottom: 14px;
width: 100%;
}
.widget-area .entry-content {
margin-top: 14px;
}
.widget-area ul.columns,
.widget-area .hentry:nth-last-of-type(1) {
margin-bottom: 0;
}
.widget-area .two-columns .hentry {
margin-left: 4%;
width: 48%;
}
.widget-area .three-columns .hentry {
margin-left: 4%;
width: 30.66%;
}
.widget-area .four-columns .hentry {
margin-left: 4%;
width: 22%;
}
.widget-area .five-columns .hentry {
margin-left: 4%;
width: 16.8%;
}
.widget-area .six-columns .hentry {
margin-left: 4%;
width: 13.33%;
}
.widget-area .seven-columns .hentry {
margin-left: 4%;
width: 10.85%;
}
.widget-area .eight-columns .hentry {
margin-left: 4%;
width: 9%;
}
.widget-area .two-columns .hentry:nth-child(2n+1),
.widget-area .three-columns .hentry:nth-child(3n+1),
.widget-area .four-columns .hentry:nth-child(4n+1),
.widget-area .five-columns .hentry:nth-child(5n+1),
.widget-area .six-columns .hentry:nth-child(6n+1),
.widget-area .seven-columns .hentry:nth-child(7n+1),
.widget-area .eight-columns .hentry:nth-child(8n+1) {
clear: both;
margin-left: 0;
}
.widget-area .featured-image {
margin: 0 0 14px;
}
.widget-area .left .featured-image,
.widget-area .right .featured-image {
margin: 0;
width: 25%;
}
.widget-area .left .featured-image {
float: left;
}
.widget-area .right .featured-image {
float: right;
}
.widget-area .center .featured-image {
text-align: center;
}
.widget-area .left .entry-container,
.widget-area .right .entry-container {
width: 75%;
}
.widget-area .left .entry-container {
padding-left: 14px;
float: right;
}
.widget-area .right .entry-container {
padding-right: 14px;
float: left;
}
.widget-area .hentry .entry-title {
font-size: 16px;
font-size: 1rem;
letter-spacing: normal;
margin-bottom: 14px;
text-align: left;
text-transform: none;
}
.widget-area .left .hentry .entry-title,
.widget-area .right .hentry .entry-title {
margin-bottom: 7px;
}
.widget-area .hentry .entry-title a {
text-decoration: none;
}
.widget-area .hentry .entry-meta {
margin-bottom: 0;
}
.widget-area .no-featured-image .entry-container {
float: none;
padding: 0;
width: 100%;
}
.widget-area input,
.widget-area select,
.widget-area textarea {
margin: 0 0 14px;
width: 100%;
} .ct-newsletter-wrap #subbutton {
margin: 14px auto;
display: block;
} .widget-area .widget_search .search-form {
position: relative;
}
.widget-area .widget_search label {
padding: 0;
}
.widget-area .widget_search input[type="search"].search-field {
margin: 0;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px);
}
.widget-area .widget_search .search-submit {
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 42px;
}
.widget-area .widget_search .search-submit:before {
font-size: 16px;
font-size: 1rem;
left: 2px;
line-height: 35px;
position: relative;
width: 40px;
} .widget.widget_calendar table {
margin: 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.5625;
padding: 0;
text-align: center;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}
.infinite-loader {
clear: both;
display: none;
padding: 49px 35px;
}
.site-main #infinite-handle span {
padding: 0;
} img {
height: auto; max-width: 100%; vertical-align: middle;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
margin: 28px 0 28px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 14px;
} .wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
} .wp-caption.alignleft {
margin: 0.375em 1.5em 1.5em 0;
}
.wp-caption.alignright {
margin: 0.375em 0 1.5em 1.5em;
} .gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
padding: 0 1.1400652% 2.2801304%;
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}  @media screen and (min-width: 33.375em) {
.site-branding {
text-align: center;
padding-top: 21px;
}
.page-title-wrapper:before {
border-top: 2px solid rgba(0, 0, 0, 0.25);
content: "";
margin: 0 auto; position: absolute; top: 50%; left: 0; right: 0; bottom: 0;
width: 100%;
max-width: 1600px;
z-index: -1;
}
.blog-section-headline .page-title {
padding: 0 14px;
}
.post-archive .hentry,
.search-results .post-archive .product,
.two-columns .hentry,
.four-columns .hentry,
.footer-widget-area.two .widget-column,
.footer-widget-area.four .widget-column {
width: 50%;
}
.post-archive .hentry,
.search-results .post-archive .product {
float: left;
}
.post-archive .hentry:nth-of-type(2n+1),
.search-results .post-archive .product:nth-of-type(2n+1),
.two-columns .hentry:nth-child(2n+1),
.four-columns .hentry:nth-child(2n+1) {
clear: both;
}
.portfolio-wrapper .hentry,
.featured-content-wrapper .hentry {
position: relative;
direction: ltr;
display: table;
}
.featured-content-wrapper .post-thumbnail,
.featured-content-wrapper .entry-header,
.portfolio-wrapper .post-thumbnail,
.portfolio-wrapper .portfolio-entry-header {
display: table-cell;
position: static;
vertical-align: middle;
width: 50%;
}
.portfolio-wrapper .hentry:nth-child(2n),
.featured-content-wrapper .hentry:nth-child(2n) {
direction: rtl;
width: 100%;
}
.portfolio-wrapper .hentry:nth-child(2n) .post-thumbnail,
.featured-content-wrapper .hentry:nth-child(2n) .post-thumbnail {
left: 50%;
right: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .comment-navigation,
.site-main #infinite-handle {
margin: 63px 0;
}
.front-page-navigation .nav-links {
padding: 0 63px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
float: left;
text-align: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
float: right;
margin-top: 0;
text-align: right;
width: 50%;
}
.hero-content-wrapper .hentry {
display: table;
width: 100%;
}
.hero-content-wrapper .post-thumbnail {
display: table-cell;
vertical-align: middle;
bottom: 0;
left: 0;
padding-bottom: 0;
position: absolute;
top: 0;
width: 45%;
}
.hero-content-wrapper .entry-container {
display: table-cell;
vertical-align: middle;
width: 55%;
float: right;
}
.hero-content-wrapper .entry-container.full-width {
width: 100%;
}
#secondary .widget {
display: block;
float: left;
width: 48%;
}
#secondary .widget:nth-child(2n+1) {
clear: both;
margin-right: 4%;
}
} @media screen and (min-width: 48em) {
#page {
padding: 0 2%;
}
.fluid-layout #page {
padding: 0;
}
.section .hentry,
.footer-widget-area .widget-column {
float: left;
overflow: hidden;
}
.featured-content-wrapper .hentry,
.featured-content-wrapper .hentry:nth-child(2n),
.portfolio-wrapper .hentry,
.portfolio-wrapper .hentry:nth-child(2n),
.three-columns .hentry,
.footer-widget-area.three .widget-column {
width: 33.33%;
}
.featured-content-wrapper.layout-two .hentry,
.featured-content-wrapper.layout-four .hentry {
width: 50%;
}
.featured-content-wrapper.layout-three .hentry {
width: 33.33%;
}
.featured-content-wrapper.layout-two .hentry:nth-child(2n+1),
.featured-content-wrapper.layout-three .hentry:nth-child(3n+1),
.featured-content-wrapper.layout-four .hentry:nth-child(2n+1) {
clear: both;
}
.portfolio-wrapper .hentry:nth-child(2n),
.featured-content-wrapper .hentry:nth-child(2n) {
direction: ltr;
}
.featured-content-wrapper .post-thumbnail,
.featured-content-wrapper .entry-header,
.portfolio-wrapper .post-thumbnail,
.portfolio-wrapper .portfolio-entry-header {
display: block;
width: 100%;
}
.four-columns .hentry,
.footer-widget-area.four .widget-column {
width: 25%;
}
.four-columns .hentry:nth-child(2n+1) {
clear: none;
}
.four-columns .hentry:nth-child(4n+1),
.three-columns .hentry:nth-child(3n+1) {
clear: both;
}
.footer-widget-area {
padding: 35px 0;
}
.widget-area .widget-column {
padding: 28px 35px;
}
#site-generator {
padding: 63px 0;
}
.site-footer-menu ul,
.social-navigation ul {
margin: 0 0 28px;
}
.site-title {
font-size: 30px;
font-size: 1.875rem;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
.site-branding {
padding-left: 70px;
padding-right: 70px;
}
.site-header-menu {
border-top: 1px solid #1f1f1f;
}
.blog-section-headline {
margin: 49px 35px;
}
.hero-content-wrapper {
margin: 49px 0;
}
.singular-section {
padding: 49px 0;
}
.hero-content-wrapper .entry-container {
padding: 84px 56px;
}
.blog-section-headline .page-title {
font-size: 56px;
font-size: 3.5rem;
padding: 0 21px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
display: table-cell;
vertical-align: top;
width: 50%;
}
.post-navigation .nav-previous {
text-align: left;
}
.post-navigation .nav-next {
text-align: right;
}
#feature-slider .entry-container {
max-width: 945px;
}
#feature-slider .entry-summary,
#feature-slider .entry-content {
display: block;
}
#feature-slider:hover .cycle-prev,
#feature-slider:focus .cycle-prev {
left: 21px;
opacity: 1;
filter: alpha(opacity=100);
}
#feature-slider:hover .cycle-next,
#feature-slider:focus .cycle-next {
right: 21px;
opacity: 1;
filter: alpha(opacity=100);
}
.post-password-form label {
text-align: left;
}
.post-password-form label,
.post-password-form input[type="password"],
.post-password-form input[type="submit"] {
display: inline-block;
width: auto;
}
} @media screen and (min-width: 64em) {
.menu-toggle-wrapper,
.dropdown-toggle,
.site-header-menu.toggled-on .mobile-search-wrapper {
display: none;
}
.site-search {
display: block;
}
.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
padding-right: 28px;
}
.main-navigation .menu-item-has-children li > a,
.main-navigation .page_item_has_children li > a {
padding-right: 14px;
}
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
content: "\f067";
padding-left: 13px;
}
.main-navigation ul {
border-top: none;
display: block;
text-align: center;
}
.main-navigation li {
border-top: none;
display: inline-block;
}
.main-navigation ul ul {
background-color: #000;
float: left;
padding: 4px 0;
position: absolute;
top: 53px;
left: -999em;
width: 266px;
z-index: 99999;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.has-header-video .custom-header-media {
min-height: 575px;
}
#feature-slider:hover .cycle-prev,
#feature-slider:focus .cycle-prev {
left: 42px;
}
#feature-slider:hover .cycle-next,
#feature-slider:focus .cycle-next {
right: 42px;
}
.featured-content-wrapper.layout-four .hentry {
width: 25%;
}
.featured-content-wrapper.layout-four .hentry:nth-child(2n+1) {
clear: none;
}
.featured-content-wrapper.layout-four .hentry:nth-child(4n+1) {
clear: both;
}
.search-toggle {
padding: 26px;
}
.search-wrapper:before {
right: 26px;
}
.post-archive .hentry,
.search-results .post-archive .product {
display: table;
width: 100%;
}
.post-archive .post-thumbnail {
display: table-cell;
vertical-align: middle;
bottom: 0;
left: 0;
padding-bottom: 0;
position: absolute;
top: 0;
width: 45%;
}
.post-archive .content-right {
display: table-cell;
vertical-align: middle;
width: 55%;
float: right;
padding: 84px 56px;
}
.singular-section .content-area .post-thumbnail,
.post-navigation,
.comments-title {
margin: 42px auto;
}
.comment-list .comment-body {
margin: 42px 0;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 56px;
}
.site-main .posts-navigation .nav-links {
padding: 0 56px;
}
.post-archive .entry-meta .posted-on,
.post-archive .entry-meta .byline,
.post-archive .entry-meta .comments-link {
clear: both;
display: block;
margin-right: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .comment-navigation,
.site-main #infinite-handle {
margin: 70px 0;
}
.front-page-navigation .nav-links {
padding: 0 70px;
}
.page-links .page-link-text {
margin-right: 28px;
}
.page-links .sep {
margin: 0 14px;
}
.footer-widget-area {
padding: 35px 0;
}
.widget-area .widget-column {
padding: 35px;
}
.widget-column > :last-child {
margin-bottom: 28px;
}
#site-generator {
padding: 70px 0;
}
.site-footer-menu ul,
.social-navigation ul {
margin: 0 0 35px;
}
.blog-section-headline {
margin: 49px;
}
.featured-content-wrapper .entry-header {
position: absolute;
top: 30%;
left: 0;
right: 0;
padding: 35px;
-webkit-transform: translateY(-30%);
-moz-transform: translateY(-30%);
-ms-transform: translateY(-30%);
-o-transform: translateY(-30%);
transform: translateY(-30%);
background-color: rgba(0, 0, 0, 0.25);
text-align: left;
}
.featured-content-wrapper a {
color: #fff;
text-decoration: none;
}
.featured-content-wrapper .entry-header {
color: #fff;
}
.featured-content-wrapper a:hover,
.featured-content-wrapper a:focus {
color: rgba(255, 255, 255, 0.70)
}
.post-navigation {
padding: 0;
}
.two-columns-layout #primary {
width: 70%;
}
.two-columns-layout #secondary {
width: 30%;
}
#secondary .widget {
width: 100%;
}
#secondary .widget:nth-child(2n+1) {
margin-right: 0;
} body,
h4,
.widget-area .widget-title,
.widget .wp-block-group h2 {
font-size: 17px;
font-size: 1.0625rem;
}
h1,
.entry-title {
font-size: 40px;
font-size: 2.5rem;
}
#feature-slider .entry-title {
font-size: 32px;
font-size: 2rem;
}
h2 {
font-size: 30px;
font-size: 1.875rem;
}
h3,
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title,
.comments-title,
.comment-reply-title {
font-size: 24px;
font-size: 1.5rem;
}
h5 {
font-size: 15px;
font-size: 0.9375rem;
}
h6,
.blog-section-headline .archive-title-type,
table caption,
.wp-caption-text,
.comment-notes,
.comment-metadata,
.site-info {
font-size: 13px;
font-size: 0.8125rem;
}
.blog-section-headline .page-title {
font-size: 72px;
font-size: 4.5rem;
padding: 0 42px;
}
} @media screen and (min-width: 72em) {
.post-archive .post-thumbnail {
width: 40%;
}
.post-archive .content-right {
width: 60%;
}
.post-archive .entry-summary {
width: 73%;
float: left;
}
.post-archive .entry-meta {
width: 27%;
float: left;
margin-top: 0;
padding-left: 28px;
}
.blog-section-headline {
margin: 56px;
}
.hero-content-wrapper {
margin: 56px 0;
}
.singular-section {
padding: 56px 0;
}
.site-footer-menu a {
font-size: 15px;
font-size: 0.9375rem;
padding: 14px 28px;
}
} @media screen and (min-width: 80em) {
.site-main .posts-navigation .nav-links {
padding: 0 70px;
}
.post-archive .post-thumbnail {
width: 33.3125%;
}
.post-archive .content-right {
padding: 98px 70px;
width: 66.6875%;
}
.hero-content-wrapper .entry-container {
padding: 98px 70px;
}
.blog-section-headline {
margin: 63px;
}
.hero-content-wrapper {
margin: 63px 0;
}
.singular-section {
padding: 63px 0;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 70px;
}
.two-columns-layout #primary {
width: 826px;
}
.two-columns-layout #secondary {
width: 370px;
} .blog-section-headline .page-title {
font-size: 80px;
font-size: 5rem;
padding: 0 63px;
}
} @media screen and (min-width: 85em) {
.post-archive .content-right,
.hero-content-wrapper .entry-container {
padding: 112px 84px;
}
.site-main .posts-navigation .nav-links {
padding: 0 84px;
}
.blog-section-headline {
margin: 70px;
}
.hero-content-wrapper {
margin: 70px 0;
}
.singular-section {
padding: 70px 0;
}
.singular-section .content-area .post-thumbnail,
.post-navigation,
.comments-title {
margin: 56px auto;
}
.content-area .entry-content {
margin-top: 56px;
}
.comment-list .comment-body {
margin: 56px 0;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 84px;
} .blog-section-headline .page-title {
font-size: 90px;
font-size: 5.625rem;
padding: 0 70px;
}
} @media screen and (min-width: 90em) {
.post-archive .content-right,
.hero-content-wrapper .entry-container {
padding: 140px 112px;
}
.site-main .posts-navigation .nav-links {
padding: 0 112px;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 112px;
}
.singular-section {
padding: 140px 0;
}
.fluid-layout .post-archive .post-wrapper {
max-width: 1024px;
}
.fluid-layout .post-archive .post-thumbnail {
width: 33.491%;
}
.fluid-layout .post-archive .content-right {
width: 66.509%;
}
}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 1.0769230769em;
}
.no-sidebar .alignfull {
margin-left: calc(-100vw / 2 + 100% / 2);
margin-right: calc(-100vw / 2 + 100% / 2);
max-width: 100vw;
}
.no-sidebar .alignwide {
margin-left: calc(-96vw / 2 + 100% / 2);
margin-right: calc(-96vw / 2 + 100% / 2);
max-width: 96vw;
}
.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
width: auto;
} @media screen and (min-width: 48em) {
.no-sidebar .alignfull {
margin-left: calc(-96vw / 2 + 100% / 2);
margin-right: calc(-96vw / 2 + 100% / 2);
max-width: 96vw;
}
.no-sidebar.fluid-layout .alignfull {
margin-left: calc(-100vw / 2 + 100% / 2);
margin-right: calc(-100vw / 2 + 100% / 2);
max-width: 100vw;
}
.no-sidebar .alignwide {
margin-left: calc(-93vw / 2 + 100% / 2);
margin-right: calc(-93vw / 2 + 100% / 2);
max-width: 93vw;
}
} @media screen and (min-width: 64em) {
.no-sidebar .alignwide {
margin-left: -120px;
margin-right: -120px;
max-width: 996px;
}
.no-sidebar.full-width-layout .alignwide {
margin-left: -40px;
margin-right: -40px;
max-width: 1776px;
}
} @media screen and (min-width: 103.75em) {
.no-sidebar .alignfull {
margin-left: calc(-1600px / 2 + 100% / 2);
margin-right: calc(-1600px / 2 + 100% / 2);
max-width: 1600px;
}
}  p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 102px;
font-size: 6.375rem;
line-height: 0.6;
margin: 6px 16px 6px -3px;
}
.rtl p.has-drop-cap:not(:focus):first-letter {
margin: 6px -3px 6px 16px;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
margin-left: 0;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
line-height: 1.353;
margin: 28px 0 28px -60px;
padding-left: 60px;
padding-right: 0;
}
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain) {
margin: 28px 0 28px -60px;
padding-left: 60px;
padding-right: 0;
}
.rtl .wp-block-quote,
.rtl .wp-block-quote.is-large,
.rtl .wp-block-quote.is-style-large {
margin-left: 0;
margin-right: -50px;
padding-right: 60px;
padding-left: 0;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-style: inherit;
font-size: inherit;
font-weight: inherit;
} .wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
color: inherit;
display: block;
font-size: inherit;
font-weight: inherit;
font-style: italic;
line-height: inherit;
text-align: left;
}
.rtl .wp-block-quote cite,
.rtl .wp-block-quote.is-large cite,
.rtl .wp-block-quote.is-large footer,
.rtl .wp-block-quote.is-style-large cite,
.rtl .wp-block-quote.is-style-large footer {
text-align: right;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 300;
letter-spacing: 0.25em;
line-height: 1.667;
margin-top: 28px;
padding: 14px 28px;
text-decoration: none;
text-shadow: none;
text-transform: uppercase;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
-webkit-box-shadow: none;
box-shadow: none;
}  .has-huge-font-size {
font-size: 32px;
font-size: 2rem;
line-height: 1.4;
}
.has-large-font-size {
font-size: 26px;
font-size: 1.625rem;
line-height: 1.63;
}
.has-normal-font-size {
font-size: 16px;
font-size: 1rem;
font-weight: 300;
line-height: 1.647;
}
.has-small-font-size {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.4;
} @media screen and (min-width: 64em) {
.has-huge-font-size {
font-size: 40px;
font-size: 2.5rem;
}
.has-large-font-size {
font-size: 30px;
font-size: 1.875rem;
}
.has-normal-font-size {
font-size: 17px;
font-size: 1.0625rem;
}
.has-small-font-size {
font-size: 14px;
font-size: 0.875rem;
}
} .wp-block-code {
background: transparent;
border: 0;
color: inherit;
font-size: 1em;
padding: 0;
}
.wp-block-quote__citation {
font-size: inherit;
} .wp-block-pullquote {
border: none;
color: inherit;
padding: 0;
text-align: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
margin: 0;
max-width: none;
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
padding-left: 0;
text-align: left;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
display: block;
color: inherit;
font-size: inherit;
font-weight: inherit;
font-style: italic;
line-height: inherit;
text-transform: none;
}
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: inherit;
line-height: 1.353;
}
.wp-block-pullquote.alignleft {
margin: 0.6em 1.5em 1.5em 0;
}
.wp-block-pullquote.alignright {
margin: 0.6em 0 1.5em 1.5em;
}
.rtl .wp-block-pullquote.alignleft {
margin: 0.6em 0 1.5em 1.5em;
}
.rtl .wp-block-pullquote.alignright {
margin: 0.6em 1.5em 1.5em 0;
} .wp-block-table th,
.wp-block-table td {
border: none;
}
.wp-block-table caption,
.wp-block-table th,
.wp-block-table td {
padding: 21px;
}
.wp-block-table tr {
border-bottom: 1px solid;
}  .wp-block-button {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.wp-block-button.alignleft,
.wp-block-button.alignright {
margin-top: 0;
}
.wp-block-button .wp-block-button__link {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 300;
letter-spacing: 0.25em;
line-height: 1.667;
margin-top: 0;
padding: 14px 28px;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
white-space: nowrap;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator {
border: 0;
margin: 1.5em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
}
.wp-block-latest-posts.is-grid {
list-style: disc;
}
.wp-block-latest-posts li {
margin-bottom: 7px;
}
.wp-block-latest-posts__post-date {
display: block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6923;
margin-bottom: 7px;
} .wp-block-latest-comments {
margin-left: 0;
}
.rtl .wp-block-latest-comments {
margin-right: 0;
margin-left: auto;
}
.wp-block-latest-comments__comment {
border: none;
margin: 35px 0;
padding: 0;
font-size: inherit;
}
@media screen and (min-width: 64em) {
.wp-block-latest-comments__comment {
margin: 42px 0;
}
}
@media screen and (min-width: 85em) {
.wp-block-latest-comments__comment {
margin: 56px 0;
}
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments a {
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
}
.wp-block-latest-comments__comment-meta {
margin-bottom: 14px;
}
.wp-block-latest-comments__comment-meta,
.wp-block-latest-comments__comment-excerpt p {
font-size: inherit;
}
.wp-block-latest-comments__comment-excerpt>:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 400;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
display: block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6923;
letter-spacing: 0;
margin: 7px 0 0;
} .wp-block-image figure.alignright,
.wp-block-image figure.alignleft,
.wp-block[data-align="left"] .wp-block-image,
.wp-block[data-align="right"] .wp-block-image,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"]>.wp-block-pullquote,
.wp-block[data-align="right"]>.wp-block-pullquote,
[data-align="left"]>.wp-block-cover,
[data-align="right"]>.wp-block-cover,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"]>.wp-block-embed,
.wp-block[data-align="right"]>.wp-block-embed {
max-width: 320px;
width: 100%;
} .wp-block-quote,
.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-center,
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain) {
border: 0;
border-color: transparent;
padding-right: 0;
}
.wp-block-quote.has-text-align-center,
.wp-block-quote.has-text-align-right {
padding-left: 60px;
}
.wp-block-quote.is-style-plain:before {
content: none;
}
.wp-block-quote.is-style-plain {
margin-left: 0;
margin-right: 0;
padding: 0;
}
blockquote.wp-block-quote,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote.wp-block-quote.is-style-large footer,
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-large footer {
text-align: left;
}
blockquote.wp-block-quote.has-text-align-right,
blockquote.wp-block-quote.has-text-align-right cite {
text-align: right;
}
blockquote.wp-block-quote.has-text-align-left,
blockquote.wp-block-quote.has-text-align-left cite {
text-align: left;
}
blockquote.wp-block-quote.has-text-align-center,
blockquote.wp-block-quote.has-text-align-center cite {
text-align: center;
}
blockquote.wp-block-quote.has-text-align-left.is-style-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-left.is-style-large:not(.is-style-plain) footer,
blockquote.wp-block-quote.has-text-align-left.is-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-left.is-large:not(.is-style-plain) footer {
text-align: left;
}
blockquote.wp-block-quote.has-text-align-center.is-style-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-center.is-style-large:not(.is-style-plain) footer,
blockquote.wp-block-quote.has-text-align-center.is-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-center.is-large:not(.is-style-plain) footer {
text-align: center;
}
blockquote.wp-block-quote.has-text-align-right.is-style-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-right.is-style-large:not(.is-style-plain) footer,
blockquote.wp-block-quote.has-text-align-right.is-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-right.is-large:not(.is-style-plain) footer {
text-align: right;
} .wp-block-pullquote blockquote:before {
content: none;
}
.wp-block-pullquote blockquote {
padding: 0;
margin-bottom: 0;
margin-left: 0;
margin-top: 0;
}
.wp-block-pullquote {
border: 0;
padding: 35px 0;
border-bottom: 4px solid rgba(0, 0, 0, .7);
border-top: 4px solid rgba(0, 0, 0, .7);
}
.wp-block-pullquote.aligncenter {
padding: 0 0 0 2.041666666666667em;
}
.wp-block-table thead {
border-bottom: 0;
}
.wp-block-table tfoot {
border-top: 0;
}
.wp-block-table table {
margin-bottom: 0;
}
.wp-block-table.is-style-stripes {
border-bottom: 0;
}
.wp-block-table.is-style-stripes table,
.wp-block-table.is-style-stripes tr {
border-color: transparent;
}
.wp-block-cover-image,
.wp-block-cover,
.wp-block-buttons {
margin-bottom: 28px;
}
pre.wp-block-verse {
font-family: 'Courier 10 Pitch', Courier, monospace;
}
pre.wp-block-code {
background: rgba(0, 0, 0, 0.08);
padding: 28px;
font-family: 'Courier 10 Pitch', Courier, monospace;
border: 1px solid #ccc
} .is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
border: 2px solid currentColor;
}
.wp-block-table tr {
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
background-color: rgba(0, 0, 0, 1);
color: #fff;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
color: rgba(0, 0, 0, 0.7);
}
.wp-block-table,
.wp-block-table caption {
border-color: rgba(0, 0, 0, 0.25);
} .wp-block-pullquote.is-style-solid-color blockquote.has-white-color cite,
.wp-block-button .wp-block-button__link.has-white-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline.has-white-color,
.has-white-color {
color: #ffffff;
}
.wp-block-pullquote.is-style-solid-color.has-white-background-color,
.wp-block-button .wp-block-button__link.has-white-background-color,
.has-white-background-color {
background-color: #ffffff;
}
.is-style-outline>.wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline.has-white-color {
border-color: #ffffff;
} .wp-block-pullquote.is-style-solid-color blockquote.has-black-color cite,
.wp-block-button .wp-block-button__link.has-black-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline.has-black-color,
.has-black-color {
color: #000000;
}
.wp-block-pullquote.is-style-solid-color.has-black-background-color,
.wp-block-button .wp-block-button__link.has-black-background-color,
.has-black-background-color {
background-color: #000000;
}
.is-style-outline>.wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline.has-black-color {
border-color: #000000;
} .wp-block-pullquote.is-style-solid-color blockquote.has-medium-black-color cite,
.wp-block-button .wp-block-button__link.has-medium-black-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-medium-black-color,
.wp-block-button__link.is-style-outline.has-medium-black-color,
.has-medium-black-color {
color: #333333;
}
.wp-block-pullquote.is-style-solid-color.has-medium-black-background-color,
.wp-block-button .wp-block-button__link.has-medium-black-background-color,
.has-medium-black-background-color {
background-color: #333333;
}
.is-style-outline>.wp-block-button__link.has-medium-black-color,
.wp-block-button__link.is-style-outline.has-medium-black-color {
border-color: #333333;
} .wp-block-pullquote.is-style-solid-color blockquote.has-gray-color cite,
.wp-block-button .wp-block-button__link.has-gray-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline.has-gray-color,
.has-gray-color {
color: #999999;
}
.wp-block-pullquote.is-style-solid-color.has-gray-background-color,
.wp-block-button .wp-block-button__link.has-gray-background-color,
.has-gray-background-color {
background-color: #999999;
}
.is-style-outline>.wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline.has-gray-color {
border-color: #999999;
} .wp-block-pullquote.is-style-solid-color blockquote.has-medium-gray-color cite,
.wp-block-button .wp-block-button__link.has-medium-gray-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-medium-gray-color,
.wp-block-button__link.is-style-outline.has-medium-gray-color,
.has-medium-gray-color {
color: #666666;
}
.wp-block-pullquote.is-style-solid-color.has-medium-gray-background-color,
.wp-block-button .wp-block-button__link.has-medium-gray-background-color,
.has-medium-gray-background-color {
background-color: #666666;
}
.is-style-outline>.wp-block-button__link.has-medium-gray-color,
.wp-block-button__link.is-style-outline.has-medium-gray-color {
border-color: #666666;
} .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color cite,
.wp-block-button .wp-block-button__link.has-light-gray-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-light-gray-color,
.wp-block-button__link.is-style-outline.has-light-gray-color,
.has-light-gray-color {
color: #eeeeee;
}
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color,
.wp-block-button .wp-block-button__link.has-light-gray-background-color,
.has-light-gray-background-color {
background-color: #eeeeee;
}
.is-style-outline>.wp-block-button__link.has-light-gray-color,
.wp-block-button__link.is-style-outline.has-light-gray-color {
border-color: #eeeeee;
}
.alignfull blockquote {
margin-left: 0;
}
.rtl .alignfull blockquote {
margin-left: auto;
margin-right: 0;
}
.wp-block-embed {
margin-bottom: 1.75em;
}