/*
	Theme Name:  Launch Marketing
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Jared Atchison
	Author URI:  http://www.jaredatchison.com
	Version:     1.0.12
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #808285;
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	padding: 60px 0 40px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #76bd1d;
	text-decoration: none;
}

a:hover {
	color: #498b2a;
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: rgba(0,0,0,0.10);
	margin: 40px 40px 24px;
	font-style: italic;
	padding: 15px 20px;
	color: #444;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #778692;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
	color: #3f454f;
	font-weight: 400;
}

.post h3 {
	font-size: 24px;
}

h3.icon-heading {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	color: #778692;
	margin: 0;
}

h3.icon-heading i {
	font-size: 50px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

h3.icon-heading a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

h3.icon-heading a:hover {
	text-decoration: none;
}

h3.icon-heading .icon-heading--custom-icon {
	display: inline-block;
	width: 54px;
	position: relative;
}

h3.icon-heading .icon-heading--custom-icon img {
	width: 100%;
	display: block;
	transition: all 0.2s ease-in-out;
}

h3.icon-heading .icon-heading--custom-icon img.icon-heading--custom-icon-hover {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
}

h3.icon-heading:hover img.icon-heading--custom-icon-default {
	opacity: 0;
}

h3.icon-heading:hover img.icon-heading--custom-icon-hover {
	opacity: 1;
}

h4 {
	font-weight: 700;
	font-size: 24px;
	color: #3f454f;
	margin: 0 0 8px 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

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

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	border-color: #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: transparent;
	border: 1px solid #748693;
	color: #748693;
	box-shadow: none;
	font-weight: 600;
	cursor: pointer;
	padding: 14px 16px 12px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
	line-height: 1;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	color: #3f454f;
	border-color: #3f454f;
	text-decoration: none;
	line-height: 1;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Search Form
--------------------------------------------- */

.search-form {
	max-width: 500px;
}

.search-form input[type="search"] {
	max-width: 300px;
}

/* Custom Form
--------------------------------------------- */
.custom-form .gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
	}

.custom-form .gform_wrapper .gform_body input[type="email"],
.custom-form .gform_wrapper .gform_body input[type="text"],
.custom-form .gform_wrapper .gform_body textarea,
.custom-form .ginput_complex label,
.custom-form .gform_wrapper .gform_body select {
    border: solid 1px #808285;
}

.custom-form .gform_wrapper .gform_body select {
    padding: 5px 4px;
}

.custom-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	vertical-align:top;
}

.custom-form .gform_wrapper .gfield_checkbox li label {
	cursor: default !important;
	line-height: 1.3em;
	font-size: .8em;
}

.custom-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
	font-weight: normal !important;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper select,
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 5px 4px !important;
	border: none;
	border-top: 1px solid #498b2a;
	border-left: 1px solid #498b2a;
}

body div.gform_wrapper label.gfield_label+div.ginput_container,
body .gform_wrapper ul li.gfield
{
	margin-top: 0 !important;
}

div.gform_wrapper .gfield_required {
	color: red;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin-bottom: 18px !important;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	padding-left: 32px;
	padding-right: 32px;
	border-width: 2px;
}

.footer-widgets form  a {
	color: #ffffff;
	text-decoration: underline;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.gallery-item .gallery-icon {
	padding: 20px;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	display: block;
	margin: 0 auto;
}

.gallery-caption {
	margin-left: 0;
}

/* Tables
--------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

img.block {
	display: block;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}


/* Column Classes
 *
 * Width: 1200px
 * Gutter: 60px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 5%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.5%;
}

.one-third,
.two-sixths {
	width: 30%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 21.25%;
}

.three-fourths {
	width: 73.75%;
}

.one-fifth {
	width: 16%;
}

.two-fifths {
	width: 37%;
}

.three-fifths {
	width: 58%;
}

.four-fifths {
	width: 79%;
}

.one-sixth {
	width: 12.5%;
}

.five-sixths {
	width: 82.5%;
}

.first {
	clear: both;
	margin-left: 0;
}




/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding: 60px 0 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 65%; /* 740/1140 */
}

main.content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 28%; /* 360/1140 */
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #859458;
	height: 60px;
	/*border-bottom: 1px solid #9fa2a8;*/
	/*box-shadow: 0px 0px 12px #333;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
}

body.admin-bar .site-header {
	top: 32px;
}

/* Custom Header Layout */
.site-header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.title-area {
	flex: 1;
	margin: 0;
	display: flex;
	align-items: center;
	min-width: 200px;
}

.site-title a {
	display: flex;
	align-items: center;
	height: auto;
	text-decoration: none;
	min-width: 200px;
	max-width: 300px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-image: none !important;
}

.site-logo {
	height: 40px !important;
	width: auto !important;
	max-width: 100% !important;
	display: block !important;
}

.site-title-text {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.consultation-button {
	display: inline-block;
	padding: 6px 16px;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 25px;
	color: #859458;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 13px;
	letter-spacing: 0px;
}

.consultation-button:hover {
	background: #C45527;
	border-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.header-actions {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	display: flex;
	align-items: center;
	height: 60px;
	text-decoration: none;
}

.site-logo {
	height: 60px;
	width: auto;
	max-width: 100%;
	display: block;
}

.site-title-text {
	position: absolute;
	left: -9999px;
	opacity: 0;
}



/* Section Header / Desc
---------------------------------------------------------------------------------------------------- */

.section-header .wrap {
	width: 100%;
	margin: 0 auto;
}

.section-header h1,
.section-header p {
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	margin-top: 120px;
	margin-bottom: 0px;
	line-height: 1.1;
	padding: 0;
}

.section-header.has-image {
	height: 260px;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.section-header.has-image h1,
.section-header.has-image p {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	text-shadow: 0px 0px 9px #333;
	margin: 0;
	margin-top: 84px;
	margin-bottom: 0px;
	padding: 0;
}

.section-header i {
	font-size: 80px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.section-desc {
	margin: 0 0 20px 0;
	overflow: hidden;
	text-align: center;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Category Page Header */
.archive-title {
	padding-top: 40px;
}

/* Reduce top padding for site-inner on category pages */
body[class*="category"] .site-inner {
	padding-top: 20px !important;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content .large-text {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 36px;
}

.page .large-entry-content .entry-content {
	font-size: 24px;
	overflow: visible;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

/* Category and tag links as pills - matching home page design */
.entry-meta a[rel="category"],
.entry-meta a[rel="tag"],
.entry-meta a[rel="category tag"],
.entry-header .entry-meta a {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 25px;
	padding: 6px 12px;
	transition: all 0.3s ease;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	text-decoration: none;
	color: #3f454f;
	font-size: 14px;
	font-weight: 500;
	margin: 0 6px 6px 0;
}

.entry-meta a[rel="category"]:hover,
.entry-meta a[rel="tag"]:hover,
.entry-meta a[rel="category tag"]:hover,
.entry-header .entry-meta a:hover {
	background: #C45527;
	border-color: #ffffff;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(196, 85, 39, 0.3);
}

.entry-meta a[rel="category"]:hover .tag-name,
.entry-meta a[rel="tag"]:hover .tag-name,
.entry-meta a[rel="category tag"]:hover .tag-name,
.entry-header .entry-meta a:hover .tag-name {
	color: #ffffff !important;
}

.entry-meta a[rel="category"]:hover .tag-count,
.entry-meta a[rel="tag"]:hover .tag-count,
.entry-meta a[rel="category tag"]:hover .tag-count,
.entry-header .entry-meta a:hover .tag-count {
	background: #ffffff !important;
	color: #C45527 !important;
}

/* Tag count styling for entry-meta categories */
.entry-meta .tag-count,
.entry-meta a[rel="category"] .tag-count,
.entry-meta a[rel="tag"] .tag-count {
	background: #C45527;
	color: #fff;
	border-radius: 10px;
	padding: 1px 6px;
	font-size: 11px;
	font-weight: 600;
	min-width: 16px;
	text-align: center;
	line-height: 1;
}

.entry-content-column {
	float: left;
	width: 65%;
}

.entry-content-column p:last-of-type {
	margin: 0;
}

.entry-content-sidebar {
	float: right;
	width: 30%;
	font-size: 18px;
	/*color: #3f454f;*/
	border-left: 1px solid #76bd1d;
	padding: 0 0 0 60px;
	position: relative;
}

.entry-content-sidebar ul {
	margin: 0 0 10px 18px;
}

.entry-content-sidebar p {
	margin: 24px 0 6px 0;
}

.entry-content-sidebar p:first-of-type {
	margin-top: 0;
}

.entry-content-sidebar:after,
.entry-content-sidebar:before,
.entry-testimonials .testimonial-byline:before,
.entry-testimonials .testimonial-byline:after {
	left: -1px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.entry-content-sidebar:after,
.entry-testimonials .testimonial-byline:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 14px;
	margin-top: -14px;
}

.entry-content-sidebar:before,
.entry-testimonials .testimonial-byline:before {
	border-color: rgba(118, 189, 29, 0);
	border-left-color: #76bd1d;
	border-width: 15px;
	margin-top: -15px;
}

.entry-testimonials .testimonial-byline:after {
	border-left-color: #72c4d6;
}
.entry-testimonials .testimonial-byline:before {
	border-left-color: #fff;
}

.entry-testimonials .testimonial-item {
	background-color: #72c4d6;
	overflow: hidden;
	color: #fff;
}

.entry-testimonials .testimonial-item {
	margin: 0 0 30px 0;
}

.entry-testimonials .testimonial-item:first-of-type {

}

.entry-testimonials .testimonial-text {
	float: left;
	width: 65%;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.4;
	padding: 40px 0 40px 50px;
}

.entry-testimonials .testimonial-byline {
	float: right;
	width: 30%;
	border-left: 1px solid #fff;
	padding: 0 0 0 60px;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 1.4;
}

.two-col {
	column-count:2;
	column-gap:40px;
	column-rule: solid 1px #76bd1d;
	padding:10px 0;
}
.column {
	page-break-inside:avoid;
	break-inside:avoid;
	padding:20px 0;
}
.column p {
	overflow:hidden;
}


/* Entry Navigation
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 16px;
	margin: 40px 0;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #fff;
	color: #76bd1d;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #76bd1d;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #76bd1d;
	color: #fff
}

.pagination-previous,
.pagination-next {
	display: inline-block;
	float: none;
	text-align: center;
	background-color: transparent;
	border: 1px solid #76bd1d;
	color: #76bd1d;
	box-shadow: none;
	font-weight: 600;
	cursor: pointer;
	padding: 20px 60px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
	line-height: 1;
	font-size: 20px;
	margin: 0 10px;
}

.pagination-previous:hover,
.pagination-next:hover {
	background-color: #76bd1d;
	color: #fff;
}

.pagination-previous:hover a,
.pagination-next:hover a {
	color: #fff;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

li.comment {
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}


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

.sidebar-primary .widget-title {
	font-size: 20px;
	font-weight: 600;
	color: #3f454f;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 5px 0;
	margin: 0 0 12px 0;
}

.sidebar-primary .widget {
	margin: 0 0 35px 0;
}

.sidebar-primary .widget ul {
	margin: 0 0 0 18px;
}

.sidebar-primary .widget ul li {
	line-height: 1.3;
	margin: 0 0 8px;
}

/* Recent
--------------------------------------------- */

.sidebar-primary .widget_recent_entries ul {
	margin: 0;
}

.sidebar-primary .widget_recent_entries ul li {
	list-style: none;
	border-bottom: 1px solid #f5f5f5;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 16px;
}

/* Search
--------------------------------------------- */
.sidebar-primary .search-form input[type="search"] {
	max-width: 100%;
	padding: 15px;
}

.sidebar-primary .search-form input[type="submit"] {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #76bd1d;
	color: #fff;
	clear: both;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 15;
}

.footer-widgets .wrap {
	padding-top: 60px;
	padding-bottom: 90px;
	position: relative;
}

.footer-widgets-1 {
	float: left;
	width: 28%;
	text-align: left;
}

.footer-widgets-2 {
	float: right;
	width: 62%;
}

.footer-widgets a {
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets a.button,
.footer-widgets input[type=submit] {
	color: #fff;
	border: 1px solid #fff;
}

.footer-widgets a.button:hover,
.footer-widgets input[type=submit]:hover {
	color: #fff;
	border: 1px solid #498b2a;
	background-color: #498b2a;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets div.gform_wrapper {
	margin: 0;
	max-width: 100%;
	position: relative;
}

.footer-widgets div.gform_wrapper #field_1_5 .gfield_label {
	display: none;
}


.footer-widgets div.gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	bottom: -16px;

}

.footer-widgets .gform_wrapper div.validation_error {
	display: none;
}

.footer-widgets .connect-toggle {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #76bd1d;
	height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 70px 0 30px;
}

.footer-widgets .connect-toggle:hover {
	text-decoration: none;
}

.footer-widgets .connect-toggle i {
	font-size: 36px;
	position: absolute;
	right: 22px;
	top: 2px;
	opacity: 85%;
}

.footer-widgets .connect-toggle img {
	position: absolute;
	top: -40px;
	left: 43%;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #ffffff !important;
	color: #333333 !important;
	font-size: 14px !important;
	padding: 0 !important;
	text-align: center !important;
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 50px !important;
	z-index: 9999 !important;
	display: block !important;
}

.site-footer a {
	color: #333333;
}

.site-footer .wrap {
	position: relative;
}

.site-footer .copyright {
	padding: 16px 0 0;
	width: 100%;
	display: block;
}


/* Blog Archives
---------------------------------------------------------------------------------------------------- */

.blog-archive {
	background-color: #ffffff;
}

.blog-archive .content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.blog-archive .entry {
	background-color: #FCFFF5;
	border: 1px solid #859458;
	padding: 14px;
	margin-bottom: 24px;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	-webkit-transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
	-o-transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
	transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.blog-archive .entry:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(133, 148, 88, 0.15);
}

.blog-archive .entry-image {
	position: relative;
	margin: 0 0 14px 0;
	width: 100%;
}

.blog-archive .entry-image img,
.blog-archive .post-image {
	border-radius: 0;
	display: block;
	border: none;
	width: 100%;
	height: 260px;
	object-fit: cover;
	margin: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.blog-archive .entry-image:hover img,
.blog-archive .post-image:hover {
	opacity: 0.9;
}

.blog-archive .entry-header {
	margin-bottom: 14px;
}

.blog-archive .entry-title {
	font-size: 18px;
	margin: 0;
	text-align: left;
	line-height: 1.4;
	color: #55565A;
	font-weight: 600;
}

.blog-archive .entry-title a {
	color: #55565A;
	text-decoration: none;
}

.blog-archive .entry-title a:hover {
	color: #000000;
	text-decoration: none;
}

.blog-archive .entry-content {
	color: #55565A;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 14px;
	flex-grow: 1;
}

.blog-archive .entry-content p {
	margin: 0 0 14px;
	color: #55565A;
}

.blog-archive .entry-content p:last-child {
	margin-bottom: 0;
}

.blog-archive .more-link,
.blog-archive .entry-content .button,
.blog-archive .button {
	background-color: #C45527;
	border: none;
	color: #ffffff;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	border-radius: 0;
	width: 100%;
	margin-top: auto;
}

.blog-archive .more-link:hover,
.blog-archive .entry-content .button:hover,
.blog-archive .button:hover {
	background-color: #a13d1d;
	color: #ffffff;
	text-decoration: none;
}


/* Testimonial Template
---------------------------------------------------------------------------------------------------- */

.testimonial-item {
	margin: 50px 0 100px;
	overflow: auto;
}

.testimonial-info {
	width: 75%;
	float: left;
	border-right: 1px solid #b7c0c6;
}

.testimonial-info .text {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	color: #808285;
	line-height: 1.5;
	margin: 0 0 15px 0;
	padding: 0 70px 0 0;
}

.testimonial-info .byline {
	margin: 0;
	color: #119dbc;
	text-transform: uppercase;
}

.testimonial-image {
	width: 25%;
	float: right;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 20px;
}


/* Case Studies template
---------------------------------------------------------------------------------------------------- */

.casestudies-section {
	overflow: visible;
	background: url(images/divider.png) top center no-repeat;
	padding-top: 50px;
	padding-bottom: 20px;
}

.casestudies-section .icon-heading {
	margin-bottom: 20px;
}

.casestudies-item {
	max-width: 915px;
	margin: 0 auto 40px auto;
	overflow: auto;
}

.casestudies-image {
	float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 33.3333%;
	border-right: 1px solid #b7c0c6;
	padding: 10px 20px;
}

.casestudies-image img {
	display: block;
	margin: 0 auto;
	max-height: 80px;
	width: auto;
}

.casestudies-info {
	float: right;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 20px 0 50px;
	width: 66.66666%
}

.casestudies-info .title {
	font-size: 24px;
	font-weight: 700;
	color: #3f454f;
	margin: 0;
}

.casestudies-info .desc {
	margin: 0;
	line-height: 1.3;
}

/* Team / Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-team .team-member {
	margin-bottom: 40px;
	position: relative;
}

.portfolio-wrap .portfolio-entry {
	margin-bottom: 60px;
	position: relative;
}

.entry-team .team-member.viewing:after,
.entry-team .team-member.viewing:before,
.portfolio-wrap .portfolio-entry.viewing:after,
.portfolio-wrap .portfolio-entry.viewing:before {
	bottom: -43px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 10;
}

.portfolio-wrap .portfolio-entry.viewing:after,
.portfolio-wrap .portfolio-entry.viewing:before {
	bottom: -63px;
}

.entry-team .team-member.viewing:after,
.portfolio-wrap .portfolio-entry.viewing:after {
	border-color: rgba(241, 241, 241, 0);
	border-bottom-color: #f1f1f1;
	border-width: 20px;
	margin-left: -20px;
}

.entry-team .team-member.viewing:before,
.portfolio-wrap .portfolio-entry.viewing:before {
	border-color: rgba(205, 206, 209, 0);
	border-bottom-color: #cdced1;
	border-width: 24px;
	margin-left: -24px;
}

.entry-team .team-member-img,
.portfolio-wrap .portfolio-entry-img,
.home-work .portfolio-entry-img {
	margin: 0 auto;
	position: relative;
	max-width: 300px;
}

.entry-team img {
	border-radius: 50%;
	border: 4px solid #909ea9;
	display: block;
	margin: 0 auto;
	-webkit-transition : border 0.5s ease-out;
	-moz-transition : border 0.5s ease-out;
	-o-transition : border 0.5s ease-out;
	transition : border 0.5s ease-out;
}

.portfolio-wrap .portfolio-entry-img .img-wrapper,
.home-work .img-wrapper {
	border-radius: 50%;
	border: 4px solid #fff;
	display: block;
	margin: 0 auto;
	-webkit-transition : border 0.5s ease-out;
	-moz-transition : border 0.5s ease-out;
	-o-transition : border 0.5s ease-out;
	transition : border 0.5s ease-out;
	border-color: #909ea9;
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.portfolio-wrap .viewing .portfolio-entry-img .img-wrapper,
.home-work .viewing .img-wrapper {
	border-color: rgb(205, 151, 0);
}

.portfolio-wrap .portfolio-entry-img .img-wrapper img,
.home-work .img-wrapper img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.entry-team .overlay,
.portfolio-wrap .overlay {
	position: absolute;
	top: 4px;
	bottom: 4px;
	right: 4px;
	left: 4px;
	background-color: rgba(205, 151, 0, 0.8);
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	z-index: 10;
}

.entry-team .viewing img {
	border-color: red;
	border-color: rgb(205, 151, 0);
}

.portfolio-wrap .viewing img {
	border-color: rgb(205, 151, 0);
}

.entry-team .overlay:hover,
.portfolio-wrap .overlay:hover {
	opacity: 1;
}

.entry-team .overlay strong {
	display: block;
	margin: 0 0 8px 0;
}

.entry-team .one-fourth {
	width: 23.75%;
	margin-left: 1.6666666666667%;
}

.entry-team .first {
	clear: both;
	margin-left: 0;
}

.ajax-details {
	background-color: #f1f1f1;
	clear: both;
	float: none;
	border-top: 3px solid #cdced1;
	border-bottom: 3px solid #cdced1;
	position: relative;
	margin-bottom: 40px;
	padding: 40px 0;
}

.ajax-details .wrap {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}

.ajax-details .name {
	font-size: 36px;
	color: #3f454f;
	line-height: 1.1;
}

.portfolio-wrap .ajax-details .name {
	text-align: center;
	margin: 0 0 20px 0;
}

.ajax-details .role {
	font-size: 22px;
	color: #3f454f;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 20px 0;
}

.ajax-details p {
	margin: 0 0 10px 0;
}

.ajax-details .close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	text-decoration: none;
}

.ajax-details .close:hover {
	text-decoration: none;
}

.portfolio-section {
	overflow: visible;
	background: url(images/divider.png) top center no-repeat;
	padding-top: 50px;
	padding-bottom: 20px;
}

.portfolio-wrap h3.icon-heading {
	clear: both;
	margin-bottom: 20px;
}

.portfolio-wrap .gear {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -179px;
	margin-top: -178px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	opacity: 0;
}

.portfolio-entry:hover .gear,
.portfolio-entry:hover .overlay {
	opacity: 1;
}

/* Testimonial Template
---------------------------------------------------------------------------------------------------- */

.page-template-template-landing-page .nav-header {
	display: none;
	visibility:hidden;
}

/* Home
---------------------------------------------------------------------------------------------------- */

.home .site-inner {
	padding-top: 0;
}

/* CTA */
.home-cta {
	position: relative;
	background-color: #5facc5;
	background-image: url('/wp-content/uploads/2023/08/Launch-web-header-B-last-frame.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 34%;
}

.home-cta #bgvid {
	min-width: 100%;
	display: block;
	margin: 0;
	display: none;
}

.home-cta .container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.home-cta .wrap {
	width: 100%;
}

.home-cta h2 {
	text-align: center;
	font-size: 64px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.8);
	margin: 0 0 22px 0;
}

.home-cta .buttons a {
	display: inline-block;
	width: 26%;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin: 0 10px;
	background: rgba( 63, 68, 80,0.75 );
	line-height: 1;
	padding: 20px 10px;
	color: #fff;

}

.home-cta .buttons a:hover {
	text-decoration: none;
	background: rgba(114, 196, 214, .75);
}

.home-cta .cta a {
	display: inline-block;
	width: 26%;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin: 10px;
	background: rgba(205, 151, 0, 0.8);
	line-height: 1;
	padding: 20px 10px;
	color: #fff;

}

.home-cta .cta a:hover {
	text-decoration: none;
	background: rgba(114, 196, 214, .75);
}

.home-cta .scroll-to {
	position: absolute;
	bottom: 20px;
	left: 50%;
	color: #fff;
	font-size: 80px;
	margin-left: -30px;
	width: 60px;
	line-height: 1px;
}

.home-cta .scroll-to:hover {
	color: #76bd1d;
	text-decoration: none;
}

/* WWD */
.home-wwd {
	padding: 40px 0 20px;
}

.home-wwd h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: #3f454f;
}

.home-wwd p {
	text-align: center;
}

.home-wwd ul {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	margin: 0 auto;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.home-wwd ul span {
}

.home-wwd ul i {
	font-size: 54px;
	line-height: 54px;
	position: absolute;
	top: 5px;
	left: 0;
}

.home-wwd ul li {
	list-style: none;
	width: 100%;
	height: 75px;
	position: relative;
	display: inline-block;
	padding: 16px 0 0 60px;
}

.home-wwd .service-custom-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	position: absolute;
	top: 5px;
	left: 0;
}

.home-wwd .service-custom-icon img {
	width: 100%;
	display: block;
	transition: all 0.2s ease-in-out;
}

.home-wwd .service-custom-icon img.service-custom-icon-hover {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
}

.home-wwd ul li a:hover .service-custom-icon-default {
	opacity: 0;
}

.home-wwd ul li a:hover .service-custom-icon-hover {
	opacity: 1;
}

/* Work */

.home-work {
	background: #3f4450;
	padding: 40px;
}

.home-work h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.home-work .portfolio-entry {
	position: relative;
	/* background: url(images/home-gear.png) center center no-repeat; */
	padding: 40px 0;
}

.home-work .portfolio-entry-img {
	margin: 0 auto;
	position: relative;
	max-width: 300px;
}

.home-work .portfolio-entry-img img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	background: #748693;
	position: relative;
}

.home-work .portfolio-entry-img::before {
	content: "";
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	position: absolute;
	top: -20px;
	left: -20px;
	border-radius: 50%;
	border: 4px solid rgba(0,0,0,0.25);
}

.home-work .overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(205, 151, 0, 0.8);
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	z-index: 10;
}

.home-work .more {
	width: 200px;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 312px;
	font-style: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #fff;
	line-height: 1;
	padding: 20px 10px;
	color: #fff;
}

.home-work .more:hover {
	background: rgba( 0, 0, 0,0.4);
	text-decoration: none;
}

.home-work button {
	padding: 0;
	color: #fff;
	font-size: 48px;
	padding: 0;
	height: 54px;
	text-align: center;
	top: 50%;
	position: absolute;
	margin-top: -27px;
	border: none;
	outline: none;
}

.home-work button i {
	display: inline-block;
	height: 54px;
	text-align: center;
}

.home-work button.prev {
	left: -40px;
}

.home-work button.next {
	right: -40px;
}

.home-worl button:hover {
	color: #76bd1d;
}

/* Stats */

.home-stats {
	background: #189dbc url(images/home-graphs.png) center center no-repeat;
	padding: 40px 0;
}

.home-stats .stat {
	float: left;
	width: 33.333333%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 0 40px;
	line-height: 1.4;
}

.home-stats .stat strong {
	display: block;
	font-size: 68px;
	font-weight: 400;
	line-height: 1;
}

.home-stats .more {
	margin: 30px auto 0 auto;
	display: block;
	text-align: center;
	width: 312px;
	font-style: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #fff;
	line-height: 1;
	padding: 20px 10px;
	color: #fff;
}

.home-stats .more:hover {
	background: rgba( 63, 68, 80,1);
	text-decoration: none;
}

/* Home Hero */

.home-hero {
	padding: 60px 0 40px;
	background-color: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
}

.home-hero .hero-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.home-hero h1 {
	font-size: 48px;
	font-weight: 700;
	color: #3f454f;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.home-hero p {
	font-size: 18px;
	color: #6c757d;
	line-height: 1.6;
	margin: 0;
	max-width: 700px;
	margin: 0 auto;
}

/* Blog Categories Section */
.home-blog-categories {
	padding: 30px 0;
	background-color: #fff;
	border-bottom: 1px solid #e9ecef;
}

.home-blog-categories .categories-content {
	text-align: center;
}

.categories-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	transition: max-height 0.3s ease;
	overflow: hidden;
	align-items: stretch;
}

.categories-grid.expanded {
	max-height: none;
}

.categories-grid.no-more-tags {
	max-height: none;
}

.remaining-tags {
	display: none;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	align-items: stretch;
}

.tag-pill {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 25px;
	padding: 6px 12px;
	transition: all 0.3s ease;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.tag-pill:hover {
	background: #C45527;
	border-color: #ffffff;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(196, 85, 39, 0.3);
}

.tag-pill:hover .tag-name {
	color: #ffffff;
}

.tag-link {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.tag-name {
	font-size: 14px;
	font-weight: 500;
	color: #3f454f;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

.tag-count {
	background: #C45527;
	color: #fff;
	border-radius: 10px;
	padding: 1px 6px;
	font-size: 11px;
	font-weight: 600;
	min-width: 16px;
	text-align: center;
	line-height: 1;
	flex-shrink: 0;
}

/* Tags Toggle Button */
.toggle-button-pill {
	background: rgba(196, 85, 39, 0.1);
	border: 2px solid #C45527;
	border-radius: 25px;
	padding: 6px 12px;
	transition: all 0.3s ease;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
}

.show-more-btn {
	background: transparent;
	color: #C45527;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 25px;
	min-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.show-more-btn:hover {
	background: #C45527;
	color: #ffffff;
}

/* Home Page Content - Override default floated layout */
.home .content {
	float: none !important;
	width: 100% !important;
}

/* Blog Posts Wrapper */
.blog-posts-wrapper {
	clear: both;
	width: 100%;
	padding: 40px 0;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* Fix centering for entries in blog posts wrapper - override float layout */
.blog-posts-wrapper .entry,
.blog-posts-wrapper .entry.one-third,
.blog-posts-wrapper .entry.one-third.first {
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
	max-width: 100%;
}

/* Recent */

.home-recent {
	padding: 40px 0;
}

.home-recent h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.home-recent h5 i {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.home-recent .block {
	float: left;
	width: 33.333333%;
	position: relative;
	padding-bottom: 30px;
}

.home-recent .block  h6 {
	font-size: 24px;
	font-weight: 400;
}

.home-recent .block  h6 a {
	color: #3f454f;
}

.home-recent .block p {
	font-size: 18px;
	color: #3f454f;
	line-height: 1.4;
}

.home-recent .block .more {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	position: absolute;
	bottom: 0;
}

.home-recent .tweet h5 {
	color: #189dbc;
}

.home-recent .tweet {
	border-right: 1px solid #acb4bc;
	padding-right: 30px
}

.home-recent .tweet-text {
	font-size: 24px;
	color: #3f454f;
}

.home-recent .blog h5 {
	color: #efa82c;
}

.home-recent .blog {
	border-right: 1px solid #acb4bc;
	padding-right: 30px;
	padding-left: 30px;
}

.home-recent .blog h5 {
	color: #efa82c;
}

.home-recent .article {
	padding-left: 30px;
}


/* Search window overlay
---------------------------------------------------------------------------------------------------- */

.search-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background: rgba(255,255,255,0.94);
	z-index: 999;
	display: none;
	padding: 20px;
}

.search-window-close {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #666;
	font-size: 36px;
}

.search-window-close:hover {
	color: #000;
	text-decoration: none;
}

.search-window-inputs {
	margin: 170px auto 0 auto;
	max-width: 660px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	height: 75px;
	overflow: hidden;
	padding: 10px;
}

.search-window-inputs input[type=text] {
	float: left;
	width: 80%;
	height: 55px;
	font-size: 26px;
	border: none;
}

.search-window-inputs input[type=text]::-webkit-input-placeholder {
	color: #bbb;
}

.search-window-inputs button {
	float: right;
	width: 20%;
	height: 55px;
	max-width: 65px;
	text-align: center;
	padding: 0;
	background-color: #76bd1d;
	font-size: 32px;
	color: #fff;
	padding: 8px 0 0;
}

.search-window-inputs button:hover {
	background-color: #5a606a;
}


/* Misc
---------------------------------------------------------------------------------------------------- */

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #ffffff;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #ffffff;
  }
}


.mobile-connect {
	background-color: #77bd43;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	padding: 15px 10px;
	text-transform: uppercase;
	clear: both;
	display: block;
	box-shadow: 0px 0px 12px #333;
	position: relative;
	display: none;
}

.mobile-connect:hover {
	text-decoration: none;
	background: #669e3c;
	color: #fff;
}

.post-type-archive-news .entry {
	border-bottom: 1px solid #eee;
}



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

@media only screen and (max-width: 1240px) {

	.site-header {

	}

	/* Custom header styles override media query constraints */
	.title-area {
		flex: 1 !important;
		margin: 0 !important;
		display: flex !important;
		align-items: center !important;
		min-width: 200px !important;
		width: auto !important;
	}

	.site-title a {
		display: flex !important;
		align-items: center !important;
		height: 60px !important;
		min-width: 200px !important;
		max-width: 300px !important;
	}
	
	.site-logo {
		height: 60px !important;
		width: auto !important;
		max-width: 100% !important;
	}

	.wrap {
		max-width: 960px;
	}

	.genesis-nav-menu .menu-item {
		margin: 0 20px 0 0;
	}

	.genesis-nav-menu a {
		font-size: 20px;
	}

	.footer-widgets #input_1_6 {
		height: 100px;
	}

	.footer-widgets .wrap {
		padding-bottom: 50px;
	}

	/* Home */

	.home-hero h1 {
		font-size: 40px;
	}

	.home-hero p {
		font-size: 18px;
	}

	.categories-grid {
		gap: 10px;
	}

	.tag-pill {
		padding: 5px 10px;
	}

	.tag-name {
		font-size: 13px;
	}

	.show-more-btn {
		padding: 8px 20px;
		font-size: 13px;
		background: rgba(196, 85, 39, 0.1);
		color: #C45527;
		border: 2px solid #C45527;
		min-width: 40px;
	}

	.show-more-btn:hover {
		background: #C45527;
		border-color: #ffffff;
		color: #ffffff;
	}

	.blog-posts-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		padding: 30px 0;
	}

	main.content {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.home-cta h2 {
		font-size: 50px;
	}

	.home-wwd ul {
		font-size: 16px;
	}

	.home-wwd ul i {
		font-size: 44px;
		line-height: 44px;
	}

	.home-work .portfolio-entry {
		/*padding: 40px 30px;*/
		background-size:contain;
		background: none;
	}

	/* Portfolio */

	.portfolio-wrap .portfolio-entry-img .img-wrapper,
	.home-wrok .img-wrapper {
		width: 280px;
		height: 282px;
	}

	.portfolio-wrap .gear {
		display: none;
		/*margin: 0;
		max-width: none !important;
		top: -20px;
		left: -20px;
		width: 328px;*/
	}

	.entry-team .overlay,
	.portfolio-wrap .overlay {
		padding: 20px;
	}

	.entry-testimonials .testimonial-byline {
		padding-right: 20px;
	}

	.section-header.has-image h1, .section-header.has-image p,
	.section-header h1, .section-header p  {
		font-size: 42px;
		margin-top: 84px;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 959px) {

	.wrap {
		max-width: 767px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-header {

	}

	/* Custom header styles override media query constraints */
	.title-area {
		flex: 1 !important;
		margin: 0 !important;
		display: flex !important;
		align-items: center !important;
		min-width: 200px !important;
		width: auto !important;
	}

	.genesis-nav-menu a {
		font-size: 14px;
		padding: 10px 0 8px
	}

	.genesis-nav-menu .menu-item {
		margin: 0 12px 0 0;
	}

	.genesis-nav-menu .sub-menu {
		width: 200px;
	}

	.genesis-nav-menu .sub-menu a {
		font-size: 14px;
		padding: 6px 10px;
	}

	.section-header.has-image h1, .section-header.has-image p,
	.section-header h1, .section-header p  {
		font-size: 42px;
		margin-top: 84px;
		margin-bottom: 0px;
	}

	.footer-widgets {
		font-size: 15px;
	}

	.footer-widgets div.gform_wrapper .gform_footer {
		position: relative;
		bottom: auto;
		right: auto;
	}

	.footer-widgets .gform_wrapper .top_label .gfield_label {
		margin-bottom: 0;
	}

	div.gform_wrapper li, div.gform_wrapper form li {
		margin-bottom: 10px !important;
	}

	.two-col {
		column-count:1;
		column-gap:unset;
		}

	.column:first-child {
		border-bottom: 1px solid #76bd1d;
		}

	/* Blog */
	.blog-archive .entry {
		min-height: 350px;
	}

	.blog-archive .entry-title {
		font-size: 16px;
	}

	.blog-archive .entry-image img,
	.blog-archive .post-image {
		height: 220px;
	}

	/* Testimonials */
	.testimonial-info .text {
		font-size: 18px;
	}

	.testimonial-item {
		margin: 30px 0 60px;
	}

	/* Portfolio */
	.portfolio-wrap .gear {
		display: none;
	}

	.portfolio-wrap .portfolio-entry {
		margin-bottom: 30px;
	}

	.portfolio-wrap .portfolio-entry.viewing:after,
	.portfolio-wrap .portfolio-entry.viewing:before {
		bottom: -33px;
	}

	.portfolio-wrap .portfolio-entry-img .img-wrapper,
	.home-work .img-wrapper  {
		width: 215px;
		height: 215px;
	}
	.home-work .portfolio-entry-img {
		max-width: 215px;
	}

	/* Pages */
	.page .large-entry-content .entry-content {
		font-size: 20px;
	}

	.entry-content-sidebar {
		padding: 0 0 0 40px;
		font-size: 18px;
	}

	.entry-testimonials .testimonial-byline {
		font-size: 16px;
		padding-left: 40px;
	}

	/* CLients */

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

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

	/* Team */
	.entry-team .overlay {
		font-size: 18px;
	}

	/* Home */
	.home-hero h1 {
		font-size: 32px;
	}

	.home-hero p {
		font-size: 16px;
	}

	.home-blog-categories {
		padding: 25px 0;
	}

	.categories-grid {
		gap: 8px;
	}

	.tag-pill {
		padding: 4px 8px;
	}

	.toggle-button-pill {
		padding: 4px 8px;
		min-height: 28px;
	}

	.show-more-btn {
		font-size: 13px;
		min-height: 28px;
	}

	.tag-name {
		font-size: 12px;
	}

	.tag-count {
		font-size: 10px;
		padding: 1px 5px;
		min-width: 16px;
	}

	.show-more-btn {
		padding: 7px 16px;
		font-size: 12px;
		background: rgba(196, 85, 39, 0.1);
		color: #C45527;
		border: 2px solid #C45527;
		min-width: 35px;
	}

	.show-more-btn:hover {
		background: #C45527;
		border-color: #ffffff;
		color: #ffffff;
	}

	.blog-posts-wrapper {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 20px 0;
	}

	main.content {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.home-cta h2 {
		font-size: 40px;
	}

	.home-cta .buttons a {
		width: 30%;
		font-size: 16px;
	}

	.home-cta .cta a {
		width: 30%;
		font-size: 16px;
	}

	.home-wwd ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		padding-left: 30px;
	}

	.home-stats .stat strong {
		font-size: 56px;
	}

	.home-stats .stat {
		font-size: 18px;
	}

	.home-recent .block p {
		display: none;
	}

	.home-recent .tweet-text {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {

	body {
		font-size: 16px;
		padding: 0 0 30px;
	}

	.content,
	.sidebar-primary,
	.footer-widgets .widget-area,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.entry-team .one-fourth {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		clear: both;
	}

	.site-header {
		position: relative;
		height: 60px;
		box-shadow: none;
		padding: 0 15px;
	}
	
	.site-header .wrap {
		padding: 0 !important;
		max-width: 100% !important;
	}

	.mobile-connect {
		display: block;
	}

	.nav-header {
		display: none;
	}
	
	.consultation-button {
		font-size: 11px !important;
		padding: 5px 12px !important;
		white-space: nowrap !important;
	}
	
	.header-actions {
		flex-shrink: 0 !important;
		margin-left: 10px !important;
	}

	.site-inner {
		padding: 20px 0 30px !important;
	}

	/* Reduce top padding for site-inner on category pages in mobile */
	body[class*="category"] .site-inner {
		padding-top: 20px !important;
	}

	/* Custom header styles override mobile constraints */
	.site-title a {
		display: flex !important;
		align-items: center !important;
		height: 60px !important;
		min-width: 150px !important;
		max-width: 220px !important;
	}
	
	.site-logo {
		height: 60px !important;
		width: auto !important;
		max-width: 100% !important;
	}

	.title-area {
		flex: 1 !important;
		margin: 0 !important;
		display: flex !important;
		align-items: center !important;
		min-width: 150px !important;
		width: auto !important;
		max-width: 220px !important;
	}

	.section-header.has-image {
		height: 130px;
		background-size: cover !important;
	}

	.section-header i {
		font-size: 40px;
		line-height: 30px;
	}

	.section-header.has-image h1, .section-header.has-image p, .section-header h1, .section-header p {
		font-size: 42px;
		margin-top: 84px;
		margin-bottom: 0px;
	}

	.section-header h1, .section-header p {
		padding: 0;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 28px;
	}

	/* Testimonials */
	.testimonial-info {
		width: 100%;
		border: none;
	}

	.testimonial-info .text {
		padding: 0;
	}

	.testimonial-image {
		width: 100%;
	}

	/* Portfilio */

	.ajax-details .name {
		font-size: 24px;
	}

	.portfolio-wrap .portfolio-entry-img .img-wrapper {
		width: 300px;
		height: 300px;
	}

	/* Pages */
	.page .large-entry-content .entry-content {
		font-style: 18px;
	}

	.entry-content-column,
	.entry-content-sidebar {
		width: 100%;
	}

	.entry-content-column {
		margin-bottom: 30px;
	}

	.entry-testimonials .testimonial-text  {
		width: 100%;
		padding: 20px;
		font-size: 20px;
	}

	.entry-testimonials .testimonial-byline {
		width: 100%;
		border: none;
		padding: 0 20px 20px;
	}

	.entry-content-sidebar:after, .entry-content-sidebar:before, .entry-testimonials .testimonial-byline:before, .entry-testimonials .testimonial-byline:after {
		display: none;
	}

	h3.icon-heading {
		font-size: 18px;
	}

	.entry-content .large-text  {
		font-size: 20px;
	}

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

	/* Blog Tablet */
	.blog-archive .content {
		padding: 30px 15px;
	}

	.blog-archive .entry {
		min-height: auto;
	}

	.blog-archive .entry-title {
		font-size: 16px;
	}

	.blog-archive .entry-content {
		font-size: 13px;
	}

	.blog-archive .entry-image img,
	.blog-archive .post-image {
		height: 200px;
	}

	/* Case Studies */
	.casestudies-image,
	.casestudies-info {
		width: 100%;
		border: none;
		height: auto !important;
	}

	/* Home */
	.home-cta #bgvid {
		display: none;
	}

	.home-cta {
		background: url(images/launch-mobile.jpg);
		background-size: cover;
		height: 670px;
	}

	.home-cta .container {
		display: block;
		display: block;
		display: block;
		display: block;
		display: block;
		-webkit-align-items: normal;
		-ms-align-items: normal;
		align-items: normal;
		padding: 30px 0;
	}

	.home-hero {
		padding: 40px 0 30px;
	}

	.home-hero h1 {
		font-size: 28px;
	}

	.home-hero p {
		font-size: 16px;
	}

	.home-blog-categories {
		padding: 20px 0;
	}

	.categories-grid {
		gap: 8px;
		justify-content: flex-start;
	}

	.tag-pill {
		padding: 6px 10px;
		min-height: 32px;
	}

	.toggle-button-pill {
		padding: 6px 10px;
		min-height: 32px;
	}

	.show-more-btn {
		font-size: 13px;
		min-height: 32px;
	}

	.tag-name {
		font-size: 13px;
	}

	.tag-count {
		font-size: 11px;
		padding: 2px 6px;
		min-width: 18px;
	}

	.show-more-btn {
		padding: 8px 16px;
		font-size: 13px;
		background: rgba(196, 85, 39, 0.1);
		color: #C45527;
		border: 2px solid #C45527;
		min-width: 40px;
	}

	.show-more-btn:hover {
		background: #C45527;
		border-color: #ffffff;
		color: #ffffff;
	}

	.blog-posts-wrapper {
		gap: 15px;
		padding: 20px 0;
		justify-content: flex-start;
	}

	main.content {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.home-cta h2 {
		font-size: 25px;
		margin: 0 0 170px 0;
	}

	.home-cta h2 span {
		font-size: 35px;
	}

	.home-cta .scroll-to {
		display: none;
	}

	.home-cta .buttons a {
		display: block;
		max-width: 80%;
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.home-cta .cta a {
		display: block;
		max-width: 80%;
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.home-work .more,
	.home-stats .more {
		width: 100%;
	}

	.home-wwd {
		display: none;
	}

	.home-stats {
		padding: 40px;
	}

	.home-stats .stat {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.home-recent .tweet {
		display: none;
	}

	.home-recent .block {
		width: 100%;
		border: none;
		padding: 0;
		height: auto !important;
	}

	.home-recent h5 {margin: 0 0 10px 0}

	.home-recent .block .more {
		position: relative;
		bottom: auto;
	}

	.home-recent .blog {
		margin-bottom: 40px;
	}

	.home-recent .block p {
		display: block;
		font-size: 15px;
	}

	/* Blog Mobile */
	
	/* Add proper page padding on mobile */
	body.home .site-inner,
	body.blog-archive .site-inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.blog-archive .content {
		padding: 15px;
	}

	.blog-archive .entry {
		min-height: auto;
		padding: 10px;
		margin-bottom: 16px;
		width: 100% !important;
		float: none !important;
		clear: both !important;
	}

	/* Override the one-third grid on mobile - force single column */
	.blog-archive .entry.one-third,
	.blog-archive .entry.one-third.first {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none !important;
		clear: both !important;
	}

	.blog-archive .entry-image {
		margin-bottom: 10px;
	}

	.blog-archive .entry-header {
		margin-bottom: 10px;
	}

	.blog-archive .entry-title {
		font-size: 16px;
		line-height: 1.3;
	}

	.blog-archive .entry-content {
		font-size: 13px;
		margin-bottom: 10px;
		line-height: 1.5;
	}

	.blog-archive .entry-content p {
		margin-bottom: 10px;
	}

	.blog-archive .entry-image img,
	.blog-archive .post-image {
		height: 200px;
	}

	.blog-archive .more-link,
	.blog-archive .entry-content .button,
	.blog-archive .button {
		padding: 10px 18px;
		font-size: 12px;
	}

	/* Ensure proper spacing between cards on mobile */
	.blog-posts-wrapper {
		display: grid !important;
		grid-template-columns: 1fr !important;
		padding: 15px 0;
	}

	.blog-posts-wrapper .entry,
	.blog-posts-wrapper .entry.one-third,
	.blog-posts-wrapper .entry.one-third.first {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
		clear: both !important;
	}

	/* Home page blog wrapper mobile adjustments */
	.home .blog-posts-wrapper {
		display: grid !important;
		grid-template-columns: 1fr !important;
		padding: 15px 0;
	}

	.home .blog-posts-wrapper .entry,
	.home .blog-posts-wrapper .entry.one-third,
	.home .blog-posts-wrapper .entry.one-third.first {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
		clear: both !important;
	}

	/* Mobile Footer Improvements */
	.site-footer,
	#custom-footer {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
		min-height: 80px !important;
		height: auto !important;
		background-color: #ffffff !important;
		color: #778692 !important;
		font-size: 11px !important;
		line-height: 1.4 !important;
		padding: 20px 50px !important;
		text-align: center !important;
		z-index: 9999 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		border-top: 1px solid rgba(89, 94, 102, 0.15) !important;
		box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05) !important;
	}
	
	.site-footer > *,
	#custom-footer > * {
		max-width: 90% !important;
		margin: 0 auto !important;
	}

	.site-footer .connect-toggle {
		display: none !important;
	}

	.site-footer .copyright,
	#custom-footer {
		padding: 0 !important;
		width: 100% !important;
		display: block !important;
		word-wrap: break-word !important;
	}

	#custom-footer a {
		color: #778692 !important;
		text-decoration: none !important;
		font-size: 11px !important;
		font-family: inherit !important;
	}

	/* Add bottom padding to body to prevent content from being hidden behind fixed footer */
	body.home,
	body.blog-archive {
		padding-bottom: 100px !important;
	}

	.search-window-inputs input[type=text] {
		font-size: 20px;
	}
}

der on single blog posts and blog archives
--------------------------------------------- */

/* Hide header on single blog posts and blog archives
---------------------------------------------------------------------------------------------------- */

/* Hide header elements for single blog posts and blog archives with highest specificity */
body.single-post .site-header,
body.single-post div.site-header,
body.blog-archive .site-header,
body.blog-archive div.site-header {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
}

/* Remove top padding from body on single blog posts and blog archives to account for hidden header */
body.single-post,
body.blog-archive {
	padding-top: 0 !important;
	padding-bottom: 30px !important;
}

/* Blog Post Form Styling - Gravity Form 54 */
/* Target the actual Gravity Form structure used on blog posts */

/* Form Wrapper */
.entry-content-sidebar #gform_wrapper_54,
.entry-content-sidebar .gform_wrapper#gf-form-wrapper-54 {
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Form Container */
.entry-content-sidebar #gform_54 {
    background: #FFFFFF !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin: 25px 0 0 0 !important;
    max-width: 600px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Form Fields */
.entry-content-sidebar #gform_54 input[type="text"],
.entry-content-sidebar #gform_54 input[type="tel"],
.entry-content-sidebar #gform_54 input[type="email"],
.entry-content-sidebar #gform_54 input[type="date"],
.entry-content-sidebar #gform_54 textarea,
.entry-content-sidebar #gform_54 select {
    padding: 12px 0 !important;
    height: auto !important;
    border: none !important;
    border-bottom: #E5E7EB 1px solid !important;
    border-radius: 0 !important;
    color: #374151 !important;
    font-size: 16px !important;
    background: transparent !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
    font-family: Inter, sans-serif !important;
    width: 100% !important;
}

.entry-content-sidebar #gform_54 input[type="text"]:focus,
.entry-content-sidebar #gform_54 input[type="tel"]:focus,
.entry-content-sidebar #gform_54 input[type="email"]:focus,
.entry-content-sidebar #gform_54 input[type="date"]:focus,
.entry-content-sidebar #gform_54 textarea:focus,
.entry-content-sidebar #gform_54 select:focus {
    border-bottom-color: #9CA3AF !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Placeholder Styles */
.entry-content-sidebar #gform_54 input::placeholder,
.entry-content-sidebar #gform_54 textarea::placeholder {
    color: #9CA3AF !important;
    font-size: 16px !important;
    font-family: Inter, sans-serif !important;
}

/* Labels - Light Weight */
.entry-content-sidebar #gform_54 .gfield_label,
.entry-content-sidebar #gform_54 .gform-field-label {
    font-weight: 300 !important;
    margin-bottom: 5px !important;
    display: block !important;
    color: #6B7280 !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6em !important;
}

/* Field Containers */
.entry-content-sidebar #gform_54 .gfield {
    margin-bottom: 20px !important;
    position: relative !important;
    font-size: 0 !important;
    max-width: 100% !important;
}

.entry-content-sidebar #gform_54 .gfield * {
    font-size: 14px !important;
}

/* Submit Button */
.entry-content-sidebar #gform_54 .gform_button,
.entry-content-sidebar #gform_54 input[type="submit"],
.entry-content-sidebar #gform_54 button[type="submit"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
    font-family: Inter, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    background: #C45527 !important;
    border: 1px solid #C45527 !important;
    border-radius: 99px !important;
    color: #FFFFFF !important;
    padding: 12px 20px !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.4 !important;
    transition: background-color 0.2s ease !important;
    margin-top: 12px !important;
    display: inline-block !important;
    min-width: 120px !important;
}

.entry-content-sidebar #gform_54 .gform_button:hover,
.entry-content-sidebar #gform_54 input[type="submit"]:hover,
.entry-content-sidebar #gform_54 button[type="submit"]:hover {
    background: #B03E22 !important;
    border-color: #B03E22 !important;
}

.entry-content-sidebar #gform_54 .gform_button:disabled,
.entry-content-sidebar #gform_54 input[type="submit"]:disabled {
    cursor: not-allowed !important;
    opacity: 0.4 !important;
    background: #C45527 !important;
}

/* Form Title and Description */
.entry-content-sidebar #gform_54 .gform_title {
    font-family: Inter, sans-serif !important;
    font-size: 22px !important;
    line-height: normal !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin-bottom: 22px !important;
    display: block !important;
    border: none !important;
    text-decoration: none !important;
    background: transparent !important;
}

.entry-content-sidebar #gform_54 .gform_description {
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #6B7280 !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
}

/* Validation Errors */
.entry-content-sidebar #gform_54 .validation_error,
.entry-content-sidebar #gform_54 .gform_validation_error {
    background: #FFDDDD !important;
    border: 1px solid #F37C7B !important;
    border-radius: 4px !important;
    padding: 12px 12px 12px 36px !important;
    font-size: 14px !important;
    font-family: Inter, sans-serif !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    color: #000000 !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM9 3V9H7V3H9ZM9 13V11H7V13H9Z' fill='%23CA0000'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
}

.entry-content-sidebar #gform_54 .gfield_error {
    border: #F37C7B 1px solid !important;
    border-radius: 0 !important;
}

/* Required Field Indicator */
.entry-content-sidebar #gform_54 .gfield_required {
    color: #FF0000 !important;
    font-weight: normal !important;
    margin-left: 2px !important;
}

/* Field Description */
.entry-content-sidebar #gform_54 .gfield_description {
    font-size: 12px !important;
    color: #6B7280 !important;
    font-family: Inter, sans-serif !important;
    line-height: 1.4 !important;
    margin-top: 4px !important;
    font-style: italic !important;
}

/* Checkbox and Radio Fields */
.entry-content-sidebar #gform_54 .gfield_checkbox li,
.entry-content-sidebar #gform_54 .gfield_radio li {
    margin-bottom: 8px !important;
}

.entry-content-sidebar #gform_54 .gfield_checkbox input[type="checkbox"],
.entry-content-sidebar #gform_54 .gfield_radio input[type="radio"] {
    margin-right: 8px !important;
    vertical-align: middle !important;
}

.entry-content-sidebar #gform_54 .gfield_checkbox label,
.entry-content-sidebar #gform_54 .gfield_radio label {
    display: inline !important;
    margin: 0 !important;
    width: auto !important;
    vertical-align: middle !important;
    font-weight: 300 !important;
    color: #6B7280 !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
}

/* Select Dropdown Arrow */
.entry-content-sidebar #gform_54 select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%239CA3AF" d="M1.41 0L6 4.59 10.59 0 12 1.41l-6 6-6-6z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    padding-right: 30px !important;
    color: #9CA3AF !important;
    background-color: transparent !important;
}

.entry-content-sidebar #gform_54 select:focus {
    color: #374151 !important;
}

/* Textarea */
.entry-content-sidebar #gform_54 textarea {
    resize: vertical !important;
    min-height: 60px !important;
    line-height: 1.5 !important;
}

/* Hidden Fields */
.entry-content-sidebar #gform_54 .gform_hidden,
.entry-content-sidebar #gform_54 .hidden_label {
    display: none !important;
}

/* Captcha Field Container - Prevent Cropping */
.entry-content-sidebar #gform_54 .gfield_captcha,
.single-post .gform_wrapper .gfield_captcha {
    overflow: visible !important;
    min-height: 80px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
}

.entry-content-sidebar #gform_54 .gfield_captcha .ginput_container,
.single-post .gform_wrapper .gfield_captcha .ginput_container {
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Captcha Field Container - Ensure Proper Display */
.entry-content-sidebar #gform_54 .gfield_captcha,
.single-post .gform_wrapper .gfield_captcha {
    overflow: visible !important;
    min-height: 80px !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}

.entry-content-sidebar #gform_54 .gfield_captcha .ginput_container,
.single-post .gform_wrapper .gfield_captcha .ginput_container {
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure captcha displays properly */
.entry-content-sidebar #gform_54 .gfield_captcha,
.single-post .gform_wrapper .gfield_captcha {
    display: block !important;
    visibility: visible !important;
}

.entry-content-sidebar #gform_54 .gfield_captcha iframe,
.single-post .gform_wrapper .gfield_captcha iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 78px !important;
    border: none !important;
    display: block !important;
    visibility: visible !important;
}

/* Form Footer */
.entry-content-sidebar #gform_54 .gform_footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-align: left !important;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .entry-content-sidebar #gform_54 {
        margin: 20px 0 0 0 !important;
        padding: 20px !important;
        border-radius: 8px !important;
        border: 1px solid #E5E7EB !important;
    }

    .entry-content-sidebar #gform_54 .gform_title {
        font-size: 20px !important;
        font-weight: 400 !important;
        margin-bottom: 22px !important;
        border: none !important;
        text-decoration: none !important;
        background: transparent !important;
    }

    /* Mobile widget title styling */
    .entry-content-sidebar .widget-title,
    .entry-content-sidebar .widgettitle,
    .sidebar-primary .widget-title,
    .sidebar-primary .widgettitle,
    .sidebar .widget-title,
    .sidebar .widgettitle,
    h4.widget-title,
    h4.widgettitle {
        font-size: 18px !important;
        font-weight: 400 !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 0 22px 0 !important;
        text-decoration: none !important;
        background: transparent !important;
    }

    .entry-content-sidebar #gform_54 .gform_description {
        font-size: 14px !important;
    }

    .entry-content-sidebar #gform_54 input[type="text"],
    .entry-content-sidebar #gform_54 input[type="tel"],
    .entry-content-sidebar #gform_54 input[type="email"],
    .entry-content-sidebar #gform_54 textarea,
    .entry-content-sidebar #gform_54 select {
        font-size: 16px !important; /* Prevents zoom on iOS */
        padding: 12px 0 !important;
    }

    /* Mobile form container fallback */
    .single-post #gform_54,
    .single-post .gform_wrapper form {
        border-radius: 8px !important;
        border: 1px solid #E5E7EB !important;
        padding: 20px !important;
    }

    /* Mobile button fallback */
    .single-post .gform_wrapper .gform_button,
    .single-post .gform_wrapper input[type="submit"],
    .single-post .gform_wrapper button[type="submit"] {
        padding: 12px 16px !important;
        min-width: 100px !important;
        width: auto !important;
        height: auto !important;
        display: inline-block !important;
    }

    /* Mobile captcha styling */
    .entry-content-sidebar #gform_54 .gfield_captcha,
    .single-post .gform_wrapper .gfield_captcha {
        overflow: visible !important;
        min-height: 90px !important;
        padding: 5px 0 !important;
        margin: 0 !important;
        display: block !important;
        visibility: visible !important;
    }

    .entry-content-sidebar #gform_54 .gfield_captcha iframe,
    .single-post .gform_wrapper .gfield_captcha iframe {
        max-width: 100% !important;
        width: 100% !important;
        height: 78px !important;
        border: none !important;
        display: block !important;
        visibility: visible !important;
    }



    .entry-content-sidebar #gform_54 .gform_button,
    .entry-content-sidebar #gform_54 input[type="submit"],
    .entry-content-sidebar #gform_54 button[type="submit"] {
        padding: 12px 16px !important;
        font-size: 16px !important;
        min-width: 100px !important;
        width: auto !important;
        height: auto !important;
        display: inline-block !important;
    }
}

/* Sidebar Layout and Visibility */
.entry-content-sidebar {
    float: right !important;
    width: 30% !important;
    margin-left: 4% !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.entry-content-column {
    float: left !important;
    width: 66% !important;
    padding-right: 4% !important;
}

/* Clear floats */
.entry-content-column:after,
.entry-content-sidebar:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

/* Remove any existing Gravity Form styling that might conflict */
.entry-content-sidebar .gform_wrapper {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.entry-content-sidebar .gform_wrapper .gform_body {
    background: transparent !important;
}

.entry-content-sidebar .gform_wrapper .gform_footer {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Ensure the sidebar is visible on blog posts */
.single-post .entry-content-sidebar {
    display: block !important;
    visibility: visible !important;
}

.single-post .entry-content-column {
    display: block !important;
    visibility: visible !important;
}

/* Fallback styling for Gravity Forms on blog posts - target more broadly */
.single-post #gform_wrapper_54,
.single-post .gform_wrapper#gf-form-wrapper-54,
.single-post #gform_54 {
    font-family: Inter, sans-serif !important;
    background: #FFFFFF !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 20px !important;
    margin: 25px 0 0 0 !important;
    max-width: 600px !important;
    box-sizing: border-box !important;
}

.single-post #gform_54 input[type="text"],
.single-post #gform_54 input[type="tel"],
.single-post #gform_54 input[type="email"],
.single-post #gform_54 input[type="date"],
.single-post #gform_54 textarea,
.single-post #gform_54 select {
    padding: 12px 0 !important;
    height: auto !important;
    border: none !important;
    border-bottom: #E5E7EB 1px solid !important;
    border-radius: 0 !important;
    color: #374151 !important;
    font-size: 16px !important;
    background: transparent !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
    font-family: Inter, sans-serif !important;
    width: 100% !important;
}

.single-post #gform_54 .gform_button,
.single-post #gform_54 input[type="submit"],
.single-post #gform_54 button[type="submit"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
    font-family: Inter, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    background: #C45527 !important;
    border: 1px solid #C45527 !important;
    border-radius: 99px !important;
    color: #FFFFFF !important;
    padding: 16px 24px !important;
    width: 100% !important;
    height: 42px !important;
    line-height: 1 !important;
    transition: background-color 0.2s ease !important;
    margin-top: 12px !important;
}

.single-post #gform_54 .gform_button:hover,
.single-post #gform_54 input[type="submit"]:hover,
.single-post #gform_54 button[type="submit"]:hover {
    background: #B03E22 !important;
    border-color: #B03E22 !important;
}

/* Universal Gravity Form styling for blog posts - catch-all rule */
.single-post .gform_wrapper {
    font-family: Inter, sans-serif !important;
}

.single-post #gform_54,
.single-post .gform_wrapper form {
    background: #FFFFFF !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin: 25px 0 0 0 !important;
    max-width: 600px !important;
    box-sizing: border-box !important;
}

.single-post .gform_wrapper .gfield_label,
.single-post .gform_wrapper .gform-field-label {
    font-weight: 300 !important;
    color: #6B7280 !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6em !important;
}

.single-post .gform_wrapper .gform_title {
    font-family: Inter, sans-serif !important;
    font-size: 22px !important;
    line-height: normal !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin-bottom: 22px !important;
    display: block !important;
    border: none !important;
    text-decoration: none !important;
    background: transparent !important;
}

/* Blog Post Widget Title Styling - Override general sidebar styles */
.single-post .entry-content-sidebar .widget-title,
.single-post .entry-content-sidebar .widgettitle,
.single-post .sidebar-primary .widget-title,
.single-post .sidebar-primary .widgettitle,
.single-post .sidebar .widget-title,
.single-post .sidebar .widgettitle,
.single-post h4.widget-title,
.single-post h4.widgettitle,
.single-post .widget h4.widget-title,
.single-post .widget h4.widgettitle {
    font-family: Inter, sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 22px 0 !important;
    text-decoration: none !important;
    background: transparent !important;
}

.single-post .gform_wrapper input[type="text"],
.single-post .gform_wrapper input[type="tel"],
.single-post .gform_wrapper input[type="email"],
.single-post .gform_wrapper input[type="date"],
.single-post .gform_wrapper textarea,
.single-post .gform_wrapper select {
    padding: 12px 0 !important;
    height: auto !important;
    border: none !important;
    border-bottom: #E5E7EB 1px solid !important;
    border-radius: 0 !important;
    color: #374151 !important;
    font-size: 16px !important;
    background: transparent !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
    font-family: Inter, sans-serif !important;
    width: 100% !important;
}

.single-post .gform_wrapper input[type="text"]:focus,
.single-post .gform_wrapper input[type="tel"]:focus,
.single-post .gform_wrapper input[type="email"]:focus,
.single-post .gform_wrapper input[type="date"]:focus,
.single-post .gform_wrapper textarea:focus,
.single-post .gform_wrapper select:focus {
    border-bottom-color: #9CA3AF !important;
    outline: none !important;
    box-shadow: none !important;
}

.single-post .gform_wrapper .gform_button,
.single-post .gform_wrapper input[type="submit"],
.single-post .gform_wrapper button[type="submit"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
    font-family: Inter, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    background: #C45527 !important;
    border: 1px solid #C45527 !important;
    border-radius: 99px !important;
    color: #FFFFFF !important;
    padding: 12px 20px !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.4 !important;
    transition: background-color 0.2s ease !important;
    margin-top: 12px !important;
    display: inline-block !important;
    min-width: 120px !important;
}

.single-post .gform_wrapper .gform_button:hover,
.single-post .gform_wrapper input[type="submit"]:hover,
.single-post .gform_wrapper button[type="submit"]:hover {
    background: #B03E22 !important;
    border-color: #B03E22 !important;
}

.single-post .gform_wrapper .gfield_checkbox label,
.single-post .gform_wrapper .gfield_radio label,
.single-post .gform_wrapper .gfield_consent_label {
    font-weight: 300 !important;
    color: #6B7280 !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
}