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

input:focus, input[type="text"]:focus {
	border-style: solid;
}

#ast-scroll-top {
  border-radius: 25px;
}

.post-content h2.entry-title a {
  font-weight: 600
}

.post-content .entry-content p {
  color: #494949;
}

.blog img.wp-post-image {
	width: 100%;
    height: 220px;
    object-fit: cover;
}

@media (min-width: 769px) {
	.post-content header.entry-header, .post-content div.entry-content {
		padding: 0 25px;
		width: 60%;
		float: right;
		 clear: none;
	}
	.ast-blog-featured-section.post-thumb {
		width: 40%;
		margin-bottom: 0;
	}
}


.blog-layout-1 .posted-on {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #000;
    padding: 3px 18px;
    border-radius: 20px;
    font-size: 14px;
}

.blog-layout-1 .entry-header span.published {
    color: #fff;
}

.blog-layout-1 .entry-title {
	margin-bottom: 0;
}

.post-content .read-more a {
  text-transform: capitalize;
}

.sidebar-main h3.wp-block-heading {
  border-left: 2px solid var(--ast-global-color-1);
  padding-left: 15px;
}

.sidebar-main .attachment-thumbnail.wp-post-image {
  border-radius: 10px;
}

.sidebar-main .wp-block-latest-posts__post-title {
  display: block;
  max-height: 75px;
  overflow: hidden;
}

#secondary li {
    line-height: 1.25em;
}

#content .wp-block-search__button.has-icon.wp-element-button {
    margin-left: -58px;
    background-color: #fff;
    border-color: var(--ast-border-color);
    color: red;
    padding: .7em 1em;
    border-radius: 0;
}

.home .display-posts-listing .listing-item {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.home .display-posts-listing .listing-item {
    width: 100%;
}

@media (min-width: 544px) {
    .home .display-posts-listing .listing-item {
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .home .display-posts-listing .listing-item {
        max-width: 25%;
    }
}

.home .display-posts-listing .listing-item .image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.home .display-posts-listing .listing-item .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home .display-posts-listing {
    margin-left: -20px;
    margin-right: -20px;
}

.home .display-posts-listing::after {
    content: '';
    display: table;
    clear: both;
}

.home .display-posts-listing .category-display {
  display: block;
}

.home .display-posts-listing .category-display a {
  padding: 4px 8px;
  background: #5CD4D4;
  border-radius: 16px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
}

.header-sticky .site-header {
    background: #fff;
    position: sticky !important;
    top: 0;
    left: 0;
  }

.header-sticky .site-header .ast-above-header-wrap {
	position: absolute;
	width: 100%;
	top: -100px;
}

/* Contact Form */

.wpcf7 .wpcf7-form-control.wpcf7-submit {
    background-color: var(--ast-global-color-1);
    font-family: Inter, Sans Serif;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    font-size: 0.875rem;
}

.wpcf7 .wpcf7-form-control.wpcf7-text, 
.wpcf7 .wpcf7-form-control.wpcf7-textarea {
  border-radius: 15px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wpcf7 .message>p {
  margin-bottom: 0.75em;
}

.wpcf7 .newsletter .wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 8px;
    top: 8px;
    padding-left: 18px;
    padding-right: 18px;
}

.wpcf7 .newsletter .wpcf7-form-control.wpcf7-email.wpcf7-text {
	border: none;
	min-height: 60px;
    padding-right: 11.5rem;
}

.wpcf7 form > div.newsletter {
    margin-bottom: 0;
}

.wpcf7 .newsletter>p {
    margin: 0;
}

.wpcf7 .newsletter .wpcf7-spinner {
    position: absolute;
    top: 18px;
    right: 0;
}

.elementor-widget-wp-widget-recent-posts h5 {
	margin-bottom: 10px;
}
.elementor-widget-wp-widget-recent-posts ul {
	list-style: none;
    margin: 0;
}

.elementor-widget-wp-widget-recent-posts ul li {
	margin-bottom: 5px;
}

.elementor-widget-wp-widget-recent-posts ul li a {
	color: #222;
}

.single .entry-header .post-thumb img {
    width: 100%;
	object-fit: cover;
}

.entry-meta, .entry-meta * {
	color: #323232;
}

h3.comments-title {
    display: none;
}

header.ast-comment-meta.ast-row.ast-comment-author.vcard.capitalize {
    padding: 10px 0;
    margin: 0;
    flex-direction: row;
    display: flex;
    gap: 40px;
}

.ast-comment-time a {
    color: #555;
}

.ast-comment-cite-wrap {
    color: #222;
}

.ast-plain-container .ast-comment, .ast-page-builder-template .ast-comment {
    padding: 1.25em 0;
}

.ast-comment p {
    margin-bottom: 0;
}

.ast-comment-formwrap.ast-row {
	flex-wrap: wrap;
}
p.comment-form-author, p.comment-form-email {
    width: calc(50% - 10px);
}
p.form-submit {
    width: 100%;
}

.woocommerce-js h2 {
    margin-bottom: 0;
}

@media (min-width:922px){
	
.ast-right-sidebar #secondary {
    padding-left: 20px;
}
}

@media (max-width: 460px) {
	.wpcf7 .newsletter .wpcf7-form-control.wpcf7-email.wpcf7-text {
	  padding-right: 1.5rem;
	}
	
	.wpcf7 .newsletter .wpcf7-form-control.wpcf7-submit {
	  position: relative;
	  margin: 10px 0;
	  top: 0;
	  right: 0;
	}
}

@media (max-width: 767px) {
.ast-blog-featured-section.post-thumb.ast-float {
	float: none;
}
img.swiper-slide-image {
    height: 210px;
    width: 100%;
    object-fit: cover;
}
	
.ast-right-sidebar #secondary {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
}