/*
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 6,000+ 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.13.4.1782622743
Updated: 2026-06-28 04:59:03

*/



.ast-container{
    padding-left: 0px !important;
    padding-right: 0px !important; 
}

.banner-slider .elementor-image-carousel-wrapper {
    height: 700px;
    overflow: hidden;
}

.banner-slider figure.swiper-slide-inner img{
	object-fit: cover;
	height: 100% !important;
}
.banner-slider figure.swiper-slide-inner{
	height: 700px !important;
}

.footer-menu ul {
    display: flex;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
.privacy-menu ul {
    display: flex;
    align-items: center;
    gap: 40px;
    row-gap: 10px;
    flex-wrap: wrap;
}
div#force-footer {
    display: none;
}

.testim .wpr-testimonial-date {
    display: none;
}
.testim .wpr-testimonial-icon {
    display: none;
}
.testim .wpr-testimonial-item{
	position: relative;
}
.testim .wpr-testimonial-meta {
    position: absolute;
    right: 60px;
    bottom: 60px;
}
.testim .wpr-testimonial-content-inner {
    position: relative;
    background-color: transparent !important;
}
.testim .wpr-testimonial-meta:after {
    content: 'Verified';
    display: flex;
    justify-content: space-between;
    margin-left: -9px;
    font-size: 20px;
    font-weight: 700;
    color: #61A60E;
    font-family: ;
}
.home-post article.hfe-post-card {
    display: flex;
    gap: 32px;
}
.home-post article.hfe-post-card .hfe-post-image {
    width: 45%;
    height: 202px;
}
.home-post article.hfe-post-card .hfe-post-content {
    width: 55%;
}
.home-post article.hfe-post-card .hfe-post-content h3.hfe-post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.home-post article.hfe-post-card .hfe-post-image a img {
/*     position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.home-post article.hfe-post-card .hfe-post-image a {
    position: relative;
    padding-bottom: 50%;
}
.live-rev figure.swiper-slide-inner img{
	width: 100% !important;
}
.contact-inner p {
    margin-bottom: 0px;
}
.contact-form label {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Manrope';
}
.contact-form input {
    margin-top: 13px;
	margin-bottom: 20px;
    height: 63px;
    border: 1px solid #E8E8E8;
}
.contact-form textarea {
    margin-top: 13px;
	margin-bottom: 20px;
    height: 147px;
    border: 1px solid #E8E8E8;
}
.contact-form .flex-field {
    display: flex;
    gap: 29px;
}
.contact-form .flex-field .half-field {
    width: 50%;
}
.contact-form .submit-btn span.wpcf7-spinner {
    display: none;
}
.contact-form .submit-btn input {
    width: 100%;
    border-radius: 0px;
    background: #8BA73B;
    border: 1px solid #8BA73B;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'manrope';
    text-transform: inherit;
    transition: .3s all;
}
.contact-form .submit-btn input:hover{
	background: #fff;
	color: #8BA73B;
}





@media (max-width: 768px){
.banner-slider .elementor-image-carousel-wrapper {
    height: 350px;
    overflow: hidden;
}
	.banner-slider figure.swiper-slide-inner{
	height: 350px !important;
}
	.home-post article.hfe-post-card .hfe-post-image {
    width: 45%;
    height: 130px;
}
.home-post article.hfe-post-card {
    display: flex;
    gap: 15px;
}
	.live-rev figure.swiper-slide-inner img {
    width: 100% !important;
    height: 300px;
    object-fit: contain;
}
	.live-rev {
    height: 350px;
    overflow: hidden;
}
	.contact-form .flex-field {
    gap: 0px;
    flex-wrap: wrap;
}
	.contact-form .half-field {
    width: 100% !important;
}
	.contact-form input {
    height: 50px;
}
		.contact-form textarea {
    height: 100px;
}

}
