/*
Theme Name: 	GRT Twenty Seventeen
Description: 	Twenty Seventeen Childtheme
Author: 		Gley Rissom Thieme
Author URI: 	https://grt-agentur.de
Template: 		twentyseventeen
Version: 		1.0
Text Domain: 	grt-twentyseventeen
*/

/* ––––––––––––––––––––––––––––––––––––––––––––––––
Elementor last child 0
–––––––––––––––––––––––––––––––––––––––––––––––– */

p:last-child{ margin-bottom:0px;}


/* ––––––––––––––––––––––––––––––––––––––––––––––––
GRT Elementor Widgets
–––––––––––––––––––––––––––––––––––––––––––––––– */
.image-as-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image-as-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.bob__wines-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.bob__wines-grid .bob__wines-grid-item {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: calc(33.33% - 20px);
	overflow: hidden;
	margin: 10px;
}
.bob__wines-grid .bob__wines-grid-item:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.bob__wines-grid .bob__wines-grid-item img {
    filter: gray;
    -webkit-filter: grayscale(50%);
    -moz-filter:    grayscale(50%);
    -ms-filter:     grayscale(50%);
    -o-filter:      grayscale(50%);
    cursor: pointer;
    transition: all 300ms ease;
}
.bob__wines-grid .bob__wines-grid-item img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    cursor: pointer;
    transform: scale(1.1);
}
.bob__wines-grid-popup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}
.bob__wines-grid-popup .bob__wines-grid-popup-bg {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.bob__wines-grid-popup .bob__wines-grid-popup-wrapper {
	position: absolute;
	width: 100%;
	max-width: 60%;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}
.bob__wines-grid-popup .bob__wines-grid-popup-wrapper .bob__wines-grid-image {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	overflow: hidden;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	flex: 1;
	width: 100%;
	max-width: calc(100% - 400px);
}
.bob__wines-grid-popup .bob__wines-grid-popup-wrapper .bob__wines-grid-image:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.bob__wines-grid-content {
	position: relative;
	width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(400px - 80px);
	margin: 40px;
	color: #000;
}
.bob__wines-grid-content .bob__wines-grid-overflow {
	overflow: scroll;
	position: absolute;
	height: 100%;
}
.bob__wines-grid-image-track .image-as-background {
	transition: all 300ms ease;
}
.bob__wines-grid-image-scroll {
	transform: translate(-100%,0);
}
.bob__wines-grid-image-controlls {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0,-50%);
	height: 10px;
	left: 0px;
	z-index: 1001;
}
.bob__wines-grid-image-controlls .bob__wines-grid-image-controlls-prev {
	position: absolute;
	left: 0px;
	cursor: pointer;
}
.bob__wines-grid-image-controlls .bob__wines-grid-image-controlls-next {
	position: absolute;
	right: 0px;
	cursor: pointer;
}


#table-sort .filtered {
	display: none;
}
#table-sort .tablesorter-filter {
	background-color: transparent; 
	border: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
	border-radius: 0px;
}
#table-sort .tablesorter-filter::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a5a5;
  opacity: 1; /* Firefox */
}

#table-sort .tablesorter-filter:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a5a5a5;
}

#table-sort .tablesorter-filter::-ms-input-placeholder { /* Microsoft Edge */
  color: #a5a5a5;
}
#table-sort tbody tr {
	border-bottom: 1px solid #646464;
}
#table-sort .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
#table-sort .row .col {
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
#table-sort .row .col:first-child {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}
#table-sort .tablesorter-headerRow {
	display: none;
}
#table-sort thead tr {
	border: none;
}
.table-hidden {
	display: none;
}
#table-show-more {
	text-align: center;
	cursor: pointer;
	position: relative;
	padding-bottom: 35px;
}
#table-show-more:after {
	content: '';
	width: 20px;
	height: 20px;
	/* background-color: red; */
	transform-origin: 10px 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	display: block;
	position: absolute;
	transform: translate(-50%,0) rotate(-45deg);
	left: 50%;
}
@media (max-width: 767.98px) {
	#table-sort .row .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.bob__wines-grid .bob__wines-grid-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		max-width: calc(50% - 10px);
		margin: 5px;
	}
	.bob__wines-grid-popup .bob__wines-grid-popup-wrapper {
		max-width: 90% !important;
		margin: 0px;
	}
	.bob__wines-grid-popup .bob__wines-grid-popup-wrapper .bob__wines-grid-image {
		width: 100%;
		float: none;
	}
	.bob__wines-grid-popup .bob__wines-grid-popup-wrapper .bob__wines-grid-image {
		-ms-flex-preferred-size: none;
		flex-basis: none;
		-ms-flex-positive: none;
		flex-grow: none;
		flex: none;
		max-width: 100%;
	}
	.bob__wines-grid-popup-wrapper {
		max-height: 560px;
		overflow: scroll;
	}
	.bob__wines-grid-content .bob__wines-grid-overflow {
		position: relative;
	}
}