:root {
	--site1: #04808b;
	--site2: #267bbe;
	--site3: #f68842;
}
.search-found {
background: yellow;
}

.phonebook h2 {
border-bottom: 1px solid #ddd;
color: var(--site1);
	padding: 10px 0;
	font-size: 1.2em;
	margin: 0;
}

.phonebook.active > h2 {
padding: 10px;
}

.phonebook h2 a {
color: inherit;
}

.phonebook.active {
margin-bottom: 15px;
border: 1px solid var(--site1);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.phonebook.active > h2 {
background: var(--site1);
	color: #fff;
}

.phonebook > h2 > a > em:before {
content: "\f137";
}

.phonebook.active > h2 > a > em:before {
content: "\f13a";
}

.phonebook .info {
display: none;
	background: #f1f1f1;
	padding: 15px;
}

.phonebook .info:focus {
outline: 0;
}

.phonebook .info p {
margin: 0 0 20px 0;
}

.phonebook .member {
border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.phonebook .member .col-lg-7 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 2px;
	grid-row-gap: 1px;
}
.phonebook .pic {
float: right;
	margin-left: 10px;
}

.phonebook .pic img {
display: block;
	max-width: 100px;
}

.phonebook .fa-stack {
font-size: 100%;
}

.phonebook .phone .fa-stack {
color: var(--site1);
}
.phonebook .phone.wa .fa-stack {
	color: #25D366;
}
.phonebook .mobile .fa-stack {
color: var(--site3);
}

.phonebook .email .fa-stack {
color: var(--site2);
}

.phonebook .fax .fa-stack {
color: var(--site3);
}

.phonebook .fa-mobile {
font-size: 130%;
}

.phonebook .fa-envelope {
font-size: 90%;
}

.phonebook .fa-fax {
font-size: 90%;
}

.contact-info {
width: inherit;
}

@media (min-width: 768px) {
.contact-info {
min-width: 20%;
}
}
@media (max-width: 767px) {
.contact-info {
		margin-left: 5px;
	}
.phonebook .member .col-lg-7 {
	display: flex;
	flex-direction: column;
}
}

.contact-info a {
color: inherit;
}

/* @media (max-width: 767px) {
.phonebook .text {
		display: none;
	}
}

*/
.phoneboook-search-holder {
margin-bottom: 30px;
}

.phoneboook-search-holder .inner {
position: relative;
}

.phoneboook-search-holder .search-results {
position: absolute;
	top: 10px;
	left: 50px;
	font-size: 1.2em;
}

.phoneboook-search-holder input {
border: 0;
	width: 100%;
	font-size: 1.2em;
font-family: "Open Sans Hebrew", arial;
	padding: 10px;
	border: 1px solid #ddd;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.phoneboook-search-holder button {
position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 10px;
	background: none;
	border: 0;
}

.currentSearchResult {
background: yellow;
}
