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

:root, html, body {
	max-width: 100vw !important;
}

body {
	overflow-x: hidden !important;
}

input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, .wp-block-search__input:focus, [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .woocommerce-ordering select.orderby:focus, #ast-scroll-top:focus, #coupon_code:focus, .woocommerce-page #comment:focus, .woocommerce #reviews #respond input#submit:focus, .woocommerce a.add_to_cart_button:focus, .woocommerce .button.single_add_to_cart_button:focus, .woocommerce .woocommerce-cart-form button:focus, .woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus, .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce #order_comments:focus, .woocommerce #place_order:focus, .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce .woocommerce-MyAccount-content form button:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus, .woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus, body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus, #ast-coupon-code:focus, .woocommerce.woocommerce-js .quantity input[type=number]:focus, .woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus, .woocommerce p#ast-coupon-trigger:focus, div:focus, img:focus, figure:focus, a:focus, .ast-menu-toggle:focus{
    border-style: unset !important;
    border-color: unset !important;
    border-width: unset !important;
	outline: unset !important;
}

button {
	box-shadow: none;
}

/***************************************************************
*************************** Header *****************************
****************************************************************/

.main-header-bar-wrap {
	background-color: #ffffff;
}

.header-container .uagb-container__shape {
	width: 150%;
}

.header-container .uagb-container__shape svg{
	height: 50px !important;
}

.dropdown-menu-toggle {
	display: none;
}

/***************************************************************
*************************** SVG Shapes *************************
****************************************************************/

.negative-top-shape-220 .uagb-container__shape {
	top: -220px;
	width: 150%;
}

.wp-block-uagb-container.uagb-block-f0ab6b58.shape-284 {
	margin-bottom: unset !important;
}

.shape-115 .uagb-container__shape{
	top: -175px;
}

.shape-284 .uagb-container__shape{
	top: -185px;
}

@media (max-width: 670px) {
	.shape-115 .uagb-container__shape{
		top: -65px;
	}

	.shape-284 .uagb-container__shape{
		top: -82px;
	}
	.shape-115 .uagb-container__shape svg{
		height: 65px !important;
	}

	.shape-284 .uagb-container__shape svg{
		height: 65px !important;
	}
}


/***************************************************************
*************************** Our People Custom Filter ***********
****************************************************************/

#filter-dropdown {
	background-color: #FF6500;
	max-width: 400px;
	height: auto;
	padding: 15px;
	border-radius: 99px;
	font-size: 25px;
	color: #ffffff;
	appearance: none;
	font-weight: 700;
	border: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/***************************************************************
*************************** Our People Loop ********************
****************************************************************/

.people-hover-container:hover .people-hover-bio {
	display: flex;
	position: absolute !important;
	left: 0;
	top: 0;
	height: 100%;
}

.people-hover-bio figure img {
	height: 100% !important;
}

.people-hover-bio figure .uagb-image-heading {
	transform: none;
	transition: none;
	padding-top: 20px;
	max-height: 90%;
    overflow: auto;
}

.people-hover-bio figure .uagb-image-heading::-webkit-scrollbar {
  display: none;
}

.people-hover-bio {
	display: none;
}


/***************************************************************
*********************** Partner Banners ************************
****************************************************************/
/* 
.scroller {
	max-width: 100vw;
}

.scroller__inner {
	padding-block: 1rem;
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	overflow: auto;
}

@media (min-width: 769px) { */

.defenders-iframe {
	height: 100%;
}

@media (max-width: 769px) {
	.scroller__inner > img {
		height: 100px !important;
	}
}

.scroller__inner > img {
	height: 150px;
	padding: 10px;
	opacity: 1 !important;
}

.scroller {
	max-width: 100vw;
}

.scroller__inner {
	padding-block: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.scroller[data-animated="true"] {
	overflow: visible;
	-webkit-mask: linear-gradient(
		90deg,
		transparent,
		white 20%,
		white 80%,
		transparent
	);
	mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
	width: max-content;
	flex-wrap: nowrap;
	animation: scroll var(--_animation-duration, 40s)
		var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
	--_animation-direction: reverse;
}

.scroller[data-direction="left"] {
	--_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
	--_animation-duration: 50s;
}

.scroller[data-speed="average"] {
	--_animation-duration: 70s;
}

.scroller[data-speed="slow"] {
	--_animation-duration: 90s;
}

@keyframes scroll {
	to {
		transform: translate(calc(-50% - 0.5rem));
	}
}
/* } */

/***************************************************************
************************ Globe Styles **************************
****************************************************************/

.globe-buttons {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  margin-right: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1130px) {
	.globe-buttons {
		flex-direction: row;
		max-width: unset;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}

.globe-buttons .globe-button {
  border: 2px solid #FF6500;
  border-radius: 5px;
  color: #FF6500;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.globe-buttons .globe-button:hover {
  background-color: #FF6500;
  color: #ffffff;
}

.globe-buttons .globe-button.selected {
  background-color: #FF6500;
  color: #ffffff;
}

#globe-tabs-content {
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background-color: #FF6500;
  min-height: 100px;
  text-align: left;
  border-radius: 5px;
}

/***************************************************************
*********************** Our People Loop ************************
****************************************************************/

.our-people-loop-wrapper > div {
	justify-content: center;
}

/***************************************************************
*************************** Footer *****************************
****************************************************************/

footer {
	overflow: hidden;
}

.footer-outer-container {
	margin-right: -200px !important;
	margin-left: -200px !important;
	height: 500px !important;
}

.footer-outer-container > div {
	margin-right: -200px !important;
	margin-left: -200px !important;
}

.hidden-footer {
	display: none;
}

.footer-curve-width .uagb-container__shape svg {
	width: 120% !important
}