/*
Theme Name: webseide
Theme URI: https://webseide.com/theme/
Author: DELUCKS GmbH
Author URI: https://delucks.com/
Details URI: https://webseide.com/theme/#changelog
Description: Free WordPress SEO theme. Optimized for WordPress 5 and its Gutenberg/ Block editor. Fast, responsive and GDPR compliant. Minimal styling with many Customizer options, so you can make your content shine. Recommended in combination with the <a href="/wp-admin/plugin-install.php?s=DELUCKS+SEO&tab=search&type=term" target="_blank">DELUCKS SEO</a> and <a href="/wp-admin/plugin-install.php?s=Kadence+Blocks+–+Gutenberg+Page+Builder+Toolkit&tab=search&type=term">Kadence Blocks</a>.
Version: 3.0.8
License: CC BY 4.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webseide
Tags: custom-header,custom-colors

(C) 2006-2019 DELUCKS GmbH
webseide is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Colors
# Forms
# Mobile navigation
# Header
# Accessibility
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Extras, mobile and animation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
    outline: 0;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
	margin: 0;
    overflow-x: hidden;
}

.clearfix {
    clear: both;
}

.site-header {
	width: 100vw;
	position: absolute;
	z-index: 999;
}

#headstrip {
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
}

.site {
    position: inherit;
}

@media(max-width: 799px){
    #masthead, 
    #headstrip, 
    #content .entry-content > *,
    .wp-block-kadence-rowlayout > .kt-row-layout-inner,
    .wp-block-kadence-rowlayout.dl-singlewidth > .kt-row-layout-inner,
	.kb-row-layout-wrap > .kt-row-column-wrap,
    .blog #content.site-content,
    .single .entry-header,
    .single .entry-footer,
    .comments-area-background > *,
	.woocommerce div.product .summary,
	.woocommerce .product-info,
	.woocommerce .related,
	#above_woocommerce,
	#below_woocommerce,
	.woocommerce .products ul, 
	.woocommerce ul.products {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #content .entry-content .wp-block-kadence-rowlayout, 
    #overallfooter .footer-widgets .wp-block-kadence-rowlayout,
	#content .entry-content .product-long-description,
	.woocommerce .related.products ul,
	.delucks-comments-block .comments-area-background > * {
        padding-left: 0;
        padding-right: 0;
    }
	
	ol.has-background,
	ul.has-background {
		margin-left: 0;
		margin-right: 0;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (min-width: 784px){
    .headstrip-aboveheader .admin-bar .site {
        position: relative;
    } 
}

@media (max-width: 783px){
	body.admin-bar.header-type-fixed.admin-bar #masthead.dl-scrolling {
		top: 0;
	}
}

.site-content {
    position: relative;
}

/** Hide variable price, after variation selected **/
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled > .price {
	display: none;
}

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

main {
    width: 100%;
}

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;
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
	cursor: pointer;
}

/*a:focus,
a:active,*/
a:hover,
.webseide_comment_loadmore:hover,
.webseide_loadmore_posts:hover {
	box-shadow: none;
    outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

small {
	font-size: .8em;
}

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 {
	text-align: center;
}

figure.wp-block-image {
    text-align: left;
}

figure.wp-block-image:not(.wp-block) {
    margin: 0 auto;
}

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;
    box-shadow: none !important;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

h2 select,
h3 select,
h2:focus,
h3:focus,
h2 span:focus,
select,
select:focus {
    box-shadow: none !important;
    outline: none;
    outline: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
    padding: .25em;
}

input[type=radio]:checked::before {
    margin: .15em -.2em;
    position: absolute;
}

input[type=checkbox]:checked::before {
    margin: -.15em -.6em;
    position: absolute;
}

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"] {
    border: transparent;
	box-sizing: border-box;
	padding: .5em 0;
    margin: 0 5px 5px 0;
	width: auto;
}

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;
}

.clear {
	clear: both;
}

ul.wp-block-latest-posts.is-grid {
    padding-left: 0 !important;
}

@media (max-width: 799px){
	ul.wp-block-latest-posts.is-grid {
		padding-left: 15px !important;
	}
}

:focus{
        outline: -webkit-focus-ring-color auto 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.content-area,
.comments-area{
	line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
    line-height: 1.2em;
}

p.has-large-font-size,
p.has-huge-font-size {
    line-height: 1.2em;
}

.site-content .content-area .kt-blocks-accordion-header {
    line-height: 1.5em;
}

.wp-block-latest-posts a,
.site h2.entry-title {
    margin-top: 0;
}

.has-text-color a,
.wp-block-cover-image .wp-block-cover__inner-container, 
.wp-block-cover .wp-block-cover__inner-container {
	color: inherit;
}

.wp-block-cover-image.has-parallax {
    background-position: center;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #eee;
	font-family: Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.print {
	margin: auto;
	max-width: 500px;
}
.print .span {
	display: inline-block;
	width: 100px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol, ul {
    padding-left: 1.8em;
    margin-bottom: 1em;
}

ul ul,
ol ul,
ol ol {
	margin-bottom: 0;
}

@media (max-width: 799px){
    ol, ul {
        margin-left: 15px;
    }
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-top: .25em;
	margin-bottom: .25em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

.fullthumbnail {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    overflow: hidden;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.chevron::before {
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
  	border-radius: 2px;
}
.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}
.chevron.bottom:before {
	top: -.1em;
	transform: rotate(135deg);
}
.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}


/* Gutenberg Block Editor */
.entry-content .wp-block-columns,
.entry-content .wp-block-column {
    margin-bottom: 0;
}

@media(min-width: 45em){
	.wp-block-columns {
		display: flex;
        margin: 0 auto;
	}

    .wp-block-text-columns .wp-block-column {
        margin: 0 10px;
    }

    .wp-block-text-columns .wp-block-column:first-child {
        margin-left: 10px;
    }
}

.wp-block-image figcaption {
    font-size: .8em;
}

.wp-block-button {
    margin: .5em 0 1em;
}

.wp-block-search__label {
    width: 100%;
    text-align: left;
    display: block;
}

.wp-block-search .wp-block-search__input {
    padding: .5em 1em;
    border: 0;
    min-width: 2em;
	margin-bottom: 0;
}

form.wp-block-search__no-button.wp-block-search .wp-block-search__input {
	background-image: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border: none;
}

.wp-block-search__button {
    padding: 0.375em 1em !important;
	border: 0;
	margin-bottom: 0 !important;
}

/*button.wp-block-search__button {
    display: none;
}*/

.wp-block-button .wp-block-button__link {
	padding: .5em 1em;
    border: 0 solid transparent;
}

p.has-background {
	width: 100%;
}

#content ul.wp-block-latest-posts {
    padding-left: 1em;
}

.wp-block-latest-posts li {
    list-style: none;
}

.wp-block-table {
    margin: 1em 0;
}

.wp-block-table td {
    padding: 5px;
}

figure.wp-block-table {
    text-align: left;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes table tbody tr:nth-child(odd){
    background-color: transparent;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(even),
.wp-block-table.is-style-stripes tr:nth-child(even) {
    background-color: rgba(127, 127, 127, 0.1);
}

.wp-block-table.is-style-stripes,
.wp-block-table.is-style-stripes table {
    border-bottom: none;
}

.wp-block-table td, .wp-block-table th {
    word-break: normal;
}

.wp-block-image .aligncenter,
.wp-block-image.is-resized {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-column .wp-block-image img,
.wp-block-kadence-column .wp-block-image img,
div.kb-slider-type-carousel .kb-advanced-slide .kb-advanced-slide-inner {
    display: block;
}
.wp-block-column .wp-block-image .alignright,
.wp-block-kadence-column .wp-block-image .alignright{
    float: none;
    text-align: right;
}

.wp-block-column .wp-block-image {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-kadence-rowlayout .wp-block-quote,
.wp-block-kadence-rowlayout .wp-block-quote cite {
    color: inherit;
}

.wp-block-quote cite {
    filter:     alpha(opacity = 20);
    -ms-filter: "alpha(opacity = 20)";
    opacity:    .20;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-style: inherit;
}

.kb-advanced-slider .kb-row-layout-wrap {
    width: inherit;
    max-width: inherit;
    margin: 0 auto;
}

.kb-advanced-slider .kb-row-layout-wrap .kt-row-column-wrap {
    max-width: inherit;
    width: inherit;
}


@media(max-width: 799px){
	.wp-block-column {
		width: 100% !important;
		margin: 5px 0 !important;
	}

	.wp-block-text-columns, .wp-block-text-columns.aligncenter {
		display: block;
	}
}

/*--------------------------------------------------------------
# Forms & Paddings
--------------------------------------------------------------*/
a,
button,
.button,
.kt-btn-wrap a.kt-button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.webseide_comment_loadmore,
.webseide_loadmore_posts,
#header-image {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

button,
.button,
.kt-btn-wrap a.kt-button,
input,
input[type=color], 
input[type=date], 
input[type=datetime-local], 
input[type=datetime], 
input[type=email], 
input[type=month], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=time], 
input[type=url], 
input[type=week], 
select,
textarea,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.select2-container--default .select2-selection--single,
input#coupon_code,
.nav-next a,
.nav-previous a {
    border: 0px solid transparent;
	padding: .5em 1em;
	margin: 0 0 1em;
    line-height: 1.5em;
}

input,
input[type=color], 
input[type=date], 
input[type=datetime-local], 
input[type=datetime], 
input[type=email], 
input[type=month], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=time], 
input[type=url], 
input[type=week], 
select,
textarea {
    padding: .5em 1em;
    width: 100%;
}

.nav-next a,
.nav-previous a {
    display: inline-block;
}

@media (max-width: 799px){
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input.wpcf7-tel,
    textarea {
        width: calc(100% - 1em);
    }
}

label {
    display: inline;
    margin-bottom: .5em;
}

input[type="checkbox"],
span.wpcf7-list-item-label {
    display: inline;
    width: auto;
}

/* - DELUCKS SEO Comments - */
.comments-area-background {
    clear: both;
}

.dpc-comments-area span.comments-title,
.dpc-comments-area h3,
.dpc-comments-area :target:before {
    display: none;
}

.dpc-comments-area ol.commentlist {
    list-style: none;
    padding: 0;
}

.dpc-comments-area .comment_text p {
    margin: 0;
    padding: 5px 0;
}

.webseide_comment_loadmore {
    padding: .5em 1em;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}

a.dpc-btn.btn-delucks-show-comment-form.show-comment-form {
    display: -webkit-inline-box;
    padding: .5em 1em;
    margin-top: 0;
    margin-bottom: 1em;
}

.comment-form-rating {
    display: block;
    width: 100%;
}

.rating-symbol-background.fa-3x {
    font-size: 1em;
}

.webseide_mcfs_optin_field {
    display: block !important;
    margin-bottom: 15px;
}

.dpc-alert {
	display: none !important;
}

span.delucks_mcfs_optin_field {
    display: block;
}


/* WPML */
.wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0;
    margin-top: -5px;
}

/* Kadence Blocks */
@media (max-width: 799px){
    .page-template-page-2_no-title .kt-has-1-columns.kt-mobile-layout-row>.wp-block-kadence-column.inner-column-1,
    .page-template-page-3_no-title_transparent-header .kt-has-1-columns.kt-mobile-layout-row>.wp-block-kadence-column.inner-column-1,
    .page-template-page-4_landingpage .kt-has-1-columns.kt-mobile-layout-row>.wp-block-kadence-column.inner-column-1{
        -ms-flex: none;
        flex: none;
    }

    .kt-mobile-layout-row.kt-v-gutter-default>.wp-block-kadence-column {
        margin-bottom: 0;
    }

    .wp-block-kadence-rowlayout {
        margin-left: 0;
        margin-right: 0;
    }
    
    .wp-block-kadence-rowlayout > .kt-row-layout-inner .wp-block-kadence-rowlayout > .kt-row-layout-inner {
        padding-left: 0;
        padding-right: 0;
    }

}

div.wp-block-kadence-rowlayout {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-image .alignleft,
.wp-block-kadence-column .wp-block-image .alignleft {
    float: none;
    text-align: left;
}

.wp-block-columns .wp-block-image .alignright,
.wp-block-kadence-column .wp-block-image .alignright {
    float: none;
    text-align: right;
}

.kt-row-layout-inner .kt-inside-inner-col {
    width: 100%;
}

body .site-content .content-area .kb-section-has-link:hover .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link {
	box-shadow: none;
}

.wp-block-button.is-style-outline>.wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline {
	border: none;
}

.site-content .wp-block-kadence-rowlayout h1,
.site-content .wp-block-kadence-rowlayout h2,
.site-content .wp-block-kadence-rowlayout h3,
.site-content .wp-block-kadence-rowlayout h4,
.site-content .wp-block-kadence-rowlayout h5,
.site-content .wp-block-kadence-rowlayout h6,
.site-content .wp-block-kadence-rowlayout p,
.site-content .wp-block-kadence-rowlayout blockquote,
.site-content .wp-block-kadence-rowlayout ul,
.site-content .wp-block-kadence-rowlayout ol,
.site-content .wp-block-kadence-rowlayout table,
.wp-block-kadence-rowlayout .wp-block-text-columns,
.wp-block-kadence-rowlayout .wp-block-latest-posts,
.wp-block-kadence-rowlayout .wp-block-buttons,
.wp-block-kadence-rowlayout .wp-block-button,
.wp-block-kadence-rowlayout .wp-block-code,
.wp-block-kadence-rowlayout .wp-block-image,
.wp-block-kadence-rowlayout .dpc-rating-wrap,
.wp-block-kadence-rowlayout .wp-block-search,
.wp-block-kadence-rowlayout .wp-block-kadence-accordion,
.wp-block-kadence-rowlayout .wp-block-kadence-infobox,
.wp-block-kadence-rowlayout .wp-block-kadence-tabs,
.wp-block-kadence-rowlayout .wp-block-kadence-advancedgallery,
.wp-block-kadence-rowlayout .wp-block-quote,
.wp-block-kadence-rowlayout .gform_wrapper,
.kt-accordion-panel-inner .wp-block-text-columns,
.kt-accordion-panel-inner .wp-block-latest-posts,
.kt-accordion-panel-inner .wp-block-buttons,
.kt-accordion-panel-inner .wp-block-button,
.kt-accordion-panel-inner .wp-block-code,
.kt-accordion-panel-inner .wp-block-image,
.kt-accordion-panel-inner .dpc-rating-wrap,
.kt-accordion-panel-inner .wp-block-search,
.kt-accordion-panel-inner .wp-block-kadence-rowlayout,
.kt-accordion-panel-inner .wp-block-kadence-infobox,
.kt-accordion-panel-inner .wp-block-kadence-tabs,
.kt-accordion-panel-inner .wp-block-kadence-advancedgallery,
.kt-accordion-panel-inner .wp-block-quote,
.kt-accordion-panel-inner .gform_wrapper,
.kt-tab-inner-content-inner .wp-block-kadence-rowlayout {
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
}

.wp-block-kadence-rowlayout .wp-block-buttons>.wp-block-button {
    margin-right: .5em;
}

.kt-row-column-wrap .kt-row-column-wrap, 
.wp-block-kadence-rowlayout .wp-block-kadence-rowlayout {
    width: 100%;
}

@media (min-width: 800px){
    .wp-block-kadence-rowlayout .wp-block-kadence-rowlayout {
        width: auto;
		margin-left: auto;
    	margin-right: auto;
    }
}

.wp-block-kadence-rowlayout .kt-row-column-wrap .wp-block-kadence-rowlayout .kt-row-column-wrap {
    margin-left: auto;
    margin-right: auto;
}

p.has-small-font-size,
p.has-medium-font-size,
p.has-large-font-size,
p.has-huge-font-size {
    margin: inherit;
}

#content .kt-tabs-wrap ul,
#content .kt-tabs-wrap li {
    padding: 0;
    margin: 0;
}
.kt-tabs-content-wrap {
    margin-top: -1px;
}

#content ul.kt-svg-icon-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

#content button.kt-blocks-accordion-header {
    padding: .7em 1em;
    margin-bottom: 0;
}

.site-content .kt-row-column-wrap .wp-block-columns {
    padding-top: 0px;
    padding-bottom: 0px;
}

button.splide, 
button.splide__pagination__page {
    padding: 0 !important;
}

.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
    padding: 0px;
}

.wp-block-kadence-testimonials {
    margin-top: 1em;
    margin-bottom: 1em;
}

h2.kt-testimonial-title {
    text-align: inherit;
}

/*.wp-block-kadence-advancedbtn,*/
.kt-testimonial-content {
    margin-bottom: 1em;
}

.kt-testimonial-occupation {
    font-size: .8em;
}

.wp-block-kadence-accordion {
    margin-top: 1em;
    margin-bottom: 1em;
}

.wp-block-kadence-rowlayout .wp-block-kadence-testimonials .kt-blocks-carousel {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.site-content .wp-block-kadence-advancedgallery > .kb-gallery-ul {
    margin-left: auto;
    margin-right: auto;
}

.site-content .kt-blocks-carousel .slick-dots {
    position: relative;
    margin: -1em auto 1em;
    max-width: none;
}

.tns-outer .tns-nav button {	
	padding: 0 !important;
}

.tns-outer .tns-nav button:hover,
.tns-outer .tns-nav button.tns-nav-active {	
	background: transparent;
}

.wp-block-kadence-testimonials .kt-blocks-carousel .slick-prev, 
.wp-block-kadence-testimonials .kt-blocks-carousel .slick-next,
.wp-block-kadence-slider .kt-blocks-carousel .slick-prev, 
.wp-block-kadence-slider .kt-blocks-carousel .slick-next {
    width: 50px;
}

.entry-content .wp-block-kadence-rowlayout .kb-blocks-bg-slider .slick-arrow {
	z-index: 50;
}

.wp-block-kadence-rowlayout figure {
    margin-left: 0;
    margin-right: 0;
}

.wp-block-kadence-rowlayout figure {
    margin-left: 0;
    margin-right: 0;
}

.wp-block-kadence-rowlayout iframe,
.wp-block-kadence-rowlayout .wp-block-video video {
     width: 100%;
     min-height: auto;
}

h1.kt-blocks-info-box-title,
h2.kt-blocks-info-box-title,
h3.kt-blocks-info-box-title,
h4.kt-blocks-info-box-title,
h5.kt-blocks-info-box-title,
h6.kt-blocks-info-box-title {
    text-align: inherit;
    margin-left: auto !important;
    margin-right: auto !important;
}

p.kt-blocks-info-box-text {
    margin-top: 0;
}

*.image-overlay-title, *.image-overlay-subtitle {
    text-align: center;
}

.kb-count-up-title {
	line-height: 1em;
}

.wp-block-kadence-slide .kb-advanced-slide-inner-wrap {
    text-align: left;
}


/*.site-content .wp-block-kadence-rowlayout input,
.site-content .wp-block-kadence-rowlayout textarea,
.wp-block-kadence-rowlayout .gfield_select, 
.woocommerce .wp-block-kadence-rowlayout ul.products li.product .price, 
.woocommerce .wp-block-kadence-rowlayout div.product p.price,
.woocommerce .wp-block-kadence-rowlayout div.product span.price,
.wp-block-kadence-rowlayout .comments-area,
.wp-block-kadence-rowlayout .comment-respond {
	color: inherit;
}*/

/* Kadence Conversions */
button.kadence-conversions-close {
    padding: inherit !important;
}

/* - Contact Form 7 - */
.wpcf7 p {
	-webkit-margin-before: 0;
}

span.wpcf7-list-item {
    margin: 0 1em 0 0;
}

div.wpcf7-response-output {
    margin-left: auto;
    margin-right: auto;
}

/* - Borlabs Cookie */
.site-content .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
    display: block;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
    margin-left: auto;
    margin-right: auto;
}

/* - Gravity Forms - */
.gform_wrapper.gravity-theme * {
    box-sizing: border-box;
}

#content .gform_wrapper ul.gform_fields,
#content .gform_wrapper .gform_footer {
    margin: 1em auto 0 !important;
}

.gfield_radio .gchoice,
.gfield_checkbox .gchoice {
	margin: .5em 0;
}

#content .gform_wrapper li {
    list-style: none;
}

#content .gform_wrapper .gfield_html_formatted li,
#content .gform_wrapper ul.gfield_checkbox li {
    margin-bottom: .5em;
}

.gform_validation_container {
    display: none;
}

.gfield {
    border: none;
    margin: 0 0 1em 0;
    padding: 0;
	clear: both;
}

.gfield input,
.gfield select,
.gfield textarea {
	margin-bottom: 0;
}

ul.gform_fields {
	padding-left: 0 !important;
}

ul.gfield_checkbox,
.gfield_description ul {
    padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 15px;
}

.site-content .gform_body input[type="checkbox"],
.site-content .gform_body input[type="radio"] {
    background-color: rgba(127, 127, 127, 0.1);
    padding: .5em !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 20px;
    display: inline-grid;
    margin-top: -3px;
    vertical-align: middle;
    margin-right: 5px;
    width: auto;
}

.gform_body label ul li {
    padding-left: 42px;
}

div .gform_wrapper.gravity-theme .gfield_checkbox label, 
div .gform_wrapper.gravity-theme .gfield_radio label {
	font-size: inherit !important;
	display: contents;
}

.gfield_description ul li {
	margin-right: 0;
}

.gfield_description {
    font-size: .8em;
    line-height: 1.4em;
    margin-top: -1em;
    margin-bottom: 1em;
}

.gpoll_choice_wrapper .gfield_description {
    font-size: 1em;
    margin-top: auto;
    margin-bottom: auto;
}

.gform_wrapper .gform_page_footer {
	border-top: none !important;
    clear: both;
    padding-top: 1em;
}

.site-content .gform_wrapper .ginput_container input,
.site-content .gform_wrapper .ginput_container textarea,
.site-content .gform_wrapper .ginput_container select,
.site-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: .5em;
}

.gform_body .ginput_container_select select {
    line-height: 1.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAOElEQVQoU2NkIAIwEqGGgThF/////0/INLBJ+BQyggDMFGwKYfIobkJWiGwAhsNBCpEVgGwiyncAwfYUBmcW0A4AAAAASUVORK5CYII=) rgba(127, 127, 127, 0.1) no-repeat;
    background-position: 95%;*/
    width: 100%;
}

p.gform_required_legend,
.gfield.gfield_visibility_hidden,
.hidden_label .gfield_label, 
.hidden {
	display: none;
}

.gform_validation_errors {
    padding-bottom: 1.5em;
}

.ginput_container_select select:focus::-ms-value {
  background-color: transparent;
}

.hidden_label .gfield_label, .hidden {
    display: none;
}

.gfield_required {
    color: orange;
}

.validation_message,
.validation_error {
    margin: 1em 0;
    color: orange;
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
    display: contents;
}

.gform_wrapper.gravity-theme .field_description_above .validation_message {
    padding-top: 16px !important;
}

.site-content .gform_wrapper .field_sublabel_above.hidden_label .ginput_complex.ginput_container label {
    font-weight: 700;
    font-size: inherit;
}

.gform_page:first-of-type {
    margin-top: 2em;
}

p.gform_required_legend {
    font-size: small;
}

input.gform_previous_button,
input.gform_next_button,
input[type="submit"] {
    width: auto;
}

.gform_wrapper .top_label li ul.gfield_checkbox, 
.gform_wrapper .top_label li ul.gfield_radio {
    padding-left: 0;
}

@media (min-width: 800px) {
    #content .gform_wrapper .gform_footer {
        display: inline-block;
        clear: both;
    }

	.gform_wrapper .top_label li ul.gfield_checkbox, 
	.gform_wrapper .top_label li ul.gfield_radio {
		width: 100% !important;
	}
	
	.gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 2%;
		-ms-grid-columns: (1fr 2%) [12];
		grid-row-gap: 16px;
		display: grid;
		grid-template-columns: repeat(12,1fr);
		grid-template-rows: repeat(auto-fill,auto);
		width: 100%;
	}
	
	.gform_wrapper.gravity-theme .gfield {
		grid-column: 1/-1;
		min-width: 0;
	}
	
	.gform_wrapper.gravity-theme .gfield {
		width: 100%;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-half {
		-ms-grid-column-span: 6;
		grid-column: span 6;
	}
	
	.gform_wrapper.gravity-theme .gfield.gfield--width-third {
		-ms-grid-column-span: 4;
		grid-column: span 4;
	}
	
	.gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
		-ms-grid-column-span: 3;
		grid-column: span 3;
	}
	
	.gform_wrapper.gravity-theme .ginput_complex {
		display: flex;
		flex-flow: row wrap;
	}
	
	.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
		align-items: flex-end;
	}
	
	div.gform_wrapper.gravity-theme fieldset {
		margin-bottom: 1em;
	}
	
	.gform_wrapper.gravity-theme .ginput_complex fieldset, .gform_wrapper.gravity-theme .ginput_complex span {
		flex: 1;
	}
	
	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
		padding-right: 1%;
	}
	
	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
		padding-left: 1%;
		padding-right: 0;
	}
}

/* Gravity Surveys */
div .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label, 
div .gravity-theme .gsurvey-rating:not(:checked)>label {
	background-size: 30px 30px;
	font-size: 30px!important;
  	line-height: 30px;
	width: 30px;
}

div .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label:hover, 
div .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label:hover~label, 
div .gform_legacy_markup_wrapper .gsurvey-rating>input:checked~label, 
div .gravity-theme .gsurvey-rating:not(:checked)>label:hover, 
div .gravity-theme .gsurvey-rating:not(:checked)>label:hover~label, 
div .gravity-theme .gsurvey-rating>input:checked~label {
	background-size: 30px 30px;
}

/* - WooCommerce - */
.woocommerce #page {
    position: initial;
}

.woocommerce .page-description {
    margin-bottom: 1em;
}

.product-category-description img.alignnone.size-full {
    width: 100%;
}

.content-area .woocommerce {
    margin-top: 1em;
}

#above_woocommerce,
#below_woocommerce {
    display: flex;
}

section.up-sells.upsells.products {
    clear: both;
}

@media (max-width: 768px){
    #above_woocommerce, 
    #below_woocommerce {
        display: block;
    }
    
    .woocommerce ul.products.columns-2 li.product, 
    .woocommerce-page ul.products.columns-2 li.product,
    .woocommerce ul.products.columns-3 li.product, 
    .woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-4 li.product, 
    .woocommerce-page ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-5 li.product, 
    .woocommerce-page ul.products.columns-5 li.product {
        width: 48% !important;
    }
}

@media (min-width: 769px){
    .woocommerce .site-content ul.products li.product,
	.woocommerce-page .site-content ul.products li.product {
		margin-bottom: 0;
	}
	
	.woocommerce .products ul::before, 
    .woocommerce ul.products::before {
        display: none !important;
    }
    
    .products.columns-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .products.columns-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .products.columns-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    
    .products.columns-5 {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.woocommerce div.product .product_title {
    margin-top: 0.83em;
}

.woocommerce-tabs h2 {
    display: none;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
}

p.comment-form-comment label,
a.added_to_cart.wc-forward {
    display: block;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: inherit;
}
.quantity input, button.single_add_to_cart_button {
    height: 50px;
}

a.checkout-button.button.alt.wc-forward.wp-element-button {
	font-size: 1em;
}

woocommerce .button,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce .product button.button.disabled,
.woocommerce button.button,
#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 input,
input#coupon_code,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: .5em 1em;
    line-height: 1em;
}

.woocommerce .quantity input.qty
.woocommerce input#coupon_code {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0;
}

button.single_add_to_cart_button.button.alt.wp-element-button,
.woocommerce button[name="apply_coupon"].button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent transparent transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    left: 0;
    position: relative;
    top: -4px;
    transform: rotate(135deg);
    vertical-align: middle;
    width: 0.5em;
    border-radius: 2px;
}

.woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    text-align: right;
    float: none;
}

.woocommerce-widget {
    float: left;
    margin-bottom: 20px;
}

#content ul.wc-block-grid__products {
    margin-left: auto;
    margin-right: auto;
}

li.wc-block-grid__product {
    list-style: none;
}

.site-content .woocommerce-products-header .page-description p {
    padding: 0;
}

.woocommerce .site-content .page-description * {
    max-width: none;
}

.woocommerce ul.products li.product a img,
#content .woocommerce-pagination .page-numbers li {
    margin-bottom: 0;
}

.woocommerce ul.products li.product a {
    z-index: 2;
    display: block;
    position: relative;
}

.woocommerce-page ul.products li.product .webseide-product-variation-hover {
    opacity: 0;
    position: absolute;
    background: #eeeeee;
    width: 100%;
    padding: 5px 10px;
    top: 0;
    z-index: -9;
    transition: top .3s ease-in-out;
    -webkit-transition: top .3s ease-in-out;
}

.woocommerce-page ul.products li.product:hover .webseide-product-variation-hover {
    opacity: 1;
    z-index: 102;
    font-size: .8em;
    top: 100%;
    transition: top .3s ease-in-out;
    -webkit-transition: top .3s ease-in-out;
}

#content .woocommerce-pagination ul.page-numbers,
#content ul.wc-block-grid__products,
.woocommerce ul.order_details {
    padding-left: 0;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    margin-bottom: 0;
}

@media (max-width: 799px){
    .wc-block-grid.has-3-columns .wc-block-grid__product,
    .wc-block-grid.has-4-columns .wc-block-grid__product,
    .wc-block-grid.has-5-columns .wc-block-grid__product,
    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce .woocommerce-message .button {
        float: none;
    }

}

/*.wp-block-button.wc-block-grid__product-add-to-cart,*/
.woocommerce .entry-header {
    display: none;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

/* Ordering */
/*.woocommerce .woocommerce-ordering select {
    width: auto;
}*/

.woocommerce .woocommerce-ordering {
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select {
    border: none;
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select:placeholder {
    color: transparent;
}
.woocommerce .woocommerce-ordering select::-webkit-input-placeholder {
    color: transparent;
}
.woocommerce .woocommerce-ordering select:-moz-placeholder {
    color: transparent;
}
.woocommerce .woocommerce-ordering select::-moz-placeholder {
    color: transparent;
}
.woocommerce .woocommerce-ordering select:-ms-input-placeholder {
    color: transparent;
}

/* Inputs and Widgets */
/*.woocommerce input,
input#coupon_code,
.woocommerce .select2-container--default .select2-selection--single {
    border: 0;
}*/

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5em;
}

li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term {
    float: left;
}

.woocommerce .select2-dropdown {
    border: none;
}

.woocommerce input#ship-to-different-address-checkbox {
    display: inline-block;
}

input#ship-to-different-address-checkbox::before {
    margin: -.4em;
}

.woocommerce .select2-container--default .select2-selection--single {
    height: auto;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20%;
    right: 0;
}

.woocommerce-widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
    top: 30%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.woocommerce form .form-row {
	padding: 0;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
}

h1.woocommerce-products-header__title.page-title {
    max-width: none;
}

.woocommerce h3 {
    padding: 1vh 0;
}

@media (min-width: 800px){
	ul.products {
	    padding-left: 0 !important;
	}

	.woocommerce-account .col2-set::before {
	    display: none;	
	}

	.woocommerce-account .col2-set {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    column-gap: 60px;
	    row-gap: 30px;
	}
}

#content ul.tabs.wc-tabs li {
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: rgba(127, 127, 127, 0.1);
}

p.woocommerce-mini-cart__empty-message {
    display: none;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left: .5em;
}

/* Product page */
.woocommerce .content-area,
.woocommerce-cart .content-area {
    display: flex;
}

section.related.products {
    clear: both;
}

.woocommerce.single-product ul.products li.product {
    width: auto;
}

a.reset_variations {
    /*display: block !important;*/
    display: none !important;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
	text-align: left;
}

body .pswp__bg {
    background: rgba(0,0,0,0.7);
}
.pswp__caption {
    display: none;
}

.site-content ul.woocommerce-error {
    max-width: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist {
    margin-left: auto;
    margin-right: auto;
}

/* WooCommerce Cart Widget */
.cart-count {
    margin-left: 5px;
}

span.cart-icon.dashicons.dashicons-cart {
    line-height: inherit;
}

/* Checkout Pages */
.woocommerce table.shop_table,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    margin: 0 auto;
}

#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: .5em 1em 0 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none;
}

.woocommerce form .form-row .input-checkbox,
#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 {
    display: inline-block;
}

#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
    text-align: right;
}

.woocommerce-checkout-payment {
    background-color: transparent !important;
    margin-top: 2em;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    float: left;
    width: auto;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
}

/*input#billing_phone {
    background-color: rgba(127, 127, 127, 0.1);
}*/

.woocommerce-checkout .shop_table {
    background-color: rgba(127, 127, 127, 0.1) !important;
}

#order_review .legal {
    float: none !important;
    margin: 0 auto 10px;
}

.woocommerce form .form-row label {
    line-height: 1.5em;
}

.woocommerce button.button {
    font-weight: normal;
    /*line-height: 1.5em;*/
}

.wc-gzd-order-submit {
    text-align: center;
    margin-top: 20px;
}

.woocommerce ul.order_details {
    margin: 0 auto;
}

.woocommerce p.woocommerce-customer-details--phone, 
.woocommerce p.woocommerce-customer-details--email {
    max-width: none;
}

/* - Opening Hours - */
.op-row {
    text-align: left;
}

.wp-block-column .op-overview-shortcode {
    margin: 1em 0;
}

/* - Cookie Notice - */
#cookieChoiceInfo {
    font-size: .7em;
    z-index: 100 !important;
}

#cookieChoiceInfo a {
    color: #000;
}

a#cookieChoiceDismissIcon {
    display: none !important;
}

#cookieChoiceInfo div {
    padding-right: 0 !important;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
.menus, .site-footer {
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}


.menus, .site-footer, #header_right {
	padding: 0;
}

#site-navigation-mobile {
	display: none;
}

.show-hamburger-desktop #mobileMenuToggle ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#mobileMenuToggle.active .menu-wrapper {
	display: block !important;
}

.show-hamburger-desktop #mobileMenuToggle ul.menu .sub-menu {
	display: none;
	position: relative;
	background-color: transparent;
	left: 0;
	top: 0;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
}

.show-hamburger-desktop #site-navigation-mobile {
    display: inline-grid;
    float: right;
}

.show-hamburger-desktop #site-navigation {
	display: none;
}

.show-hamburger-desktop #mobileMenuToggle {
    background-color: transparent;
    border: none;
    z-index: 999;
	display: block;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
  	user-select: none;
    float: right;
}

#mobileMenuToggle .hamburger {
  	z-index: 10000;
}

#mobileMenuToggle .hamburger span {
  	display: block;
  	width: 25px;
  	height: 2px;
  	margin-bottom: 5px;
  	position: relative;
  	border-radius: 0px;
  	z-index: 1;
  	transform-origin: 2.5px 1px;
  	-webkit-transform-origin: 2.5px 1px;
  	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              	opacity 0.55s ease;
    -webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              	opacity 0.55s ease;
}

.show-hamburger-desktop .logo-float-none #mobileMenuToggle {
    padding-top: 0;
}

.show-hamburger-desktop .logo-float-none #mobileMenuToggle input {
    margin-top: 0;
}

.show-hamburger-desktop #mobile_header_right {
	display: block;
}

#menuToggle span:first-child{
  	transform-origin: 0% 0%;
  	-webkit-transform-origin: 0% 0%;
}

#mobileMenuToggle {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

#mobileMenuToggle.active {
    filter:     alpha(opacity = 100);
    -ms-filter: "alpha(opacity = 100)";
    opacity:    1;
}

#mobileMenuToggle.active .hamburger span {
  	filter:     alpha(opacity = 100);
    -ms-filter: "alpha(opacity = 100)";
    opacity:    1;
  	transform: rotate(45deg) translate(0, 0);
  	-webkit-transform: rotate(45deg) translate(0, 0);
  	-ms-transform: rotate(45deg) translate(0, 0);
	-moz-transform: rotate(45deg) translate(0, 0);
}

#mobileMenuToggle.active .hamburger span:nth-child(3){
	transform: rotate(-45deg) translate(0, -0);
	-webkit-transform: rotate(-45deg) translate(0, -0);
	-ms-transform: rotate(-45deg) translate(0, 0);
	-moz-transform: rotate(-45deg) translate(0, 0);
}
#mobileMenuToggle.active .hamburger span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) translate(0, 0);
	-webkit-transform: rotate(0deg) translate(0, 0);
	-ms-transform: rotate(0deg) translate(0, 0);
	-moz-transform: rotate(0deg) translate(0, 0);
}
#mobileMenuToggle #primary_menu {
  	position: absolute;
  	width: 300px;
  	height: 100vh;
	top: 100%;
  	margin: 0 0 0 100vw;
  	background-color: #ededed;
  	list-style-type: none;
  	-webkit-font-smoothing: antialiased;
    transition: opacity 0.8s;
}

#mobileMenuToggle #primary_menu li,
.mobile-menu-widgets {
  	padding: 10px 0 0;
	float: none;
	display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/*#mobileMenuToggle a {
    font-size: 1.3em;
    font-weight: normal;
}*/

#mobileMenuToggle ul ul a {
    padding: 1em;
}

#mobileMenuToggle .menu-hauptmenue-container {
    height: auto;
    padding: auto;
    filter: alpha(opacity = 1);
    -ms-filter: "alpha(opacity = 1)";
    opacity: 1;
}

#mobileMenuToggle.active div ul#primary_menu {
    -webkit-transform: none;
    transform: none;
    margin: -111px 0 0 -231px;
}

/* Full Width Mobile Menu */
/*nav#site-navigation-mobile #mobileMenuToggle.active div ul#primary_menu {
    -webkit-transform: none;
    transform: none;
	position: fixed;
	top: 0;
	left: 0;
    margin: 0;
	padding-left: 0 !important;
    width: 100vw;
    height: 100vh;
	display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}*/

nav#site-navigation-mobile ul li {
	display: block;
	text-align: center;
}

/*nav#site-navigation-mobile ul li a {
	display: inline-block;
	vertical-align: middle;
}*/

/* Mobile Menu Width */
#mobileMenuToggle #primary_menu li,
.mobile-menu-widgets {
    padding: 10px 15px;
    float: none;
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}	

/* Responsive */
@media(max-width: 800px){
	#header-image {
        padding: 5px 5px 5px 0;
    }

    #header_right {
	    display: none;
	}

	#mobile_header_right {
		display: block;
	}

	#header-image {
	    z-index: 99;
	    position: relative;
	    float: none;
	    max-width: 50%;
	}

	#header-image.no-header-right {
	    max-width: calc(100% - 65px);
	}



}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

header.site-header {
	/*padding: 0px 15px;*/
	display: flex;
    border-bottom: 1px solid rgba(0,0,0,0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

header.site-header.dl-scrolling {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid rgba(25,25,25,.05);
}


header.site-header a {
	text-decoration: none;
}

#header-image:hover {
    filter:     alpha(opacity = 80);
    -ms-filter: "alpha(opacity = 80)";
    opacity:    .80;
}

.logo-float-none #header-image,
.logo-float-none  #site-navigation,
.logo-float-none #header_right {
    line-height: 2em;
    margin-left: -5px;
}

/* #header-image,
#site-navigation,
#header_right {
	float: left;
} */



#header-image {
    padding-right: .75em;
    font-weight: bold;
    position: relative;
}

#header-image img {
    vertical-align: middle;
    width: auto;
}

#primary-menu a {
    padding: 0 1em;
    display: block;
    vertical-align: middle;
}

/*#primary-menu > li > a.has-button {
    padding: 0;	
}*/

div > #header_right {
    display: -webkit-inline-box;
    margin-right: 1em;
}

div > #header_right:last-of-type {
    margin-right: 0;
}

.show-hamburger-desktop div > #header_right {
    margin-right: 1em;
}

#header_right {
	padding: 0 0 0 1em;
}

@media (max-width: 799px){
    #header_right {
    	padding-top: 3px;
    }
    
    #header_right > div,
    #header_right > form {
        margin-right: .25em;
		display: inline-block;
    }
    
    div > #header_right:last-of-type {
        margin-right: 1em;
    }
}

@media (min-width: 800px){
    #header_right > div,
    #header_right > form {
        margin-right: 15px;
		display: flex;
    }
	
	#header_right > div:last-of-type,
    #header_right > form:last-of-type {
        margin-right: 0;
    }

    .main-navigation ul li.has-multiple-columns ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        width: min-content !important;
    }

	.has-multiple-columns ul.sub-menu li {
        display: block;
        float: none !important;
        width: 200px;
	}
}

#header_right p,
#header_right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header_right li {
	list-style: none;
	float: left;
	margin: 0 5px 0 5px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation li {
    position: relative;
    margin: 0;
    display: inline-block;
}

.logo-float-none .main-navigation li,
.main-navigation ul li ul > li:last-of-type a,
.show-hamburger-desktop .main-navigation ul > li:last-of-type a {
    margin-left: 0;
}


.main-navigation ul ul {
	position: absolute;
	margin-top: 0 !important;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}



.main-navigation ul ul a {
	min-width: 200px;
    line-height: 1.5em;
}

.main-navigation ul#primary-menu ul a {
    padding-left: 1.2em;
    display: table;
    width: 100%;
}
.main-navigation ul.sub-menu > li a .menu-item-title-wrapper {
	display: table-cell;
}

.menu-item.menu-item-has-children .chevron {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.menu-item.menu-item-has-children .chevron.mobile {
	display: none;
}
.menu-item.menu-item-has-children .chevron::before {
    vertical-align: middle;
}

.main-navigation ul ul li {
	margin-top: 0px;
	display: flex;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #ffae00;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
    top: auto;
    /*margin-top: -2em;*/
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* Extra Header */
#headstrip {
	position: relative;
	height: 100px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#headstrip .headstrip-inner {
	/*height: 120px;*/
	/*background: #f3f3f3;*/
	box-sizing: border-box;
	white-space: nowrap;
	/*overflow-x: auto;*/
	/*overflow-y: hidden;*/
	-webkit-overflow-scrolling: touch;
}
body #headstrip .headstrip-inner > * {
	display: inline-block;
	/*width: 300px;
	height: 100%;
	text-align: center;*/
	box-sizing: border-box;
}

.headstrip-inner {
    margin: 0 auto;
    position: relative;
}

.headstrip-inner p,
.headstrip-inner ul {
    margin: 0;
    padding: 0;
}

.headstrip-inner a {
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}


#headstrip.alignright .headstrip-inner {
    text-align: right;
}

#headstrip.alignleft .headstrip-inner {
    text-align: left;
}

#headstrip.alignmiddle .headstrip-inner {
    text-align: center;
}

#headstrip.alignleft .headstrip-inner li:first-of-type a {
	padding-left: 0;
}

#headstrip.alignright .headstrip-inner li:last-of-type a {
	padding-right: 0;
}

.headstrip-inner li {
    float: left;
    list-style: none;
}

.headstrip-inner li {
	float: left;
	position: relative;
	margin: 0;
}

.headstrip-inner .sub-menu {
	position: absolute;
	left: -999em;
	z-index: 99998;
    min-width: 100px;
}

.headstrip-inner li.menu-item-has-children:hover .sub-menu {
    left: 0;
    margin-left: 0;
}


/* Mobile Menu */
button.menu-toggle {
	background-color: none;
	border: none;
	z-index: 999;
}

.toggled button.menu-toggle {
	background-color: none;
}

.menu-toggle {
	position: absolute;
	right: 10px;
	top: 15px;
}

.menu-toggle {
	cursor: pointer;
	padding: 20px 35px 16px 0px;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 35px;
	position: absolute;
	display: block;
	content: '';
}

.menu-toggle span:before {
  top: -10px;
}

.menu-toggle span:after {
  bottom: -10px;
}

.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  transition: all 500ms ease-in-out;
}

.toggled .menu-toggle span {
  background-color: transparent;
}

.toggled .menu-toggle span:before, .toggled .menu-toggle span:after {
  top: 0;
}

.toggled .menu-toggle span:before {
  transform: rotate(45deg);
}

.toggled .menu-toggle span:after {
  transform: rotate(-45deg);
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/*@media (max-width: 799px) {
    .main-navigation li {
		float: none;
		margin-top: 0;
	}
	.main-navigation li a {
		display: block;
        padding-left: 0;
	}

	#site-navigation {
		margin-top: 0;
		padding-top: 0;
	}

	.menu-hauptmenue-container {
		height: 0;
		padding: 0;
		filter:     alpha(opacity = 0);
		-ms-filter: "alpha(opacity = 0)";
		opacity:    .0;
	}

	.toggled .menu-hauptmenue-container {
		height: auto;
		filter:     alpha(opacity = 100);
		-ms-filter: "alpha(opacity = 100)";
		opacity:    1;
	}

    .menu-item-has-children:after:hover > body .show-hamburger-desktop #mobileMenuToggle ul.menu .sub-menu,
    .menu-item-has-children:after:hover > body #mobileMenuToggle ul.menu .sub-menu,
    .menu-item-has-children:hover > .main-navigation ul ul {
        display:block;
    }

    .main-navigation ul ul {
        position: initial;
        margin-top: 0 !important;
        font-size: .8em;
		overflow-y: scroll;
    		max-height: 40vh;
    }

    .menu-item-has-children > .submenu-toggle,
    .menu-item-has-children > .chevron.mobile {
        position: absolute;
        padding: 20px;
        right: 0;
        text-align: center;
        top: .25em;
    }

    .menu-item-has-children ul li > .submenu-toggle.mobile {
	    top: 1em;
	}


}*/

.show-hamburger-desktop .main-navigation ul ul {
    position: initial;
    margin-top: 0 !important;
    font-size: .8em;
}

.show-hamburger-desktop .menu-item-has-children > .submenu-toggle {
    position: absolute;
    padding: 20px;
    right: 0;
    text-align: center;
    top: .25em;
}

@media screen and (min-width: 800px) {
	.menu-toggle,
    .submenu-toggle/*,
    .show-hamburger-desktop .main-navigation ul*/ {
		display: none;
	}
	.main-navigation ul,
    .show-hamburger-desktop .submenu-toggle {
		display: block;
	}
}

.site-main .comment-navigation {
	overflow: hidden;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
	text-align: left;
    line-height: 1.1em;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	text-decoration: none;
}

.comment-navigation .nav-previous a:before {
    content: '‹';
    margin-right: 10px;
}

.comment-navigation .nav-next a:after {
    content: '›';
    margin-left: 10px;
}

#comment-nav-below:after {
    content: '';
    display: block;
    clear: both;
    padding-bottom: 40px;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 10px;
}

.widget select {
	max-width: 100%;
}

.textwidget p:first-of-type {
    margin-top: 0;
}

.textwidget p:last-of-type {
    margin-bottom: 0;
}

/* --- Search Widget Header --- */
.webseide-search-trigger-holder {
    margin-top: 3px;
}

body #masthead input[type=search] {
    width: 2em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding: .4em .4em .4em 2em;
    background-color: transparent;
	margin-bottom: 0;
}

@media (min-width: 800px){
    body #masthead input[type=search]:focus {
        width: 200px;
        background-color: rgba(127, 127, 127, 0.1);
    }
}

@media (max-width: 799px){
    body #masthead input[type=search]:focus {
        width: 150px;
        background-color: rgba(127, 127, 127, 0.1);
    }
    
	body #masthead input[type=search] {
		margin-top: 0;
	    background-color: rgba(127, 127, 127, 0.1);
	}
	
	body #masthead form[role=search] label {
		clip-path: unset;
		position: relative;
		height: auto;
	}

}

body #masthead input[type=search]:focus + .menu-hauptmenue-container {
    display: none !important;
}

/* --- Search Widget Footer & Content Widget Areas --- */
#overallfooter .webseide-search-widget,
#above_blog .webseide-search-widget,
#above_category .webseide-search-widget,
#above_blogpost .webseide-search-widget,
#below_blogpost .webseide-search-widget {
    padding: 0;
    line-height: inherit;
}

a.button.movetotoparrow:before {
    vertical-align: middle;
    top: 0;
    left: 0;
}

body #overallfooter .webseide-search-trigger-holder .webseide-search-trigger {
    display: none;
}

body #above_blog .webseide-search-trigger-holder .webseide-search-trigger,
body #above_category .webseide-search-trigger-holder .webseide-search-trigger,
body #above_blogpost .webseide-search-trigger-holder .webseide-search-trigger,
body #below_blogpost .webseide-search-trigger-holder .webseide-search-trigger {
    z-index: 1;
    position: absolute;
    margin: 4px 7px;
    line-height: 55px;
}
body #overallfooter .webseide-search-trigger-holder .webseide-search-trigger {
    line-height: 37px;
}

#overallfooter .webseide-search-form-holder,
#above_blog .webseide-search-form-holder,
#above_category .webseide-search-form-holder,
#above_blogpost .webseide-search-form-holder,
#below_blogpost .webseide-search-form-holder {
    position: relative;
    top: 0;
    z-index: 0;
}
#overallfooter .webseide-search-form-holder input.search-field,
#above_blog .webseide-search-form-holder input.search-field,
#above_category .webseide-search-form-holder input.search-field,
#above_blogpost .webseide-search-form-holder input.search-field,
#below_blogpost .webseide-search-form-holder input.search-field {
    padding-left: 30px;
   	width: calc(100% - 54px);
    background-color: rgba(127, 127, 127, 0.1);
}



/* Blog + Widgets */
/*.blogdetailcontent .entry-header {
    margin-top: 2em;
}*/

#above_blog,
#above_category,
#above_blogpost,
#below_blogpost {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
 /*   margin-top: 20px;
    margin-bottom: 20px;*/
}

#above_blog p,
#above_category p,
#above_blogpost p,
#below_blogpost p {
    text-align: left;
}

#above_blog > div,
#above_blog > ul,
#above_blog > form,
#above_category > div,
#above_category > ul,
#above_category > form {
    margin-bottom: 1em;
}

#above_blog ul,
#above_category ul {
    /*width: fit-content;
    display: flex;*/
    padding-left: 0;
}

#above_blog .cat-item,
#above_category .cat-item {
    list-style: none;
    float: left;
    margin: .5em;
}

#above_blog li.current-cat,
#above_category li.current-cat {
    display: none;
}

/*.blog section,
.archive section,
.category #above_category  {
    margin-top: -20px;
}*/

.blog section p,
.archive section p {
    margin-bottom: .5em;
}

/*.blog #above_blog *,
.archive #above_blog * {
    max-width: inherit;
}*/

@media (max-width: 799px){
    .site-content #above_blog,
    .site-content #above_category {
        /*margin-left: -10px;*/
        margin-top: 10px;
    }

    #above_blog ul,
    #above_category ul {
        width: 100%;
        display: block;
    }

    #above_blog .cat-item,
    #above_category .cat-item {
        float: none;
    }
}

@media (min-width: 800px){
    #below_blogpost {
        margin-top: 2em;
        margin-bottom: 2em;
    }
}

/* Search Form Widget */
input[type=search] {
	cursor: pointer;
	border: none;
}

#header_right input[type=search]:focus {
	max-width: 250px;
}

input[type=search]:focus {
	cursor: auto;
}

.search-submit {
    display: none;
}

.content-area input.search-field {
	padding: .5em 1em;
}

.footer_left .search-field,.footer_right .search-field, .footer-widget .search-field {
	margin-top: 1.2em;
    width: -webkit-fill-available;
}

/* Search results */
.search-results .entry-meta {
	display: none;
}
.search-results .entry-summary p {
    padding: 0;
}

/* Social Widget */
.author .webseide-social-widget {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}

.custom-social-widget-code {
    margin-bottom: 1em;
}

.webseide-social-widget .single-scial span.single-social-icon svg {
    max-width: 20px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.webseide-social-widget .single-scial span.single-social-icon {
    padding: 15px 10px 10px 0;
	margin-right: 10px;
}

.webseide-social-widget.author .single-scial span.single-social-icon {
    background-color: rgba(127, 127, 127, 0.1);
}

.webseide-social-widget .single-scial span.single-social-icon svg:hover {
    filter:     alpha(opacity = 50);
    -ms-filter: "alpha(opacity = 50)";
    opacity:    .50;
}

/* DELUCKS Sharing Widget */
#header_right .dpc-btn-wrap {
	padding: 5px;
    margin: -8px;
	border: 0;
}

.site-content .widget_dpc_widget_sharing_sharing {
    padding: 10px 0;
}

/* DELUCKS Rating Widget */
.dpc-rating-wrap {
    width: auto;
}

.dpc-rating-wrap a, div[itemprop="aggregateRating"] {
    text-decoration: none;
}

.comment-form-rating .dpc-rating .rating-symbol {
    margin: 5px 15px 0 0;
}

.comment-form-rating .fa-dpc-unicode-star::before {
    padding: 5px;
}



/* --- Search and 404 page ---*/
.search .page-content,
.error404 .page-content {
    padding-bottom: 2em;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

/* --- Above footer ---*/
.above-footer {
	padding: 2em 0 1em;
}

.above-footer a {
    text-decoration: none;
}

.above-footer .dpc-breadcrumbs {
    text-align: center;
}

/* --- Bottom Right ---*/
#bottom_right {
    position: fixed;
    z-index: 102;
    bottom: 10px;
    right: 10px;
    filter:     alpha(opacity = 0);
    -ms-filter: "alpha(opacity = 0)";
    opacity:    0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#bottom_right.dl-scrolling {
    filter:     alpha(opacity = 100);
    -ms-filter: "alpha(opacity = 100)";
    opacity:    1;
}

#bottom_right > * {
    display: inline-block;
}

/* --- Regular Footer --- */
#overallfooter {
	padding: 1em 15px;
    margin-bottom: -1px;
    position: relative;
    z-index: 100;
}

#overallfooter small {
    filter:     alpha(opacity = 50);
    -ms-filter: "alpha(opacity = 50)";
    opacity:    .5;
    font-size: .6em;
    clear: both;
    display: block;
}

.footer-widgets span.widget-title {
    margin-bottom: 1em;
    display: block;
}

#overallfooter a {
    text-decoration: none;
}

.footermenu {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

ul#footer-menu {
    padding: 0;
}

#footer-menu ul {
    padding-left: 0;
}

#footer-menu li {
    list-style: none;
    float: left;
    margin: 10px 10px 10px 0;
}

/*#footer-menu li:first-of-type {
    margin-left: 0
}*/

#footer-menu li:last-of-type {
    margin-right: 0
}

#footer-menu ul.children {
    display: grid;
    text-align: left;
}

#footer-menu .children li {
    float: none;
    margin: 10px 10px 0 0;
}

.footer-widget, 
.webseide-social-widget {
    margin: .5em 0;
}

#overallfooter .custom-html-widget {
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (min-width: 800px){
    #footer-menu li {
        display: table-cell;
        text-align: left;
    }
}

@media (max-width: 799px){
    #footer-menu ul.children {
        display: none;
    }
}

.footer-widget ul {
	list-style: none;
	padding-left: 0 !important;
    margin: 1em 0;
}
.footer-widgets ul li {
    margin-left: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/*.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}*/

.screen-reader-text: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; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.gform_wrapper:after,
.dl-halfhalfcolumns:after,
.comment-content:before,
.comment-content:after,
.wp-block-latest-comments:after,
.site-header:after,
.site-content:before,
.site-content:after,
.entry-footer::after,
.site-footer:before,
.site-footer:after,
span.cat-links:after,
span.tags-links:after,
.comments-area:after,
.footer-widgets:after,
ul.dl-listinline:after,
#above_blog ul::after,
#above_category ul::after,
#above_blogpost ul::after,
.post-categories li::after,
.tags-links a::after,
.webseide-author-info.author-has-image .author-right-content::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.gform_wrapper:after,
.dl-halfhalfcolumns:after,
.comment-content:after,
.wp-block-latest-comments:after,
.site-header:after,
.site-content:after,
.entry-footer::after,
.site-footer:after,
span.cat-links:after,
span.tags-links:after,
.comments-area:after,
.footer-widgets:after,
ul.dl-listinline:after,
#above_blog ul::after,
#above_category ul::after,
#above_blogpost ul::after,
.post-categories li::after,
.tags-links a::after,
.webseide-author-info.author-has-image .author-right-content::after {
	clear: both;
}

.widget-area div:empty,
p:empty {
    display:none
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta {
    padding-top: .5em;
    margin-bottom: .5em;
}

.above-footer,
.entry-meta,
.wp-caption,
.caption {
    font-size: .9em;
}

.blog .entry-meta,
.archive .entry-meta {
    padding: 0 !important;
}

article header h2.entry-title {
    padding-top: .7em;
    text-align: left;
}

.commentlist article {
    background-color: #8c8c8c0a;
    padding: 1em 1em 2em 1em;
}

.webseide_blogview_thumbnail {
    overflow: hidden;
    text-align: center;
}

.webseide_blogview_thumbnail img,
a.kb-gallery-item-link img,
.wp-block-latest-posts__list li img {
    transition: .4s ease;
    transform: scale(1);
}

.webseide_blogview_thumbnail img:hover,
a.kb-gallery-item-link:hover img,
.webseide_blogview_thumbnail .webseide_thumbnail_background:hover,
.wp-block-latest-posts__list li:hover img {
    transform: scale(1.05);
}

.webseide_blogview_thumbnail .webseide_thumbnail_background {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
    display: block;
}

ul.wp-block-latest-posts.aligncenter {
    list-style: none;
}

.wp-block-latest-posts__featured-image {
    overflow: hidden;
}

/*.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 0 1em 1em;
}*/

.post-has-background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	padding: 15px;
}

a.readmore {
    background-color: none;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
    color: #ccc;
    border: #ccc 1px solid;
    float: right;
    border-radius: 24px;
    margin-right: -55px;
    margin-top: -25px;
}

a.readmore:hover {
	color: #000;
	border-color: #000;

}

.site-content .more-link-wrap a.post-more-link {
    font-weight: inherit;
    text-transform: none;
    letter-spacing: inherit;
    font-size: inherit;
}

.site-content .more-link-wrap span.kadence-svg-iconset.svg-baseline {
    display: none;
}

.site-content ul.post-categories {
    margin: 0;
	-webkit-padding-start: 0;
    padding-left: 0;
}

.site-content .post-categories li {
    list-style: none;
}

.post-categories li, .tags-links a {
    list-style: none;
    float: left;
    margin: 0 10px 0 0;
}

.tags-links a::after {
    content: '';
    display: block;
    float: none;
    clear: both;
	margin-bottom: 1em;
}

.post-categories li a, .tags-links a, .edit-link a {
    display: inline-block;
	text-decoration: none;
}

.post-categories li a:before,
.tags-links a:before {
    content: '#';
}

span.edit-link {
    display: block;
    clear: both;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*.archive .site-content p {
	padding: 1vh 0 0;
}*/

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 0 auto;
}

span.comments-title {
	font-size: 1.4em;
	font-weight: bold;
    padding-top: 1vh;
    padding-left: 15px;
}

.comment-list {
    -webkit-padding-start: 0;
}

ol.commentlist {
    list-style: none;
    padding-left: 0;
}

.site-content .commentlist li {
    list-style: none;
}

.webseide-comments-block li.comment {
    margin: 1.5em 0;
}

.commentlist li.depth-1 {
    margin-left: 0;
}

ol.children {
    list-style: none;
    padding: 1vh 20px;
}

.comments-area a {
	word-wrap: break-word;
	border-bottom: none;
}

.bypostauthor {
	display: block;
}

.comment_text {
    margin: 5px 0 10px;
}

.comment-author.vcard,
.comment-metadata,
.comment .reply{
    font-size: .8em;
    line-height: 1.1em;
    float: left;
}

.comment-metadata::before, .comment .reply::before {
    content: '·';
    margin-left: .5em;
    margin-right: .25em;
}

.site-content .wp-block-kadence-rowlayout .comments-area-background {
    padding-left: 0;
    padding-right: 0;
}

.webseide-author-info.author-has-image .author-left-content img {
    max-height: 100px;
    margin-bottom: 1em;
}

@media (min-width: 37.5em){
    .webseide-author-info.author-has-image {
        display: flex;
    }

    .webseide-author-info.author-has-image .author-left-content {
        float: left;
        max-width: 300px;
    }

    .webseide-author-info.author-has-image .author-left-content img {
        width: 100%;
        max-height: 300px;
        margin-bottom: 0;
    }

    .webseide-author-info.author-has-image .author-right-content {
        float: right;
        padding-left: 30px;
    }
}

.author-right-content h2.author-name {
    margin: 0;
    text-align: left;
}

.webseide-author-info {
    margin: 1em auto;
    padding: 1em;
    background-color: rgba(127, 127, 127, 0.1);
}

.author .page-header {
    margin-bottom: 1.5em;
}

.delucks-comments-block .wp-block-buttons {
    justify-content: center;
}

/*--------------------------------------------------------------
# More posts & Infinite scroll
--------------------------------------------------------------*/
.webseide_loadmore_posts {
    margin: 0 auto;
    padding: .5em 1em;
    display: table;
    cursor: pointer;
    margin-bottom: 20px;
}


/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.caption,
.wp-caption {
	margin: .25em;
	max-width: 100%;
    text-align: right;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.wpb_single_image .vc_figure-caption {
    font-size: 1em !important;
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

#content ul.wp-block-gallery {
    padding-left: 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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;
}

/*--------------------------------------------------------------
## Youtube replacement
--------------------------------------------------------------*/
.youtube-player {
	position:relative;
	padding-bottom:56.25%;
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background-color: #000;
	width: 100%;
	margin: 0;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 100;
	width: 100%;
	background-color: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.youtube-player .play {
	height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background-color: rgba(25,25,25,.8);
    cursor: pointer;
    border-radius: 50%;
}

.youtube-player .play:before {
	content: '►';
    color: #fff;
	position: absolute;
    top: 14px;
    left: 23px;
    font-size: 30px;
}

.kt-inside-inner-col .youtube-player-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

/*--------------------------------------------------------------
# Extras, mobile and animation
--------------------------------------------------------------*/
.site-content .dl-fullwidth {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

figure.dl-singlewidth {
    margin: 0 auto;
}

#content ul.dl-nolist,
#content ul.dl-listinline {
    padding-left: 0;
    /*margin-left: 0;*/
}

body .hidden {
	display: none;
}

.dl-nolist li,
.dl-listinline li {
	margin-left: 0;
	list-style: none;
}

.dl-nopadding,
.dl-nopadding .kt-row-column-wrap {
    padding: 0 !important;
}

@media (max-width: 37.49em){
    .dl-nomobile {
        display: none !important;
    }

    .dl-nomobilebackground > div {
        background-image: none !important;
    }

    .dl-leftmobilealignment {
        text-align: left !important;
    }

    .dl-centermobilealignment {
        text-align: center !important;
    }

    .dl-rightmobilealignment {
        text-align: right !important;
    }
}

@media (min-width: 37.5em){
    .dl-nodesktop {
        display: none !important;
    }

    .dl-listinline li {
        float: left;
        margin-right: 1em;
    }
}

.dl-pricechart td {
    text-align: center;
    padding-top: .5em;
    padding-bottom: .75em;
}

.dl-pricechart td:first-of-type {
    text-align: left;
}

.dl-pricechart  tr:first-of-type td:nth-of-type(3) {
    border-top: 2px solid;
}

.dl-pricechart  tr:last-of-type td:nth-of-type(3) {
    border-bottom: 2px solid;
}

.dl-pricechart  td:nth-of-type(3) {
    border-left: 2px solid;
    border-right: 2px solid;
}

.dl-pricechart tr:last-of-type a {
    padding: .5em 1em;
}

.dl-pricechart tr:last-of-type td:first-of-type a {
    background-color: #fff;
    color: #000;
}

.dl-fullwidthbutton,
.wp-block-button.dl-fullwidthbutton {
    width: 100%;
    display: grid;
}

.dl-invisible,
.dl-visible {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 5s;
}

.dl-grayscale,
.dl-grayscale.dl-invisible {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dl-grayscale.dl-visible {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.site-content .wp-block-columns .wp-block-kadence-infobox a.kt-blocks-info-box-link-wrap {
    margin-top: 10px;
}

/*.site-content .wp-block-columns .wp-block-kadence-infobox a.kt-blocks-info-box-link-wrap:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}*/

.dl-invisible.dl-opacity {
    filter:     alpha(opacity = 50);
    -ms-filter: "alpha(opacity = 50)";
    opacity:    .50;
}

.dl-visible.dl-opacity {
    filter:     alpha(opacity = 100);
    -ms-filter: "alpha(opacity = 100)";
    opacity:    1;
}

.dl-invisible.dl-moveup {
    margin-top: 2em;
}

.dl-moveup.dl-visible {
    margin-top: 0em;
}

.dl-repeatmovement {
    position: relative;
    -webkit-animation-name: movedown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: movedown;
    animation-duration: 1.5s;
    animation-iteration-count: 3;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes movedown {
  from {top: 0px;}
  to {
        top: 2em;
        filter:     alpha(opacity = 0);
        -ms-filter: "alpha(opacity = 0)";
        opacity:    .0; }
}

@keyframes movedown {
  from {top: 0px;}
  to {
        top: 2em;
        filter:     alpha(opacity = 0);
        -ms-filter: "alpha(opacity = 0)";
        opacity:    .0;
}
}

.dl-innerpadding-right .kt-row-has-bg>.kt-row-column-wrap,
.dl-innerpadding-left .kt-row-has-bg>.kt-row-column-wrap {
    padding: 0;
}

.dl-innerpadding-left .wp-block-image,
.dl-innerpadding-right .wp-block-image {
	margin: 0 0 -5px 0;
}


.dl-innerpadding-left .wp-block-kadence-column:first-of-type .kt-inside-inner-col,
.dl-innerpadding-right .wp-block-kadence-column:last-of-type .kt-inside-inner-col {
    padding: 25px 50px;
}


input[type="search"] {
	-webkit-appearance: textfield;
	/*box-sizing: content-box;*/
}
.searchWrapper { position: relative; }
.searchWrapper .search-input-icon { 
	padding-left: 35px !important; 
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
    background-repeat: no-repeat !important;
    background-size: auto 33%;
    background-position: 0.5em center;
}

.searchWrapper svg.search-icon { line-height: 1.5em; height: 25px; position: absolute; top: 7px; left: 5px; }
.searchWrapper svg.search-icon path { /*fill: red;*/ }


/* .dl-fullwidth for full width elements */
/* .dl-columnwidth for multi columns width elements */
/* .dl-singlewidth for single columns with elements */
/* .dl-halfcolumn and .dl-thirdcolumn for Gravity Forms alignment */
/* .dl-scrolling for Header Animation when scrolled 30px, defined in webseide.js */
/* .dl-invisible for Content Animation. When visible this class changes to .dl-visible */
/* .dl-innerpadding-left and -right for single columns with background */
