/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.13.1740637826
Updated: 2025-02-27 06:30:26

*/

h1,h2,h3,h4,h5,h6 {
	margin-top:0 !important;
}

/* Header */
nav.hfe-nav-menu__layout-horizontal,
.sidebar-main .product-categories{
	text-transform: capitalize;
}

/* Home Page */
.jb_container {
	padding: 50px 7vw 50px 7vw;
}
    
.product_crd .elementor-widget-container .elementskit-box-header {
	height:300px
}
.product_crd .elementor-widget-container .elementskit-box-header img  {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.product_crd .elementor-widget-container .elementskit-box-body .elementskit-box-content .elementskit-info-box-title {
	min-height:50px;
}
.sub_menu {
	height:45px;
}

.top-bar p{
	margin-bottom:0px !important;
}

.eael-feature-list-content a{
	color: #364151;
	text-decoration:none !important;
}

.cus_title h2{
	margin-bottom:0 !important;
}

.blogs_container .elementskit-post-image-card{
	display: flex !important;
    flex-direction: column;
    height: 100%;
}

.blogs_container .elementskit-entry-header{
	flex-grow: 1;
}

.blogs_container .elementskit-entry-thumb{
	height: 100%;
}

.blogs_container .elementskit-entry-thumb img{
	height: 100% !important;
	object-fit: cover;
}

/* ---------------------------------Profile Page-------------------------------------------------- */
.profile-img {
	position:sticky;
	top:2rem;
}
.elementor-15 .elementor-element.elementor-element-bcd51dd .elemenetskit-tablepress table.profile-table tr td {
	text-align:left;
}

.elementor-15 .elementor-element.elementor-element-bcd51dd .elemenetskit-tablepress table.profile-table ul {
	padding-left:20px;
}

/*----------------------------- Post Page------------------------------------  */
.ast-single-entry-banner[data-post-type="post"] {    
	background-image: url(https://demo.openspace.website/jambrass/wp-content/uploads/2025/04/Gemini_Generated_Image_98wr6a98wr6a98wr.webp);
    background-size: cover;
    background-color: #000;
}
/* -------------------------post tags--------------------------------------------- */
.tag {
  display: inline-block;
  background-color: #0a2050;
  color: #fff;
  padding: 5px 20px;
  margin: 5px 5px 0 0;
  border-radius: 3px;
/*   font-size: 0.9em; */
/*   text-decoration: none; */
}
.tag a {
	text-decoration:none !important;
	font-size:16px;
	color:#fff;
}

.tag:hover {
  background-color: #ddd;
}
.tag a:hover {
  color:#0a2050;	
}

/* --- Product Category Page --- */
.woocommerce ul.products li.product.desktop-align-left, .woocommerce-page ul.products li.product.desktop-align-left {
	border: 1px solid #0a2050;
    padding: 20px;
    border-radius: 10px;
}
.add_to_cart_button {
    display: none;
}
.ast-woocommerce-container .woocommerce-result-count,.ast-woocommerce-container .woocommerce-ordering {
	display:none;
}

/* product share button */
.social-share-buttons {
	text-align:center;
}

/*---------------------------Contact form-----------------  */
.wpcf7-form-control-wrap {
	margin-bottom:20px;
}

/* ----------Single Product Page------------------ */
thead {
	background-color: #3e5891;
	color: white;
}
span.kgunit {
	padding-top:5px;
	padding-right:5px;
}
.single-product span.kgunit {
	padding-right:15px;
}

/* .single-product .woocommerce-notices-wrapper .woocommerce-message{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message:before{
	top: 50%;
	transform: translateY(-50%);
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward{
	margin-left: auto;
} */

@media (max-width:500px) {
	.custom-table-wrap {
		overflow-x: scroll;
	}
	.social-share-buttons{
		text-align:left;
		margin-bottom:10px;
	}

}