.site-logo {
	width: 100px;
}

.alignwide {
	max-width: 100rem !important;
}

#site-header {
    border-bottom: orange 0px solid;
    box-shadow: 0px 0px 15px -10px black;
    border-radius: 0px 0px 0px 0px;
}


.pagetop-logo {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    height: 100vh;
    top: 0;
    align-items: center;
    justify-items: center;
    display: flex;
}

.pagetop-logo img {
    height: 50vh !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 75vw;
}


.page-template-template-cover #site-header {
	box-shadow: none !important;
}

.page-template-template-cover #post-inner {
	padding-top: 3rem;
}

.wp-block-button__link {
	background-color: #ee8a33;
}

#site-header, .sub-menu {
	z-index: 100 !important;
}

#site-header .sub-menu li.current-menu-item a {
	font-weight: bold;
	text-decoration: none;
}

.entry-content > .alignwide:not(.studioembed), .entry-content > .alignfull:not(.studioembed) {
    margin-bottom: 2em !important;
    margin-top: 2em !important;
}

.callout {
	background-color: #ff8400;
	border-radius: 3rem 3rem 0.5rem 3rem;
	padding: 2rem 3rem;
	color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.25)
}

.callout a {
	color: #333;
}

.post-inner.thin {
	padding-top: 3rem;
}

.entry-content p:not(.ctrl-block *) {
	font-size: 12pt !important;
}

.ctrl-block p {
	font-size: 1.25em !important;
}

.wp-block-cover.has-parallax p.has-large-font-size {
	font-size: 32pt !important;
	max-width: 80% !important;
}

.studioembed {
  margin-top: -1em !important;
	margin-bottom: 1em !important;
}

/*.wp-block-cover:not(.front-triplet *) p {
	font-size: 26pt !important;
	max-width: 80% !important;
}*/

header.entry-header {
    position: absolute;
    padding: 1rem 2rem !important;
    z-index: 10;
    display: inline-block;
    width: 100%;
    background: transparent !important;
		min-height: 200px !important;
			padding-top: 100px !important;

}

header.entry-header h1 {
    display: inline-block;
    padding: 10px;
    font-size: 60pt;
    font-weight: bolder;
    color: white;
}


.page-template-template-cover .entry-title {
	display: none;
}

header.entry-header .section-inner {
	width: auto !important;
	max-width: 100%;
}

body:not(.overlay-header) .primary-menu > li > a {
	color: black;
}

#main {
	padding-top: 0;
}

body.home .entry-content {
	padding-top: 1em;
}

.wp-block-embed-twitter {
	margin-top: 0 !important;
}

.wp-block-embed-youtube {
	margin: auto;
}

figure.featured-media {
	overflow: hidden;
  max-height: 500px;
}

figure.featured-media img {
	opacity: 0.5;
}

figure.featured-media .section-inner {
	width: 100%;
	max-width: 100%;
	background-color: black;
}

figure.featured-media img {
	object-fit: cover;
  max-height: 500px;
	width: 100% !important;
}


.ctrl-block {
	border-radius: 3px 50px 3px 50px;
	border: none;
	overflow: hidden;
	max-height: 50vh;
}

.ctrl-block h1, .ctrl-block strong {
	font-size: 22pt;
	word-wrap: normal !important;
	overflow-wrap: normal;
	overflow: hidden;
}

.ctrl-block:last-child {
	margin-right: 0 !important;
}

.ctrl-block .wp-block-cover {
	padding: 0;
}

.entry-meta {
    display: none;
}

.dark-bg {
	background-color: #fbfbfb;
}

/*.product-logo-gallery {
	padding: 2em 0;
}*/

.product-logo-gallery img, .product-card img {
	padding: 1em 2em 1em 2em;
	border-radius: 0 1em !important;
	min-height: 100px;
	background-color: #fbfbfb;
}

.product-logo-gallery a {
	flex: none !important;
}

.product-logo-gallery img {
	margin-bottom: 0 !important;
}

.product-logo-gallery img:hover, .product-card img:hover {
	background-color: #f1f1f1;
}

.product-card .wp-block-media-text__content {
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}

.customer-gallery .wp-block-image {
	vertical-align: middle !important;
	margin-top: auto !important;
	padding: 1em;
	max-height: 75px !important;
}

.customer-gallery img {
	max-height: 75px !important;
}

.wp-block-columns {
	gap: 5rem !important;
}

.page h2, .page h3, .page h4 {
		margin-top: 0 !important;
}

.page-template-template-cover h2, .page-template-template-cover h3, .page-template-template-cover h4, .page-template-template-cover h5, .page-template-template-cover h6 {
	color: #ff8400 !important;	
}

.wp-block-cover h2 {
	color: #ff8400 !important;
}

.wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5 {
	margin-top: 0 !important;
	font-weight: bold !important;
}

.wp-block-button.is-style-circular a {
	border-radius: 2px 15px 2px 15px !important;
}

.grey-bg {
	background-color: #fafafa;
}

.page-template-template-full-width header {
	display: none;
}

.vp-portfolio__item h2 {
	font-size: 22pt !important;
}

.footer-widgets p {
	font-size: 12pt;
}

h2.mid-title {
	font-size: 22pt !important;
	font-weight: bold;
	max-width: 60% !important;
	margin: 3em auto !important;
	font-style: italic !important;
	text-align: center;
}

.vp-portfolio__item {
	border-radius: 0.25em 2em;
}

@media only screen and (min-width: 1000px) {
	.site-logo {
		width: 100px;
		transform: scale(1.5);
	}
}

@media only screen and (max-width: 600px) {	
	h1.entry-title {
		font-size: 36pt !important;
	}
	header.entry-header {
		padding-top: 0px !important;
	}
}

.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}