/*!
Theme Name: pvgutenberged
Theme URI: https://pvquared.coop/
Author: Darby O'Brien
Author URI: https://darbyobrien.com/
Description: The PV Squared Theme, Gutenberg'd
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pvgutenberged
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pvgutenberged is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 900;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "lato", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

p,ul,ol, h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height:160%;
	margin:0 auto 1em;
	}
h1,
.has-huge-font-size {font-size:3.1em;}
h2 {font-size:3em;font-weight:900;}
h2 strong {
	text-transform:uppercase;
	letter-spacing:2px;
	}
.has-large-font-size {font-size:2.2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.6em;}
.has-medium-font-size,
h5 {font-size:1.4em;}
h6 {font-size:1.3em;
	text-transform:uppercase;
	letter-spacing:2px;
	}
p,ul,ol {
	font-size:1.4em;
	font-weight:300;
	}
.has-small-font-size {font-size:1em;}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, 
a:active, 
a:visited, 
a:focus { 
	color:#478cc8;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out; 
	text-decoration:none; 
	}
a:hover { 
	color: #000;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#41526d;
	/*background:rgba(65,82,109,1);*/
	z-index:99;
	max-height:95px;
	}
header.shrink #masthead {max-height:64px;}
header.shrink .menu-toggle {
	top:18px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out; 
	}
header.shrink #header-cta {
	top:18px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.main-navigation.toggled ul {display: block;}
.menu-toggle {
	display: block;
	position:fixed;
	top:33.5px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out; 
	left:10%;
	margin:0;
	text-transform:uppercase;
	color:#fff;
	font-weight:400;
	border:none;
	font-size:14px;
	line-height:100%;
	letter-spacing:2px;
	padding-left:3em;
	background: url("images/menu.png") no-repeat 0 0;
	background-size:20px;
	background-position:center left;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: button;
	text-shadow:none;
	z-index:-1;
	}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color:none;
	box-shadow: none;
	border:none;
	}
#site-navigation {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	background-color:rgba(52,46,56,.8);
	text-align:center;
	}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	}
.main-navigation ul {
	display: none;
	list-style: none;
	margin:0;
	font-size:1.4em;
	line-height:100%;
	letter-spacing:0.1em;
	text-shadow:1px 1px 1px #342e38;
	font-weight:300;
	padding:100px 100px 1400px;
	}
.main-navigation li {
	float: left;
	width:100%;
	margin:0 auto .75em;
	clear:both;
	position: relative;
	}
.mobile-contact {
	display:none;
	text-transform:uppercase;
	font-size:12px;
	background:#478cc8;
	color:#fff;
	padding:10px 0;
	-webkit-border-radius:0.5em; 
	-moz-border-radius:0.5em; 
	border-radius:0.5em;
	font-weight:600;
	text-shadow:none;
	}
.main-navigation .twitter, 
.main-navigation .facebook, 
.main-navigation .instagram { 
	margin:0 auto;
	text-align:center;
	display: block; 
	float:left;
	clear:none;
	width:33.3%;
	text-indent:-9999px;
	} 
.main-navigation .twitter a { 
	background: url("images/twitter.png") no-repeat 0 0;
	background-size:100%;
	width: 35px; 
	height: 35px;
	margin:1em auto 0;
	}
.main-navigation .facebook a{
	background: url("images/facebook.png") no-repeat 0 0;
	background-size:100%;
	width: 35px; 
	height: 35px;
	margin:1em auto 0;
	}
.main-navigation .instagram a {
	background: url("images/instagram.png") no-repeat 0 0;
	background-size:100%;
	width: 35px; 
	height: 35px;
	margin:1em auto 0;
	}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#fff;
	}
.site-title {
	width:100%;
	text-align:center;
	padding:5px 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out; 
	}
.site-title a {
	display:block;
	width:90px;
	height:90px;
	margin:0 auto;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out; 
	}
header.shrink .site-title {padding:5px 0;}
header.shrink .site-title a {
	background-size:60px;
	width:60px;
	height:60px;
	}
#header-cta {
	position:fixed;
	top:30px;
	right:10%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
header.shrink #header-cta {top:15px;}
#header-cta span {display:none;}
#header-cta a {
	background:#fa8658;
	color:#fff;
	font-size:12px;
	line-height:100%;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:10px;
	font-weight:600;
	text-shadow:none;
	-webkit-border-radius:0.5em; 
	-moz-border-radius:0.5em; 
	border-radius:0.5em;
	}
.get-started,
.mobile-only {
	text-transform:uppercase;
	font-size:12px;
	line-height:120%;
	margin:0;
	font-weight:600;
	text-shadow:none;
	}
.get-started a,
.mobile-only a {
	background:#dcd334;
	color:#343741;
	padding:10px;
	max-width:200px;
	margin:0 auto;
	display:block;
	-webkit-border-radius:0.5em; 
	-moz-border-radius:0.5em; 
	border-radius:0.5em;
	}
.mobile-only {display:none;}
.mobile-only a {
	color:#fff;
	background:#fa8658;
	}

/* POST NAVIGATION */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT 
--------------------------------------------------------------*/
#primary {
	margin:0;
	margin-top:95px;
	overflow:hidden;
	width:100%;
	max-width:100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	}
#main {width:100%;}
/* METASLIDER MODS */
#primary .metaslider ul,
#primary .metaslider ol {
	max-width:100%;
	margin:0 auto;
	padding:0;
	}
.testimonial-slider img {min-height:300px;}
#primary .metaslider .caption-wrap {
	display: flex;
	display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	background:none;
	top:0;
	left:0;
	opacity:1;
	width:100%;
	height:100%;
	color:#000;
	}
#primary .metaslider .caption-wrap p {
	font-size:2.3vw;
	padding:0 1em;
	}
#primary .metaslider .caption-wrap .big-title {
	font-weight:700;
	font-size:3em;
	text-shadow:1px 1px 1px #000;
	max-width:1300px;
	padding:0 1em;
	color:#fff;
	}
#primary .metaslider .flex-control-nav {bottom:10px;}
#primary .metaslider .flexslider {margin-bottom:0;}	
#primary .flex-control-paging li a {
	background:rgba(255,255,255,.3);
	border:1px solid #fff;
	}
#primary .flex-control-paging li a.flex-active {background:#fff;}
.bottom-zero {margin-bottom:0;}	
/* COVER IMAGE BLOCK */
.wp-block-cover-image {
	min-height:600px;
	margin-bottom:0;
	padding-top:1em;
	}
.blue-bg,
.teal-bg,
.orange-bg,
.blue-bg a,
.teal-bg a {color:#fff;}
.orange-bg {background:#fa8658;}
.blue-bg {background:#0693e3;}
.teal-bg {background:#365f75;}
.white-bg {
	background:#fff;
	color:#000;
	padding:30px !important;
	height:100%;
	}
#primary .go-bigger {
	font-size:160%;
	letter-spacing:2px;
	}
#primary .go-smaller {font-size:1em;}
#primary .wp-block-image figcaption {
	font-size:1.1em;
	text-align:center;
	}
#primary .wp-block-image figure.alignleft {margin-right:0;}
#primary .wp-block-image figure.alignleft figcaption {text-align:left;}
.wp-block-gallery .blocks-gallery-item figcaption {line-height:125%;}
.hover-caption .blocks-gallery-item figcaption {
	opacity:0;
	cursor:pointer;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.hover-caption .blocks-gallery-item:hover figcaption {
	opacity:1;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.hover-caption a {
	color:#fff;
	text-decoration:underline;
	}
.three-col {
    width:100%;
	max-width:1200px;
	margin: 1em auto;
    padding: 1em;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
/* LIMIT THE WIDTH BECAUSE THAT'S AS IMPORTANT AS MEDIA QUERIES FOR SMALL SCREENS */
.wp-block-columns,
#primary p,
#primary ol,
#primary ul,
#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5,
#primary h6,
#primary hr,
#primary blockquote,
.limit-width,
#primary .gform_wrapper,
#content div.sharedaddy, 
#main div.sharedaddy, 
div.sharedaddy,
.iphorm-outer,
.wp-block-embed-youtube {
	max-width:1032px;
	margin:0 auto 1em;
	}
	
/* FLYOUT VIDEO STYLES */
.flyout-video {
	width:100%;
	max-width:1000px;
	margin:0 auto 1em;
	text-align:center;
	position:relative;
	cursor:pointer;
	}
.flyout-video video {
	position:relative;
	display:block;
	margin:0 auto;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
	}
.flyout-video .shrink {
	max-width:600px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
#primary .extra-bold {min-height:440px;}
#primary .extra-bold p {
	font-weight:900;
	font-size:3em;
	}
/*------------------------------
# BASELINE GUTENBERG BLOCK STYLES
-------------------------------*/
.wp-block-columns {
	max-width:1032px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding:0 1em;
	}
.wp-block-column {padding:1em;}
/*.wp-block-column:nth-child(odd) {padding-left:1em;}*/
.wp-block-button .wp-block-button__link {
	-webkit-border-radius:0.5em; 
	-moz-border-radius:0.5em; 
	border-radius:0.5em;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:1em;
	padding:10px 20px;
	}
.wp-block-cover-image-text {
	position:relative;
	z-index:99;
	}

/* CASE STUDY COVER IMAGE STYLES */
.study-cover {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	}
.study-cover .wp-block-cover-image-text {
	width:100%;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:.9em;
	font-weight:700;
	}
.study-cover .wp-block-cover-image-text strong {
	font-size:220%;
	line-height:200%;
	}
#primary .no-max {
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:0 15% 1em;
	}
/* CASE STUDY TEASER COVER IMAGE STYLES */	
#primary .study-teaser .wp-block-cover-text {
	width:50%;
	background:rgba(0,0,0,.6);
	font-size:1.3em;
	}
#primary .study-teaser .wp-block-cover-text strong {
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:160%;
	line-height:200%;
	}
#primary .study-teaser .wp-block-cover-text a {
	background:#478cc8;
	color:#fff;
	border:2px solid #478cc8;
	font-size:14px;
	line-height:800%;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:10px;
	font-weight:600;
	text-shadow:none;
	-webkit-border-radius:0.5em; 
	-moz-border-radius:0.5em; 
	border-radius:0.5em;
	}	
.wp-block-cover-image {
	width:100%;
	height:100%;
	background-position:center center;
	background-size: cover !important;
	position:relative;
	}
.no-margin {
	margin-top:0 !important;
	margin-bottom:0 !important;
	}
/* CASE STUDY OFFSET COLUMN */
.study-column .wp-block-column {flex:auto;}	
.study-column .wp-block-column:first-of-type {
	width:70%;
	}
.study-column .wp-block-column:last-of-type {
	width:30%;
	font-size:12px;
	}
.study-column .wp-block-column:last-of-type ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#primary .rt-container-fluid {
	background:#41526d;
	padding:0 1em;
	}
#primary .rt-wpls .single-logo img,
#primary .rt-wpls .single-logo .single-logo-container {padding:2px;}
#primary.no-background .rt-container-fluid  {background:none;}
	
/*-------------------------------------------
# COVER IMAGE STYLES - MORE THAN ONE OF THEM
-------------------------------------------*/
/* .wp-block-cover-image-text is just a <p> tag */		
/* .hp-cover is WITH THE WHITE LOGO AT THE BOTTOM */	
.hp-cover {padding-bottom:100px;}
.hp-cover .wp-block-cover-image-text {
	background: url("images/logo-grande.png") no-repeat 0 0;
	background-size:200px;
	background-position:center bottom;
	padding-bottom:200px;
	font-size:2em;
	}
.hp-cover .wp-block-cover-image-text strong {
	font-size:225%;
	font-weight:400;
	line-height:200%;
	}
.hp-cover .wp-block-cover-image-text a {
	background:#fa8658;
	color:#fff;
	font-size:.8em;
	line-height:600%;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:10px 20px;
	font-weight:600;
	text-shadow:none;
	-webkit-border-radius:0.25em; 
	-moz-border-radius:0.25em; 
	border-radius:0.25em;
	}
/* WITH BLUE CTA BUTTON - MEET YOUR ENERGY GOALS */
#primary .cover-cta-1 {min-height:0;}
#primary .cover-cta-1 p.wp-block-cover-image-text {
	font-size: 1.1em;
	line-height:150%;
	max-width:600px;
	padding:50px 0;
	margin-bottom:0;
	}
#primary .cover-cta-1 p.wp-block-cover-image-text strong {
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:4px;
	font-weight:900;
	line-height:350%;
	}
#primary .cover-cta-1 a {
	background:#478cc8;
	color:#fff;
	border:2px solid #478cc8;
	font-size:14px;
	line-height:800%;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:10px;
	font-weight:600;
	text-shadow:none;
	-webkit-border-radius:0.5em; 
	-moz-border-radius:0.5em; 
	border-radius:0.5em;
	}	
/* FULL HEIGHT COVER IMAGE */
#primary .cover-big {min-height:900px;}
#primary .cover-big p {
	font-size:1.3em;
	max-width:450px;
	line-height:180%;
	font-weight:300;
	}	
#primary .cover-big strong {
	text-transform:uppercase;
	font-size:320%;
	line-height:120%;
	letter-spacing:2px;
	font-weight:900;
	}
	
/* ROUND PHOTOS IS A FIGURE CLASS WITH AN IMG INSIDE */
.round-photos {
	margin:1em;
	text-align:center;
	}
.round-photos img {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
	}	
	
/* TURN A TEXT LINK INTO AN ORANGE BUTTON */
.button-it {min-height:300px;}	
.button-it .wp-block-cover-image-text a {
	background:#fa8658;
	color:#fff;
	font-size:16px;
	line-height:400%;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:10px 20px;
	margin-top:2em;
	font-weight:600;
	text-shadow:none;
	-webkit-border-radius:0.5em; 
	-moz-border-radius:0.5em; 
	border-radius:0.5em;
	}

/* ALL CAPS BUTTON */
.caps-btn {
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
	}
/* COVER IMAGE BLOCK WITH BLOCK CAPS */
#primary .caps-cover {
	min-height:220px;
	padding-top:0;
	margin-bottom:0;
	}
#primary .caps-cover .wp-block-cover-text,
#primary .caps-cover .wp-block-cover-image-text {
	text-transform:uppercase;
	letter-spacing:4px;
	font-weight:900;
	font-size:3em;
	margin-bottom:0;
	}
/* DASHES FOR <li> MARKER */
.dash-centered {
	text-align:center;
	list-style:none;
	margin:0 auto 2em;
	padding:0;
	}
.dash-centered li:before {
	content:"-";
	padding:0 2px;
	}
	
/* DIPTYCK SECTION */
.diptych {
	max-width:100%;
	margin:0;
	padding:0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
	}
.diptych .wp-block-column,
.diptych .wp-block-cover {
	padding:0;
	width:100%;
	margin-bottom:0;
	}
.diptych .wp-block-column {margin:0;}	
.diptych img {
	width:100%;
	display:block;
	}
.diptych figure {margin:0;}
.diptych p {
	position:relative;
	margin:0 auto;
	padding:0 2.5em;
	}
		
/* SPECIALIZED GALLERIES FOR LOGOS */
.blue-logos,
.logo-gallery {
	max-width:100% !important;
	display: flex;
	display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	}
.blue-logos {
	background:#41526d;
	padding-top:20px;
	}
.blue-logos li,
.logo-gallery li {
	max-width:140px;
	padding:20px;
	}

/*---------------------------------------
# SINGLE AND INDEX TEMPLATES FOR THE BLOG
---------------------------------------*/
/* LAZY LOADER STYLES */
/* .infinite-wrap IS FOR THE CONTENT TEMPLATE PART */
.infinite-wrap {
	max-width:1000px;
	margin:0 auto;
	clear:both;
	float:left;
	}
div#infinite-handle {
	position:absolute;
	bottom:1em;
	}
div#infinite-handle span {background:none;}
div#infinite-handle span button,
div#infinite-handle span button:hover {
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	border:0;
	font-size:1.2em;
	letter-spacing:.1em;
	padding:1em;
	}	
/* POST DIRECTORY TEMPLATE */	
#primary-blog {
	background:#f5f5f5;
	margin:0;
	margin-top:95px;
	width:100%;
	max-width:100%;
	overflow:hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-bottom:100px;
	position:relative;
	}
#main-blog {
	max-width:1000px;
	margin:0 auto;
	}
.index-entry {
	background:#fff;
	width:480px;
	height:480px;
	margin:10px;
	position:relative;
	float:left;
	}
.index-entry a {color:#000;}
.index-image {
	width:100%;
	height:55%;
	position:absolute;
	top:0;
	left:0;
	}
.index-content {
	width:90%;
	height:35%;
	position:absolute;
	bottom:5%;
	left:5%;
	text-transform:uppercase;
	letter-spacing:2px;
	}
.index-title {
	font-size:1.4em;
	margin-bottom:20px;
	}
.index-date {
	font-weight:300;
	font-size:.8em;
	}
/* SINGLE POST HEADER + PAGE HEADER IF FEATURED IMAGE USED */	
#single-title {
	margin:0 0 1em;
	padding:110px 2em 0;
	line-height:100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	position:relative;
	}
.title-content {
	width:100%;
	max-width:1000px;
	}
#single-title h2 {
	margin-bottom:100px;
	text-transform:uppercase;
	letter-spacing:4px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	text-align:center;
	}
.single-date {
	color:#fff;
	text-shadow:1px 1px 1px #000;
	margin-bottom:10px;
	}	
	
/*-------------------------------------------------------
# TEAM GRID - UPDATED, IMPROVED, BUT VISUALLY THE SAME
--------------------------------------------------------*/
/* TEAM WRAPPER */
.no-pad-block {
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:0;
	margin:0;
	}
/* COLOR PANELS */
.first-panel,
.second-panel,
.third-panel,
.fourth-panel,
.fifth-panel,
.sixth-panel {
	height:100%;
	width:16.666%;
	position:absolute;
	top:0;
	}
.first-panel {
	background:#fa8658;
	right:0;
	}
.second-panel {
	background:#478cc8;
	right:16.666%;;
	}
.third-panel {
	background:#342e38;
	right:33.332%;
	}
.fourth-panel {
	background:#ddd106;
	right:49.998%;
	}
.fifth-panel {background:#365F75;}
.sixth-panel {background:#fa8658;}
/* TEAM MEMBER */
.pvteam-member,
.alt-pvteam-member {
	width:16.666%;
	height:auto;
	float:left;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	}
.pvteam-member:after,
.alt-pvteam-member:after {
	content:"";
	display:block;
	padding-bottom:100%;
	}	
.white-content,
.orange-content,
.grey-content,
.light-blue-content,
.dark-blue-content,
.yellow-content  {
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	overflow:hidden;
	text-align:center;
	color:#f3f3f3;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.white-content,
.yellow-content {color:#444;}
/* IF HAS FEATURED IMAGE HAS TRANSPARENT OVERLAY */
.pvteam-member .white-content {background:rgba(255,255,255,.9);}
.pvteam-member .orange-content {background:rgba(250,134,88,.9);}
.pvteam-member .grey-content {background:rgba(52,46,56,.9);}
.pvteam-member .light-blue-content {background:rgba(71,140,200,.9);}
.pvteam-member .dark-blue-content {background:rgba(54,95,117,.9);}
.pvteam-member .yellow-content {background:rgba(221,209,63,.9);}
/* IF NO FEATURED IMAGE HAS OPAQUE OVERLAY */
.alt-pvteam-member .white-content {background:#fff;}
.alt-pvteam-member .orange-content {background:#FA8658;}
.alt-pvteam-member .grey-content {background:#342E38;}
.alt-pvteam-member .light-blue-content {background:#478CC8;}
.alt-pvteam-member .dark-blue-content {background:#365F75;}
.alt-pvteam-member .yellow-content {background:#DDD13F;}
.light-blue-content a {color:#ddd106;}	
.pvteam-member:hover .white-content,
.pvteam-member:hover .orange-content,
.pvteam-member:hover .grey-content,
.pvteam-member:hover .light-blue-content,
.pvteam-member:hover .dark-blue-content,
.pvteam-member:hover .yellow-content  {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	height:66px;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-top:10px;
	}	
.member-position,
.member-phone,
.member-email,
.member-title {
	font-weight:300;
	margin:0 auto;	
	}
.member-position {
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:16px;
	}		
.member-title {font-size:16px;}
.member-position,
.member-phone,
.member-email {font-size:12px;}
.pvteam-member:hover .member-phone,
.pvteam-member:hover .member-position {display:none;}
@media screen and (min-width: 1800px) {
	.member-title {font-size:20px;}
	.member-position,
	.member-phone,
	.member-email {font-size:14px;}
	}		
@media screen and (min-width: 1600px) {
	.pvteam-member,
	.alt-pvteam-member,
	.first-panel,
	.second-panel,
	.third-panel,
	.fourth-panel,
	.fifth-panel,
	.sixth-panel {width:12.5%;}
	.second-panel {right:12.5%;}
	.third-panel {right:25%;}
	.fourth-panel {right:37.5%;}
	.fifth-panel {right:50%;}
	.sixth-panel {right:62.5%;}
	}	
@media screen and (max-width: 1200px) {
	.pvteam-member,
	.alt-pvteam-member,
	.first-panel,
	.second-panel,
	.third-panel {width:25%;}
	.first-panel {right:0;}
	.second-panel {right:25%;}
	.third-panel {right:50%;}
	.fourth-panel {display:none;}
}		
@media screen and (max-width: 900px) {
	.pvteam-member,
	.alt-pvteam-member,
	.first-panel,
	.second-panel {width:33.333%;}
	.third-panel {display:none;}
	.first-panel {right:0;}
	.second-panel {right:33.333%;}			
}		
@media screen and (max-width: 600px) {
	.pvteam-member,
	.alt-pvteam-member,
	.first-panel {width:50%;}
	.second-panel {display:none;}	
}
		
/*-----------------
FOOTER
-----------------*/
#colophon {
	background:#41526d;
	width:100%;
	float:left;
	clear:both;
	padding:50px 2em 360px;
	position:relative;
	font-weight:100;
	}
.site-info {
	max-width:1100px;
	margin:0 auto;
	}
#footer-logo {
	width:200px;
	position:absolute;
	bottom:100px;
	left:50%;
	margin-left:-100px;
	}
#colophon .gallery-item {vertical-align:middle;}
.footer-area a {color:#f3f3f3;}
.footer-area {
	color:#f3f3f3;
	width:30%;
	padding:1em;
	float:left;
	}
.footer-area:first-of-type {width:40%;}
.footer-area ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.footer-area ul li {
	margin:0 auto 1em;
	padding:0;
	}	
.footer-area .twitter a, 
.footer-area .facebook a, 
.footer-area .instagram a { 
	text-align:center;
	display: block; 
	float:left;
	clear:none;
	width: 26px; 
	height: 26px;
	margin:1em 5px 0;
	padding:0;
	text-indent:-9999px;
	} 
.footer-area .facebook a{
	background: url("images/facebook.png") no-repeat 0 0;
	background-size:26px;
	background-position:center center;
	}
.footer-area .twitter a { 
	background: url("images/twitter.png") no-repeat 0 0;
	background-size:26px;
	background-position:center center;
	}
.footer-area .instagram a {
	background: url("images/instagram.png") no-repeat 0 0;
	background-size:26px;
	background-position:center center;
	}
.footer-area ul li.footer-address {margin:0;}
/* THE FIXED BOTTOM MENU UNDER THE LOGO */
.footer-area:last-of-type {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:10px;
	left:0;
	}
.footer-area:last-of-type .footer-title {display:none;}
.footer-area:last-of-type ul {
	max-width:1260px;
	text-transform:uppercase;
	margin:0 auto;
	padding:0 1em;
	color:#f5f5f5;
	letter-spacing:2px;
	font-size:10px;
	display: flex;
	display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	}
.footer-area:last-of-type ul li {width:33.333%;}
.footer-area:last-of-type ul li:first-child {text-align:left;}
.footer-area:last-of-type ul li:last-child {text-align:right;}
.shrink .the-up-button {
	background: url("images/up.png") no-repeat 0 0 #478cc8;
	background-position:center center;
	background-size:50%;
	height:40px;
	width:40px;
	border:2px solid #478cc8;
    -webkit-border-radius:3em;
    -moz-border-radius:3em;
    border-radius:3em;
	position:fixed;
	bottom:60px;
	right:2em;
	cursor: pointer;
	outline:0; 
	z-index:999;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.the-up-button:hover {
	background: url("images/up-blue.png") no-repeat 0 0 #fff;
	background-position:center center;
	background-size:50%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (min-width: 1400px) {
	#primary .rt-container-fluid {
		padding:0 15%;
		}
}

@media screen and (min-width: 1200px) {
#primary .metaslider .caption-wrap p {font-size:1.4em;}

}

@media screen and (max-width: 999px) {
	.index-entry {float:none;}
	.wp-block-columns,
	#primary p,
	#primary ol,
	#primary ul,
	#primary h1,
	#primary h2,
	#primary h3,
	#primary h4,
	#primary h5,
	#primary h6,
	.limit-width,
	#primary .no-max,
	.wp-block-button,
	#primary blockquote {
		padding-left:20px;
		padding-right:20px;
		}
	.wp-block-columns.diptych {padding:0;}
}
@media screen and (max-width: 900px) {
	#primary .wp-block-media-text__media {}
	#primary .cover-big {min-height:500px;}
	#primary .cover-big p {font-size:1.2em;}	
	#primary .cover-big strong {
		font-size:160%;
		line-height:110%;
		}	
	#site-navigation {width:100%;}
	.main-navigation ul {
		font-size:1.1em;
		padding:80px 0 900px;
		}		
	.has-large-font-size {font-size:24px;}	
	.hp-cover {padding-bottom:50px;}
	.hp-cover .wp-block-cover-image-text {
		background: url("images/logo-grande.png") no-repeat 0 0;
		background-size:150px;
		background-position:center bottom;
		padding-bottom:150px !important;
		font-size:1em;
		}
	.hp-cover .wp-block-cover-image-text strong {font-size:175%;}
	.hp-cover .wp-block-cover-image-text a {font-size:.9em;}
	.caps-cover .wp-block-cover-image-text,
	#primary .extra-bold p,
	.has-larger-font-size,
	#primary .metaslider .caption-wrap .big-title {font-size:1.8em;}
	#primary .wp-block-media-text {display:block;}
	#primary .wp-block-media-text__content {padding:2em 1em 1em;}
	.three-col {
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
		}
	.wp-block-columns {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		}
	#primary .wp-block-column {
		max-width:300px;
		margin:1em;
		}
	#primary .diptych .wp-block-column {
		max-width:100%;
		margin:0;
		}
}

@media screen and (max-width: 800px) {
	#primary {margin-top:64px;}
	h1,
	.has-huge-font-size,
	#primary .caps-cover .wp-block-cover-text {font-size:1.7em;}
	h2 {font-size:1.4em;}
	.has-large-font-size,
	h3 {font-size:1.3em;}
	h4 {font-size:1.2em;}
	h5 {font-size:1.15em;}
	h6,p,ul,ol,
	#primary .go-bigger,
	.has-medium-font-size {font-size:1.1em;}
	#primary .metaslider .caption-wrap p {font-size:1em;}
	.mobile-shrink {font-size:1.3em !important;}
	.wp-block-button {max-width:90%;}
	#primary .wp-block-spacer {height:20px !important;}
	.wp-block-columns.diptych {padding:0;}
	.wp-block-columns.diptych .wp-block-column p:first-of-type {padding-top:1em;}
	.button-it .wp-block-cover-image-text a {
		padding:10px;
		font-size:14px;
		}
	#masthead {max-height:64px;}
	.menu-toggle {top:18px;}
	.site-title {padding:5px 0;}
	.site-title a {
		background-size:60px;
		width:60px;
		height:60px;
		}
	#header-cta,
	.hover-caption .blocks-gallery-item figcaption {display:none;}
	.mobile-only {display:block;}
	.footer-area:last-of-type ul {
	    -webkit-flex-direction: column;
	    flex-direction: column;
		}
	.round-photos {margin:0 auto;}
	.round-photos img {max-width:100%;}
	.wp-block-button .wp-block-button__link {
		font-size:12px;
		padding:10px;
		}
	.wp-block-cover-image {min-height:400px;}
	#colophon {
		padding:1em 2em 300px;
		text-align:center;
		}
	.footer-area .twitter a, 
	.footer-area .facebook a, 
	.footer-area .instagram a { 
		width: 33.333%; 
		margin:1em 0 0;
		} 
	.footer-area .facebook a{background-position:center right;}
	.footer-area .instagram a {background-position:center left;}
	#footer-logo {
		width:150px;
		bottom:130px;
		margin-left:-75px;
		}
	.footer-area,
	.footer-area:first-of-type {
		width:100%;
		clear:both;
		}
	.flyout-video .shrink {max-width:90%;}
	.footer-area:last-of-type ul li {width:100%;}
	.footer-area:last-of-type ul li:first-child,
	.footer-area:last-of-type ul li:last-child {text-align:center;}
	/*.wp-block-media-text {display:block;}*/
	
}
@media screen and (max-width: 600px) {
	.index-entry {
		width:320px;
		height:360px;
		}
	.index-title {
		font-size:1em;
		margin-bottom:10px;
		}
	.index-date {font-size:.7em;}	
}