/*!
Theme Name: Soundvisionhouse
Theme URI: http://www.soundvisionhouse.ch
Author: Lapala web solutions 
Author URI: http://www.lapala.ch
Description: Custom Wordpress Theme for Soundvisionhouse AG
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soundvisionh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

soundvisionh is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elementsintelliplansolutions
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* yanone-kaffeesatz-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 300;
  src: url('webfonts/yanone-kaffeesatz-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* yanone-kaffeesatz-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/yanone-kaffeesatz-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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: 400;
}

dfn {
	font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 20px 0 !important;
}

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: 1em 40px;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 400;
    margin-bottom: 20px !important;
}

h3 {
    font-size: 28px;
    margin-top: 60px;
}

.blog article h1.entry-title {
    font-size: 24px;
    float: left;
    margin: 0;
    padding-right: 40px;
}

.posted-on {
    font-size: 20px;
    font-weight: 300;
    margin-left: 40px;
}

p {
    margin: 0 0 10px 0 !important;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	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: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #000;
	/* Fallback for when there is no custom background color defined. */
}

#page {
    background: #000;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;    
	min-height: 100vh;
	padding-top: 88px;
}

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

ul, ol {
    margin: 0 0 30px 0;
}

ul {
	list-style: disc;
    padding-left: 20px;
    margin-left: 0;
}

ol {
	list-style: decimal;
    padding-left: 15px;
    margin-left: 0;
}

li > ul,
li > ol {
    margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 10px 0 0 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content .vc_general.vc_btn3 {
    display: inline-block;
	border: 1px solid #00558c !important;
	border-radius: 0 !important;
    background: #00558c !important;
    color: #fff !important;
    padding: 15px 30px 12px !important;
	margin-top: 20px;
	font-size: 1em;
	letter-spacing: 0.03em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.entry-content .vc_general.vc_btn3:hover {
	background: #ffffff !important;
	color: #00558c !important;
}

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,
.entry-content .vc_general.vc_btn3:active,
.entry-content .vc_general.vc_btn3:focus {
	background: #ffffff !important;
	color: #00558c !important;
	outline: none;
}

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 {
	border: none;
	color: #000;
	padding: 5px;
}

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 {
	color: #000;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.ev input, .da input {
    background: transparent;
    border: none;
    font-weight: normal;
    color: #000;
    text-shadow: none;
    font-size: 24px;
}

a[href$=".pdf"], a.button, a[href$=".pdf"]:visited, a.button:visited {
    display: inline-block;
	border: 1px solid #000 !important;
    background: #000;
    color: #fff;
    padding: 10px 20px;
}

a[href$=".pdf"]:hover, a[href$=".pdf"]:active, a[href$=".pdf"]:focus, a.button:hover, a.button:active, a.button:focus {
	background: transparent;
	color: #000;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
    color: #000;
    border-bottom: 1px solid;
    text-decoration: none;
}

.news-img a, .gallery a, #fb, #instagram, .shiftnav-main-toggle-content a {
    border: none !important;
}

a:hover, a:focus, a:active {
    border-bottom: 0px solid;
}

a:hover, a:active, a:focus {
	outline: 0;
}

footer a, footer a:visited {
    color: #fff;
    border-bottom: 0px solid;
    text-decoration: none;
}

footer a:hover, footer a:focus, footer a:active {
	border-bottom: 1px solid;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
	top: 0px;	
}
#masthead {
    background: #00558c;
    height: 70px;
}
.site-branding {
    width: 35%;
    box-sizing: border-box;
    position: relative;
    float: left;
    background-color: #00558c;
    max-width: 290px;
}
.main-navigation {
    clear: both;
    display: block;
    float: right;
    background: #00558c;
	padding: 25px 0 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #00558c;
    margin: 0 10px;
    font-size: 22px;
}

.main-navigation .current_page_item a {
    border-bottom: 1px solid #fff;
}

.main-navigation li:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 2px;
    color: #ffffff;
}

.main-navigation li:last-child:after {
    content: '';
}

.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
	border-bottom: 1px solid #fff;
}

/* Small menu. */
.menu-toggle {
	display: none;
}


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
footer .wpb_row {
    margin-bottom: 0;
}
footer h2 {
    margin: 0 !important;
}
footer input {
    margin: 5px 0 !important;
}
.mc4wp-form-fields {
    margin-bottom: 40px;
}
footer input[type="submit"]:focus, footer input[type="submit"]:hover, footer input[type="submit"]:active {
    background: #ffffff;
    color: #000000;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.custom-logo-link {
    line-height: 0;
    border: none !important;
    display: block;
    padding: 24px 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-icon {
    padding: 0 10px;
}
.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;
}


.container {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.wpb_row {
    margin-bottom: 40px;
}
.site-content {
    background: rgba(255,255,255,0.9);
}
#content, #colophon {
    padding: 50px !important;
}
.site-footer {
    background: rgb(0 85 140);
    margin-top: 20px;
    color: #ffffff;
    font-size: 18px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}
/*--------------------------------------------------------------
# News & Events
--------------------------------------------------------------*/
aside#secondary {
    display: none;
}
.event {
    margin-bottom: 80px;
}
.entry-meta {
    width: 100%;
    float: left;
}
.news-img {
    width: 33%;
    float: right;
    text-align: center;
    padding-left: 30px;
    padding-bottom: 20px;
}
.jaw_widget, .jaw_widget ul {
    margin: 0;
    padding-left: 0px;
    list-style: none !important;
}
.jaw_widget a {
    border-bottom: none;
}
.jaw_years > a {
    font-weight: bold;
    font-size: 26px;
}
.jaw_months ul {
	padding-left: 20px; 
}
.jaw_posts {
    font-weight: normal;
    list-style-type: square;
}

.eventh-title {
    font-weight: bold;
    min-height: 52px;
    display: inline-block;
}
.eventhome {
    min-height: 400px !important;
}
.eventhome a {
    border-bottom: 0px;
}
span.wpcf7-list-item {
    display: block;
}

/*--------------------------------------------------------------
# Marken
--------------------------------------------------------------*/
.marke-item {
    text-align: center;
    width: 100%;
    height: 120px;
    position: relative;
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 20px !important;
}
.home .marke-item {
    margin: 0 !important;
    background-color: transparent;
}
.marke-item img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.marke-item:hover > img {
	opacity: 0.8;
}
/*.marke-item:hover > .marke-hover {
	visibility: visible;
}
*/
.marke-hover {
    width: 100%;
    height: 100%;
    position: absolute;
	display: table;
    background-color: rgba(120,120,120,.9);
    left: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    word-break: break-word;
    visibility: hidden;
}
.marke-hover span {
  display: table-cell;
  vertical-align: middle;
}

/* Accordion */

.vc_tta-container {
    margin: 30px 0;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #000 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    margin-bottom: 0px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background: transparent !important;	
	border: transparent !important;	
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	padding-left: 20px !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 0px !important;
    color: #000 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0px 20px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #000 !important;
}

/* Homepage Qicklinks */
.quick-wrap .wpb_wrapper {
    position: relative !important;
}
.quick-wrap {
    margin-bottom: 0;
}
.quick-wrap:hover .quicklink {
    display: flex;
	cursor: pointer;
}
.quicklink {
	display:none;
    position: absolute;
	align-items: center;
	justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    vertical-align: middle;
}
.quicklink p {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
	color: #ffffff;
}

/* WooCommerce */
nav.woocommerce-breadcrumb, form.woocommerce-ordering, .woocommerce-result-count, .product_meta, .woocommerce .widget_shopping_cart .button.checkout {
    display: none;
}


.woocommerce-product-details__short-description {
    margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-bottom-left-radius: 0px;
}.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 0px;
}
.woocommerce-cart-form a {
    border-bottom: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 500;
    color: #ffffff;
    background-color: #000;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent;
    color: #000000;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: 78px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    border: none;
}
span.attribute {
    margin-bottom: 10px;
    display: block;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000;
    border: 1px solid #000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: transparent;
    color: #000;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 500;
    border-radius: 0px;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-weight: 500;
}
.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1;
}
.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    color: red;
}
.woocommerce span.onsale {
    background-color: red;
    display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid;
}
a.button.back {
    margin-bottom: 20px;
}



.post-type-archive-product.woocommerce aside#secondary {
    display: block;
    width: 18%;
    float: left;
    margin-left: 7%;
    margin-top: 55px;
}

.post-type-archive-product.woocommerce div#primary {
    width: 75%;
    float: left;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
    display: none;
}
ul.product-categories {
    padding: 0;
    list-style-type: none;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    width: 100%;
    padding: 10px 18px;
}
.woocommerce-product-search button {
    width: 100%;
    text-align: left;
    font-weight: 500;
    padding: 10px 18px;
}
a.page-numbers {
    border: none;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	border: none;
}
#shipping_method li:last-child .amount, p.woocommerce-shipping-destination {
    display: none;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    padding: 10px;
}

.woocommerce ul.products li.product .imagewrapper {
    height: 155px;
    background: #fff;
    position: relative;
}
.woocommerce ul.products li.product a img {
    max-height: 155px;
    width: auto !important;
    margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.wp-video {
    float: left;
    margin-right: 1.5em;
}




/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
.lightbox-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.lightbox-bg.active {
    visibility: visible;
    opacity: 1;
    z-index: 990;
}

.lightbox-content.active {
    left: 50%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.lightbox-content {
    position: fixed;
    width: 100%;
    max-width: 1000px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    overflow: auto;
    max-height: 90vh;
    visibility: hidden;
    opacity: 0;
    z-index: -99;
    transition: all .5s;
    padding: 50px;
}

.close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
    background: url(images/close.svg) no-repeat;
    cursor: pointer;
}

.popup {
	margin-bottom: 30px;
}
.popup-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px !important;
    transition: all ease-in 300ms;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.popup-inner:hover {
	opacity: 0.8;
}

h2.popup-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    /* text-shadow: 0px 0px 10px #333; */
	margin: 0;
	text-align: center;
	width: 80%;
}

.lightbox-img {
    float: right;
    margin-left: 30px;
}

.clickable {
    cursor: pointer;
}





/*--------------------------------------------------------------
# Online Shop Sticky right
--------------------------------------------------------------*/
.sticky-right {
    position: fixed;
    right: 0;
    top: 30%;
    transform: rotate(-90deg) translate(0, 48px);
}

.sticky-right a {
    background: #fff;
    color: #000;
    padding: 15px 30px;
    font-size: 22px;
    text-decoration: none;
	border: 0;
	transition: all 300ms ease-in;
}


.sticky-right a:hover {
	background: #000;
	color: #fff;
}





/*--------------------------------------------------------------
# Mail & Tel Sticky right
--------------------------------------------------------------*/

.sticky-items {
    position: fixed;
    right: 0;
    top: 50vh;
	z-index: 2;
    transform: translateY(-50%);
}


.sticky-items a {
    background: #00558c;
    color: #fff;
	display: block;
	width: 60px;
	height: 60px;
    text-decoration: none;
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	transition: all 300ms ease-in;
}


.stayright {
	margin-bottom: 10px;
}

.stayright:last-child {
	margin-bottom: 0px;
}


.sticky-items a:hover {
	background-color: #fff;
	color: #00558c;
}


.sticky-items .item.mail {
	background-image: url(images/envelope-svgrepo-com.svg);
}
.sticky-items .item.phone {
	background-image: url(images/phone-call-svgrepo-com.svg);
}

.sticky-items .item.mail:hover {
	background-image: url(images/envelope-svgrepo-com-blue.svg);
}
.sticky-items .item.phone:hover {
	background-image: url(images/phone-call-svgrepo-com-blue.svg);
}































.vc_icon_element {
    margin-bottom: 5px !important;
    margin-top: 5px;
}




.nivo-lightbox-theme-default .nivo-lightbox-close {
    background-position: center !important;
}


@media screen and (max-width: 767px) {
	.news-img {width: 100%;}
	.posted-on {display: block; margin-left: 0;}
	.post-type-archive-product.woocommerce div#primary {width: 100%;}
	.post-type-archive-product.woocommerce aside#secondary { width: 100%; margin: 0;}
	#content, #colophon { padding: 25px !important;}
	.lightbox-content { padding: 15px;}
	.sticky-right {right: auto;bottom: 10px; transform: translate(-50%, 0); left: 50%; top: auto;}
}