.document-library-pro-button {
	align-items: center;
	display: flex !important;
	font-size: inherit;
	justify-content: center;
	line-height: 1.9em;
	min-height: 2em;
	padding: 0 18px !important;
	word-break: keep-all
}

.document-library-pro-button:hover {
	text-decoration: none
}

.document-library-pro-button:after {
	display: none
}

.dlp-button-icon {
	height: 18px;
	line-height: 1 !important;
	min-height: 18px;
	min-width: 18px;
	width: 18px
}

.dlp-button-icon-text {
	margin-right: 10px
}

.dlp-file-icon {
	height: 48px;
	width: 48px
}

.dlp-preview-button.preview-disabled {
	opacity: .5;
	pointer-events: none
}

.dlp-preview-button.preview-disabled:hover {
	background-color: inherit;
	box-shadow: inherit;
	color: inherit;
	font-size: inherit;
	margin: inherit;
	padding: inherit
}

.dlp-preview-modal {
	display: none
}

.dlp-preview-modal.is-open {
	display: block
}

body.dlp-preview-modal-open {
	overflow: hidden !important
}

.dlp-preview-modal-overlay {
	align-items: center;
	background: #000;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999999999
}

.dlp-preview-modal-container {
	background-color: transparent;
	box-sizing: border-box;
	max-height: 100vh;
	position: relative;
	z-index: 2
}

.dlp-preview-modal-footer {
	align-items: center;
	bottom: 0;
	color: #ccc;
	display: flex;
	font-size: 13px;
	justify-content: center;
	left: 0;
	line-height: 20px;
	min-height: 44px;
	padding: 10px;
	position: fixed;
	width: 100%
}

.dlp-preview-modal-close {
	cursor: pointer;
	display: block;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	z-index: 3
}

.dlp-preview-modal-close .dlp-icon {
	color: #fff;
	opacity: .5;
	transition: opacity .2s
}

.dlp-preview-modal-close .dlp-icon:hover {
	opacity: 1
}

.dlp-preview-modal-content {
	position: relative
}

.dlp-preview-modal-content .dlp-preview-spinner {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.dlp-preview-modal-content>img {
	max-height: calc(100vh - 90px)
}

.dlp-preview-modal-content audio,
.dlp-preview-modal-content iframe,
.dlp-preview-modal-content video {
	display: block
}

.dlp-preview-modal-content video {
	max-height: calc(100vh - 90px)
}

.dlp-preview-modal-content iframe {
	height: 70vh;
	width: 65vw
}

@media only screen and (max-width:500px) {
	.dlp-preview-modal-content iframe {
		height: 80vh;
		width: 80vw
	}
}

.dlp-single-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.dlp-single-wrap .dlp-single-left {
	padding-right: 0px;
	width: 100%;
}
.dlp-single-right {
    display: none !important;
}

.dlp-single-wrap .dlp-single-right {
	border-left: 0px solid #eee;
	padding-left: 0px;
	width: 0%;
}

@media(max-width:768px) {
	.dlp-single-wrap {
		flex-direction: column-reverse
	}

	.dlp-single-wrap .dlp-single-left {
		flex: 1;
		padding-right: 0;
		width: 100%
	}

	.dlp-single-wrap .dlp-single-right {
		border-left: none;
		flex: 1;
		padding-left: 0;
		width: 100%
	}
}

#dlp-document-info-list {
	margin-bottom: 20px;
	margin-top: 20px
}

.dlp-document-info-title {
	font-weight: 700
}

.dlp-document-info-buttons {
	align-items: center;
	display: flex
}

.dlp-document-info-buttons .dlp-preview-button {
	margin-left: 10px
}

.dlp-document-info-categories a,
.dlp-document-info-tags a {
	display: inline !important
}

.dlp-document-info-image img.wp-post-image {
	margin: 0
}

body.single.theme-flatsome article.dlp_document .entry-image,
body.single.theme-woodmart article.dlp_document .woodmart-post-date {
	display: none
}

body.theme-flatsome .document-library-pro-button {
	line-height: 1;
	margin-bottom: 0 !important
}