/*!
Theme Name: GBC Ortho
Theme URI: https://gobecreative.com
Author: Underscores.me
Author URI: https://gobecreative.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gbc-construction
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.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*
d9e1e5 grey

Old colors 
80985c logo green
497136 green accent
3e673e
#80985c;

// NEW COLORS
174, 177, 154 laurel light green - like bu light
76, 96, 76 Feldgrau
92, 112, 92 axolotl green
192, 189, 181 sand grey - like
153, 151, 130 artichoke

#667eea
Soft Rust: #B85A3A
Muted Terracotta: #A94E3B




*/




/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

html * {
	margin:0;
	padding:0;
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/**
 * Render the `main` element consistently in IE.
 */

.post-template-single-standard main { padding-top:110px; }

main {
	display: block;
	margin-top: 104px;
	padding-bottom: 110px;
	padding-top: 1px;
	/* background-color: rgba(248,248,248,1); */
}

body.home main { padding-bottom:0;margin-top: 0;    padding-top: 0; }

body.logged-in {}


:root {
	--accent-color: #bb4c54; /* rgba(77,108,119,.92); */
  /* orig  rgb(88, 110, 123) */
  /* more blue rgba(77,108,119,.92);
/* default was: #667eea */
}
:root {
	--link-accent-1: rgba(77,108,119,.9);
}
:root {
	--axolotl: rgba(125, 141, 125, 1);
}
:root {
	--accent-color-1:rgba(77,108,119,.92);
}
:root {
	--accent-color-2: rgba(85, 121, 161, 1); /* #b24f41;  #A94E3B; */
}


a { color:var(--accent-color-1); }

h1 {
	margin: 0.67em 0;
	font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: var(--accent-color-1);
}


/* rgba(77,108,119,1); */
/* orange #fd994d */

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html, body {
	box-sizing: border-box;
	overflow-x: hidden;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: rgb(65, 65,65, 1);
}

h2.bar { color: var(--accent-color-1); }

/*

	Add lightslategrey-
	color: lightslategray;

*/


.bar {
	display: flex;
	align-items: center;
	text-align: center;
	gap: 1rem;
}
.bar::before,
.bar::after {
  content: '';
  width: 100px;
  height: 1px;
  background-color:rgba(88, 110, 123, .7); 
}

.blue.bar::before, .blue.bar::after { background-color:rgba(88, 110, 123, .7); }
.white.bar::before, .white.bar::after { background-color:rgba(255,255,255, .9); }

h1.bar { font-size:48px;color:var(--accent-color-1); }


p {
	margin-bottom: 1.5em;
	font-size:18px;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none; 
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}


.center-h-wrapper {
	display: block;
    width: fit-content;
    clear: both;
    margin: 0 auto;
}



.fremont {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.orthopaedics {
	font-family: "roboto", sans-serif;
	font-weight: 400;
}



ul.no-indent {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}
ul.no-indent li a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 5px 0;
}

.lighten-segment { background-color: rgba(255, 255, 255, .16); }

.padded-std {
	padding:36px 24px;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* .textured-bg {
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
} */



header { 
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 99;
	height:104px;
	width:100%;
	/* background-color:rgba(255,255,255,.44); */
	/* background-color: slategray; */ 
	background: linear-gradient(to right, rgba(255,255,255, 1) 33%, rgba(255, 255, 255, .8) 100%);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .32);
}


.headerInnerWrapper {
    width: calc(100% - 80px);
    max-width: 1600px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	/* background: linear-gradient(90deg, var(--accent-color-1) 20%, transparent 60%); */
}

.headerRightSide {
    position: relative;
    display: inline-block;
    min-height: 102px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	min-height:100vh;
	box-sizing: border-box;
	padding: 0;
	/* background-color: rgb(210, 210, 210); */
}


.site-branding { 
	min-height: 102px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    /* background: linear-gradient(80deg, var(--accent-color-1) 20%, transparent); */
}

.page-template-team .site, .page-template-services .site { margin-top:0; }


section .content-padded {
	position: relative;
	display: block;
	margin:0 auto;
	margin-top:48px;
	width:calc(100% - 200px);
	max-width: 1500px;
}

.wp-block-columns { 
	display: flex;
	gap: 36px;
	justify-content: space-between;
}


section .wp-block-columns .wp-block-column {
    flex: 1;
	margin: 18px 0 18px 0;
    box-sizing: border-box;
    padding: 18px;
    border-radius: 6px;
	transition: all .3s ease-in-out;
	cursor:pointer;
}
	
section .wp-block-columns .wp-block-column:hover {
	transform: translateY(-5px);
}

section .wp-block-column.grey {
	transition: all .5s ease;
	background-color: rgba(50, 50, 50, .06);
}

section .wp-block-column.grey:hover {
	background-color: rgba(50, 50, 50, .12);
	cursor: pointer;
}


.card-style {
	min-height:400px;
}

.card-style .image-container {
    height: auto;
    width: 100%;
	position:relative;
}
.card-style .image-container img { 
	height: auto;
    width: 100%;
    background-color:#5e5e5e;
    aspect-ratio: 1 / 1;
	position:relative;
}

.card-style h3, .card-style h4 { 
    font-size: 24px;
    color: white;
    margin: 0 48px;
    width: calc(100% - 96px);
    padding: 8px 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
    box-sizing: border-box;
    background-color: rgba(60, 60, 60, .64);
    border: 1px solid white;
	z-index: 89;
}


section .wp-block-column h3 {
	font-size:32px;
	color: var(--accent-color-1);
}

 section .wp-block-column .preview {
	font-size: 18px;
	color: rgba(0,0,0, .8);
}

section .wp-block-column h3, section .wp-block-column p {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.main-navigation {
	min-height: 104px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.main-navigation ul { 
	display: inline-block;
	height: 104px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.main-navigation ul li { 
	display: inline-block;
    box-sizing: border-box;
    height: 104px;
	position: relative;
	transition: all .25s ease-in-out;
}

.main-navigation ul li:hover { background-color:rgba(255,255,255,.10); }

.main-navigation ul li.current-menu-item { 
	background-image: radial-gradient(rgba(255, 255, 255, .16), rgba(255, 255, 255, .02));
	/* background-color:rgba(255,255,255,.10); */
}

.main-navigation ul li a { 
	display:inline-block;
	text-decoration: none;
	color: var(--link-accent-1);
	font-size:20px;
	font-weight: 500;
	line-height: 104px;
	height: 100%;
	/* text-shadow: 1px 1px 3px rgba(0, 0, 0, .12); */
	box-sizing: border-box;
	padding: 4px 14px;
}


.main-navigation ul li ul.sub-menu {
	display: none;
	position:absolute;
	top: 104px;
    left: 0;
    margin: 0;
    padding: 0;
    height: auto;
	transition: all .25s ease-in-out;
}
.main-navigation ul li:hover ul.sub-menu { 
	display:block;
}

.main-navigation ul li:hover ul.sub-menu li {
	height:auto;
	height: auto;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.main-navigation ul li:hover ul.sub-menu li a {
	height: 48px;
    line-height: 48px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0 14px;
}





.secondary-navigation {
    min-height: 102px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secodary-menu-container {
	height: auto;
	position: relative;
	display: block;
}

.secondary-navigation ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.secondary-navigation ul li { 
	display:inline;
	box-sizing: border-box;
	margin: 4px 8px;
}
.secondary-navigation ul li a { 
	text-decoration: none;
	color: var(--link-accent-1);
	font-size: 20px;
    font-weight: 500;
    letter-spacing: .3px;
	text-transform: capitalize;
	/* text-shadow: 1px 1px 3px rgba(0, 0, 0, .12); */ 
}


/*	flex card styling
----------------------------------------------------------*/
	.flex-card-container {
		display: flex;
		flex-wrap: wrap;
		gap:30px;
		max-width:1400px;
		margin-left:auto;
		margin-right:auto;
	}

	.flex-card {
		display:flex;
		flex-direction: column;
		gap:20px;
		max-width: calc(33% - 20px);
	}
	.flex-card:hover {
		cursor: pointer;
	}

	.flex-card .card-image {
		width:100%;
		background-color:rgba(241,241,241,1);
		border-radius:16px;
		position: relative;
		width:100%;
		aspect-ratio: 8 / 7 ;
		overflow:hidden;
	}

	.flex-card .card-image img  {
	    position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit:cover;
		transition: all .5s ease-in-out;
	}

	.flex-card:hover .card-image img {
	    transform: scale(1.1);
	}

	.flex-card .card-caption {
		padding: 24px 20px 24px;
		border-radius:16px;
		background-color:rgba(241,241,241,1);
		transition: all .5s ease-in-out;
		align-items: center;
		text-align: center;
	}


	.flex-card:hover .card-caption {
		background-color:rgba(221,221,221,1);
	}



.sim-btn {
	font-size: 18px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}



/* Animations
---------------------------------------------------- */
.fade-in-up {
	animation: 0.9s both fadeInUp;
}


.custom-logo-link img {
	height: 72px;
	margin: 16px 24px 0 24px;
}


#main-banner {
	display: block;
	/*background-image: url('//squawcreekconstruction.com/wp-content/themes/gbc-construction/assets/images/splash.webp');*/
	background-position: top center;
	background-attachment:scroll;
	background-size: cover;
	height: 600px;
	width: 100%;
	z-index: 88;
}

#main-banner .banner-content {
	color: white;
	position: relative;
	display: block;
	z-index: 92;
	margin:0 auto;
	font-size:66px;
	font-style:normal;
	font-weight:700;
}

.banner-cta-block {
	display: block;
	clear: both;
	padding-top: 48px;
	position: relative;
}
.banner-cta-block .cta-button {
	display: inline-block;
	float:left;
	margin:0 14px;
}

.banner-cta-block .cta-button a {
	display: block;
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
	transition: all 0.25s ease;
    background: rgba(0, 0, 0, 0.02);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.cta-button a:hover{
	transform: translateY(-5px);
}

.banner-cta-block .cta-button a.btn-one {
	font-size: 18px;
	font-weight: 700;
	color: black;
	border: 1px solid black;
	background-color: var(--link-accent-1);
	text-decoration: none;
}
.banner-cta-block .cta-button a.btn-two {
	font-size: 18px;
	font-weight: 700;
	color: white;
	border: 1px solid white;
	background-color:var(--accent-color-1);
	text-decoration: none;
}

.section-parallax {
	display: block;
	background-image: url('//squawcreekconstruction.com//wp-content/themes/gbc-construction/assets/images/splash.jpg');
	background-position: top center;
	background-attachment:scroll;
	background-size: cover;
	height: 840px;
	width: 100%;
}

.section-subtle-parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('//squawcreekconstruction.com//wp-content/themes/gbc-construction/assets/images/splash.jpg');
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
.section-subtle-parallax {
	display: block;
	height: 840px;
	width: 100%;
}




body.logged-in .site-header.light { top:32px; }


.columns-2 {
    display: flex;
    flex-direction: row;
	padding: 0;
	box-sizing: border-box;
    min-height: 600px;
    height: auto;
}
.columns-2.min-300 { min-height:300px;height:auto; }


.cols-2 {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    min-height: 600px;
    height:100%;
    width: 50%;
    box-sizing: border-box;
}


.cols-66 {
    text-align: center;
    padding: 0;
    min-height: 600px;
    height:100%;
    width: 66%;
    box-sizing: border-box;
	padding: 0;
    margin: 0;
}

.cols-auto {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    min-height: 600px;
    height:100%;
    width: auto;
    box-sizing: border-box;
	padding: 0;
    margin: 0;
}

.columns-2.min-300 .cols-2 { min-height:300px;height:auto; }

.text-axolotl { color: rgba(92, 112, 92, .80); }
.text-slategrey { color: slategray; }

.axolotl { background-color: rgba(92, 112, 92, .80);color:white; }
.olive-tan { background-color: rgba(200, 194, 181, 1); }
.soft-tan { background-color: rgba(210, 200, 181, .50); }
.softer-tan { background-color: rgba(210, 200, 181, .20); }
.feldgrau { background-color: rgba(76, 96, 76, 1); }

span.white { color:rgba(255,255,255,.4); }

.left-column-inner {
	float: right;
    padding: 64px 64px 0 36px;
}
.right-column-inner {
    float: left;
    padding: 64px 36px 0 64px;
}
.left-column-inner, .right-column-inner {
    width: calc(100% - 100px);
    display: block;
    box-sizing: border-box;
    text-align: start;
}

.left-column-inner h3, .right-column-inner h3 {
	font-size: 32px;
    font-weight: 500;
	color: rgba(88, 110, 123, .8);
}
.left-column-inner p.black, .right-column-inner p.black {
	border-top: 1px solid rgba(0, 0, 0, .24);
    padding-top: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .24);
    padding-bottom: 18px;
}
.left-column-inner p.white, .right-column-inner p.white {
    border-top: 1px solid rgba(255, 255, 255, .64);
    padding-top: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .64);
    padding-bottom: 18px;
	color:rgba(255, 255, 255, 0.90);
}

.softer-tan h3, .softer-tan p { 
	color: rgb(88, 110, 123);
}

.softer-tan p { 
	border-top: 1px solid rgba(88, 110, 123, .8);
    padding-top: 18px;
    border-bottom: 1px solid rgba(88, 110, 123, .8);
    padding-bottom: 18px;
}

.gradient-axolotl-bg h3, .gradient-axolotl-bg .p.white { color:rgba(255, 255, 255, .96);text-shadow: 1px 1px 3px rgba(0, 0, 0, .18); }


/* Special Left and Right Columns
**************************************************************/
.special-column .left-column-inner {
	width: calc(100% - 20px);
    display: block;
    box-sizing: border-box;
    text-align: start;
    margin: 64px 0px 48px 64px;
    box-shadow: 1px 1px 5px grey;
    transform: translateX(650px);
}











/* Social Icons
**************************************************************/
/* "/wp-content/themes/gbc-construction/assets/images/icons/facebook_96.png
background-image: url("/wp-content/themes/gbc-construction/assets/images/icons/instagram_96.png
/wp-content/themes/gbc-construction/assets/images/icons/reddit_96.png
/wp-content/themes/gbc-construction/assets/images/icons/twitter_96.png
/wp-content/themes/gbc-construction/assets/images/icons/youtube_96.png
/wp-content/themes/gbc-construction/assets/images/icons/email_96.png
/wp-content/themes/gbc-construction/assets/images/icons/rss_96.png
/wp-content/themes/gbc-construction/assets/images/icons/linkedin_96.png
/wp-content/themes/gbc-construction/assets/images/icons/linkedin_96.png
/wp-content/themes/gbc-construction/assets/images/icons/instagram_96.png
*/



/* Footer
--------------------------------------------------------------*/
.site-footer {
	display:block;
	width:100%;
	/* background-color:rgba(64, 64, 64, 1); */
	/* background-color: rgba(92, 112, 92, .80); */
	background-color: rgba(51, 51, 51, 1);
	background:linear-gradient(to bottom right, rgba(64, 64, 64, 1), rgba(51, 51, 51, 1));
	/* background-image: linear-gradient(270deg, rgba(24, 24, 24, 1), rgba(34, 44, 54, 1)); */
	color:rgba(255, 255, 255, 1);
	padding:24px 48px;
	/* border-top:1px solid black; */
}

.footer-standard-row {
	display: block;
	clear:both;
	width:100%;
	margin:0 auto;
}

.footer-flex-row {
	display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    max-width: 1600px;
	margin:0 auto;
    gap: 0;
    flex-direction: row;
    align-items: start;
    align-content: space-between;
}


/* Create four equal columns */
.footer-flex-column {
	flex: calc( 25% - 40px);
	padding: 40px 20px;
	box-sizing: border-box;
}

.footer-flex-column .smaller-brand {
	margin-top: 24px;
    margin-bottom: 24px;
}

.footercol1 p {
	padding-left:24px;
}
 
.footer-flex-column h3 {
	text-align: center;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: 8px;
	color:rgb(255, 255, 255);
}

.footer-branding {
	flex: 25%;
	padding: 20px;
	box-sizing: border-box;
}
.footer-branding img { max-width:240px; }









/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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


.page-header h1 {
	margin: 0 auto;
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}




/* Homepage and Banners
--------------------------------------------- */
.homepage .row {
	margin: 0;
	height: fit-content;
}

.homepage .row .section-image {
	min-height: 532px;
}


/*
    Home Page Banners
----------------------------------------------------------------------- */

.home .main { margin-top:0px;padding-top:0px; }

.page-template-template-homepage .site-main {margin-top:0px;padding-top:0px !important;  }
.page-template-template-homepage article {
    width: calc(94% - 48px);
    margin: 0 auto;
}



.banner-content {
	color: white;
    position: absolute;
    display: block;
    z-index: 92;
    left: 100px;
    top: 300px;
    font-size: 66px;
	font-family: "roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.typewriter h2 { 
	display: block;
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
    border-right: none;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
	line-height: 1.25em;
    font-size: 66px;
	font-family: "roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
	color:rgb(255, 255, 255);
	text-shadow:3px 3px 1px rgba(0,0,0,.4);
}
.typewriter h3 { 
	display: block;
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
    border-right: none;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
	line-height: 1.2em;
    font-size: 66px;
	font-family: "roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
	color:rgb(255, 255, 255);
	text-shadow:3px 3px 1px rgba(0,0,0,.4);
}

.typewriter .smaller {
	display: block;
	position: relative;
	float: left;
	clear: both;
	letter-spacing: .15em; /* Adjust as needed */
	line-height: 1em;
	font-size:48px;
	font-family: "roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
	color:rgb(255, 255, 255);
	text-shadow:3px 3px 1px rgba(0,0,0,.4);
}

.page-template {
    padding-top: 0;
}

.page-template-content-basic article {
	display:block;
	position: relative;
	width:100%;
	min-height:800px;
	margin:0 auto;
	margin-top:104px;
}
.page-template-content-basic article .entry-header {
	display:block;
	clear:both;
	width:100%;
	position: relative;
	margin:0 auto;
	color: rgba(0,0,0, .70);
	background-color: rgba(255,255,255,0);
}




h2.people::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('icon.svg');
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}




/* Portfolio Pages
--------------------------------------------- */
/* ── HERO SPLIT ── */
.hero {
	display: flex;
	flex: 1;
	min-height: 800px;
}

/* LEFT — content */
.hero-left {
	flex: 0 0 50%;
	background: linear-gradient(135deg, #0d1e26 0%, #163344 50%, #0d1e26 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8rem 5rem 5rem;
	position: relative;
	overflow: hidden;
}

/* decorative circles */
.hero-left::before {
	content: '';
	position: absolute;
	width: 500px; height: 500px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(79,126,142,0.22) 0%, transparent 70%);
	top: -120px; left: -120px;
	pointer-events: none;
}
.hero-left::after {
	content: '';
	position: absolute;
	width: 300px; height: 300px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(79,126,142,0.15) 0%, transparent 70%);
	bottom: 60px; right: -60px;
	pointer-events: none;
}

.tag {
	display: inline-block;
	background: rgba(79,126,142,0.2);
	border: 1px solid rgba(79,126,142,0.5);
	color: #7ec8dc;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 0.4rem 1rem;
	border-radius: 100px;
	margin-bottom: 1.8rem;
	width: fit-content;
}

.hero-left h1 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(2.6rem, 4vw, 3.8rem);
	line-height: 1.15;
	margin-bottom: 1.5rem;
	color: #fff;
	text-align: left;
}
.hero-left h1 span {
	background: linear-gradient(90deg, #f5a623, #f7c05a, #e8921a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-left p {
    font-size: 1.23rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
    max-width: 90%;
	margin-bottom: 2.5rem;
}

.cta-group { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }

.btn-primary {
	background: linear-gradient(135deg, #f5a623, #e8921a);
	color: #0d1e26;
	border: none;
	padding: 0.85rem 2rem;
	border-radius: 8px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	letter-spacing: 0.02em;
	transition: opacity 0.2s, transform 0.2s;
	box-shadow: 0 4px 24px rgba(245,166,35,0.35);
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); }

.btn-ghost {
	background: transparent;
	color: rgba(255,255,255,0.75);
	border: 1px solid rgba(79,126,142,0.45);
	padding: 0.85rem 2rem;
	border-radius: 8px;
	font-size: 1.1rem;
	font-weight: 500;
	cursor: pointer;
	transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.btn-ghost:hover {
	border-color: rgba(79,126,142,0.9);
	background: rgba(79,126,142,0.1);
	color: #fff;
}

.stats {
	display: flex;
	gap: 2.5rem;
	margin-top: 4rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(79,126,142,0.25);
}
.stat-value {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #f5a623;
}
.stat-label {
	font-size: 0.75rem;
	color: rgba(255,255,255,0.4);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-top: 0.2rem;
}

/* RIGHT — image */
.hero-right {
	flex: 0 0 50%;
	position: relative;
	overflow: hidden;
	background: #111;
}
.hero-right img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	filter: brightness(0.78) saturate(0.9);
	transition: transform 6s ease;
}
.hero-right:hover img { transform: scale(1.04); }

/* lighter gradient overlay */
.hero-right .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
	160deg,
	rgba(13,30,38,0.38) 0%,
	rgba(0,0,0,0.08) 45%,
	rgba(0,0,0,0.42) 100%
	);
}

/* overlay text block */
.overlay-text {
	position: absolute;
	bottom: 3.5rem;
	left: 3rem;
	right: 3rem;
}
.overlay-text .quote-mark {
	font-family: 'Playfair Display', serif;
	font-size: 5rem;
	line-height: 0.6;
	color: rgba(245,166,35,0.7);
	display: block;
	margin-bottom: 0.5rem;
}
.overlay-text blockquote {
	font-family: 'Playfair Display', serif;
	font-size: clamp(1.1rem, 2vw, 1.5rem);
	line-height: 1.5;
	color: #fff;
	font-style: italic;
	margin-bottom: 1rem;
	text-shadow: 0 1px 12px rgba(0,0,0,0.5);
}
.overlay-text cite {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-style: normal;
	font-size: 0.82rem;
	color: rgba(255,255,255,0.7);
	letter-spacing: 0.05em;
}
.overlay-text cite::before {
	content: '';
	width: 28px; height: 1px;
	background: rgba(245,166,35,0.8);
	display: inline-block;
}

/* floating badge */
.badge {
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
	background: rgba(13,30,38,0.45);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(79,126,142,0.35);
	border-radius: 14px;
	padding: 1rem 1.4rem;
	text-align: center;
}
.badge .badge-num {
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	font-weight: 700;
	color: #f5a623;
	display: block;
}
.badge .badge-label {
	font-size: 0.7rem;
	color: rgba(255,255,255,0.55);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}






/* Portfolio Pages
--------------------------------------------- */
.grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(400px,2fr));
  grid-auto-rows: 0;
  max-width:calc(100% - 100px);
  margin:0 auto;
  margin-top: 50px;
}

.item {
  background-color: transparent;
}

.photothumb {
  width: 100%;
}



.desc {
  padding: 10px 10px 5px 10px;
}

.desc img {
  width: 50%;
  margin: 0;
  float: left;
}

.desc p {
  margin-bottom: 0;
}








/* Universal Buttons, Button Containers and Banners
--------------------------------------------- */
.flex-link-container {
	display: flex;
	gap: 20px;
}

.flex-center {
	justify-content: center;
	align-items: center;
}

a.button.cta.standard {
	transition: all ease-in-out .3s;
}


a.button.cta.standard.whitedrab, a.button.cta.standard.drab {
	font-size: 20px;
    font-weight: 700;
    text-decoration: none;
	width: fit-content;
    padding: 8px 18px;
	background-color:var(--accent-color-1);
	border: 1px solid rgba(55, 55, 55, 1);
	/*border:1px solid rgba(92, 112, 92, .86);
	color:rgba(92, 112, 92, .86); */
	color:white;
	cursor: pointer;
	width:fit-content;
	min-width:160px;
	text-shadow: 1px 1px 3px rgba(55, 55, 55, .10);
}
a.button.cta.standard.whitedrab:hover, a.button.cta.standard.drab:hover { background-color:white;border: 1px solid rgba(55, 55, 55, 1);color:var(--accent-color-1);transform: translateY(-5px); }

/*
a.button.cta.standard.drab {
	font-size: 20px;
    font-weight: 700;
    color: white;
    text-decoration: none;
	width: fit-content;
    padding: 8px 18px;
	border: 1px solid rgba(55, 55, 55, 1);
	cursor: pointer;
	width:fit-content;
	min-width:160px;
	background-color: rgba(92, 112, 92, .86);
	text-shadow: 1px 1px 3px rgba(55, 55, 55, .10);
}
a.button.cta.standard.drab:hover { background-color:white;border-color: rgba(92, 112, 92, .86);color:rgba(92, 112, 92, .86);transform: translateY(-5px); }
*/

.block { display:block; }
.center { text-align:center;margin:0 auto; }
.margin-bottom { margin-bottom: 240px; }




/* Icon Containers and Styles
--------------------------------------------- */
.small-icons div {
	height: 110px;
    width: 110px;
    text-align: center;
    background-color: dimgrey;
	/* background-color:rgba(68, 90, 103, 1); */
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
	border:1px solid rgba(0, 0, 0, .76);
	margin-bottom:10px;
}
.small-icons img {
	max-width: 100px;
	margin:0 auto;
}

.small-icons h4 { 
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
	color:rgba(68, 90, 103, 1);
}

.small-icons p {
	font-size: 18px;
    color:rgba(68, 90, 103, 1);
}




.wrapper-90 {
    display:block;
    position: relative;
    margin:0 auto;
    padding:0;
    width:90%;
    clear: both;
}

.block-subheader {
    display: block;
    position: relative;
    clear: both;
    min-height: 90px;
    height: fit-content;
    margin: 0;
    padding: 2px 0;
}

.block-subheader h2 {
    font-size: 48px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
	color:rgba(96,96,96,1);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
}

.block-content {
	display:block;
    position: relative;
	clear:both;
    min-height:320px;
    margin: 0 auto;
    padding: 0;
    text-align:center;
}


.columns-3 { 
    width: 100%;
    display: flex;
    margin: 0 auto;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
}


.profile { 
    flex:1;
    margin: 0;
    text-align:center;
	transition: all 3s ease-in-out;
}

/* .profile:hover { transform: translateY(5px); } */

a.profile:visited { color:rgba(0,0,0, .8); }

.profile .profile-image { display:block;position:relative;max-width:360px;margin:0 auto;text-align:center;margin-bottom:24px;overflow:hidden; }
.profile .profile-image img { position:relative;z-index:66;max-width:240px;height:auto;border-radius: 50%;margin:0 auto;text-align:center;aspect-ratio: 1 / 1;
    border: 1px solid rgba(0, 0, 0, .4);
    /* background-color: rgba(120, 150, 150, .1); */
	background-color: rgba(210, 210, 210, .36);
	background: rgba(255,255,255,1);
	background: linear-gradient(148deg, rgba(234,240,240,.86) 0%, rgba(210,210,210,.86) 100%);
}
  
.profile H3 { font-size:20px;margin: 0;line-height: 1.6em;font-weight: 500;text-shadow: 1px 1px 3px rgba(0, 0, 0, .08);
    color: rgba(55, 55, 55, .94); }
.profile H4.blue { font-size:18px;margin: 0;line-height: 1.6em;margin-bottom:16px;color:var(--accent-color-2);text-shadow: 1px 1px 3px rgba(0, 0, 0, .08); }
.profile .job-description { 
    margin:0 auto;
    text-align:center;
    font-size:16px;
    font-weight:400;
    display:block;
    clear:both;
    width:100%;
    max-width:360px;
    margin-top: 16px;
    line-height: 1.65em;
    padding: 16px 2px 16px 2px;
    text-transform: uppercase;
	color:rgba(0,0,0, .8);
}

.profile .job-description ul { list-style-type: none;padding: 0;margin-left:0; }
.profile .job-description ul li { 
	list-style: none;
	padding: 0;
	margin-bottom: 16px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .08);
    color: rgba(55, 55, 55, .94);
}
.profile .job-description ul .creds { font-weight: 700; }

.profile .job-description ul .creds.accent { color:var(--accent-color-1); }

/* .profile .profile-image .overlay-hover { 
    position:absolute;
    z-index:78;
    left:100%;
    top:100%;
    width:1200px;
    height:1200px;
    opacity:0;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    // background: linear-gradient(135deg, #fff 0%, #fff 90%, transparent 90%, transparent 100%);
    background: linear-gradient(135deg, transparent 10%, transparent 50%, #fff 50%, #fff 100% );
}
*/
.profile .profile-image:hover .overlay-hover {
    left:-600px;
    top:-600px;
    opacity:.24;
}

.overlay-cta { display:none;z-index:-9999; }
.overlay-cta:hover { display:none;z-index:-9999; }




 h3.employment { 
	margin: 0 0 12px 0;
    text-align: center;
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
	text-transform: capitalize;
 }
 p.job-description { 
	border-top:1px solid rgba(255, 255, 255, 0.8);
	border-bottom:1px solid rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
	padding:12px 0;
}





/* Our Team Bio Widget
--------------------------------------------- */
.miniBioWidget {
	display:flex;
	gap:12px;
}
.miniBio { 
	flex:1;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.miniBio:hover { transform: translateY(-5px); }

.miniBio .miniPic {
	border-radius: 50%;
	width:80%;
	height:auto;
	aspect-ratio: 1 / 1;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .4);
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(148deg, rgba(234, 240, 240, .86) 0%, rgba(210, 210, 210, .86) 100%);
	overflow: clip;
	position: relative;
}

.miniBio .miniPic img {
    width: 110%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease-in-out;
	/* filter: grayscale(.2) brightness(1.05); */
}

.miniBio:hover .miniPic img { filter: grayscale(1) brightness(1.15); }

.miniBio .miniCap { width:100%;height:auto;font-size:16px;text-align:center;color:var(--accent-color);text-decoration: none;margin-top:12px; }
a.miniCap:visited { text-decoration: none; }




	/* filter: grayscale(0) brightness(1);
    border: 1px solid rgba(0, 0, 0, 0.8); */



/* Reach Out Section
--------------------------------------------- */
#ReachOut { margin-bottom:48px;min-height:200px; }

.reachOutWrapper {
	color: rgba(255, 255, 255, .9);
	background-color: rgba(92, 112, 92, .80);
	background: linear-gradient(to bottom right, rgba(92, 112, 92, 0.8), rgba(96, 116, 102, .9));
    border-radius: none;
    max-width: 1500px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid var(--accent-color-1);
}
	
.reachOutInnerWrapper {
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    margin-bottom: 0;
	color: rgba(255, 255, 255, .9);
	align-content: space-between;
	align-items: center;
}

.reachOutInnerWrapper div { flex: 1 1 calc(33% - 72px);padding:0px;box-sizing: border-box; }

.reachOutInnerWrapper div .balance-wrapper {
	width:fit-content;
	margin:0 auto;
}
/*
.reachOutInnerWrapper .schedule div {
	display:block;
	width:100%;
	clear: both;
} */
.reachOutInnerWrapper .schedule .balance-wrapper div.cta { font-size:20px; }
.reachOutInnerWrapper .schedule .balance-wrapper div.doit {	font-size:20px;border-top:1px solid rgba(255, 255, 255, 0.8);text-align: center; }
.reachOutInnerWrapper .schedule .balance-wrapper div.phone { font-size:30px; }
.reachOutInnerWrapper .balance-wrapper div.JFU { font-size:20px;text-align: center; }

.reachOutInnerWrapper .schedule .balance-wrapper div.phone {
	display: flex;
    padding: 6px 0;
	margin-bottom:4px;
}
.reachOutInnerWrapper .schedule .balance-wrapper div.phone svg { margin-right:6px; }
.reachOutInnerWrapper .schedule .balance-wrapper div.phone .number {
	display: flex;
    font-size: 30px;
    line-height: 30px;
}




/* Newsletter Section
--------------------------------------------- */
#NewsletterSection { margin-bottom:48px;min-height:200px; }


#NewsletterSection .section-subtitle {
    text-align: center;
}

#NewsletterSection .wpcf7 {}

.wpcf7 {
    background: white;
    border-radius: none;
    padding: 60px;
    max-width: 1500px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid #555;
}

.newsletter-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 0;
}

.newsletter-heading h2 {
    font-size: 36px;
    color: rgba(45, 55, 72, 1);
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.2em;
}

.newsletter-heading p {
    font-size: 18px;
    color: rgba(45, 55, 72, .9);
    line-height: 1.5em;
    border-top: 1px solid rgba(0, 0, 0, .4);
	padding-top:6px;
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}

.wpcf7-form-control {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #4a5568;
    box-shadow: 0 0 0 3px rgba(74, 85, 104, 0.1);
}

.wpcf7-form-control::placeholder {
    color: #a0aec0;
}

.wpcf7-submit {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: white;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.wpcf7-submit:hover {
    background: linear-gradient(135deg, #1a202c 0%, #000000 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.wpcf7-submit:active {
    transform: translateY(0);
}


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 {
	padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
}


/* WPCF7 shortcode overides for HP
--------------------------------------*/
#wpcf7-f1534-o1 {
    border:none;
    padding:0px;
    box-shadow: none;
    background-color: transparent;
    min-width: 80%;
    margin-bottom:8px;
}

#wpcf7-f1534-o1 label { /* display:none;*/ } 

#wpcf7-f1534-o1 p { margin:0; }

#wpcf7-f1534-o1 .wpcf7-submit {
    transition: all 0.3s ease;
    color: #fff;
    background-color: var(--accent-color-1);
    padding: 12px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .16);
}



.social-media-section {
    border-top: 1px solid #333;
    padding-top: 24px;
    text-align: center;
}

.social-media-section h3 {
    font-size: 20px;
    color: rgba(45, 55, 72, .9);
    margin-bottom: 4px;
    font-weight: 600;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-icons a.social-icon:visited { background: #f7fafc;color: #4a5568; }

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f7fafc;
    border-radius: 50%;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 22px;
	box-shadow:1px 1px 4px rgba(0,0,0,.10);
}

.social-icon.darkBG { box-shadow:1px 1px 8px rgba(0,0,0,.36); }

.social-icon:hover {
    background: #2d3748;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.wpcf7-response-output {
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
}

.wpcf7-validation-errors {
    background: #fed7d7;
    color: #c53030;
    border: 1px solid #fc8181;
}

.wpcf7-mail-sent-ok {
    background: #c6f6d5;
    color: #2f855a;
    border: 1px solid #9ae6b4;
}

.wpcf7-not-valid-tip {
    color: #e53e3e;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

















/* Accolades
--------------------------------------------- */
.accoladesSection .bio { 
	margin: 0 auto;
	text-align:center;
    border-radius: 50%;
    overflow: clip;
    width: 240px;
    height: 240px;
    border: 10px solid rgba(210, 200, 181, .50);
    margin-bottom: 64px;
}
.accoladesSection .bio img {
    margin: 0 auto;
    max-width: 240px;
}

.accoladesSection .preview {
    position: relative;
    padding: 6px 16px;
}

.accoladesSection p.quote-text {
    color: rgba(50,50,50, .80);
	padding: 0;
    margin: 0;
}

.accoladesSection p.quote-text a {
	color: rgba(92, 112, 92, .7);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.accoladesSection p.quote-text a:hover { text-decoration: underline; }

.accoladesSection .quote-mark.opening {
    position: absolute;
    top: -20px;
    left: -10px;
	height: 30px;
    width: 30px;
    opacity: .5;
}

.accoladesSection .quote-mark.closing {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    width: 30px;
    opacity: .5;
}

.accoladesSection h4.name::before {
	content: "- ";
}
.accoladesSection h4.name {
		color: var(--accent-color-1);
	    margin: 18px 36px 0 0;
		text-align: right;
		font-weight:600;
}
.accoladesSection h4.biz { 
		color:#21759b;
		margin: 0 36px 0 0;
		text-align: right;
}


/* Mini Accolades rev 2
---------------------------------------------------------*/
a.patientMiniReview {
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 1200px;
	margin: 20px auto;
	background-color: white;
	border-radius: 10px;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	box-sizing: border-box;
	padding: 0 20px;
	text-decoration: none;
}

a.patientMiniReview:hover { cursor: pointer;}

.patientMiniPic {
	flex: 1;
	min-width:240px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.patientMiniPic img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	object-fit: cover;
	background-color: #fff;
}

.patientMiniQuote {
	flex: 5;
	position:relative;
}

.patientMiniQuote .quote-container {
	position: relative;
}

.patientMiniQuote p.quote-text {
	font-style: italic;
	color: #5e5e5e;
	padding: 0 30px;
	text-shadow: none;
}

p.quote-text .more {  font-style: italic; color:var(--link-accent-1); }

.patientMiniQuote .quote-container .quote-mark.opening { top: -10px; }

.patientMiniReview .patientName { float:left;margin-left:5%;color:var(--accent-color-2);    margin-top: 12px; }
.quote .patientName {
    float: left;
    margin-left: 5%;
    color: var(--accent-color-2);
    margin-top: 12px;
}

.patientMiniReview .patientJob { float:left;margin-right:5%;color:var(--accent-color-2); }

/* Reverse order for even rows */
.patientMiniReview:nth-child(even) {
	flex-direction: row-reverse;
	padding-left:150px;
	padding-right:20px;
}
.patientMiniReview:nth-child(even) .patientName, .patientMiniReview:nth-child(even) .patientJob { float: right;margin-right: 8%; }


.bio {
	margin: 0 auto;
	text-align: center;
}

.bio img {
	margin: 0 auto;
	max-width: 240px;
	margin-bottom: 36px;
}

.patientReviewBlock:nth-child(even) .patientQuote { background-color: #f2f2f2; }

.patientQuote { 
	display:block;
	clear: both;
	width:100%;
	background-color: #fff; 
	border-radius: 24px;
	padding: 12px 24px;
}

.patientQuote p {
	font-style:italic;
	font-size:17px;
	color: #5e5e5e;
	padding: 18px 12px 0 4px;
	text-shadow: none;
	border-radius: 24px;
}

.patientWhoIs { width:100%;box-sizing: border-box;padding: 16px 0 0 60px; }
.patientWhoIs .patientDash { display:inline-block;float:left;padding:0 12px 0 0; }
.patientWhoIs .patientName { display:inline-block;float:left; }








.flexible-container {
	display: flex;
	gap: 16px;
}

.spans2 {
	flex: 2;  /* takes 2/3 */
}

.spans1 {
	flex: 1;  /* takes 1/3 */
}

.squared-box {
	background: white;
    border-radius: none;
    padding: 60px;
    max-width: 1500px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid #555;
}

.squared-box h2 {
    margin: 0 0 24px 0;
	padding-bottom:4px;
    border-bottom: 1px solid rgba(0,0,0,.4);
}





.flip-card {
	background-color: transparent; 
	width: 300px;
	height: 200px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 15px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: white;
}

.flip-card-front {
	/* background: linear-gradient(45deg, #667eea 0%, #764ba2 100%); */
	background: linear-gradient(145deg, rgba(210, 200, 181, .90) 0%, rgba(210, 200, 181, .5) 100%);

}

.flip-card-back {
	/* background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%); */
	background: linear-gradient(145deg, rgba(210, 200, 181, .90) 0%, rgba(210, 200, 181, .5) 100%);
	transform: rotateY(180deg);
}

.card-content {
	padding: 20px;
}

.card-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.card-text {
	font-size: 16px;
	line-height: 1.4;
}









.curved-section {
	position: relative;
	width: 100%;
	background: linear-gradient(145deg, rgb(153, 151, 130) 0%, rgb(92, 112, 92) 80%);
	/* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
	padding: 80px 20px;
	color: white;
	text-align: center;
	min-height: 400px;
}

/* Top curve */
.curved-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: white;
	border-radius: 0 0 50% 50%;
}

/* Bottom curve */
.curved-section::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: white;
	border-radius: 50% 50% 0 0;
}

.content {
	position: relative;
	z-index: 1;
	width:100%;
	/* max-width: 800px; */
	margin: 0 auto;
}






.gradient-axolotl { background: linear-gradient(145deg, rgb(153, 151, 130) 0%, rgb(92, 112, 92) 80%); }

/* rgba(232, 227, 218, 1); */

.solid-softer-tan-bg { background-color: rgba(232, 227, 218, 1); }
.solid-axolotl-bg { background-color: rgba(125, 141, 125, 1); }
.gradient-axolotl-bg { 
	background-color: rgba(125, 141, 125, 1);
	background: linear-gradient(to bottom right, rgba(92, 112, 92, 0.8), rgba(96, 116, 102, .9));
}
.gradient-axolotl-bg h2, .gradient-axolotl-bg h3, .gradient-axolotl-bg p, .gradient-axolotl-bg ul, .gradient-axolotl-bg li {
	color: rgba(255,255,255, .9); 
}



/*
*
*	Bio Page Template
*
----------------------------------------------------*/

.bioSPCL {
	margin-bottom: 64px;
    border-bottom: 1px solid rgba(105, 105, 105, .2);
    padding-bottom: 64px;
}

.biofxcontainer {
	position: relative;
	width: 100%;
	height: auto;
	min-height:100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.side-left, .side-right {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.biofxcontainer .card {
	display: block;
	min-width:300px;
	width: 30vw;
	min-height:50px;
	height: auto;
	backdrop-filter: blur(10px);
	transition: transform 0.1s ease-out;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
}

.biofxcontainer .card h1 {
    margin: 0 0 4px 0;
	font-size: 40px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .14);
	text-align: center;	
    border-bottom: 1px solid rgba(85,85,85,.7);
    width: fit-content;
    margin: 0 auto;
	color: rgba(85, 85, 85, 1);
}

.center-oval {
	position: relative;
	width: 400px;
	height: 600px;
	border-radius:0;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	/* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2); */
	overflow: clip;
	transition: transform 0.1s ease-out;
}

.parallax-bg {
	position: absolute;
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
	background-image: url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=800&h=1200&fit=crop');
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease-out;
}

.parallax-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.8) 100%);
	pointer-events: none;
}

.parallax-fg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.doctor-image {
	position: absolute;
	width: 400px;
	height: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	background-image: url('//squawcreekconstruction.com//wp-content/themes/gbc-construction/assets/images/Doc1.webp');
	background-size: cover;
	background-position: center;
	filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4));
}

.biofxcontainer .quote-wrapper {
	max-width: 400px;
    margin-top: 40px;
}

.biofxcontainer .quote-container {
	padding: 5px 30px;
	position: relative;
	margin-bottom: 20px;
}
.biofxcontainer .quote-mark { position: absolute;width: 30px;height: 30px;opacity: 0.8; }
.biofxcontainer .quote-mark.opening { top: 0;left: 0; }
.biofxcontainer .quote-mark.closing { bottom: 0;right: 0; }
.biofxcontainer .quote-text { font-size: 20px;line-height: 1.35em;color: rgba(85, 85, 85, .96);margin: 0;text-align: center;font-style: italic; }
.biofxcontainer .quote-attribution { text-align: right;font-size: 18px;font-style: normal;padding-right: 20px; }
.biofxcontainer .quote-attribution::before { content: "— "; }
.biofxcontainer .author-name { font-weight: bold;color:var(--accent-color-1); }



.biofxcontainer .profile { 
    width:100%;
    padding:1rem;
    margin: 0;
    text-align:center;
}

.biofxcontainer .profile .profile-image { display:block;position:relative;width:360px;border-radius: 180px;margin:0 auto;text-align:center;margin-bottom:24px;overflow:hidden; }
.biofxcontainer .profile .profile-image img { position:relative;z-index:66;width:360px;height:360px;border-radius: 180px;margin:0 auto;text-align:center;
    border: 1px solid rgba(0, 0, 0, .4);
    /* background-color: rgba(120, 150, 150, .1); */
	background-color: rgba(210, 210, 210, .36);
	background: rgba(255,255,255,1);
	background: linear-gradient(148deg, rgba(234,240,240,.86) 0%, rgba(210,210,210,.86) 100%);
}

.biofxcontainer .profile H3 { font-size:20px;margin: 0;line-height: 1.6em;font-weight: 600; }
.biofxcontainer .profile H4 { font-size:20px;margin: 0;line-height: 1.6em;margin-bottom:16px;color:rgba(55,55,55,1);text-shadow: 1px 1px 5px rgba(0, 0, 0, .12); }
.biofxcontainer .profile .job-description { 
    margin:0 auto;
    text-align:center;
    font-size:16px;
    font-weight:400;
    display:block;
    clear:both;
    width:100%;
    max-width:360px;
    margin-top: 16px;
    line-height: 1.65em;
    padding: 16px 2px 16px 2px;
    text-transform: uppercase;
}

.biofxcontainer .profile .job-description ul { list-style-type: none;padding: 0;margin-left:0; }
.biofxcontainer .profile .job-description ul li { list-style: none;padding: 0;margin-bottom: 16px;color: rgba(65, 65, 65, .9);
}
.biofxcontainer .profile .job-description ul .creds { font-weight: 700; }


.focus-header {
	margin:0 auto;
	width:fit-content;
	margin-bottom:12px;
}
.focus-header h3 {
	text-align: center;
}

.focus-badges {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.focus-badges .badge { 
	flex:1;
	max-width:54px;
	height:auto;
	aspect-ratio: 1 / 1 ;
	position: relative;
	border-radius:50%;
	overflow: hidden;
	border:1px solid rgba(55,55,55,.48);
}

.focus-badges .badge img { 
	width:100%;
	height:auto;
}


.biofxcontainer a.patientMiniReview .patientMiniPic { min-width:140px; }

.biofxcontainer a.patientMiniReview {
    align-items: start;
}
.biofxcontainer a.patientMiniReview img { width:140px;height:140px; }


.bio-bottom-section {
	position: relative;
	width:100%;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
	gap:36px;
}

.bio-bottom-section div {
	flex:1;
}

.bio-bottom-section div .scheduleCTA {
	width:calc(100% - 40px);
	height:auto;
	min-height:240px;
	padding:24px;
}

.bio-bottom-section div .scheduleCTA h5 { color:rgba(255,255,255,.9);font-size:20px; }
.phoneNumber { color:rgba(255,255,255,.9);font-size:24px; }
.catchphrase { color:rgba(255,255,255,.9);font-size:20px; }

.bio-bottom-section h3 {
	font-size: 24px;
    text-align: center;
	color:var(--accent-color);
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
}

.bio-bottom-section p, .bio-bottom-section ul {
    margin-top: 8px;
    padding: 12px 8px;
	border-top: 1px solid rgba(105, 105, 105, 0.86);
	border-bottom: 1px solid rgba(105, 105, 105, 0.86);
}

.bio-bottom-section ul li {
	font-size: 18px;
    margin-left: 20px;
    margin: 8px 0 8px 20px;
    list-style: lower-greek;
    padding-left: 8px;
}
.bio-bottom-section ul li::marker {
  color:var(--accent-color);
}

.bio-bottom-section .personal-images { display:flex;gap:24px;padding: 0 12px; }
.bio-bottom-section .personal-images div {
	flex:1 1 calc(33% - 12px);
}
.bio-bottom-section .personal-images div img {
	height: auto;
    width: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .8);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .14);
}


.bio-bottom-bg {
	display: block;
	position: relative; 
	width:100%;
	margin:0 auto;
	height:500px;
	padding:0;
	margin:0;
}

.bio-bottom-bg img {
	position:absolute;
	bottom:0;
	left:0;
	z-index:-29;
	height: 100%;
	width:auto;
}

.bio-bottom-bg #miniReachOut {
	width: 440px;
    position: absolute;
    left: 60%;
    top: 120px;
}



/*
*
*	Locations Page
*
----------------------------------------------------*/
.locations-container {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.location {
	flex:1 1 calc(50% - 160px);
	min-width: 40%;
	padding:24px 80px;
}









/*
*
*	Blog Previews / Widgets
*
----------------------------------------------------*/

h2.blog-heading { 
	width:100%;
	margin:0 auto;
	margin-top:48px;
	margin-bottom:48px;
	font-size:36px;
	font-weight:500;
	text-align: center;
	color: var(--accent-color-1);
}

.full.padded { padding:0 80px;}

.flex-content {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
}

a.flex-item, a.flex-item:visited { text-decoration:none; }

.flex-item {
	flex: 1 1 calc(33.333% - 36px);
	min-width: 250px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.flex-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.flex-item:hover img { opacity:.8; }

.flex-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	transition: all 0.3s ease;
}

.flex-item-text {
	padding: 15px;
	text-align: center;
}

.flex-item-text h3 {
	text-rendering: optimizeLegibility;
	font-weight: 400;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.90);
	font-size: 22px;
}

.flex-item-text p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.90);
	line-height: 1.5;
	text-align: justify;
	border-top: 1px solid rgba(255, 255, 255, 0.90);
	border-bottom: 1px solid rgba(255, 255, 255, 0.90);
	margin: 12px 0;
	padding: 12px 0;
	font-weight: 400;
}


 
/* Blog Page
--------------------------------------------- */

.post-template-single-standard .container {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
}

.post-template-single-standard .blog-header {
	text-align: center;
	margin-bottom: 48px;
}

.post-template-single-standard .blog-parent, .post-template-single-standard .blog-category {
	display: inline-block;
	color: var(--accent-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.post-template-single-standard h1 {
	font-size: 42px;
	font-weight: 800;
	color: #1a202c;
	margin-bottom: 20px;
	line-height: 1.2;
}

.post-template-single-standard .meta {
	color: #718096;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.post-template-single-standard .author {
	display: flex;
	align-items: center;
	gap: 8px;
}

.post-template-single-standard .featured-image {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 48px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.post-template-single-standard section {
	background: white;
	padding: 48px;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	min-height:1px;
	height:auto;
}

.post-template-single-standard section p {
	margin-bottom: 24px;
	font-size: 18px;
	color: rgba(88, 110, 123, .8);
}

.post-template-single-standard section h2 {
	font-size: 28px;
	font-weight: 700;
	color: #1a202c;
	margin-top: 48px;
	margin-bottom: 20px;
}

.post-template-single-standard .content-image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 8px;
	margin: 40px 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.post-template-single-standard .pullquote {
	font-size: 24px;
	font-weight: 600;
	color: #667eea;
	padding: 32px;
	margin: 40px 0;
	border-left: 4px solid #667eea;
	background: #f7fafc;
	border-radius: 0 8px 8px 0;
}


.blog-image-row-flex { display:flex;flex-direction:row;width:100%;flex-wrap: wrap;align-items: center;align-content: space-around; }
.blog-image-row-flex a { flex:1;max-width:50%;height:auto; }



/* Chat Bot
--------------------------------------------- */
.agent {
	display:block;
	position:fixed;
	top:50%;
	right:-10px;
	height:70px;
	width:80px;
	background-color: var(--accent-color);
	z-index:9999;
	border:1px solid rgba(0,0,0,.64);
	color:white;
	cursor: pointer;
	transition: all .3s ease-in-out;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .12);
	padding: 10px;
	box-sizing: border-box;
}
.agent:hover {
	right:-2px;
}
.agent svg { width:50px;height:auto; }


/* To Top
--------------------------------------------- */
.toTop {
	display:block;
	position:fixed;
	bottom:12px;
	right:12px;
	height:40px;
	width:40px;
	background-color: rgba(105, 105, 105, .86);
	z-index:9999;
	border:1px solid rgba(0,0,0,.44);
	color:black;
	text-align: center;
	padding:4px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .12);
}
.toTop:hover {
	right:12px;
	bottom:15px;
}







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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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








/* Layout Overrides
--------------------------------------------- */
.no-100vh { min-height:10px;height:auto; }


.accent { color:var(--accent-color); }







@media (max-width: 768px) {
	.full.padded { padding:0 20px;}
	.flex-item {
		flex: 1 1 calc(50% - 36px);
	}
	.hero { flex-direction: column; }
	.hero-left, .hero-right { flex: none; width: 100%; }
	.hero-right { min-height: 55vw; }
	nav { padding: 1.2rem 1.5rem; }
	.nav-links { display: none; }
	.hero-left { padding: 6rem 2rem 3rem; }
	.stats { gap: 1.5rem; }
}

@media (max-width: 480px) {
	.full.padded { padding:0 8px;}
	.flex-item {
		flex: 1 1 100%;
	}
}




/*
--------------------------------------------------------*/
/* CSS */
@keyframes fadeInUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.fade-in-up { animation: 0.9s both fadeInUp; }

/* CSS */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fade-in { animation: 0.9s both fadeIn; }




/* Media Queries
--------------------------------------------------------*/

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		/* display: flex; */
	}
}
