/*
Theme Name: Provis Media Process
*/

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: normal;
	font-display: swap;
	src: url(./fonts/inter/Inter-upright-var.woff2) format("woff2");
}

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(./fonts/inter/Inter-italic-var.woff2) format("woff2");
}

body{
	font-family: "Inter var", Helvetica, sans-serif;	
	font-size: 1.1em;
	margin-bottom:100px;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;	
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
	font-weight:900;
    letter-spacing: -0.0415625em;
    line-height: 1.25;
	padding-top: 1.2em;
	font-size: xxx-large;
}
h1{
	line-height: 1.0;
    padding-top: 0.5em;
}
h2{
	font-size: xx-large;
		
}
h3{
	font-size: x-large;
		
}
#logo{
	position: absolute;
    top: 10px;
    width: 190px;
    height: 45px;
	left:4px;
	background:url(logo.svg) no-repeat;
}
#logo a{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
#fixedNav{
	position: fixed;
	background:#fff;
	padding-bottom:10px;	
	width:100%;
	text-align:right;
}
#fixedNav > .container{
	position: relative;
}
#content{
	padding-top:75px;
}
header select{
	font-weight: bold;
	color: #333;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	/*display: inline-block;*/
	height: 46px;
	line-height:46px;
	padding: 6px 12px;
	font-size: 20px;
	margin: 10px 4px;
	min-width:175px;
}
header select:disabled{
	background:#ddd;
}
/*
#nav{
	margin-left:
}*/
#content header{
	border-bottom:1px solid #000;
	padding-bottom:15px;
	margin-bottom:15px;
}
.modified-date{
	font-style:italic;
}
.breadcrumbs{
	display:inline-block;
	width:49%;
}
.post-options{
	width:100%;
}
.edit_links{
	display:inline-block;
	width:49%;
	text-align:right;
}
