/*
Theme Name:     joyn-child
Description:
Author:         WP Kraken [Kamil]
Template:       joyn

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.wpk.searchTags2 {
	width: 80%;
	display: block;
	overflow: visible;
	margin: 30px auto;
	font-weight: bold;
	color: rgb(34, 34, 34);
	font-size: 20px;
	position: relative;
}

.wpk.searchTags2 .choiceBox {
	font-family: "Lato";
	margin: 0;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid rgb(133, 177, 53);
	line-height: 24px;
	height: 70px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 20px !important;
	position: relative;
	box-shadow: 0px 10px 18px -13px #000000;
	padding: 18px;
}

.wpk.searchTags2 .choice {

}

.wpk.searchTags form {
	width: 80%;
	height: auto;
	display: block;
	margin: 30px auto;
	font-weight: bold;
	color: rgb(34, 34, 34);
	font-size: 20px;
	position: relative;
}

.wpk.searchTags form select {
	font-family: "Lato";
	margin: 0;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid rgb(133, 177, 53);
	line-height: 24px;
	height: 70px;
	background: url(br_down.png) no-repeat right;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: 97.7%;
	font-size: 20px !important;
	position: relative;
	box-shadow: 0px 10px 18px -13px #000000;
}

.wpk.searchTags form .innerIcon,
.wpk.searchTags2 .innerIcon {
	background-image: -webkit-linear-gradient(180deg, rgb(133, 177, 53), rgb(133, 177, 53));
	background-image: -moz-linear-gradient(180deg, rgb(133, 177, 53), rgb(133, 177, 53));
	background-image: -o-linear-gradient(180deg, rgb(133, 177, 53), rgb(133, 177, 53));
	background-image: -ms-linear-gradient(180deg, rgb(133, 177, 53) 0%, rgb(133, 177, 53) 100%);
	background-image: linear-gradient(180deg, rgb(133, 177, 53), rgb(133, 177, 53));
	width: 6%;
	height: 58px;
	position: absolute;
	right: 6px;
	top: 6px;
}

.wpk.searchTags2 .innerIcon {
	right: 1px;
	top: 1px;
}

.wpk.searchTags2 .innerIcon .arrow {
	background: url(img/br_down-white.png) no-repeat center;
	background-size: auto;
	height: 60px;
}

.wpk.searchTags2 form {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid rgb(133, 177, 53);
	border-right: 1px;
	height: 200px;
	overflow-y: scroll;
	margin-top: 10px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wpk.searchTags2 form.effect {
	display: block;
	opacity: 1;
	top: 70px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wpk.searchTags2 form.effectHide {
	display: block;
	opacity: 0;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wpk.searchTags2 form * {
	cursor: pointer;
}

.wpk.searchTags2 form li {
	list-style: none;
	border-bottom: 1px solid rgb(204, 204, 204);
	background: rgb(255, 255, 255);
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 7px 3px 7px 13px;
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	animation-delay: 0s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease;
	backface-visibility: hidden;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	-webkit-backface-visibility: hidden;
}

.wpk.searchTags2 form li:hover {
	background-color: rgb(233, 255, 194);
}

.wpk.searchTags2 ::-webkit-scrollbar-button {
	background: rgb(133, 177, 53);
}

.wpk.searchTags2 ::-webkit-scrollbar {
	width: 12px;
}

.wpk.searchTags2 ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.4);
	width: 5px;
}

.wpk.searchTags2 ::-webkit-scrollbar-track-piece {
	background: rgba(0, 0, 0, 0.4);
	border: 11px solid rgb(133, 177, 53)
}

.wpk.searchTags2 ::-webkit-scrollbar-button {
	display: block;
}

::-webkit-scrollbar-button {
	display:none;
}

::-webkit-scrollbar-button:vertical:increment {
	display:none;
}

::-webkit-scrollbar-button:vertical:decrement {
	display:none;
}

.wpk.searchTags2 ::-webkit-scrollbar-thumb {
	border-radius: 13px;
	background: #eee;
	border: 8px solid transparent;
	background-clip: content-box;
	min-height: 60px;
}

.wpk.searchTags2 ::-webkit-scrollbar-thumb:hover {
	border-radius: 13px;
	background: rgba(255, 255, 255, 1);
	border: 8px solid transparent;
	background-clip: content-box;
	min-height: 60px;
}

.wpk.searchTags2 ::-webkit-scrollbar {
	width: 23px;
}

.wpk.searchTags form select::-ms-expand {
	display: none !important;
}

h3.wpk.searchTags {
	width: 80%;
	height: auto;
	line-height: initial;
	text-align: center;
	margin: 150px auto;
	background: #FFF;
	padding: 10px 3px;
	color: #222;
	font-size: 20px;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid rgb(133, 177, 53);
}
