/*
Theme Name: MyEureka Solutions
Theme URI: https://www.myeurekasolutions.com/
Description: A lightweight, standalone theme for MyEureka Solutions LLC. Rebuilt from the original Responsive child theme so the site no longer depends on the Responsive parent theme. Keeps the classic markup, 940-style grid and brand styling.
Author: Play Nice Together, Inc.
Author URI: https://www.playnicetogether.com/
Version: 1.0.15
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myeureka
*/

/* ==========================================================================
   Reset / base
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #ece19d url('/v1449242360/wp-content/uploads/2016/04/MyEurekaBackgroundV3.jpg') repeat center center;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

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

a {
	color: #ee5523;
	text-decoration: none;
}

h1,
h2 {
	font-size: 2.5em;
	font-family: "coolvetica", Arial, sans-serif;
	line-height: 125%;
	margin: 0.25em 0 0.5em 0;
}

h3 {
	font-size: 2.25em;
	font-family: "coolvetica", Arial, sans-serif;
}

h4 {
	font-family: "coolvetica", Arial, sans-serif;
}

em {
	font-family: "coolvetica", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
}

ol li,
ul li {
	padding: 0.25em 0;
}

ul.service {
	list-style: none;
	margin: 0;
	padding: 0;
}

.firstcap {
	font-size: 2.5em;
	font-family: "coolvetica", Arial, sans-serif;
	margin: 0 -0.05em 0 0;
}

hr {
	color: #484848;
	border: 0;
	border-top: 1px solid #484848;
	margin: 0 0 1em 0;
}

iframe {
	width: 100%;
}

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.screen-reader-text.focusable:active,
.screen-reader-text.focusable:focus {
	clip: auto;
	position: static !important;
	width: auto;
	height: auto;
}

/* ==========================================================================
   Layout container + grid (classic Responsive 940-style, only what's used)
   ========================================================================== */

#container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 25px;
}

#container::after,
.clearfix::after,
.cf::after {
	content: "";
	display: table;
	clear: both;
}

#wrapper {
	margin: 0 auto;
	padding: 0 2em;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	clear: both;
	position: relative;
}

.grid {
	float: left;
	margin-bottom: 2.1276595745%;
}

.grid-right {
	float: right;
	margin-bottom: 2.1276595745%;
}

.col-300,
.col-380,
.col-460,
.col-540,
.col-620 {
	margin-right: 2.1276595745%;
}

.col-300 { width: 31.914893617%; }
.col-380 { width: 40.4255319149%; }
.col-460 { width: 48.9361702128%; }
.col-540 { width: 57.4468085106%; }
.col-620 { width: 65.9574468085%; }
.col-940 { width: 100%; }

.fit {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

#content-full {
	margin: 1em 0;
}

/* ==========================================================================
   Header + logo
   ========================================================================== */

#header {
	margin: 0;
}

#logo {
	float: none;
	text-align: center;
	margin: 0 auto;
}

#logo img {
	max-width: 700px;
}

/* ==========================================================================
   Primary navigation
   ========================================================================== */

.main-nav {
	clear: both;
}

.menu {
	background: #000;
	clear: both;
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.menu::after {
	content: "";
	display: table;
	clear: both;
}

.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li li {
	float: none;
}

.menu a {
	display: block;
	color: #fff;
	font-size: 1.25em;
	line-height: 45px;
	height: 45px;
	padding: 0 0.9em;
	border-left: 1px solid #585858;
	text-decoration: none;
	white-space: nowrap;
}

.menu > li:first-child > a {
	border-left: none;
}

#menu-main-menu li a {
	font-family: "athelas", Arial, sans-serif;
	font-size: 1.35em;
}

.menu a:hover {
	background: linear-gradient(to bottom, #808080, #363636);
	color: #fff;
}

.menu .current-menu-item a,
.menu .current_page_item a {
	background: #343434;
}

/* Sub-menus */
.menu ul {
	position: absolute;
	left: -999em;
	top: 100%;
	margin: 0;
	padding: 0;
	min-width: 15em;
	list-style: none;
	z-index: 10;
}

.menu li:hover > ul,
.menu li.focus > ul {
	left: auto;
}

.menu li li {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: -1px 0 1px 0;
}

.menu li li a {
	color: #444;
	font-size: 1em;
	font-weight: 400;
	line-height: 20px;
	height: auto;
	padding: 10px;
	background: transparent;
}

.menu li li a:hover {
	background: #f5f5f5;
	color: #444;
}

/* Mobile nav toggle (replaces the old parent-theme menu script) */
.main-nav-toggle {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0.6em 1em;
	border: 0;
	background: #000;
	color: #fff;
	font-family: "athelas", Arial, sans-serif;
	font-size: 1.2em;
	text-align: left;
	cursor: pointer;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

button {
	color: #fff;
	background-color: #808080;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px;
	border: 0;
	border-radius: 2px;
}

button:hover {
	cursor: pointer;
}

.gform_button,
a.btn {
	font-size: 1.25em !important;
	line-height: normal;
	background: #ee5523 !important;
	color: #fff !important;
	padding: 0.75em !important;
	display: inline-block;
	border-radius: 2px;
	font-family: "coolvetica", Arial, sans-serif;
	box-shadow: none !important;
	border: none !important;
	text-shadow: none !important;
}

/* ==========================================================================
   Breadcrumbs + post meta
   ========================================================================== */

.breadcrumb-list {
	margin: 0.5em 0 1em 0;
	font-size: 0.9em;
}

.breadcrumb-list .chevron {
	margin: 0 0.25em;
}

.breadcrumb {
	padding-right: 4px;
	padding-left: 0;
}

.breadcrumb-current {
	padding-left: 4px;
	word-wrap: break-word;
}

/* Content entry */
.post-entry {
	clear: both;
	width: 100%;
}

.post-entry > :first-child {
	margin-top: 0;
}

/* Roomier line spacing for body copy (e.g. the company name/address block). */
.post-entry p {
	line-height: 1.7;
}

.post-meta {
	margin: 0 0 1.5em 0;
	font-size: 0.9em;
	color: #777;
}

.post-meta a {
	color: #777;
}

.post-meta .author-gravtar img {
	vertical-align: middle;
	margin-right: 0.4em;
	border-radius: 50%;
}

.entry-title {
	margin-top: 0;
}

/* Divider between posts on the blog index / archives */
.post {
	border-bottom: 2px solid #eaeaea;
	margin-bottom: 40px;
}

/* "Tagged with:" list at the foot of each post */
.post-data {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
}

/* Post navigation + pagination */
.navigation {
	margin: 1.5em 0;
	overflow: hidden;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.pagination a,
.pagination .current {
	display: inline-block;
	padding: 0.25em 0.6em;
	margin: 0 0.15em;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-decoration: none;
}

.pagination .current {
	background: #ee5523;
	color: #fff;
	border-color: #ee5523;
}

/* ==========================================================================
   CTA bars
   ========================================================================== */

.cta-bar {
	padding: 1em;
	text-align: center;
	background: #ece19d;
	font-size: 2em;
	font-family: "athelas", Arial, sans-serif;
	line-height: normal;
}

.cta-bar p {
	padding: 0;
	margin: 0;
}

.cta-bar a:link,
.cta-bar a:visited,
.cta-bar a:hover,
.cta-bar a:active {
	background: #ee5523;
	border-radius: 2px;
	padding: 0.5em;
	color: #fff;
	display: inline-block;
	font-family: "coolvetica", Arial, sans-serif;
}

.cta-bar-new {
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
}

.cta-bar-new span,
.cta-bar-new a {
	text-align: center;
	box-sizing: border-box;
	padding: 1em;
	border-radius: 2px;
	background: #ee5523;
	vertical-align: middle;
	margin-bottom: 1em;
}

.cta-bar-new .cta-white {
	background: #fff;
	color: #000;
	font-size: 1.25em;
}

.cta-bar-new a:link,
.cta-bar-new a:visited,
.cta-bar-new a:hover,
.cta-bar-new a:active {
	color: #fff;
	font-family: "coolvetica", Arial, sans-serif;
	font-size: 1.25em;
}

/* ==========================================================================
   Action boxes (mesbox / mesboxes shortcodes)
   ========================================================================== */

.boxes {
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
}

.boxes .grid {
	text-align: center;
	box-sizing: border-box;
	padding: 1.5em 1em;
	border-radius: 2px;
	background: #ee5523;
	min-height: 200px;
	vertical-align: middle;
	margin-bottom: 1em;
}

.boxes .grid h3 {
	color: #333333;
}

.boxes .grid p {
	font-size: 1.25em;
	line-height: 125%;
	margin: 1em 0 0 0;
}

.boxes > a {
	color: #fff;
}

/* ==========================================================================
   Images
   ========================================================================== */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption {
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	text-align: center;
}

.wp-caption.alignnone,
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	margin: 0;
}

.wp-caption-text {
	margin: 8px 0 5px;
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
}

/* ==========================================================================
   Blockquotes
   ========================================================================== */

blockquote {
	margin: 20px;
	padding: 0 0 10px 12px;
	background: #f9f9f9;
	border-left: 4px solid #d6d6d6;
	overflow: auto;
}

blockquote p {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
	font-size: 11px;
	line-height: 1.5em;
}

#footer a {
	color: #333;
	font-weight: 400;
}

#footer a:hover {
	color: #444;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}

#footer .scroll-top {
	text-align: center;
}

.powered {
	text-align: right;
}

.grid.col-300.copyright {
	width: 31.914893617%;
}

.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   Sidebar widgets
   ========================================================================== */

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

.widget-wrapper {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.widget-title h3 {
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}

.widget-wrapper ul {
	list-style: disc;
	margin: 0;
	padding-left: 1.2em;
}

.widget-wrapper li {
	padding: 0.25em 0;
}

/* Keep the search field and "Go" button on one line. */
.widget-wrapper #searchform {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.widget-wrapper input[type=text],
.widget-wrapper input[type=search] {
	width: 75%;
	padding: 0.4em;
	border: 1px solid #ccc;
	border-radius: 2px;
	font: inherit;
	vertical-align: middle;
}

.widget-wrapper #searchform .field {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
}

.widget-wrapper #searchform .submit {
	flex: 0 0 auto;
}

.widget-wrapper input[type=submit] {
	padding: 0.35em 0.9em;
	border: none;
	border-radius: 2px;
	background: #ee5523;
	color: #fff;
	font-family: "coolvetica", Arial, sans-serif;
	font-size: 1.1em;
	cursor: pointer;
	vertical-align: middle;
}

.widget-wrapper input[type=submit]:hover {
	background: #ee5523;
}

/* ==========================================================================
   LinkedIn badge
   ========================================================================== */

.LI-badge-container {
	margin: 1em auto 0 auto;
}

/* ==========================================================================
   Landing / front page
   ========================================================================== */

body.home {
	color: #000;
	font-family: "coolvetica", Arial, sans-serif;
}

body.home #wrapper {
	border: none;
	background: none;
}

body.home p {
	margin: 1.5em 0;
}

body.home #footer {
	display: none;
}

/* The /home/ content page (id 7) hides its breadcrumb, as on the original site. */
.page-id-7 .breadcrumb-list {
	display: none;
}

#intro-address,
#intro-text1,
#intro-text2,
#intro-logo,
#intro-buttons {
	text-align: center;
	display: none;
}

#intro-address {
	margin: 100px 0 0 0;
}

#intro-text1,
#intro-text2 {
	font-weight: bold;
	font-size: 2em;
	line-height: normal;
}

#intro-buttons .btn:first-of-type {
	margin-right: 2em;
}

#intro-buttons .btn {
	font-size: 2.5em !important;
	line-height: normal;
	background: #ee5523;
	color: #fff;
	padding: 0.5em;
	border-radius: 2px;
}

#intro-text2 span {
	transition: color 0.5s ease;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

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

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.scroll-top {
		display: none;
	}

	.copyright,
	.powered {
		text-align: center;
	}

	.cta-bar-new span {
		order: -1;
		margin: 0;
	}

	#menu-main-menu li a {
		font-size: 1em;
	}
}

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

	/* Stack the grid */
	.grid,
	.grid-right,
	.col-300,
	.col-380,
	.col-460,
	.col-540,
	.col-620,
	.col-940,
	.grid.col-300.copyright {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	/* Collapsible mobile menu */
	.main-nav-toggle {
		display: block;
	}

	.main-nav {
		background: #000;
	}

	.js .menu {
		display: none;
	}

	.js .main-nav.is-open .menu {
		display: block;
	}

	.menu li {
		float: none;
	}

	.menu a {
		line-height: normal;
		height: auto;
		padding: 0.6em 1em;
	}

	.menu ul {
		position: static;
		left: auto;
		min-width: 0;
	}

	.js .menu .current-menu-item a {
		background-color: #000 !important;
		color: #fff !important;
	}
}

@media screen and (max-width: 700px) {
	#logo img {
		max-width: 100%;
	}
}

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

	#intro-buttons .btn:first-of-type,
	#intro-buttons .btn {
		display: block;
		margin: 0 0 1em 0;
		font-size: 1.5em;
	}

	#container {
		padding: 0 0.5em;
	}

	#wrapper {
		padding: 0 0.75em;
	}
}
