/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */

/* Header style */
.ast-theme-transparent-header #masthead{
	position: unset;
}

.top-right-contact li a {
    color: #fff;
    font-size: 14px;
}

.top-right-contact {
    display: flex;
}

.top-right-contact li {
    margin-left: 30px;
    display: flex;
    gap: 10px;
}
/* Header Style ended */

/* Sticky Column Style */
.sticky-element {
    height: 100%;
    position: sticky;
    top: 0;
}
/* Sticky Column Style Ended*/

/* Tabs Style */
.Full-tabs-section .e-n-tabs-heading .e-n-tab-title {
    flex-grow: 1;
}
/* Tabs Style Ended */

/* Blog style */
.Blog-list-wrapper .post-cards {
    display: flex;
    gap: 30px;
}

.Blog-list-wrapper .post-cards .post-card .post-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
    margin-bottom: 30px;
}

.Blog-list-wrapper .post-cards .post-card h3 {
    font-size: 24px;
    font-weight: 500;
    padding: 0 30px;
}

.Blog-list-wrapper .post-cards .post-card .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 40px;
}

.Blog-list-wrapper .post-cards .post-card .post-meta .author-info {
    display: inherit;
    align-items: center;
}

.Blog-list-wrapper .post-cards .post-card .post-meta .author-info .avatar {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: cover;
}

.Blog-list-wrapper .post-cards .post-card .post-meta .author-info p {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.Blog-list-wrapper .post-cards .post-card .post-meta .post-date {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.Blog-list-wrapper .post-cards .post-card {
    border: 1px solid #D9D9D9;
}

.Blog-list-wrapper .post-cards .post-card >p {
    padding: 0 30px;
}
/* Blog style ended */

/* Newsletter From */
.newsletters-form-wrapper .form-group .control-label {
    display: none;
}

.newsletters-form-wrapper .form-group .form-control {
    padding: 20px 18px;
    height: auto;
    width: calc(100% - 180px);
}

.newsletters-form-wrapper .newsletters_submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
}

.newsletters-form-wrapper .newsletters_submit .newsletters_buttonwrap {
    display: block;
}

.newsletters-form-wrapper .newsletters_submit .newsletters_buttonwrap .btn {
    width: 100%;
    background-color: #263DB4 !important;
    border-color: #263DB4 !important;
    font-size: 16px;
}
/* Newsletter form ended */


/* Footer Style */
.site-footer .site-footer-section-1 h4 {
    font-weight: 500;
    margin-bottom: 30px;
	color: #fff;
	font-size: 2.5rem;
}

.site-footer p {
    margin: 0;
	color: #fff;
}

.site-footer .icon-list {
    padding: 0;
}

.site-footer .icon-list li, .site-footer .footer-menu-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.site-footer .footer-widget-area .icon-list li a, .site-footer .footer-widget-area .footer-menu-list li a{
	color: #fff;
}

.site-footer .icon-list li img, .site-footer .footer-menu-list li img {
    position: absolute;
    left: 0;
    top: 1px;
}

.site-footer .footer-menu-list li{
    padding-left: 0px;
}

.site-footer .footer-widget-area .widget-title {
	font-weight: 500;
    margin-bottom: 15px;
	color: #fff;
}

.footer-menu-list {
    padding: 0;
}
/* Footer Style Ended */