.btn.btn-primary{
border-radius: 50px;
padding: 0.5rem 1rem;
	font-size: 1.1rem;
}

.item-buttons{
margin-block: 1rem;
	display: flex;
	justify-content: center;
gap: 1rem;
	margin-bottom: 4rem;
display: none;
}
.item-buttons a{
width: 100%;
	min-width: 240px;
	max-width: 25%;
}
.page-header{
height: 320px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: -1;
}

.place-header {
background: #c27c38;
	color: #fff;
	padding: 20px 0;
	/*padding-right: 100px;*/
	position: relative;
}

.place-header .breadcrumbs a {
color: rgba(255, 255, 255, 0.8);
}

.place-header .place-logo {
position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: #ddd;
box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.place-header .place-logo img {
min-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.place-header h1 {
margin-top: 5px;
}

/**/

.business-main {
margin: 0;
}

.business-main .category {
position: relative;
	overflow: hidden;
	width: 100%;
-webkit-backface-visibility: hidden;
	/* Chrome, Safari, Opera */
	backface-visibility: hidden;
}

.business-main .category:before {
display: block;
	content: '';
	padding-bottom: 100%;
}

.business-main .category .pic {
position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.business-main .category .pic img {
width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.business-main .category:hover .pic img {
-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.business-main .category .overlay {
position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
background: rgba(0, 0, 0, 0.4);
}

.business-main .category .icon {
position: absolute;
	top: 15px;
	right: 15px;
}

.business-main .category .name {
position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-size: 3em;
	color: #fff;
	text-align: center;
}

@media (max-width: 767px) {
.business-main .category .name {
		font-size: 2em;
	}
}

/**/

.business ul {
list-style: none;
	padding: 0;
	margin: 0;
}

.business ul > li {
border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}

@media (min-width: 481px) {
.business ul > li {
		display: table;
		width: 100%;
	}
}

.business ul > li a {
text-decoration: none;
}

@media (min-width: 481px) {
.business ul > li .pic {
		display: table-cell;
		vertical-align: top;
		width: 250px;
	}
}

.business ul > li .pic img {
width: 100%;
}

@media (min-width: 481px) {
.business ul > li .info {
		display: table-cell;
		vertical-align: top;
		padding: 0 10px;
	}
}

.business ul > li .info h3 {
margin: 0;
}

.business ul > li .info p {
color: #777;
}

@media (max-width: 991px) {
.business ul > li .details {
		display: none;
	}
}

@media (min-width: 992px) {
.business ul > li .details {
		display: table-cell;
		vertical-align: top;
		width: 250px;
		padding-right: 10px;
		border-right: 1px solid #ddd;
	}

.business ul > li .details p {
	border-bottom: 1px solid #f1f1f1;
	margin: 0;
	padding: 5px 0;
}

.business ul > li .details p:first-child {
	padding: 0 0 5px 0;
}

.business ul > li .details p:last-child {
	border-bottom: 0;
}

.business ul > li .details p span {
	font-size: 14px;
}

.business .address {
	color: #1978bb;
}

.business .phone {
	color: #65bb19;
}
}

.business ul > li:after {
clear: both;
	display: block;
	content: '';
}

.no-results {
text-align: center;
	font-weight: 300;
	font-size: 1.6em;
}

/**/

.business-profile .picture img {
width: 100%;
}

.business-profile .info {
margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.business-profile .info a {
display: block;
	color: inherit;
	text-decoration: none;
}

.business-profile .info:last-child {
margin: 0 0 0 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.business-profile .info .caption {
display: inline-block;
	min-width: 200px;
}

.business-profile .info .icon-address {
color: #1978bb;
}

.business-profile .info .icon-phone {
color: #19bba2;
}

.business-profile .info .icon-mobile {
color: #19bb43;
}

.business-profile .info .icon-fax {
color: #bbaa19;
}

.business-profile .info .icon-email {
color: #bb5a19;
}

.business-profile .info .icon-website {
color: #bb1919;
}

.business-profile .info .icon-facebook {
color: #45619d;
}

/**/

.join fieldset {
border: 1px solid #1978bb;
	padding: 20px;
	margin-bottom: 10px;
}

.join legend {
padding: 0.2em 0.5em;
	background: #1978bb;
	color: #fff;
	text-align: right;
}

.join fieldset .fld {
margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}

.join fieldset .label {
display: block;
}

@media (min-width: 768px) {
.join fieldset .label {
		float: right;
		min-width: 150px;
	}

	.join fieldset .content {
		float: right;
		margin: 0 20px;
	}

	.join fieldset .info {
		float: right;
	}
}

.join fieldset input,
.join fieldset select,
.join fieldset textarea {
width: 300px;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #aaa;
}

.join fieldset textarea {
height: 80px;
}

@media (max-width: 480px) {
.join fieldset input,
	.join fieldset select,
	.join fieldset textarea {
		width: 100%;
	}

	.join fieldset select#categories {
		width: 300px;
	}
}

.join .info {
padding: 10px;
	background: #d9edf7;
	margin-bottom: 10px;
}

.join .error {
padding: 10px;
	background: #f2dede;
	margin-bottom: 10px;
}

.join .sent {
padding: 10px;
	background: #dff0d8;
	font-size: 1em;
	margin: 20px 0;
}

@media (min-width: 768px) {
.join fieldset .submit-fld {
		margin-right: 170px;
	}
}

.join fieldset .submit-fld button {
font-size: 1.2em;
}




.page-wrapper {
padding: 2rem 0;
	background: var(--pagebg);
}

.page-wrapper .side {
background: #f1f1f1;
	border-left: 1px solid #ddd;
	margin-right: -15px;
	padding: 30px;
}




@media (min-width: 992px) {
.business-page-grid > div {
		float: right;
	}

[dir="ltr"] .business-page-grid > div {
	float: left;
}

.business-page-grid > div.side {
	width: 20%;
	margin-left: 2%;
	display: none;
}

[dir="ltr"] .business-page-grid > div.side {
	margin-left: 0;
	margin-right: 2%;
	display: none;
}


.business-page-grid > div.primary {
	width: 78%;
	width: 100%;
	margin-top: -5.95rem;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	border-radius: var(--radius);
	overflow: hidden;
}
}

@media (max-width: 991px) {
.gallery {
		width: 80vw;
		max-width: 620px;
	}

/* .business-page-grid {
display: grid;
*/
.business-page-grid > div.side {
	order: 2;
}

.business-page-grid > div.primary {
	order: 1;
}
.page-wrapper {
	padding: 1rem !important;
}
}



.business-side-nav {
background: rgba(255, 255, 255, 0.6);
	border-radius: 20px;
	padding: 1.5rem;
	font-size: 1.2rem;
	color: #023E64;
}

.business-side-nav a {
color: #023E64;
	font-size: 1.3rem;
	display: block;
	padding: 5px 0;
}

.business-side-nav a:hover {
text-decoration: none;
	color: #000;
}

.business-side-nav ul {
list-style: none;
	padding: 0;
	margin: 0;
}

.business-side-nav ul > li a:before {
font-family: 'FontAwesome';
	content: '\f104';
	margin-left: 5px;
}

[dir="ltr"] .business-side-nav ul > li a:before {
content: '\f105';
	margin-left: 0;
	margin-right: 5px;
}



.business-top-buttons {
position: relative;
	display: flex;
	justify-content: flex-end;
}

.business-top-buttons i{}

.business-top-buttons > div {
position: absolute;
	bottom: calc(100% + 20px);
	left: 20px;
	font-size: 1.5rem;
	color: #fff;
}

[dir="ltr"] .business-top-buttons > div {
left: auto;
	right: 20px;
}

.business-top-buttons > div a {
color: #fff;
}



.props  {
line-height: 1rem;
	display: flex;
	flex-wrap: wrap;
	color: var(--site5);
}
.props > div{
font-weight: 500;
margin-bottom: 1.25rem;
	margin-left: 30px;
}


.business-content {
max-height: 57px;
	position: relative;
	overflow: hidden;
	color: #063e63;
}
.business-content.opened {
max-height: none;
}
.business-content:after {
position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: '';
	display: block;
	height: 30%;
}

.business-content.opened:after {
content: none;
}
.business_content h2{
font-size: 2.4rem;
font-weight: 900;
color: var(--site5);
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
}
.business_content h2::after{
content: "";
position: absolute;
	bottom: 0;
	height: 2px;
	border-radius: 2px;
	width: 100px;
background-color: rgba(0, 0, 0, 0.2);
	right: 0;
}


.business-btn {
background: #619A21 0% 0% no-repeat padding-box;
	border-radius: 30px;
	display: inline-block;
	padding: 2px 15px;
	color: #fff;
}


.business-btn:before {
content: '\f107';
	font-family: 'FontAwesome';
}

[dir="rtl"] .business-btn:before {
margin-left: 10px;
}
[dir="ltr"] .business-btn:before {
margin-right: 10px;
}

.business-btn.on:before {
content: '\f106';
}


.business-btn:hover {
background: #4f8315;
	color: #fff;
}
@media (max-width:991px) {
.business-top-buttons > div a span {
		display: none;
	}
.page-wrapper {
	padding: 0;
}
.props {
	padding-inline-start: 1rem;
	flex-direction: column;
}
}