/* Shital Design — About page + footer logo compatibility */

#toTop {
	background: url("../uploads/2020/05/display-block-01.png") no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	background-color: transparent !important;
}
#toTop:hover {
	background-color: transparent !important;
}
#toTop:before,
#toTop span {
	display: none;
}

.fusion-footer-widget-area .sd-footer-logo,
.fusion-tb-footer .sd-footer-logo,
.fusion-footer .sd-footer-logo {
	display: inline-block;
	max-width: 220px;
	height: auto;
	width: auto;
	max-height: 72px;
}
.fusion-footer-widget-area .sd-footer-logo-wrap,
.fusion-tb-footer .sd-footer-logo-wrap {
	margin: 0 0 12px;
}

@media only screen and (max-width: 800px) {
	.fusion-footer-widget-area .fusion-columns .fusion-column {
		margin-bottom: 0;
	}
	.fusion-footer-widget-area .textwidget,
	.fusion-footer-widget-area .sd-footer-logo-wrap {
		text-align: center;
	}
}

/* About page: match other Avada pages (row layout, title, spacing) */
body.page-about-us #main,
body.page-id-about #main,
body.about-us #main {
	background-size: contain;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
}

body.page-about-us .fusion-builder-row,
body.page-about-us .fusion-flex-container .fusion-row {
	max-width: 1170px;
}

body.page-about-us .fusion-layout-column,
body.page-about-us .fusion-builder-column {
	min-width: 0;
}

body.page-about-us .fusion-imageframe img,
body.page-about-us .fusion-person img,
body.page-about-us .person-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 800px) {
	body.page-about-us #main {
		background-size: auto;
	}
	body.page-about-us .fusion-layout-column,
	body.page-about-us .fusion-builder-column {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
