/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* COLORS */
:root {
	--color-orange: #F1B434;
	--color-white: #FFFFFF;
	--color-black: #0E0F11;
	--color-darkergrey: #231F20;
	--color-darkgrey: #6F6F6F;
	--color-midgrey: #E1E1E1;
	--color-lightgrey: #F4F4F4;
	--color-bluegrey: #0A0F4E;
	--color-red: #e4521f;

	--color-orange-hover: #da9f24;
	--color-red-hover: #b33a0f;
}

/* FONTS */
/*
100	thin
200	light
300	book **
400	regular **
500	medium
600	semibold
700	bold **
800	extrabold **
900	black
*/

@font-face {
  font-family: "Axiforma";
  src:
    url("https://www.galeckisearch.com/files/fonts/Axiforma/Axiforma-200.otf") format("opentype");
  font-style:normal;
  font-weight:200;
  font-display:block;
}
@font-face {
  font-family: "Axiforma";
  src:
    url("https://www.galeckisearch.com/files/fonts/Axiforma/Axiforma-200i.otf") format("opentype");
  font-style:italic;
  font-weight:200;
  font-display:block;
}

@font-face {
  font-family: "Axiforma";
  src:
    url("https://www.galeckisearch.com/files/fonts/Axiforma/Axiforma-400.otf") format("opentype");
  font-style:normal;
  font-weight:400;
  font-display:block;
}
@font-face {
  font-family: "Axiforma";
  src:
    url("https://www.galeckisearch.com/files/fonts/Axiforma/Axiforma-400i.otf") format("opentype");
  font-style:italic;
  font-weight:400;
  font-display:block;
}

@font-face {
  font-family: "Axiforma";
  src:
    url("https://www.galeckisearch.com/files/fonts/Axiforma/Axiforma-600.otf") format("opentype");
  font-style:normal;
  font-weight:600;
  font-display:block;
}
@font-face {
  font-family: "Axiforma";
  src:
    url("https://www.galeckisearch.com/files/fonts/Axiforma/Axiforma-600i.otf") format("opentype");
  font-style:italic;
  font-weight:600;
  font-display:block;
}

@font-face {
  font-family: "Axiforma";
  src:
    url("https://www.galeckisearch.com/files/fonts/Axiforma/Axiforma-800.otf") format("opentype");
  font-style:normal;
  font-weight:800;
  font-display:block;
}
@font-face {
  font-family: "Axiforma";
  src:
    url("https://www.galeckisearch.com/files/fonts/Axiforma/Axiforma-800i.otf") format("opentype");
  font-style:italic;
  font-weight:800;
  font-display:block;
}

/* GLOBAL */
body [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: var(--color-white)!important;
}
body [data-section="section-header-mobile-trigger"] .ast-button-wrap .main-header-menu-toggle {
	border:0px!important;
	outline:none!important;
}
.grecaptcha-badge {
	bottom:84px!important;
}

/* TEXT */

body {
	font-family:"Axiforma", sans-serif;
	color:var(--color-black);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content li {
	font-family:"Axiforma", sans-serif;
	/*color:var(--color-black);*/
	color:inherit;
}

h1, .entry-content h1, .elementor-widget-heading h1.elementor-heading-title {
	font-size:52px;
	line-height:1.05em;
	font-weight:700;
}
h2, .entry-content h2, .elementor-widget-heading h2.elementor-heading-title {
	font-size:33px;
	line-height:1.2em;
	font-weight:700;
}
h3, .entry-content h3, .elementor-widget-heading h3.elementor-heading-title {
	font-size:28px;
	line-height:1.15em;
	font-weight:600;
}
h4, .entry-content h4, .elementor-widget-heading h4.elementor-heading-title {
	font-size:20px;
	line-height:1.15em;
	font-weight:600;
}
h5, .entry-content h5, .elementor-widget-heading h5.elementor-heading-title {
	font-size:18px;
	line-height:1.2em;
	font-weight:600;
}
h6, .entry-content h6, .elementor-widget-heading h6.elementor-heading-title {
	font-size:20px;
	line-height:1.2em;
	font-weight: 200;
	letter-spacing: 0.02em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration:none!important;
	color:inherit;
}
/*
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration:underline;
}
*/
p, li {
	font-size:18px;
	line-height:1.5em;
	font-weight: 400;
} 
a:hover, a:focus {
	color:var(--color-orange-hover);
}
@media (max-width:992px) {
	h1, .entry-content h1 {
		font-size:46px;
	}
}

body .elementor-widget-container hr {
	margin-top:20px;
	margin-bottom:20px;
}
body .elementor-widget-container hr:first-child {
	margin-top:0px;
}
body .elementor-widget-container hr:last-child {
	margin-bottom:0px;
}

/* BUTTONS */
body .elementor-widget-button .elementor-button {
	border-radius:6px;
	background-color:var(--color-orange);
	font-family:"Axiforma", sans-serif;
	color:var(--color-white);
    padding: 15px 30px;
    font-size: 18px;
}
body .elementor-widget-button .elementor-button,
.site-header .ast-custom-button,
.site-primary-footer-wrap .ast-custom-button {
		text-shadow: 0px 0px 2px rgba(124, 87, 8, .5);
}
body .elementor-widget-button .elementor-button:hover {
	border-radius:6px;
	background-color:var(--color-orange-hover);
}
body .elementor-element.elementor-button-info .elementor-button {
	background-color:var(--color-red);
}
body .elementor-element.elementor-button-info .elementor-button:hover {
background-color:var(--color-red-hover);
}
.footer-nav-wrap .astra-footer-horizontal-menu li {
	font-size:16px;
}

/* Global Header */
.ast-primary-header-bar .ast-site-title-wrap {
	display:none!important;
}
.ast-primary-header-bar {
	background: var(--color-darkergrey);
}
.ast-primary-header-bar .main-navigation > ul > li > a,
.ast-primary-header-bar .main-navigation > ul > li > .menu-link {
	color: var(--color-white);
	border:0px;
	outline:none;
}
.ast-primary-header-bar .main-navigation > ul > li:hover > a {
	color: var(--color-orange)!important;
}
.ast-primary-header-bar .menu-item .sub-menu .menu-link {
	transition:all .2s linear;
}
.ast-builder-menu-1 .menu-item.menu-item-has-children .menu-item.current-menu-item > .menu-link {
	color: var(--color-black);
}
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link:hover {
	color: var(--color-orange)!important;
}
.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
	top: 13px;
	box-shadow:none!important;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle,
.ast-primary-header-bar .menu-item .sub-menu .menu-link:hover {
	color:var(--color-orange)!important
}
.ast-primary-header-bar {
	border-bottom:0px!important;
}
.ast-breadcrumbs .trail-items li {
	font-size:14px;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
	padding-top:10px;
	padding-bottom:10px;
}
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
	color: var(--color-black);
}
#ast-mobile-header .content-align-flex-start {
	border-bottom:1px solid var(--color-black);
}
.ast-header-breadcrumb .ast-separate-container #content .ast-container {
	padding-left:20px!important;
	padding-right:20px!important;
}
.ast-builder-menu-mobile .main-navigation .menu-item {
	border-bottom:1px solid var(--color-midgrey);
}

.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
	background:var(--color-lightgrey);
	color:var(--color-black);
}
.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link:focus,
.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link:hover {
	color:var(--color-black);
}
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link {
	background:var(--color-lightgrey);
	color:var(--color-orange);
}
@media (max-width:1020px) {
	.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
		font-size:14px;
	}
}

/* Global Footer */
.ast-footer-copyright p {
    font-size:13px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    align-items:center;
}
.site-primary-footer-wrap .ast-custom-button-link {
	text-align:center!important;
}
.ast-footer-copyright a:hover,
.site-primary-footer-wrap .footer-nav-wrap a:hover {
	text-decoration:underline;
	color: var(--color-orange);
}
#astra-footer-menu > .menu-item > .menu-link {
	color: var(--color-black)!important;
}
@media (min-width: 769px) {
	.footer-nav-wrap .astra-footer-horizontal-menu a {
    	padding-left:1em;
    	padding-right:1em;
	}
}
@media screen and (max-width:544px) {
	.site-primary-footer-wrap * {
		text-align:center!important;
		float:none!important;
	}
	.site-primary-footer-wrap .alignleft {
		display:block;
		float:none!important;
		margin-right:0px!important;
	}
	.site-primary-footer-wrap .alignright {
		display:block;
		float:none!important;
		margin-left:0px!important;
	}
	.site-primary-footer-wrap .footer-nav-wrap {
		margin-top:20px;
		margin-bottom:20px;
	}
}

/* Blog */
@media (max-width:544px) {
	.ast-separate-container #content .ast-container {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
body.single-post .site-content > .ast-container {
	display:block!important;
	width:100%!important;
	padding:0px!important;
	max-width:none!important;
}
body.single-post .post-single-main {
	display:flex;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	width:1240px;
	max-width:100%;
}
body.single-post .ast-article-single {
	padding-top:0px!important;
	padding-left:0px!important;
	padding-right:0px!important;
}
body.single-post .ast-article-single .e-con {
	padding-left:0px!important;
	padding-right:0px!important;
}
body.archive .ast-archive-description {
	padding-left:0px!important;
	padding-top:0px!important;
}
.post-single-hero {
	display: flex;
    min-height: calc(20vw);
    align-items: center;
	position:relative;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	background:#0e0f11 url("https://www.galeckisearch.com/wp-content/uploads/2024/06/team-meeting.jpg") no-repeat center center;
	background-size:cover;
}
.post-single-hero-title {
	display:block;
	width:1080px;
	max-width:100%;
	margin-right:auto;
}

@media (max-width:1280px) {
	.post-single-hero {
		min-height: calc(30vw);
	}
}
.post-single-hero-inner {
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	z-index:1;
	text-align:left;
	width:1240px;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	color:var(--color-white);
}
.post-single-hero-inner * {
	color:var(--color-white);
}
.post-single-hero-overlay {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#0e0f11;
	opacity:.67;
	filter:alpha(opacity=67);
}
body.single-post article.post-single-article .entry-header {
	display:none;
}
body.single-post article.post-single-article .e-con-inner {
	padding-top:0px;
}
.ast-article-post .post-thumb-img-content img {
	object-fit:cover;
}
body.single-post article.post-single-article .e-con-inner .elementor-widget-text-editor .elementor-widget-container > style:first-child + p,
body.single-post article.post-single-article .e-con-inner .elementor-widget-text-editor .elementor-widget-container > style:first-child + h1,
body.single-post article.post-single-article .e-con-inner .elementor-widget-text-editor .elementor-widget-container > style:first-child + h2,
body.single-post article.post-single-article .e-con-inner .elementor-widget-text-editor .elementor-widget-container > style:first-child + h3,
body.single-post article.post-single-article .e-con-inner .elementor-widget-text-editor .elementor-widget-container > style:first-child + h4,
body.single-post article.post-single-article .e-con-inner .elementor-widget-text-editor .elementor-widget-container > style:first-child + h5,
body.single-post article.post-single-article .e-con-inner .elementor-widget-text-editor .elementor-widget-container > style:first-child + h6 {
	margin-top:0px;
}
body.single-post article.post-single-article .e-con-inner {
	padding-bottom:30px;
	border-bottom:1px solid var(--color-lightgrey);
}
body.single-post article.post-single-article .post-navigation a:hover {
	color:var(--color-orange-hover)!important;
}
body.single-post article.post-single-article .post-navigation a p {
	overflow:auto!important;
	white-space:normal!important;
	text-overflow:initial!important;
}
body.single-post article.post-single-article .post-navigation .nav-previous .ast-post-nav:after {
	content:"post";
	line-height: inherit;
	display: inline;
	vertical-align: text-bottom;
	margin-left:6px;
}
body.single-post article.post-single-article .post-navigation .nav-next .ast-post-nav .ahfb-svg-iconset:before {
	content:"post";
	line-height: inherit;
	display: inline;
	vertical-align: text-bottom;
	margin-right:6px;
}
body.single-post article.post-single-article .post-navigation .nav-next .ast-post-nav .ahfb-svg-iconset svg {
	top:-1px;
}
body.single-post article.post-single-article .post-navigation .nav-previous:last-child:after {
	display:none;
}
body.single-post .post-navigation a p {
	line-height:1.35em;
}
.ast-excerpt-container.ast-blog-single-element .ast-read-more-container {
	display:none;
}
.ast-blog-featured-section .entry-title {
	font-weight:700;
}
.ast-excerpt-container.ast-blog-single-element,
.ast-excerpt-container.ast-blog-single-element p {
	font-size:14px;
}
.ast-read-more-container a {
	font-size:14px;
	font-weight:400;
}
.ast-separate-container.ast-two-container #secondary .widget {
	padding:20px 20px 10px 20px;
}
@media (max-width:992px) {
	body.single-post .post-single-main {
		display:block;
	}
	body.single-post .post-single-main .ast-right-sidebar #primary {
		padding-top:40px;
	}
}

/* Templates */
.entry-content .elementor-widget-text-editor li {
	margin-bottom:10px;
}
.entry-content .elementor-widget-text-editor li:last-child {
	margin-bottom:0px;
}
.post-single-hero-publishdate {
	margin-bottom:16px;
}
.post-single-hero-authormeta {
	display:block;
}
.post-single-hero-authormeta .post-single-hero-authormeta-byline {
	display:inline;
    line-height: 1.5em;
    font-weight: 400;
    margin-right:3px;
    color:var(--color-white);
}
.post-single-hero-authormeta .pp-multiple-authors-boxes-wrapper,
.post-single-hero-authormeta .ppma-author-category-wrap {
	display:inline;
}
.post-single-hero-authormeta .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul {
	display: inline!important;
	margin:0px;
}
.post-single-hero-authormeta .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li {
	display: inline-block!important;
	vertical-align:middle;
	margin:0px;
}
.post-single-hero-authormeta .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-author-boxes-avatar img {
	border-radius:50%!important;
	overflow:hidden;
}
.post-single-hero-authormeta .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul li:before {
	content:"and";
	display:inline;
    line-height: 1.5em;
    font-weight: 400;
    color:var(--color-white);
    margin-left:3px;
    margin-right:3px;
}
.post-single-hero-publishdate,
.post-single-hero-authormeta .post-single-hero-authormeta-byline,
.post-single-hero-authormeta .pp-author-boxes-avatar-details,
.post-single-hero-authormeta .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul li:before {
	font-size:16px;
}
.post-single-hero-authormeta .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul li:first-child:before {
	content:none;
	display:none;
}


/* Modules */
.elementor-widget-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle-icon {
	color:var(--color-black);
	text-decoration:none!important;
}
.elementor-widget-toggle .elementor-toggle-title {
	font-family: "Axiforma", sans-serif;
}

iframe.loxo-embed {
	display: block;
	width: 100%;
	min-height: 500px;
	border: 1px solid #eeeeee;
	overflow-y: scroll;
}

/* CAREERS */

.careers-ico-grid > .e-flex {
	align-self:flex-start!important;
}
@media (min-width:768px) {
	.careers-ico-grid p {
		font-size:16px;
	}
}

/* JOB SINGLE */
body.job-single #page #content {
	background:#ffffff!important;
}
body.job-single #page #content .job-single-content {
	display:block;
	width:1240px;
	max-width:100%;
	padding:40px 20px;
	margin-left:auto;
	margin-right:auto;
}
body.job-single #page #content .job-single-content p,
body.job-single #page #content .job-single-content li {
	line-height:1.4em!important;
}
body.job-single #page #content .job-single-content p,
body.job-single #page #content .job-single-content ul,
body.job-single #page #content .job-single-content ol {
	margin-top:4px!important;
}

.prd--job {
	display:flex;
	position:relative;
	margin-top:20px;
	outline:none;
	border:1px solid #e7e7e7;
	padding:30px 30px;
	text-decoration:none!important;
	flex-direction:row;
	width:100%;
	gap:20px;
  align-items: center;
	background:#f9f9f9;
}
.prd--job:first-child {
	margin-top:0px;
}
.prd--job--label {
	flex-basis:80%;
	flex-grow:0;
	flex-shrink:1;
	font-size:20px;
	font-weight:600;
	color:#0e0f11;
}
.prd--job--location {
	font-size:16px;
	flex-basis:100px;
	flex-grow:0;
	flex-shrink:0;
	color:#0e0f11;
}
.prd--job:after {
	content:">";
	position:absolute;
	top:50%;
	right:20px;
	font-size:20px;
	line-height:20px;
	margin-top:-10px;
	color:#cfcfcf;
	transform: scaleX(.5);
}
.prd--job:hover {
	border-color:#9b9b9b;
}
.prd--job:hover .prd--job--label {
	text-decoration:underline;
}
.prd--job:hover:after {
	color:#0e0f11;
}
@media (max-width:540px) {
	.prd--job {
		display:block;
	}
	.prd--job--label,
	.prd--job--location {
		display:block;
	}
	.prd--job--location {
		margin-top:10px;
	}
}