/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

h5 {
	font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
    font-weight: 300;
    font-size: 3.5rem;
    color: #1e73be;
}

iframe {
	max-width: 100%;
}

.checklist ul, .checklist li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.checklist ul {
  margin: 0;
}

.checklist li {
  margin-left: 3em;
}

.checklist li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #960404;
}

/********************************HEADER**************************************/



#site-navigation .link-inner .ticon {
	width: 2rem;
	text-align: center;
}

#top-bar .top-cta a {
	font-size: 16px;
	background: #1f6fe5;
	padding: 5px 10px;
	color: #fff;
	font-weight: 400;
}

#top-bar .top-cta a:hover {
	background: #dd9933;
	text-decoration: none;
}

.sidr-class-dropdown-menu ul a::before {
	display: none;
}

#top-bar-wrap {
	border-bottom: 0;
}

/**************************HOMEPAGE******************************/

#home-featured h2 {
	margin: 30px 0 0px;
}

#transpo h2 {
	font-size: 3rem;
}

/*****************************PARTNERS**************************/

.partners {
	display: flex;
	justify-content: space-around;
	max-width: 980px;
	margin: 0 auto;
}

.partners-footer h4 {
	font-size: 24px;
	color: #13235e;
	border-top: 1px solid #dcd9d9;
	padding-top: 15px;
	text-align:center;

}

.partners img {
	max-height: 100px;
	margin: 10px 0;
	filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
.partners img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

@media screen and (max-width:769px) {
	.partners {
		display: block;
		text-align: center;
	}
}

/************************INTERIOR PAGES***********************/

.blue-box {
	background: #13235e;
	padding: 35px;
	margin-bottom: 20px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(32,143,229,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(32,143,229,1);
    box-shadow: 5px 5px 0px 0px rgba(32,143,229,1);
}

.blue-box h2, .blue-box p, .blue-box h3, .blue-box {
	color: #fff;
	margin-top: 0;
}

.blue-box p {
	margin-bottom: 10px;
}

.shadowbox {
	padding: 35px;
	margin-bottom: 20px;
	background: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
}

.shadowbox p, .shadowbox h2, .shadowbox h3, .shadowbox h4, .shadowbox {
	color: #565656;
}

#transpo, .transpo-box h2 {
	color: #fff;
}

.btn {
	background: #dd9933;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: "Poppins", open sans;
	padding: 10px 20px;
-webkit-box-shadow: 5px 5px 5px -4px rgba(128,128,128,1);
-moz-box-shadow: 5px 5px 5px -4px rgba(128,128,128,1);
box-shadow: 5px 5px 5px -4px rgba(128,128,128,1);
	  -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
	display: inline-block;
	text-decoration: none;
}

.btn:hover {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-decoration: none;
}

.icon {
	text-align: center;
}

.icon img {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 5px 20px;
	height: 50px;
}

.icon-line {
	border-bottom: 1px solid #13235e;
	top: -50px;
	position: relative
}

/*****************************FOOTER*************************/

#footer-callout-wrap {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,246,255,1) 47%, rgba(188,230,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,246,255,1) 47%,rgba(188,230,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,246,255,1) 47%,rgba(188,230,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bce6ff',GradientType=0 ); /* IE6-9 */
	border: 0;

}

.footer-logo {
	height: 150px;
	margin: 0 auto;
}

.footer-box #text-2 p {
	margin-bottom: 0;
}
.footer-box #text-2 {
	padding-bottom: 30px;
}

#footer .widget-title {
	border-bottom: 1px solid #fff;
}

#menu-footer-menu .menu-item-174 {
	border-top: 0;
}

#menu-footer-menu li {
	padding-left: 10px;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.wpex-info-widget {
	padding-top: 10px;
}

#menu-footer-menu li:hover {
	background: #13235e;
}
.footer-form {
	margin: 0 auto;
	text-align: center;
	max-width: 600px;
}

.footer-form input[type="submit"] {
	width: 600px;
}

.footer-form h3 {
	color: #ff4500;
	font-size: 4.5rem;
	font-family: "Poppins";
	text-transform: uppercase;
}

#left {
	float:left;
	width: 47%;
	margin-right: 6%;
}

#right {
	float:right;
	width: 47%;
}

.footer-form-wrap {
	background: url("/wp-content/uploads/tulsa-it-co.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 20px 0 40px 0;
}

.footer-form textarea {
	max-width: 600px;
	max-height: 100px;
}
/* --- Tighter content paragraph spacing (added by Claude Code, 2026-07-08) --- */
.wpb_text_column.wpb_content_element p {
	margin-bottom: 1em;
}
.wpb_text_column.wpb_content_element ul,
.wpb_text_column.wpb_content_element ol {
	margin-bottom: 1em;
}
.wpb_text_column.wpb_content_element h2,
.wpb_text_column.wpb_content_element h3 {
	margin-bottom: 0.4em;
}

/* --- Consistent section spacing site-wide (Claude Code, 2026-07-08) --- */
.vc_empty_space { height: 22px !important; }
.wpb_content_element { margin-bottom: 1.25rem; }
.vc_row .vc_row-inner, .wpb_row { margin-bottom: 0; }

/* --- Homepage static hero (replaces retired slider) — Claude Code 2026-07-08 --- */
.velocigo-hero{
	background:linear-gradient(rgba(14,27,43,.62),rgba(19,35,94,.78)),url("/wp-content/uploads/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-52379.jpg") center center/cover no-repeat;
	padding:96px 24px !important;
	margin-top:0 !important;
}
.velocigo-hero h1{color:#fff !important;margin-bottom:.35em;font-size:3.4rem;line-height:1.12}
.velocigo-hero p{color:#eaf1f8 !important;font-size:1.2rem;max-width:70ch;margin:0 auto 2.6em}
.velocigo-hero .vcex-button-wrap,.velocigo-hero .theme-button,.velocigo-hero a.vcex-button{margin-top:1.4em}

/* Contact form: separate reCAPTCHA from the message box */
.wpcf7 .wpcf7-recaptcha,.wpcf7 div.wpcf7-recaptcha{margin-top:28px !important;margin-bottom:8px;}

/* Contact reCAPTCHA is an inline <span>; force block so top margin applies */
.wpcf7 span.wpcf7-form-control-wrap.recaptcha{display:block !important;margin-top:34px !important;margin-bottom:12px;}
/* Partners page: even, vertically-centered logo grid */
body.page-id-414 .wpb_single_image{display:flex !important;align-items:center;justify-content:center;min-height:100px;margin-bottom:18px;}
body.page-id-414 .wpb_single_image img{max-height:58px !important;width:auto !important;object-fit:contain;}
body.page-id-414 .vc_empty_space{height:14px !important;}

/* Partners page: technology-partner table */
body.page-id-414 table.vgo-partners{width:100%;border-collapse:collapse;margin:48px 0 0;}
body.page-id-414 table.vgo-partners th{text-align:left;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#5a6673;border-bottom:2px solid #dfe5ec;padding:0 18px 12px;}
body.page-id-414 table.vgo-partners td{padding:20px 18px;border-bottom:1px solid #eef1f5;vertical-align:middle;line-height:1.5;}
body.page-id-414 table.vgo-partners td.logo{width:180px;text-align:center;}
body.page-id-414 table.vgo-partners td.logo img{max-height:56px;max-width:150px;width:auto !important;height:auto;object-fit:contain;display:inline-block;}
body.page-id-414 table.vgo-partners tbody tr:nth-child(even){background:#f8fafc;}
body.page-id-414 table.vgo-partners td strong{display:block;margin-bottom:3px;font-size:1.02rem;}
@media(max-width:640px){body.page-id-414 table.vgo-partners td.logo{width:92px;padding:14px 8px;}body.page-id-414 table.vgo-partners td.logo img{max-width:78px;max-height:42px;}body.page-id-414 table.vgo-partners td{padding:14px 8px;font-size:.92rem;}}

/* Partners table: larger headers + company names */
body.page-id-414 table.vgo-partners th{font-size:.98rem !important;color:#3a4653;}
body.page-id-414 table.vgo-partners td strong{font-size:1.3rem !important;line-height:1.25;margin-bottom:6px;}

/* Partners table: larger, blue column headers */
body.page-id-414 table.vgo-partners th{font-size:1.2rem !important;color:#1a56b0 !important;letter-spacing:.03em;padding-bottom:15px;border-bottom:2px solid #1a56b0;}

/* ============================================================
   Consistent vertical rhythm — site-wide (2026-07-08)
   One section-spacing scale. Manual spacers neutralized so
   gaps can't vary section-to-section; headings own the gap.
   ============================================================ */
.vc_empty_space{height:0 !important;}
.icon{margin:34px 0 !important;}
.icon > p{margin:0 !important;}
/* Section heading blocks create the (single, uniform) section gap */
.wpb_text_column:has(h2){margin-top:46px !important;}
.wpb_text_column:has(h3):not(:has(h2)){margin-top:30px !important;}
/* First block in any column is flush to the top */
.wpb_column .wpb_wrapper > .wpb_text_column:first-child{margin-top:0 !important;}
/* Heading -> body, and paragraph rhythm */
.wpb_text_column h2{margin:0 0 12px !important;}
.wpb_text_column h3{margin:0 0 8px !important;}
.wpb_text_column p{margin-bottom:14px !important;}
.wpb_text_column ul,.wpb_text_column ol{margin-bottom:14px !important;}
.wpb_text_column p:last-child{margin-bottom:0 !important;}
/* Buttons keep a consistent gap now that spacers are gone */
.vcex-button-wrap,.wpex-vcex-button-wrapper{margin-top:24px !important;}
/* Re-affirm intentional full-width section padding (must win over resets) */
.velocigo-hero{padding:96px 24px !important;}

/* Divider: symmetric, neighbor-independent spacing (2026-07-08) */
.icon{margin:40px 0 !important;}
.wpb_content_element:has(+ .icon){margin-bottom:0 !important;}
.icon + .wpb_text_column,.icon + .vc_empty_space + .wpb_text_column{margin-top:0 !important;}

/* ===================== dork mode (easter egg) ===================== */
#dork-toggle{position:fixed;left:16px;bottom:16px;z-index:99999;font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:11px;letter-spacing:.05em;text-transform:lowercase;color:#8792a3;background:rgba(255,255,255,.85);border:1px solid #d3dae4;border-radius:20px;padding:7px 13px;cursor:pointer;opacity:.4;transition:opacity .2s ease,transform .2s ease;box-shadow:0 2px 10px rgba(0,0,0,.1);}
#dork-toggle:hover{opacity:1;transform:translateY(-2px);}
html.dork-mode,html.dork-mode body{background:#0e1524 !important;}
html.dork-mode #wrap,html.dork-mode #main,html.dork-mode #content,html.dork-mode #content-wrap,html.dork-mode .container,html.dork-mode #main-content{background-color:#0e1524 !important;}
html.dork-mode .vc_row,html.dork-mode .wpb_row,html.dork-mode .vc_column_container,html.dork-mode section,html.dork-mode article{background-color:transparent !important;}
html.dork-mode body,html.dork-mode p,html.dork-mode li,html.dork-mode span,html.dork-mode td,html.dork-mode th,html.dork-mode .wpb_text_column,html.dork-mode label,html.dork-mode blockquote{color:#dbe3f0 !important;}
html.dork-mode h1,html.dork-mode h2,html.dork-mode h3,html.dork-mode h4,html.dork-mode h5,html.dork-mode strong{color:#ffffff !important;}
html.dork-mode a{color:#6fb0ff !important;}
html.dork-mode #header,html.dork-mode .header-wrap,html.dork-mode #site-header,html.dork-mode #footer,html.dork-mode #footer-bottom,html.dork-mode #footer-callout-wrap{background:#0b1120 !important;background-image:none !important;}
html.dork-mode #dork-toggle{background:#1a2230;color:#cbd5e6;border-color:#2b3648;opacity:.6;}
html.dork-mode #dork-toggle:hover{opacity:1;}
html.dork-mode table.vgo-partners th{color:#6fb0ff !important;border-bottom-color:#2b3648 !important;}
html.dork-mode table.vgo-partners td{border-color:#222d3f !important;}
html.dork-mode table.vgo-partners tbody tr:nth-child(even){background:#141d2e !important;}
html.dork-mode table.vgo-partners td.logo{background:#eef2f7 !important;border-radius:6px;}
html.dork-mode input,html.dork-mode textarea,html.dork-mode select{background:#141d2e !important;color:#e6ebf2 !important;border:1px solid #2b3648 !important;}
html.dork-mode .icon img{background:#0e1524 !important;}

/* dork mode: navigation menu */
html.dork-mode #site-header,html.dork-mode #site-header.fixed-scroll{background:#0b1120 !important;border-bottom:1px solid #1c2740 !important;}
html.dork-mode #site-navigation .sf-menu > li > a{color:#cdd6e5 !important;}
html.dork-mode #site-navigation .sf-menu > li > a:hover,
html.dork-mode #site-navigation .sf-menu > li.current-menu-item > a,
html.dork-mode #site-navigation .sf-menu > li.current-menu-parent > a,
html.dork-mode #site-navigation .sf-menu > li:hover > a{color:#ffffff !important;}
html.dork-mode #site-navigation .sf-menu ul.sub-menu{background:#141d2e !important;border-color:#2b3648 !important;box-shadow:0 10px 28px rgba(0,0,0,.55) !important;}
html.dork-mode #site-navigation .sf-menu ul.sub-menu li{border-bottom:1px solid #222d3f !important;}
html.dork-mode #site-navigation .sf-menu ul.sub-menu a{color:#c3cddd !important;background:transparent !important;}
html.dork-mode #site-navigation .sf-menu ul.sub-menu a:hover{color:#ffffff !important;background:#1e2a40 !important;}
html.dork-mode #site-navigation .sf-menu .fa,
html.dork-mode #site-navigation .search-toggle-li > a,
html.dork-mode .mobile-toggle-nav-btn,html.dork-mode #mobile-menu-toggle a{color:#cdd6e5 !important;}

/* dork mode: WPBakery accordion (careers/FAQ) */
html.dork-mode .vc_tta-panel-heading{background:#141d2e !important;border-color:#2b3648 !important;}
html.dork-mode .vc_tta-panel-title>a,html.dork-mode .vc_tta-controls-icon::before,html.dork-mode .vc_tta-controls-icon::after{color:#e6ebf2 !important;border-color:#e6ebf2 !important;}
html.dork-mode .vc_tta-panel-body{background:#0e1524 !important;border-color:#2b3648 !important;}

/* Divider compaction — the <p> around the logo added default margins + a tall line-box */
.vc_empty_space{height:0 !important;}
.icon{margin:12px 0 !important;}
.icon > p{margin:0 !important;line-height:1 !important;font-size:0 !important;}
/* compact divider logo + realign the line through it */
.icon img{height:34px !important;width:auto !important;padding:3px 16px !important;}
.icon-line{top:-28px !important;}
