/* contact */
.contact .contacts {
	background: #f8f8f8;
	padding: 15px 0;
}
.contact .contacts .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-det {
	flex: 0 0 auto;
	margin-bottom: 10px;
}
.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-det:first-child {
    border-left: 1px solid #ececec;
    padding-left: 25px;
    margin-left: 20px;
}
.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-det > .combar-icon:not(.soc-btn) {
	font-weight: 500;
	font-size: 110%;
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 5px;
}
.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-det p {
	margin-bottom: 10px;
	padding-right: 25px;
	line-height: 1;
}
.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-det p.hours {
    line-height: 1.5;
	font-weight: 300;
}
.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-det p.hours b {
    font-weight: 400;
    width: 100px;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    margin-inline-end: 6px;
    align-items: flex-end;
}
.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-det p.hours b::after {
    content: "...........................................................................";
    margin: 0 10px;
}
.contact .contacts .vc_column-inner > .wpb_wrapper h3 {
	width: 100%;
	margin-bottom: 12px;
}

/* social */
.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-soc {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}
.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-soc:last-child {
    margin-bottom: 0px;
}
.combar-icon.soc-btn {
    width: auto;
    float: right;
    font-size: 18px;
    flex: 1;
}
.combar-icon.soc-btn a {
    background: var(--primary);
    padding: 5px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}
.combar-icon.soc-btn a:hover {
    background: var(--secondary);
}
.waze i::before {
    content: "\f83f";
    font-family: 'Font Awesome 5 Brands' !important;
}

/* map */
.con-map .vc_column-inner {
	padding: 0 !important;
}
.con-map .wpb_wrapper,
.wpb_gmaps_widget.wpb_content_element *,
.wpb_gmaps_widget.wpb_content_element {
	margin: 0;
	height: 100%;
}
.wpb_gmaps_widget .wpb_wrapper {
	background: #f8f8f8;
	box-sizing: border-box;
	padding: 15px 15px 15px 15px;
}
.wpb_gmaps_widget.wpb_content_element iframe {
    border: 3px solid #fff !important;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {

}
@media only screen and (max-width: 990px) {
	.contact .contacts .vc_column-inner > .wpb_wrapper .just-container.con-det:first-child {
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

}
@media only screen and (max-width: 768px) {
	.contact .contacts {
		padding-bottom: 5px;
	}
	.wpb_gmaps_widget.wpb_content_element iframe {
		min-height: calc(100vw - 35px);
	}
}