/*
Theme Name: Squigloo Custom Theme (EB)
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for Edge Build 2025
Version: 1.0.0.1
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	vertical-align: baseline;}
body {	line-height: 1; }
ol,ul {	list-style: none;}
blockquote {	quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {	content: '';}
table {	border-collapse: collapse;	border-spacing: 0;}
caption,th, td {	font-weight: normal;	text-align: left;}
html {	overflow-y: scroll;	font-size: 100%;	-webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {	display: block;}
audio,canvas,video {	display: inline-block;}
audio:not([controls]) {	display: none;}
ins {	background: #fff9c0; 	text-decoration: none; }
hr {border: 0;	height: 1px;    clear: both;}
sub, sup {	font-size: 60%;	line-height: 0;	position: relative;	vertical-align: baseline;}
sup {	top: -0.5em;}
sub {	bottom: -0.25em;}
h1 sub, h1 sup, h2 sub,  h2 sup { 	font-size: 50%;	line-height: 0;	position: relative;	vertical-align: baseline;}
small {	font-size: smaller; }
img {	border: 0;	-ms-interpolation-mode: bicubic; }

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
select {
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
}
/*.wp-caption {
	max-width: 100%; 
	padding: 4px;
} */

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
.site-content nav a {
   color: #274472;
    font-weight: bold;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single {
	margin: 24px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	background-color:#000000;
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
	font-size: 15px;
	font-family:'Montserrat', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #FFFFFF;
	background-color:#000000;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Assistive text */

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 0;
}
.widget-area {
	margin: 24px 0;
}

/* Header */
.site-header {
	padding: 20px;
	position: relative;
    z-index: 9999;
    /*max-width:1380px;*/
    margin: 0 auto;
    box-sizing:border-box;
}
.socials {
	text-align: left;
	line-height:30px;
	font-size:10px;
}

.socials a {
	margin:0 3px;
	color:#B3B3B3;
	transition: color 300ms;
}
.socials a:hover {
	color:#40B5E8;
}

.logo {
	clear:both;
	margin-top:0px;
	margin-bottom:55px;
    text-align: center;
}
.logo img {
	 width: 160px;
	 height: auto;
}


/* Navigation Menu */

.main-navigation {
	margin-top: 0px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.menu-main-menu-container {
	padding-top: 50px;
}
.main-navigation li {
	margin-top: 24px;
	line-height: normal;
}
.main-navigation a {
	color: #525655;
	font-size:14px;
    transition: color 300ms;
}
.main-navigation a:hover {
	color: #40b5e8;
}

div.toggled-on .main-navigation ul.nav-menu,
.menu-toggle {
	display: inline-block;
}
.menu-toggle {
	position:absolute;
	cursor: pointer;
	display:block;
	top:24px;
	right:24px;
    font-size: 20px;
	width: 32px;
}
.menu-toggle .bar {
	display: block;
	height: 2px;
	width: 32px;
	background-color: #737373;
	margin-bottom: 10px;
	transition: background 300ms ease-out;
}
.menu-toggle:hover .bar {
	background-color: #ffffff;
}
.mobileNav {
	display: none;
	background-color:#000000;
}

.toggled-on .mobileNav {
	background-color:#000000;
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:20px 20px;
	height:100%;
	text-transform:uppercase;
	letter-spacing:0.3px;
    text-align: center;
    box-sizing: border-box;
	z-index: 99999;
	
}
.mobileNav a {
	opacity:0;
	transition:opacity 500ms ease-out;
	color: #FFFFFF;
}
.mobileNav a:hover {
	color:#99ce05;
	text-decoration: none;
}
.toggled-on .mobileNav a {
	opacity:1;
}
.admin-bar .toggled-on .mobileNav {
	padding-top:53px;
	
}
.hideNav {
	color:#DBDBDB;
	cursor:pointer;
	float:right;
	font-weight:300;
	font-size:24px;
	padding-right: 10px;
}
.hideNav:hover{
	color:#FFF;
}
.toggled-on .mobileNav,
.toggled-on .mobileNav a{
    font-size: 30px;
    letter-spacing: 2px;
	font-weight: 300;
}
.sub-menu {
	display:none;
}
.nonmembers-mobile-only {
	display:block !important;
}
.logged-in .nonmembers-mobile-only {
	display:none !important;
}
.members-mobile-only {
	display:none !important;
}
.logged-in .members-mobile-only {
	display:block !important;
}
/* Page header*/
.page-header {
	background-color:#e5e5e5;
	padding:50px 20px 10px;
	clear:both;
	min-height:50px;
}
.page-header .txt {
	max-width:1100px;
	margin:0 auto 10px;
}
.page-header .page-title {
	max-width:550px;
	font-weight : normal;
	font-size : 37px;
	text-transform:none;
	margin:0 0 10px;
	line-height:normal;
}
.page-header .sub-title {
	max-width:550px;
	margin:0;
	font-weight : 300;
	font-size : 20px;
	text-transform:none;
	line-height:normal;
}
@media screen and (max-width: 640px) {
	.page-header {
		min-height:50px;
		padding:20px;
		background-image:none !important;
		background-color:transparent;
	}
	.page-header .page-title {
		font-size : 30px;
		line-height:normal;
	}
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
}
.widget-area .widget h3 {
	margin: 0px;
	padding:10px;
	font-weight : bold;
  	font-size : 22px;
  	line-height : 33.42px;
 	text-transform : uppercase;
  	color : #7A807E;
	border-bottom:1px solid #cccccc;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height:normal;
}
.widget-area .widget p {
	margin: 8px 10px 16px;
	line-height:normal;
	
}
.menu-widget li,
.widget_display_topics li,
.widget_nav_menu li {
	border-bottom:1px solid #cccccc;
	padding:10px 10px 10px 20px;
	list-style:inside disc;
	margin:0px;
	text-indent:-10px;
	line-height:normal;
}
.menu-widget .current_page_item {
	font-weight:bold;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #7a807e;
}
.widget-area .widget a:hover {
	color: #535756;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget .mp_wrapper {
	padding:10px 0;
	position:relative;
}
.widget-area #bbp-search-form {
	margin-top:10px;
}
.widget-area #bbp_search{
	width:60%;
}
.widget-area #bbp_search_submit {
	line-height:29px;
}
/* Footer */
#site-footer {
    clear: both;
    padding: 50px 20px;
    letter-spacing : 0.5px;
    text-transform : uppercase;
    text-align:center;
    font-size : 14px;
  	letter-spacing : 1.5px;
  	text-transform : uppercase;


}
.footer-nav {
    display: block;
    margin-bottom: 30px;
}
.footer-nav a {
    white-space: nowrap;
    margin: 0 10px;
    color : #e7e7e7;
}

#site-footer p {
	margin-bottom: 0px;
     font-size : 10px;
    
}
#credits-and-copyright {
	clear:both;
	padding: 5px 0px;
	line-height:normal;
	margin: 0px;
    opacity: 0.7;
}
#credits-and-copyright a {
	color: #969696;
	text-decoration: none;
}
#credits-and-copyright a:hover {
	text-decoration:underline;
}
#credits-and-copyright .credit {
	opacity: 0.7;
}

/* =Main content and comment content
-------------------------------------------------------------- */
#main {
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    min-height: 300px;
}
.site-content {
    position: relative;
}
#main.size-full{
    max-width:100%;
    margin:0;
}
#main.size-normal .hentry{
		max-width:1100px;
		margin:0 auto;
}
#main.size-normal .hentry,
#main.size-normal .post{
		max-width:1100px;
		margin:0 auto;
}
#main.size-narrow .hentry,
#main.size-narrow .post{
		max-width:700px;
		margin:0 auto;
}
#main.size-narrow .error404,
#main.size-narrow .no-results{
    padding-bottom: 80px;
}
.entry-meta {
	clear: both;
}
.entry-header {
    margin-bottom: 50px;
    text-align: center;
    padding-top: 10px;
}
.entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #ffffff;
}
.entry-meta a:hover {
	color: #d6d6d6;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
      font-family : 'Montserrat';
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:normal;
}
.entry-content h1,
.entry-content h2.h1-style,
.entry-content h3.h1-style,
.entry-title {
    font-size: 36px;
    line-height: normal;
    font-weight: 300;
    font-family : 'Montserrat';
}
.entry-content h1.h2-style,
.entry-content h2,
.entry-content h3.h2-style {
	font-size: 32px;
     letter-spacing: 2px;
}
.entry-content h3 {
	font-size: 24px;
	font-weight:bold;
     letter-spacing: 1px;
}
.entry-content h4{
	font-size: 16px;
	font-weight:bold;
    letter-spacing: 1px;
}
.entry-content h5 {
	font-size: 15px;
}
.entry-content h6 {
	font-size: 12px;
	
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
    line-height: 1.4;

}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
    line-height: normal;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 8px 36px;
	line-height: normal;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.uppercase {
	text-transform: uppercase;
}
.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}


.hero-img {
	width:100%;
	height:auto;
}
.widget a.linkBtn,
a.enquireBtn {
	font-size : 14px;
	font-weight:bold;
	font-weight:500;
	letter-spacing : 0.35px;
	color : #7a807e;
	border: 1px solid #C2C4C4;
	border-radius:3px;
	line-height:34px;
	padding:0 10px;
	clear:both;
	display:inline-block;
	background-color:transparent;
	white-space:nowrap;
}
.widget a.linkBtn:hover,
a.enquireBtn:hover {
	background-color: rgba(0,0,0,0.08);
}

@media screen and (max-width: 440px) {
	.widget a.linkBtn,
	a.enquireBtn {
		background-color: rgba(255,255,255,0.7);
	}
	.widget a.linkBtn:hover,
	a.enquireBtn:hover {
		background-color: rgba(255,255,255,0.9);
	}
}
.entry-content {
	position: relative;
}
.expander-text {
    cursor: pointer;
}
.expander-text:hover h2 {
}

.expander-text.closed .et {
    display: none;
}
@keyframes fadeLoop {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}

.fader {
  animation: fadeLoop 2s ease-in-out infinite;
}

.scroll-indicator {
	position:fixed;
	bottom: 15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border:1px solid #FFF;
	background-color: #000000;
	z-index: 999;
}
.scroll-indicator span {
	display: block;
  transform: rotate(135deg);
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  margin-left: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  width: 10px;
  height: 10px;
  margin-top: 6px;
}
/* =GUTENBERG
-------------------------------------------------------------- */


.wp-block-button__link {
    letter-spacing: 0.5px;
	text-transform: uppercase;
}
.wp-block-button__link:hover {
    text-decoration: none;
}
.is-style-outline > .wp-block-button__link {
}
.wp-block-columns.extra-gaps {
    padding-top: 50px;
    padding-bottom: 50px;
}

.is-style-outlined-box {
     border:2px solid #CCC;
}
.is-style-boxed-columns .wp-block-column,
.boxed-columns .wp-block-column{
    background-color: #F2F2F2;
    padding: 20px 15px 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.is-style-group-shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 10px;
}

.is-style-shadow-fx img, 
.shadow-fx img,
img.shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wp-block-image.shadow-fx{
    box-shadow: none;
}
.wp-block-image.shadow-fx img{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.greyscale {
    filter: grayscale(100%);
    transition: filter 200ms;
}
.greyscale:hover {
    filter: grayscale(0%);
}
/*Anim fx*/
.fade-in  {
    opacity: 0.2;
    transition: opacity 2000ms ease-out;    
}
.fade-in.in-view {
    opacity: 1;
}
.move-left {
    transform: translateX(30px);
    transition: transform 1s ease-out;
}
.move-right {
    transform: translateX(-30px);
    transition: transform 1s ease-out;
}
.move-right.in-view,
.move-left.in-view {
    transform: translateX(0px);
}
.move-up {
    transform: translateY(30px);
    transition: transform 1s ease-out;
}
.move-up.in-view {
    transform: translateY(0px);
    transition: transform 1s ease-out;
}
.pop-in {
    opacity: 0;
    transform: scale(0.7);
    transition: 700ms ease-out;
    transform-origin: center;
}
.pop-in.in-view {
    opacity: 1;
    transform: scale(1);
} 
.subtle-pop-in {
   /* opacity: 0.5;*/
    transform: scale(0.9);
    transition: 700ms ease-out;
    transform-origin: center;
}
.subtle-pop-in.in-view {
   /* opacity: 1;*/
    transform: scale(1);
}
.green-highlight .has-inline-color {
	color: #FFF !important;
	transition: color 500ms ease-out;
	transition-delay: 800ms;
}
.green-highlight .has-inline-color:nth-of-type(2) {
	transition-delay: 1100ms;
}
.green-highlight.in-view .has-inline-color {
	color: var(--wp--preset--color--green) !important;
}
.hover-fx {
	position:relative;
	overflow: hidden;
}
.hover-fx img{
	transform-origin: center;
	transition: transform 300ms ease-out;
}
.hover-fx:hover img{
	transform: scale(1.1);
}
/* =Archives
-------------------------------------------------------------- */

.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* = HOME PAGE
-------------------------------------------------------------- */
/*.box-fullwidth {
	padding:20px;
}*/
.page-id-324 .site-header {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
}

.text-wrap {
	margin:0 auto;
	max-width:1100px;
	width:auto;
	padding:20px;
}
#featured-projects {
    width: 100%;
    padding-bottom: 40%;
    /*min-height: 200px;*/
    position: relative;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.2);
    margin-top: -20px;*/
    background-color: #3F3F3F;
   
     margin-bottom: 40px;
}
@media screen and (min-width:900px) and (min-height:700px) {
    #featured-projects {
        padding-bottom:50%;
    }
}
.project-slide{
    width: 100%;
    height:100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    background-color: #3F3F3F;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease-out;
}
.project-slide.showing {
    display: block;
    opacity: 1;
    visibility: visible;
}
.project-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
    top: 0;
    left: 0;
    text-transform: uppercase;
    background-color:rgba(0,0,0,0.3);
    color: #FFF;
    transition: 500ms;
}
.project-slide a:hover {
    background-color:rgba(0,0,0,0.2); 
}
.project-slide a .title {
    font-size: 20px;
    display: block;
    text-align: right;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    letter-spacing: 4px;
    position: absolute;
    bottom: 80px;
    right: 20px;
}
.project-slide a .button {
    /*border:1px solid #FFF;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 3px;
    letter-spacing: 1px;
   background-color:rgba(0,0,0,0.2);*/
    display: none;
    
}
.project-slide a:hover .button {
    background-color:rgba(0,0,0,0.3);
}
#nav-nums {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Montserrat';
    color: #FFF;
}
#nav-num-tt {
    opacity: 0.5;
}
#featured-projects .next-btn {
    position: absolute;
    bottom: 180px;
    right: 20px;
    color: #FFF;
    cursor: pointer;
    z-index: 9999;
    font-size: 60px;
}
@media screen and (min-width:600px){
    #featured-projects {
        min-height: 0px;
    }
    #nav-nums {
        font-size: 80px;
        line-height: 80px;
    }
    .project-slide a .title {
        bottom: 100px;
    }
}


a.button {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #4d5a6a;
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #4d5a6a;
    border-radius: 2px;
    font-size: 15px;
}
a.button:hover {
   color: #2B3746;
    border-color: #2B3746;
    text-decoration: none;
}


.full-height-block,
.photo-banner {
    padding-bottom: 50%;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.3);
    margin-top: -20px;*/
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;

}

/* = PROJECTS
-------------------------------------------------------------- 
 */
/*All*/
#all-projects-feed {
    text-align: center;
    margin-top: -20px;
}
.project-link {
    margin-bottom: 40px;
    text-align: center;
}
.project-link a {
    display: block;
}
.project-link .photo {
    width: 100%;
    padding-bottom: 70%;
    background-color: #FFF;
    background-size: cover;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    transition: 300ms;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.project-link .photo:hover {
    /* box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
}
.project-link .photo .tint {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #44505e;
    opacity: 0;
    transition: opacity 300ms ease-out;
    z-index: 1;
}
.project-link .title {
    display: block;
    padding-top: 5px;
    text-align: center;
    color: #c9c9c9;
    font-weight: 300;
}
.project-link a:hover{
    text-decoration: none;
}
.project-link a:hover .tint {
    opacity: 0.25;
}
.project-link a:hover .title {
    color: #1D2732;
    
}

/*Single*/
/* Photo banners */
.single-sq_projects .entry-title {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
	text-transform: uppercase;
}
.single-sq_projects .entry-title:after {
    content: "";
    width: 20%;
    height: 2px;
    background-color:var(--wp--preset--color--green);
    position: absolute;
	display: block;
	bottom: 0;
	left: 40%;
}
.entry-content .project-specs {
    padding: 20px 20px 5px;
    text-align: center;
}
.project .spec h4 {
	margin-bottom: 5px;
    text-transform: uppercase;
}
/*.project .entry-content {
    padding-bottom: 40px;
}
.project .entry-content:after {
    clear: both;
    display: block;
    content: '';
}*/
@media screen and (min-width:480px) {

    .project-link a.photo .title {
        font-size: 60px;
    }
    #all-projects-feed {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }
    .project-link {
        flex-basis: calc(50% - 15px);
    }
}
@media screen and (min-width:900px) {
    #all-projects-feed {
        max-width: 1300px;
        margin:0 auto;
    }
     #all-projects-feed {
        column-gap: 40px;
    }
   .project-link {
        flex-basis: calc(33% - 25px);
    }
}

/* PEOPLE
-------------------------------------------------------------- */
#all-people-feed{
	border-top: 1px solid #CCC;
}
.person {
    padding: 24px 0;
	border-bottom: 1px solid #CCC;
}
.person a {
	color:#ffffff;
	transition: color 300ms ease-out;
}
.person strong { 
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0.25px;
}
.person .jobtitle {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 5px 19px;
}

.person a:hover,
.person a:hover span{
    color:#99ce05;
    text-decoration: none;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}

#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* Mini Footer Widget Areas */


.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  box-sizing: border-box;
}
/* =Media queries
-------------------------------------------------------------- */
/* Minimum width of 640 pixels. */
@media screen and (max-width: 781px) {
	.reverse-on-mobile {
		flex-direction: column-reverse;
	}

}
@media screen and (min-width: 782px) {
	
	
	.wrap {
		margin: 0 auto;
		max-width: 1100px;
	
	}
    .site-header {
		padding: 0px 20px;
		height: 230px;
	}
	.logo {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.logo img {
		width: 200px;
	}

	.entry-title,
	.entry-content h1 {
		font-size: 50px;
    }
        
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	
	/*Footer */
    site-footer {
        padding: 1px 40px 48px;
	}

	
}


/* Minimum width of 870 pixels. */
@media screen and (min-width: 920px) {

    .left-col {
        width: 40%;
        box-sizing: border-box;
        padding: 20px 60px 20px 0px;
    }
       
    #main ,
    #main.size-full {
        box-sizing: border-box;
        padding: 0 40px;
        max-width:1380px;
        margin:0 auto;
    }
	/*Show Full nav*/
	.site-header {
        height: 250px;
	}
	/*
	.hideNav {
		display:none;
	}
	.main-navigation {
		margin: 0;
		text-align: left;
		z-index: 99999;
        top: 97px;
        left:50%;
        width:700px;
        margin-left:-350px;
        position: absolute;
        font-size: 14px;
	}
    .main-navigation li.mobile-only {
        display: none;
    }
    .main-navigation .mobileNav {
        display: block;
		opacity:1;
        text-align: center;
        
    }
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #cecece;
		line-height: 30px;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #b6ffac;
	}
	.main-navigation li {
		margin: 0 20px 0 0px;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul {
		border-top: 1px solid #ededed;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 13px;
		
		line-height: 18px;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a,
    .single-sq_people .menu-item-41 a,
    .single-sq_projects .menu-item-40 a {
		color:#ffffff;
	}
		
	.main-navigation li > a {
		position:relative;
	}
	
	.menu-toggle {
		display: none;
	}
    */
    #main {
        box-sizing: border-box;
        min-height: 500px;
    }
    .entry-title,
	.entry-content h1 {
		font-size: 42px;
    }
    .home .entry-content h1 {
		font-size: 36px;
    }
    .photo-banner {
	    padding-bottom: 100%;
    }
   
    /*Slide image layout*/
     .size-normal .photo-banner {
         width: 50%;
        position: absolute;
        right: 0px;
        top: -20px;
        margin: 0;
       
    }
    #main.size-normal .hentry, 
    #main.size-normal .post {
         /*margin: 0;
       width: 45%;*/
        padding: 5% 20px 5% 0;
        box-sizing: border-box;
    }

    
    .size-narrow .photo-banner {
         width: 60%;
        position: absolute;
        right: 0px;
        top: 0px;
        margin: 0;
        /*float: right;
         box-sizing: border-box;
        margin-bottom: -20px;
        margin-top: -20px;*/
       
    }
    /*#main.size-narrow .hentry, 
    #main.size-narrow .post {
       margin: 0;
        width: 35%;
        padding: 5% 20px 5% 0;
        box-sizing: border-box;
    }*/
    
 
  
}
@media screen and (min-width: 900px) and (min-height: 760px) {
	#main {
        min-height: 550px;
    }

}
/*Large screens*/
@media screen and (min-width: 900px) and (min-height: 860px) {
	#main {
        min-height: 710px;
    }
   
     #main.size-normal .hentry, 
    #main.size-normal .post,
    #main.size-narrow .hentry, 
    #main.size-narrow .post {
        padding: 3%;
    }
   /* */
    .entry-title,
	.entry-content h1 {
		font-size: 40px;
    }
    /*Contact
    .contact-blurb{
		width: 40%;
		float: left;
	}
	.contact-form{
		width: 75%;
		float: right;
        margin-top: -20px;
        margin-right: -100px;
	}*/
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 22px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

}