/*
Theme Name: Boombox Child Theme
Theme URI: http://boombox.px-lab.com
Template: boombox
Author: Px-Lab
Author URI: https://px-lab.com
Description: Boombox is most powerful and flexible viral and buzz style WordPress theme. Flexible and fully customizable viral magazine theme combined with most powerful Viral content plugin with a ton of snacks and exclusive features and all that packed with dozens of powerful and popular plugins and with top-notch design
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-header, custom-background, full-width-template,custom-menu, editor-style, featured-images, featured-image-header, post-formats, sticky-post, theme-options, translation-ready
Text Domain: boombox
*/

/*************** Add your custom css here  ***************/

/*************** Attachment Page ***************/
@media screen and (max-width: 767px) {
	.single-attachment .single-top-container,
	.single-attachment .single-top-container .s-post-breadcrumb,
	.single-attachment .single-top-container .bb-breadcrumb,
	.single-attachment .single-top-container nav.s-post-breadcrumb {
		display: none !important;
	}
}

.bb-attachment-page .bb-attachment-parent-title {
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 400;
}

.bb-attachment-page .bb-attachment-parent-title a {
	text-decoration: none;
}

.bb-attachment-page .bb-attachment-hero,
.bb-attachment-page .bb-attachment-figure,
.bb-attachment-page .bb-attachment-full-link {
	text-align: center;
}

.bb-attachment-page .bb-attachment-figure {
	margin: 0 auto;
}

.bb-attachment-page .entry-attachment,
.bb-attachment-page .entry-attachment a,
.bb-attachment-page .entry-attachment img,
.bb-attachment-page .bb-attachment-main-image {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

.bb-attachment-page .bb-attachment-main-image {
	width: auto;
	max-width: 100%;
	height: auto;
}

.bb-attachment-page .bb-attachment-description-box {
	max-width: 1140px;
	margin: 0 auto;
	padding: 32px 36px;
	background: #ececec;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	text-align: center;
}

.bb-attachment-page .bb-attachment-description-box p {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.8;
}

.bb-attachment-page .bb-attachment-actions,
.bb-attachment-page .bb-attachment-downloads {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
	justify-content: center;
}

.bb-attachment-page .bb-attachment-downloads {
	justify-content: flex-start;
}

.bb-attachment-page .bb-attachment-exif {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.bb-attachment-page .bb-attachment-exif summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	cursor: pointer;
	list-style: none;
	font-weight: 700;
	background: #f6f6f6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bb-attachment-page .bb-attachment-exif summary::-webkit-details-marker {
	display: none;
}

.bb-attachment-page .bb-attachment-exif .label {
	font-size: 1rem;
	line-height: 1.2;
}

.bb-attachment-page .bb-attachment-exif .toggle-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 8px;
	background: #41b7b0;
	color: #fff;
	font-size: 0;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: 0 4px 12px rgba(65, 183, 176, 0.2);
}

.bb-attachment-page .bb-attachment-exif[open] .toggle-text::before {
	content: attr(data-open-text);
}

.bb-attachment-page .bb-attachment-exif:not([open]) .toggle-text::before {
	content: attr(data-closed-text);
}

.bb-attachment-page .bb-attachment-exif .toggle-text::before {
	font-size: 0.95rem;
}

.bb-attachment-page .bb-attachment-exif-content {
	padding: 0 22px 22px;
}

.bb-attachment-page .bb-attachment-exif-table {
	width: 100%;
	border-collapse: collapse;
}

.bb-attachment-page .bb-attachment-exif-table th,
.bb-attachment-page .bb-attachment-exif-table td {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	text-align: left;
	vertical-align: top;
}

.bb-attachment-page .bb-attachment-exif-table th {
	width: 35%;
	font-weight: 700;
}

.bb-attachment-page .bb-attachment-exif-table tr:last-child th,
.bb-attachment-page .bb-attachment-exif-table tr:last-child td {
	border-bottom: 0;
}

.bb-attachment-page .bb-attachment-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.bb-attachment-page .bb-attachment-nav li {
	margin-bottom: 16px;
	display: flex;
}

.bb-attachment-page .bb-attachment-nav .meta-nav {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}

.bb-attachment-page .bb-attachment-nav .pg-item {
	display: flex;
	flex: 1 1 auto;
	height: 100%;
	padding: 14px;
	background: #f6f6f6;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
}

.bb-attachment-page .bb-attachment-nav .pg-thumb-col {
	flex: 0 0 160px;
	max-width: 160px;
}

.bb-attachment-page .bb-attachment-nav .pg-thumb {
	display: block;
	overflow: hidden;
	border-radius: 8px;
}

.bb-attachment-page .bb-attachment-nav .pg-thumb img {
	display: block;
	width: 100%;
	height: 118px;
	object-fit: cover;
}

.bb-attachment-page .bb-attachment-nav .pg-content-col {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-height: 118px;
	padding-left: 14px;
}

.bb-attachment-page .bb-attachment-nav .post-title {
	margin: 0;
	width: 100%;
	line-height: 1.45;
	font-size: 1.05rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bb-attachment-page .bb-attachment-related-grid,
.bb-attachment-page .bb-attachment-gallery-grid {
	margin-left: 0;
	margin-right: 0;
}

.bb-attachment-page .bb-attachment-related-grid .post-items,
.bb-attachment-page .bb-attachment-gallery-grid .post-items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -15px;
	margin-right: -15px;
}

.bb-attachment-page .bb-attachment-related-grid .post-item,
.bb-attachment-page .bb-attachment-gallery-grid .post-item {
	display: flex;
}

.bb-attachment-page .bb-attachment-related-grid .bb-card-item,
.bb-attachment-page .bb-attachment-gallery-grid .bb-card-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.bb-attachment-page .bb-attachment-related-grid .post-thumbnail img,
.bb-attachment-page .bb-attachment-gallery-grid .post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.bb-attachment-page .bb-attachment-related-grid .content,
.bb-attachment-page .bb-attachment-gallery-grid .content {
	flex: 1 1 auto;
}

.bb-attachment-page .bb-attachment-related-grid .entry-title,
.bb-attachment-page .bb-attachment-gallery-grid .entry-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bb-attachment-page .bb-attachment-related-grid .bb-author-vcard-mini,
.bb-attachment-page .bb-attachment-gallery-grid .bb-author-vcard-mini {
	margin-top: 14px;
}

@media screen and (max-width: 767px) {
	.bb-attachment-page .bb-attachment-description-box {
		padding: 20px 16px;
		border-radius: 14px;
	}

	.bb-attachment-page .bb-attachment-description-box p {
		font-size: 1rem;
		line-height: 1.7;
	}

	.bb-attachment-page .bb-attachment-actions,
	.bb-attachment-page .bb-attachment-downloads {
		flex-direction: column;
	}

	.bb-attachment-page .bb-attachment-actions .bb-btn,
	.bb-attachment-page .bb-attachment-downloads .bb-btn {
		width: 100%;
		text-align: center;
	}

	.bb-attachment-page .bb-attachment-parent-title {
		font-size: 1.05rem;
	}

	.bb-attachment-page .bb-attachment-exif summary,
	.bb-attachment-page .bb-attachment-exif-content {
		padding-left: 16px;
		padding-right: 16px;
	}

	.bb-attachment-page .bb-attachment-exif summary {
		flex-direction: column;
		align-items: flex-start;
	}

	.bb-attachment-page .bb-attachment-nav .pg-item {
		padding: 12px;
	}

	.bb-attachment-page .bb-attachment-nav .pg-thumb-col {
		flex: 0 0 110px;
		max-width: 110px;
	}

	.bb-attachment-page .bb-attachment-nav .pg-thumb img {
		height: 84px;
	}

	.bb-attachment-page .bb-attachment-nav .pg-content-col {
		min-height: 84px;
		padding-left: 12px;
	}

	.bb-attachment-page .bb-attachment-related-grid .post-items,
	.bb-attachment-page .bb-attachment-gallery-grid .post-items {
		margin-left: 0;
		margin-right: 0;
	}

	.bb-attachment-page .bb-attachment-related-grid .post-item,
	.bb-attachment-page .bb-attachment-gallery-grid .post-item {
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
}



/*************** Attachment Page Desktop Fixes ***************/
.bb-attachment-page .single-content,
.bb-attachment-page .entry-content,
.single-attachment .bb-attachment-page .single-content,
.single-attachment .bb-attachment-page .entry-content {
	overflow: visible;
}

.bb-attachment-page .bb-attachment-hero,
.single-attachment .bb-attachment-page .bb-attachment-hero {
	text-align: center !important;
}

.bb-attachment-page .entry-attachment.bb-attachment-figure,
.bb-attachment-page .entry-attachment.bb-attachment-figure > a,
.single-attachment .bb-attachment-page .entry-attachment.bb-attachment-figure,
.single-attachment .bb-attachment-page .entry-attachment.bb-attachment-figure > a {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	margin: 0 auto !important;
	float: none !important;
}

.bb-attachment-page .entry-attachment.bb-attachment-figure img.bb-attachment-main-image,
.bb-attachment-page .entry-attachment img.bb-attachment-main-image,
.single-attachment .bb-attachment-page .entry-attachment.bb-attachment-figure img.bb-attachment-main-image,
.single-attachment .bb-attachment-page .entry-attachment img.bb-attachment-main-image {
	display: block !important;
	float: none !important;
	margin: 0 auto !important;
	width: auto !important;
	max-width: min(100%, 1120px) !important;
	max-height: 78vh !important;
	height: auto !important;
	object-fit: contain !important;
}

.bb-attachment-page .bb-attachment-description-box,
.single-attachment .bb-attachment-page .bb-attachment-description-box {
	background: #ececec !important;
	border: 1px solid rgba(0, 0, 0, 0.14) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 8px 24px rgba(0,0,0,.04) !important;
}

.bb-attachment-page .bb-attachment-exif summary,
.single-attachment .bb-attachment-page .bb-attachment-exif summary {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 18px 22px !important;
	background: #f6f6f6 !important;
	border-bottom: 1px solid rgba(0,0,0,.08) !important;
}

.bb-attachment-page .bb-attachment-exif .toggle-text,
.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 44px !important;
	padding: 10px 18px !important;
	border-radius: 8px !important;
	background: #41b7b0 !important;
	color: #fff !important;
	font-size: 0 !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
	box-shadow: 0 4px 12px rgba(65,183,176,.2) !important;
}

.bb-attachment-page .bb-attachment-nav ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 16px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.bb-attachment-page .bb-attachment-nav li {
	width: 50% !important;
	max-width: 50% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}

.bb-attachment-page .bb-attachment-nav .pg-item {
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch !important;
	gap: 14px !important;
	width: 100% !important;
	min-height: 160px !important;
	padding: 48px 14px 14px !important;
	background: #f6f6f6 !important;
	border: 1px solid rgba(0,0,0,.08) !important;
	border-radius: 12px !important;
}

.bb-attachment-page .bb-attachment-nav .meta-nav {
	position: absolute !important;
	top: 14px !important;
	left: 14px !important;
	right: 14px !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	font-size: .95rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.bb-attachment-page .bb-attachment-nav .meta-nav .nav-arrow {
	font-size: 1rem;
	line-height: 1;
}

.bb-attachment-page .bb-attachment-nav .next-page .meta-nav {
	justify-content: flex-end !important;
}

.bb-attachment-page .bb-attachment-nav .prev-page .meta-nav {
	justify-content: flex-start !important;
}

.bb-attachment-page .bb-attachment-nav .pg-thumb-col {
	flex: 0 0 140px !important;
	max-width: 140px !important;
}

.bb-attachment-page .bb-attachment-nav .pg-thumb,
.bb-attachment-page .bb-attachment-nav .pg-thumb img {
	width: 140px !important;
}

.bb-attachment-page .bb-attachment-nav .pg-thumb img {
	height: 96px !important;
	object-fit: cover !important;
	border-radius: 8px !important;
}

.bb-attachment-page .bb-attachment-nav .pg-content-col {
	display: flex !important;
	align-items: center !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	min-height: 96px !important;
	padding-left: 0 !important;
}

.bb-attachment-page .bb-attachment-nav .post-title {
	margin: 0 !important;
	font-size: 1rem !important;
	line-height: 1.45 !important;
	text-align: left !important;
}

.bb-attachment-page .bb-attachment-nav .next-page .post-title {
	text-align: right !important;
}

@media screen and (max-width: 767px) {
	.bb-attachment-page .entry-attachment.bb-attachment-figure img.bb-attachment-main-image,
	.bb-attachment-page .entry-attachment img.bb-attachment-main-image {
		max-width: 100% !important;
		max-height: 70vh !important;
	}

	.bb-attachment-page .bb-attachment-nav ul {
		gap: 10px !important;
	}

	.bb-attachment-page .bb-attachment-nav li {
		width: calc(50% - 5px) !important;
		max-width: calc(50% - 5px) !important;
	}

	.bb-attachment-page .bb-attachment-nav .pg-item {
		flex-direction: column !important;
		gap: 10px !important;
		min-height: 210px !important;
		padding: 42px 10px 10px !important;
	}

	.bb-attachment-page .bb-attachment-nav .meta-nav {
		left: 10px !important;
		right: 10px !important;
		top: 10px !important;
		font-size: .82rem !important;
	}

	.bb-attachment-page .bb-attachment-nav .pg-thumb-col,
	.bb-attachment-page .bb-attachment-nav .pg-thumb,
	.bb-attachment-page .bb-attachment-nav .pg-thumb img {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: auto !important;
	}

	.bb-attachment-page .bb-attachment-nav .pg-thumb img {
		height: 86px !important;
	}

	.bb-attachment-page .bb-attachment-nav .pg-content-col {
		min-height: 60px !important;
	}

	.bb-attachment-page .bb-attachment-nav .post-title,
	.bb-attachment-page .bb-attachment-nav .next-page .post-title {
		text-align: left !important;
		font-size: .9rem !important;
	}
}



/*************** Attachment Page Final Desktop/Mobile Fixes ***************/
.bb-attachment-page .bb-attachment-hero {
	width: 100%;
	text-align: center !important;
}

.bb-attachment-page .bb-attachment-media-frame {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
}

.bb-attachment-page .bb-attachment-figure,
.bb-attachment-page .bb-attachment-figure.entry-attachment,
.bb-attachment-page .bb-attachment-media-frame .entry-attachment {
	display: block !important;
	width: auto !important;
	max-width: min(100%, 980px) !important;
	margin: 0 auto !important;
	float: none !important;
	text-align: center !important;
}

.bb-attachment-page .bb-attachment-full-link {
	display: inline-block !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	float: none !important;
}

.bb-attachment-page img.bb-attachment-main-image,
.bb-attachment-page .bb-attachment-figure img.bb-attachment-main-image,
.single-attachment .bb-attachment-page img.bb-attachment-main-image {
	display: block !important;
	width: auto !important;
	max-width: min(100%, 980px) !important;
	max-height: 72vh !important;
	height: auto !important;
	margin: 0 auto !important;
	float: none !important;
	object-fit: contain !important;
}

.bb-attachment-page .bb-attachment-description-box,
.single-attachment .bb-attachment-page .bb-attachment-description-box {
	background: #ececec !important;
	border: 1px solid rgba(0,0,0,.12) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 6px 18px rgba(0,0,0,.04) !important;
}

.bb-attachment-page details.bb-attachment-exif,
.single-attachment .bb-attachment-page details.bb-attachment-exif {
	background: transparent !important;
	border: 0 !important;
}

.bb-attachment-page details.bb-attachment-exif > summary,
.single-attachment .bb-attachment-page details.bb-attachment-exif > summary {
	display: block !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	list-style: none !important;
}

.bb-attachment-page details.bb-attachment-exif > summary::-webkit-details-marker {
	display: none !important;
}

.bb-attachment-page details.bb-attachment-exif > summary .toggle-text,
.single-attachment .bb-attachment-page details.bb-attachment-exif > summary .toggle-text {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 46px !important;
	padding: 12px 22px !important;
	border-radius: 8px !important;
	background: #41b7b0 !important;
	color: #fff !important;
	font-size: .95rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: 0 4px 12px rgba(65,183,176,.22) !important;
	white-space: nowrap !important;
}

.bb-attachment-page details.bb-attachment-exif > summary .toggle-text::before {
	content: none !important;
}

.bb-attachment-page details.bb-attachment-exif[open] > summary .toggle-text::after {
	content: attr(data-open-text);
}

.bb-attachment-page details.bb-attachment-exif:not([open]) > summary .toggle-text::after {
	content: attr(data-closed-text);
}

.bb-attachment-page details.bb-attachment-exif > summary .toggle-text {
	font-size: 0 !important;
}

.bb-attachment-page details.bb-attachment-exif > summary .toggle-text::after {
	font-size: .95rem !important;
}

.bb-attachment-page details.bb-attachment-exif > .bb-attachment-exif-content {
	margin-top: 14px !important;
	padding: 20px 22px 22px !important;
	background: #fff !important;
	border: 1px solid rgba(0,0,0,.08) !important;
	border-radius: 12px !important;
}

.bb-attachment-page .bb-attachment-nav ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.bb-attachment-page .bb-attachment-nav li {
	display: block !important;
	width: calc(50% - 8px) !important;
	max-width: calc(50% - 8px) !important;
	flex: 0 0 calc(50% - 8px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bb-attachment-page .bb-attachment-nav .pg-item {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	min-height: 110px !important;
	padding: 12px !important;
	background: #f6f6f6 !important;
	border: 1px solid rgba(0,0,0,.08) !important;
	border-radius: 12px !important;
}

.bb-attachment-page .bb-attachment-nav .meta-nav {
	display: block !important;
	margin: 0 0 8px !important;
	font-size: .82rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.bb-attachment-page .bb-attachment-nav .nav-label {
	display: inline-block !important;
	vertical-align: middle !important;
}

.bb-attachment-page .bb-attachment-nav .nav-arrow {
	display: inline-block !important;
	vertical-align: middle !important;
	font-size: .9rem !important;
}

.bb-attachment-page .bb-attachment-nav .pg-thumb-col {
	flex: 0 0 92px !important;
	max-width: 92px !important;
}

.bb-attachment-page .bb-attachment-nav .pg-thumb,
.bb-attachment-page .bb-attachment-nav .pg-thumb img {
	width: 92px !important;
}

.bb-attachment-page .bb-attachment-nav .pg-thumb img {
	height: 74px !important;
	object-fit: cover !important;
	border-radius: 8px !important;
}

.bb-attachment-page .bb-attachment-nav .pg-content-col {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: flex-start !important;
	min-width: 0 !important;
	min-height: 74px !important;
	padding-left: 0 !important;
}

.bb-attachment-page .bb-attachment-nav .post-title {
	margin: 0 !important;
	font-size: .95rem !important;
	line-height: 1.3 !important;
	word-break: break-word !important;
	-webkit-line-clamp: 3 !important;
}

.bb-attachment-page .bb-attachment-nav .post-title a {
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

@media screen and (max-width: 767px) {
	.bb-attachment-page .bb-attachment-figure,
	.bb-attachment-page .bb-attachment-media-frame .entry-attachment,
	.bb-attachment-page img.bb-attachment-main-image {
		max-width: 100% !important;
		max-height: 58vh !important;
	}
	.bb-attachment-page .bb-attachment-nav ul {
		gap: 10px !important;
	}
	.bb-attachment-page .bb-attachment-nav li {
		width: calc(50% - 5px) !important;
		max-width: calc(50% - 5px) !important;
		flex: 0 0 calc(50% - 5px) !important;
	}
	.bb-attachment-page .bb-attachment-nav .pg-item {
		min-height: 94px !important;
		padding: 10px !important;
	}
	.bb-attachment-page .bb-attachment-nav .meta-nav {
		font-size: .74rem !important;
		margin-bottom: 6px !important;
	}
	.bb-attachment-page .bb-attachment-nav .pg-thumb-col {
		flex: 0 0 68px !important;
		max-width: 68px !important;
	}
	.bb-attachment-page .bb-attachment-nav .pg-thumb,
	.bb-attachment-page .bb-attachment-nav .pg-thumb img {
		width: 68px !important;
	}
	.bb-attachment-page .bb-attachment-nav .pg-thumb img {
		height: 56px !important;
	}
	.bb-attachment-page .bb-attachment-nav .pg-content-col {
		min-height: 56px !important;
	}
	.bb-attachment-page .bb-attachment-nav .post-title {
		font-size: .82rem !important;
		line-height: 1.2 !important;
	}
	.bb-attachment-page details.bb-attachment-exif > summary .toggle-text {
		width: 100% !important;
	}
}



/*************** Attachment Page Final Desktop/Mobile Alignment Fix ***************/
.single-attachment .bb-attachment-page .bb-attachment-hero,
.single-attachment .bb-attachment-page .bb-attachment-media-frame,
.single-attachment .bb-attachment-page .bb-attachment-figure {
    width: 100% !important;
}

.single-attachment .bb-attachment-page .bb-attachment-media-frame {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: center !important;
    margin: 0 auto 24px !important;
}

.single-attachment .bb-attachment-page .bb-attachment-figure {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
}

.single-attachment .bb-attachment-page .bb-attachment-full-link {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
}

.single-attachment .bb-attachment-page .bb-attachment-main-image {
    display: block !important;
    margin: 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 76vh !important;
    height: auto !important;
    object-fit: contain !important;
}

.single-attachment .bb-attachment-page .bb-attachment-description-box {
    background: #ececec !important;
    border: 1px solid rgba(0,0,0,.14) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 8px 24px rgba(0,0,0,.04) !important;
}

.single-attachment .bb-attachment-page .bb-attachment-details {
    text-align: left !important;
}

.single-attachment .bb-attachment-page .bb-attachment-exif {
    display: block !important;
    max-width: 420px !important;
    margin: 0 0 18px 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.single-attachment .bb-attachment-page .bb-attachment-exif summary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 12px 20px !important;
    border-radius: 6px !important;
    background: #f6f6f6 !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    color: #1d1d1d !important;
    font-size: 0 !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
}

.single-attachment .bb-attachment-page .bb-attachment-exif-content {
    margin-top: 12px !important;
    padding: 18px 20px !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 8px !important;
}

.single-attachment .bb-attachment-page .bb-attachment-downloads {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    margin-top: 18px !important;
}

.single-attachment .bb-attachment-page .bb-attachment-downloads .bb-btn {
    min-width: 280px !important;
    text-align: center !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav li {
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .pg-item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 12px !important;
    background: #f6f6f6 !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .meta-nav {
    display: none !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .pg-top-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 12px 0 !important;
    font-size: .95rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .next-page .pg-top-label {
    justify-content: flex-end !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .pg-main {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb-col {
    flex: 0 0 126px !important;
    max-width: 126px !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb {
    display: block !important;
    width: 126px !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb img {
    display: block !important;
    width: 126px !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .pg-content-col {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .post-title {
    margin: 0 !important;
    font-size: .95rem !important;
    line-height: 1.35 !important;
    text-align: left !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .post-title a {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .single-attachment .bb-attachment-page .bb-attachment-main-image {
        max-height: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-exif,
    .single-attachment .bb-attachment-page .bb-attachment-downloads {
        max-width: 100% !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-downloads {
        gap: 12px !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-downloads .bb-btn {
        min-width: 0 !important;
        width: 100% !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav ul {
        gap: 12px !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav li {
        width: calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-item {
        padding: 10px !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-main {
        display: block !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb-col,
    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb,
    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb img {
        height: 96px !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-content-col {
        display: none !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-top-label {
        order: 2 !important;
        justify-content: center !important;
        margin: 10px 0 0 0 !important;
        text-align: center !important;
    }
}

/*************** Attachment Page V7 Requested Fixes ***************/
.single-attachment .bb-attachment-page .bb-attachment-hero,
.single-attachment .bb-attachment-page .bb-attachment-media-frame,
.single-attachment .bb-attachment-page .bb-attachment-figure,
.single-attachment .bb-attachment-page .bb-attachment-full-link {
    width: 100% !important;
}

.single-attachment .bb-attachment-page .bb-attachment-media-frame,
.single-attachment .bb-attachment-page .bb-attachment-figure,
.single-attachment .bb-attachment-page .bb-attachment-full-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.single-attachment .bb-attachment-page .bb-attachment-figure {
    max-width: 960px !important;
}

.single-attachment .bb-attachment-page .bb-attachment-main-image {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: min(75vh, 1200px) !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain !important;
}

.single-attachment .bb-attachment-page .bb-attachment-actions,
.single-attachment .bb-attachment-page .bb-attachment-details,
.single-attachment .bb-attachment-page .bb-attachment-downloads {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.single-attachment .bb-attachment-page .bb-attachment-actions .bb-btn,
.single-attachment .bb-attachment-page .bb-attachment-exif summary,
.single-attachment .bb-attachment-page .bb-attachment-downloads .bb-btn {
    margin-left: 0 !important;
}

.single-attachment .bb-attachment-page .bb-attachment-exif {
    max-width: none !important;
}

.single-attachment .bb-attachment-page .bb-attachment-exif summary {
    justify-content: flex-start !important;
}

.single-attachment .bb-attachment-page .bb-attachment-downloads {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .single-attachment .bb-attachment-page .bb-attachment-main-image {
        width: auto !important;
        max-width: 100% !important;
        max-height: 65vh !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-item {
        position: relative !important;
        padding-top: 40px !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-top-label {
        position: absolute !important;
        top: 8px !important;
        left: 8px !important;
        right: 8px !important;
        z-index: 2 !important;
        order: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 6px 10px !important;
        border-radius: 999px !important;
        background: rgba(255,255,255,.92) !important;
        backdrop-filter: blur(2px) !important;
        text-align: center !important;
        box-shadow: 0 2px 8px rgba(0,0,0,.08) !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .next-page .pg-top-label,
    .single-attachment .bb-attachment-page .bb-attachment-nav .prev-page .pg-top-label {
        justify-content: center !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-main {
        display: block !important;
    }
}


/*************** Attachment Page V8 Final Fixes ***************/
.single-attachment .bb-attachment-page .s-post-main {
    overflow: visible !important;
}

.single-attachment .bb-attachment-page .bb-attachment-hero,
.single-attachment .bb-attachment-page .bb-attachment-description {
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.single-attachment .bb-attachment-page .bb-attachment-media-frame,
.single-attachment .bb-attachment-page .bb-attachment-figure,
.single-attachment .bb-attachment-page .bb-attachment-full-link {
    display: block !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 0 auto !important;
    text-align: center !important;
    float: none !important;
}

.single-attachment .bb-attachment-page .bb-attachment-main-image,
.single-attachment .bb-attachment-page .entry-attachment img.bb-attachment-main-image {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: min(100%, 860px) !important;
    max-height: 980px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    float: none !important;
}

.single-attachment .bb-attachment-page .bb-attachment-actions,
.single-attachment .bb-attachment-page .bb-attachment-details,
.single-attachment .bb-attachment-page .bb-attachment-downloads {
    width: 100% !important;
    max-width: 340px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.single-attachment .bb-attachment-page .bb-attachment-actions .bb-btn,
.single-attachment .bb-attachment-page .bb-attachment-downloads .bb-btn,
.single-attachment .bb-attachment-page .bb-attachment-exif,
.single-attachment .bb-attachment-page .bb-attachment-exif summary,
.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.single-attachment .bb-attachment-page .bb-attachment-exif {
    width: 100% !important;
    max-width: 340px !important;
}

.single-attachment .bb-attachment-page .bb-attachment-exif summary {
    width: 100% !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.single-attachment .bb-attachment-page .bb-attachment-downloads {
    gap: 10px !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb-col {
    position: relative !important;
}

.single-attachment .bb-attachment-page .bb-attachment-nav .pg-top-label {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 0 10px 0 !important;
    text-align: left !important;
}

@media screen and (max-width: 767px) {
    .single-attachment .bb-attachment-page .bb-attachment-main-image,
    .single-attachment .bb-attachment-page .entry-attachment img.bb-attachment-main-image {
        max-width: min(100%, 92vw) !important;
        max-height: 72vh !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-item {
        padding-top: 10px !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb-col {
        position: relative !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-top-label {
        position: absolute !important;
        top: 8px !important;
        left: 8px !important;
        right: 8px !important;
        z-index: 3 !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 6px 8px !important;
        border-radius: 999px !important;
        background: rgba(255,255,255,.94) !important;
        text-align: center !important;
        box-shadow: 0 2px 8px rgba(0,0,0,.12) !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb,
    .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb img {
        display: block !important;
    }

    .single-attachment .bb-attachment-page .bb-attachment-details,
    .single-attachment .bb-attachment-page .bb-attachment-downloads {
        max-width: 100% !important;
    }
}


/*************** Attachment Page V9 Hard Fixes ***************/
.single-attachment .bb-attachment-page .bb-attachment-media-frame{max-width:860px!important;margin:0 auto 24px!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;text-align:center!important;}
.single-attachment .bb-attachment-page .bb-attachment-figure{width:100%!important;max-width:860px!important;margin:0 auto!important;display:flex!important;justify-content:center!important;float:none!important;text-align:center!important;}
.single-attachment .bb-attachment-page .bb-attachment-full-link{display:inline-flex!important;justify-content:center!important;align-items:flex-start!important;max-width:100%!important;margin:0 auto!important;float:none!important;}
.single-attachment .bb-attachment-page img.bb-attachment-main-image{display:block!important;margin:0 auto!important;width:auto!important;height:auto!important;max-width:min(100%,860px)!important;max-height:980px!important;object-fit:contain!important;float:none!important;}
.single-attachment .bb-attachment-page .bb-attachment-description,.single-attachment .bb-attachment-page .bb-attachment-actions,.single-attachment .bb-attachment-page .bb-attachment-details{max-width:860px!important;margin-left:auto!important;margin-right:auto!important;}
.single-attachment .bb-attachment-page .bb-attachment-actions,.single-attachment .bb-attachment-page .bb-attachment-details{text-align:left!important;}
.single-attachment .bb-attachment-page .bb-attachment-exif{display:block!important;max-width:none!important;width:100%!important;margin:0 0 18px 0!important;}
.single-attachment .bb-attachment-page .bb-attachment-exif summary{display:flex!important;justify-content:flex-start!important;align-items:center!important;text-align:left!important;padding:0!important;}
.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text{margin:0!important;}
.single-attachment .bb-attachment-page .bb-attachment-downloads{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:16px!important;width:100%!important;margin:18px 0 0 0!important;text-align:left!important;}
.single-attachment .bb-attachment-page .bb-attachment-downloads .bb-btn{margin:0!important;}
@media screen and (max-width:767px){.single-attachment .bb-attachment-page img.bb-attachment-main-image{max-width:min(100%,92vw)!important;max-height:72vh!important;}.single-attachment .bb-attachment-page .bb-attachment-downloads{flex-direction:column!important;gap:10px!important;}.single-attachment .bb-attachment-page .bb-attachment-downloads .bb-btn{width:100%!important;max-width:100%!important;}}


/*************** Attachment Page V10 Final Polish ***************/
.single-attachment .bb-attachment-page .bb-attachment-description{max-width:860px!important;margin:22px auto 28px!important;}
.single-attachment .bb-attachment-page .bb-attachment-description-box{display:block!important;max-width:860px!important;margin:0 auto!important;padding:28px 34px!important;background:#f3f3f3!important;border:1px solid #d9d9d9!important;border-radius:22px!important;box-shadow:none!important;}
.single-attachment .bb-attachment-page .bb-attachment-media-frame{margin-bottom:18px!important;}
.single-attachment .bb-attachment-page .bb-attachment-actions{max-width:860px!important;margin:0 auto 28px!important;text-align:center!important;}
.single-attachment .bb-attachment-page .bb-attachment-actions .bb-btn{display:inline-block!important;margin:0 auto!important;}
.single-attachment .bb-attachment-page .bb-attachment-details{max-width:860px!important;margin:0 auto 28px!important;text-align:left!important;display:block!important;}
.single-attachment .bb-attachment-page .bb-attachment-details-inner{width:340px!important;max-width:100%!important;margin:0!important;display:block!important;text-align:left!important;float:none!important;}
.single-attachment .bb-attachment-page .bb-attachment-exif,.single-attachment .bb-attachment-page .bb-attachment-exif summary,.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text{width:100%!important;max-width:340px!important;margin:0!important;text-align:left!important;justify-content:flex-start!important;display:flex!important;}
.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text{display:inline-flex!important;}
.single-attachment .bb-attachment-page .bb-attachment-downloads{width:340px!important;max-width:100%!important;margin:16px 0 0 0!important;display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:12px!important;flex-wrap:wrap!important;text-align:left!important;}
.single-attachment .bb-attachment-page .bb-attachment-downloads .bb-btn{margin:0!important;}
.single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb-col{width:120px!important;min-width:120px!important;max-width:120px!important;}
.single-attachment .bb-attachment-page .bb-attachment-nav .pg-top-label{width:120px!important;min-width:120px!important;max-width:120px!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:4px!important;margin:0 0 10px 0!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;line-height:1.2!important;}
.single-attachment .bb-attachment-page .bb-attachment-nav .nav-label{white-space:nowrap!important;display:inline-block!important;}
@media screen and (max-width:767px){
  .single-attachment .bb-attachment-page .bb-attachment-description{margin:18px auto 24px!important;}
  .single-attachment .bb-attachment-page .bb-attachment-description-box{padding:22px 18px!important;}
  .single-attachment .bb-attachment-page .bb-attachment-details-inner,.single-attachment .bb-attachment-page .bb-attachment-exif,.single-attachment .bb-attachment-page .bb-attachment-exif summary,.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text,.single-attachment .bb-attachment-page .bb-attachment-downloads{width:100%!important;max-width:100%!important;}
  .single-attachment .bb-attachment-page .bb-attachment-downloads{flex-direction:column!important;gap:10px!important;}
  .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb-col{width:100%!important;min-width:0!important;max-width:100%!important;}
  .single-attachment .bb-attachment-page .bb-attachment-nav .pg-top-label{width:auto!important;min-width:0!important;max-width:none!important;}
}


/*************** Attachment Page V11 Final Tweaks ***************/
.single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb-col{width:150px!important;min-width:150px!important;max-width:150px!important;}
.single-attachment .bb-attachment-page .bb-attachment-nav .pg-top-label{width:150px!important;min-width:150px!important;max-width:150px!important;display:flex!important;justify-content:center!important;align-items:center!important;margin:0 0 10px 0!important;text-align:center!important;white-space:nowrap!important;overflow:visible!important;line-height:1.1!important;}
.single-attachment .bb-attachment-page .bb-attachment-nav .nav-label-combo{display:inline-block!important;width:150px!important;max-width:150px!important;text-align:center!important;white-space:nowrap!important;font-size:18px!important;line-height:1.1!important;}
.single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb,.single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb img,.single-attachment .bb-attachment-page .bb-attachment-nav .bb-attachment-nav-thumb-image{display:block!important;width:150px!important;max-width:150px!important;height:auto!important;}
.single-attachment .bb-attachment-page .bb-attachment-details{max-width:860px!important;margin:0 auto 28px!important;text-align:center!important;display:block!important;}
.single-attachment .bb-attachment-page .bb-attachment-details-inner{width:460px!important;max-width:100%!important;margin:0 auto!important;display:block!important;text-align:center!important;float:none!important;}
.single-attachment .bb-attachment-page .bb-attachment-exif,.single-attachment .bb-attachment-page .bb-attachment-exif summary,.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text{width:100%!important;max-width:460px!important;margin:0 auto!important;text-align:center!important;justify-content:center!important;}
.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text{display:inline-flex!important;}
.single-attachment .bb-attachment-page .bb-attachment-downloads{width:100%!important;max-width:460px!important;margin:16px auto 0!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;text-align:center!important;}
.single-attachment .bb-attachment-page .bb-attachment-downloads .bb-btn{margin:0!important;}
@media screen and (max-width:767px){
  .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb-col{width:100%!important;min-width:0!important;max-width:100%!important;}
  .single-attachment .bb-attachment-page .bb-attachment-nav .pg-top-label,.single-attachment .bb-attachment-page .bb-attachment-nav .nav-label-combo{width:auto!important;max-width:none!important;font-size:inherit!important;}
  .single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb,.single-attachment .bb-attachment-page .bb-attachment-nav .pg-thumb img,.single-attachment .bb-attachment-page .bb-attachment-nav .bb-attachment-nav-thumb-image{width:auto!important;max-width:100%!important;}
  .single-attachment .bb-attachment-page .bb-attachment-details-inner,.single-attachment .bb-attachment-page .bb-attachment-exif,.single-attachment .bb-attachment-page .bb-attachment-exif summary,.single-attachment .bb-attachment-page .bb-attachment-exif .toggle-text,.single-attachment .bb-attachment-page .bb-attachment-downloads{width:100%!important;max-width:100%!important;}
}
