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

/* global colors elementor
	--e-global-color-primary			//Primary
	--e-global-color-secondary			//Secondary
	--e-global-color-text				//Tertiary
	--e-global-color-accent				//Content dark
	--e-global-color-6d9f3d1a			//Content light
	--e-global-color-6180f54f			//Button on primary & secondary
	--e-global-color-2de353d0			//Button on tertiary
	--e-global-color-29fcb825 			//Link
*/

/* content */
@font-face {
  font-family: Adirek-HC;
  src: url('/wp-content/themes/astra-child/fonts/Adirek-HC-Regular-39f1.woff');
}

@font-face {
  font-family: Glacial-Indifference;
  src: url('/wp-content/themes/astra-child/fonts/GlacialIndifference-Regular.otf');
}

@font-face {
	font-family: Sofia-Sans;
	src: url('/wp-content/themes/astra-child/fonts/SofiaSans.ttf');
}

@font-face {
	font-family: Saira-Medium;
	src: url('/wp-content/themes/astra-child/fonts/SairaCondensed-Medium.ttf');
}

#page p, #page span, #page a, #page a div {
	font-family: Glacial-Indifference !important;
}

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6, #page h1 span, #page h2 span, #page h3 span, #page h4 span, #page h5 span, #page h6 span {
	font-family: Saira-Medium !important;
}

#page a {
	font-weight: bold;
}

.entry-content h3 {
	color: var(--e-global-color-6d9f3d1a);
}

/* menu */
.ast-primary-header-bar {
	background: var(--e-global-color-secondary);
	border-bottom-width: 0px;
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
	color: var(--e-global-color-accent);
	font-weight: bold;
}

.ast-builder-menu-1 .menu-item > .menu-link, .ast-builder-menu-1 .menu-item:hover > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
	color: var(--e-global-color-accent);
}

.main-navigation ul.main-header-menu, .main-navigation ul.sub-menu {
	background: var(--e-global-color-secondary) !important;
}

.main-navigation ul.main-header-menu button.ast-menu-toggle {
	color:white !important;
	border:none !important;
	outline:none !important;
}

.menu-link {
	border: none !important;
}

.site-header {
 top: 0;
 position: sticky;
 width: 100%!important;
}

/* hover state menu item */
.ast-builder-menu-1 .menu-item:hover > .menu-link {
	color: var(--e-global-color-primary);
}

/* contact form */
.gform_footer .gform_button {
	background-color: var(--e-global-color-primary) !important;
	color: var(--e-global-color-text) !important;
	padding: 15px 30px;
    border-radius: 50px !important;
    margin-top: 40px;
}

.gform_footer .gform_button:hover {
	filter: brightness(85%);
}

.gform_footer {
	justify-content: end;
}

.gform_title, .gform_required_legend {
	display: none;
}

/* button */
.primary-btn a, #ast-scroll-top, #ast-scroll-top .ast-icon {
	background-color: var(--e-global-color-primary) !important;
	color: var(--e-global-color-text);
}

.secondary-btn a, .ast-header-button-1 .ast-custom-button {
	background-color: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-accent) !important;
}

.primary-btn a, .secondary-btn a {
	padding: 15px 30px;
    border-radius: 50px;
    margin-top: 40px;
}

.primary-btn a:hover {
/* 	background-color: var(--e-global-color-2de353d0) !important;
	color: var(--e-global-color-6d9f3d1a); */
	filter: brightness(85%);
}

.secondary-btn a:hover, .ast-header-button-1 .ast-custom-button:hover {
/* 	background-color: var(--e-global-color-6180f54f) !important;
	color: var(--e-global-color-6d9f3d1a); */
	filter: brightness(85%);
}

/* social media */
.elementor-social-icon {
	background-color: transparent !important;
}

/* Blurb/column */
.blurb {
	margin: 10px;
}

.blurb img {
	border-radius: 10px;
	height: 200px;
    object-fit: cover;
}

.blurb .elementor-image-box-content {
	text-align: left;
}

.blurb-section .primary-btn a {
	margin-top: 10px;
}

.blurb-section .e-child .e-con-inner {
	display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1100px) {
	.blurb img {
		height: 100px;
	}
}

/* footer */
.site-above-footer-wrap {
	background: var(--e-global-color-secondary) !important;
}

.site-above-footer-wrap, .wp-block-heading, .site-above-footer-wrap p, .site-above-footer-wrap a {
	color: var(--e-global-color-accent) !important;
}

.wp-social-link a {
	fill: var(--e-global-color-accent);
	background: none !important;
}

.widget {
	margin: 0 0 0.8em 0 !important;
}

footer img {
	width: 200px;
}

footer aside {
	text-align: center !important;
}

.wp-block-social-links {
	display: flex !important;
    justify-content: center !important;
}

.site-primary-footer-wrap {
	background: var(--e-global-color-secondary) !important;
	border: none !important;
    filter: brightness(0.95);
}

/* 404 */
.ast-404-layout-1 h1.page-title {
    color: var(--ast-global-color-0);
}

.widget_search .search-form .search-field {
	border: none;
}

.widget_search .search-form input[type=submit], .ast-404-search .search-submit {
	box-shadow: unset !important;
}

.search .entry-meta {
	display: none;
}