/*
Template Name: Press Foundry Workbench
Author: Press Foundry team
Website: https://pressfoundry.com/
Contact: support@pressfoundry.com
File: Custom Css File
*/

body.has-announcement .bg-overlay {
	pointer-events: none;
}

#announcement-bar {
	overflow: visible;
	padding: 10px;
	z-index: 3;
}

.auth-page #announcement-bar {
	position: absolute;
}

.announcement-bar button.close {
	background: transparent;
	border: none;
	outline: none;
	padding: 0 2rem;
}

.announcement-bar p {
	margin-bottom: 0;
}

#announcement-bar {
	border-radius: 0;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.logo-sm {
	padding: 7px 10px;
}

.header-apps {
	flex-basis: 33.333333%;
}

.navbar-nav ul {
	list-style: none;
}

#navbar-nav li {
	width: 100%;
}

.search-box .form-control {
	height: 100%;
}

.nav-tabs-custom .nav-item .nav-link.active {
	color: #fff;
}

.ml-auto {
	margin-left: auto;
}

.mh-vh-50 {
	min-height: 50vh;
}

.asana-embed-container {
	margin: auto;
	max-width: 100%;
}

.hidden {
	display: none;
}

.pf-auth-bg-cover > .bg-overlay {
	background-color: transparent
}

.auth-page .footer {
	color: rgba(255, 255, 255, .75)
}

.auth-logo-link {
	top: 50%;
	transform: translateY(-50%);
}

.pt-12 {
	padding-top: 12rem;
}

div#sidebar {
	position: relative;
	min-height: 100vh;
}

#layout-wrapper {
	display: grid;
	grid-template-columns: auto 1fr;
	height: 100%;
}

header#page-topbar {
	position: relative;
	left: 0;
}

div#main-content {
	margin-left: 0;
}

.auth-page .img-responsive {
	max-width: 80%;
}

/*footer a:focus-visible,*/
/*.project-card a:focus-visible {*/
/*    outline: 1px solid #9e1313;*/
/*}*/
.aligncenter {
	margin: auto;
	display: block;
}

.visual-tab a[target=_blank] {
	text-decoration: underline;
}

.visual-tab a[target=_blank]:after {
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	content: "\f03cc";
}

img {
	max-width: 100%;
	height: auto;
}

/* Gutenberg powered content */
/* nesting is now supported in all major browsers */
.gb-editor {
	> * {
		margin-left: auto;
		margin-right: auto;
		max-width: var(--wp--style--global--content-size, 820px);
	}

	> .alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: var(--wp--style--global--wide-size, 1000px);
	}

	> .alignfull {
		max-width: 100%;
	}
}

/* generic table styles. */
.wp-block-table thead {
	border-bottom: 1px solid;
}
.wp-block-table td, .wp-block-table th {
	border: 1px solid #d3d3d3;
	padding: .5em;
}
.wp-block-table thead tr th {
	background-color: var(--vz-body-bg, transparent);
	font-weight: 700;
}

/* solution for PF logo as a part of report in dark mode */
[data-bs-theme="dark"] .pf-logo-dark-mode-adoption img,
[data-bs-theme="dark"] .gb-editor .wp-block-image img.wp-image-377{
	background: #c3c8cd;
	box-shadow: 0 0 80px #c3c8cd57;
}

.pf-contained {
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	justify-self: center;
	font-size: 18px;
}

.pf-align-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 25px 0;
	gap: 30px;
}

.pf-button {
	color: #fff;
	background-color: #0ab39c;
	border-color: #0ab39c;
	padding: 8px 15px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
}

.pf-button:hover {
	background-color: #6dbeb0;
	border-color: #6dbeb0;
}
@media (min-width: 768px) {
	.pf-contained .inline-date {
		grid-column-start: 1 !important;
		grid-column-end: 4 !important;
	}

	.pf-contained .inline-files {
		grid-column-start: 5 !important;
	}
}