/*
Theme Name: Blank theme child theme
Version: 1.0
Template: blank-theme
Author: David Costa Mano
Author URI: https://dcm-works.com
*/

:root {
	--primary-color: #004aad;
	--primary-color-rgb: 0, 74, 173;
    --secondary-color: #FEFEFE;
    --secondary-color-rgb: 254, 254, 254;
	--headings-font: "Outfit", sans-serif;
	--body-font: "Inter", sans-serif;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
	border: solid 1px rgba(var(--black-rgb), .20);
}

button,
.button {
  font-size: .75rem;
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
}

/* Base layout tweaks */
@media screen and (min-width: 425px) {
  .column {
    flex-basis: auto;
    width: auto;
  }
}


/* PDF Viewer */
.page-id-59 #pdfViewer {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.page-id-59 {
	height: 100dvh;
	overflow: hidden;
	position: relative;
}

.page-id-59 #wpadminbar {
	display: none;
}

.page-id-59 .file-branding {
	background-color: var(--white);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align:center;
	z-index:100000;
}

.page-id-59 .file-branding .container {
	padding: 8px 0;
}

.page-id-59 .file-branding img {
	margin: 0 auto;
	max-height: 28px;
}

.page-id-59 h2 {
	padding-top: 16px;
}