/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 26 2023 | 11:48:58 */
@media(max-width:768px){
	html,
	body{
		overflow-x: hidden;
	}
}

.bricks-posts-nothing-found{
	width: 100%;
	padding: 90px 15px;
	border-radius: 7px;
	background: #fff;
	text-align: center;
}

.bricks-posts-nothing-found p{
	text-align: center;
	font-size: 22px;
	opacity: 0.3;
}


/* choosen */

.chosen-single {
  background: #fff !important;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.15) !important;
  border: none !important;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 16px !important;
}

.chosen-container-single .chosen-single div b {
  background: url(chosen-sprite.png) no-repeat 0 20px;
}
.chosen-drop {
  border: none !important;
}
.chosen-search-input {
  border: none !important;
  background-color: rgba(0,0,0,0.05) !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 5px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 23px 20px;
}

.chosen-container .chosen-results li.highlighted{
  background-image: none !important;
  background-color: var(--bricks-color-gdvwgp) !important;
  border-radius: 3px;
}
