/**
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
*/
.entry-content ul, .entry-content ol {
    padding-left: 0;
}

.hover-div {
    position: absolute;
    opacity: 0;
}


.art-item:hover img {
    transform: scale(1.1);
}

.art-item img {
    transition: all .3s;
}

.art-tabs-nav {
    padding: 0;
}

.contact-form * {
	font-family: "Oswald", Sans-serif;
}

.contact-form input, .contact-form textarea {
    font-size: 17px;
    font-weight: 400;
    color: #231F20;
    font-family: "Oswald", sans-serif;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    padding-left: 0 !important;
}
.contact-form p {
    margin: 0;
}
.contact-form textarea {
    height: 98px;
}
.contact-form .wpcf7-submit {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    width: 140px;
    height: 48px;
    border-radius: 4px;
    border: 0;
	margin-top: 20px;
	text-transform: uppercase;
}
.art-item:hover .hover-div {
    opacity: 1;
    z-index: 2;
	padding: 20px;
    width: 100%;
}
.art-item img {
    z-index: 1;
    position: relative;
}
.art-item a {
	display: block;
}
.art-item a::before {
    position: absolute;
    content: '';
    height: 0;
    width: 100%;
    background-color: #00000017;
    z-index: 2;
}
.art-item:hover a::before {
    height: 100%;
}
.high {
    color: #B11F25;
}
.ast-theme-transparent-header #masthead {
    border-bottom: 1px solid #ffffff10;
}
aside.footer-widget-area .wp-block-heading {
    font-size: 16px;
    color: #fff;
}
.art-inner {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.footer-widget-area.widget-area.site-footer-focus-item .wpcf7-form p, .footer-widget-area.widget-area.site-footer-focus-item .wpcf7-form {
    display: flex;
    position: relative;
}
.footer-widget-area.widget-area.site-footer-focus-item .wpcf7-form input {
    width: 100%;
    background-color: #000;
    border: 0;
    height: 45px;
    border-radius: 6px;
		padding-right: 50px;
}
.footer-widget-area.widget-area.site-footer-focus-item .wpcf7-form .wpcf7-submit {
    position: absolute;
    width: fit-content;
    right: 0;
}
.footer-widget-area.widget-area.site-footer-focus-item .wpcf7-form p {
    align-items: center;
    margin: 0;
}
.ast-footer-social-wrap::before {
    content: 'FOLLOW  ME:';
    text-align: center;
    color: #fff;
    font-family: "Oswald", sans-serif;
    width: 100%;
    display: block;
    margin: 0 0 24px;
    font-size: 16px;
}
.footer-social-inner-wrap .footer-social-item {
    padding: 0 20px;
    margin: 0;
}
.footer-social-item+.footer-social-item {
    border-left: 1px solid #f4f4f42b;
}
.wpcf7 form .submit-btn {
    position: absolute;
    right: 0;
    margin: 0;
    height: 100%;
    display: flex;
    padding: 0 10px;
		height: 45px;
}
.footer-widget-area.widget-area.site-footer-focus-item .wpcf7-form .wpcf7-submit {
    font-size: 0;
    padding: 0;
    height: 45px;
    width: 30px;
    max-width: 30px;
	background-color: transparent;
}
.submit-btn img {
    z-index: 1;
}
.wpcf7 form .submit-btn p {
    width: 30px;
}
.submit-btn img {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
	  pointer-events: none;
}

/* Tabs UI */
.art-tabs-wrap { margin-bottom: 30px; }
.art-tabs-nav { list-style: none; margin: 0 0 12px 0; padding: 0; display:flex; flex-wrap:wrap; gap:20px;justify-content: center; }
.art-tabs-nav li { margin: 0; }
.ast-single-post .art-tabs-nav a {
    display: inline-block;
    padding: 11px 28px;
    background: transparent;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    border: 1px solid #dddddd2e;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s;
}
.ast-single-post .art-tabs-nav a:hover {
    opacity: 0.6;
}
.art-tabs-nav li.active a {
    background: #fff;
    color: #000;
}

.art-tab-panel { display:none;margin-top:40px; }
.art-tab-panel.active { display:block; }

        /* Grid for posts */
.grid {
    display: grid;
    grid-auto-rows: 10px;
    grid-auto-flow: dense;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.art-tabs-nav li:nth-child(3) {
    display: none;
}
.art-item {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
	position: relative;
    grid-row-end: span var(--row-span, 10);
}
.large {
    --row-span: 31;
}

.medium {
    --row-span: 25;
}

.small {
    --row-span: 15;
}
        .art-item h3 { font-size:1.05rem; margin:0 0 8px; }
        .art-item p { margin:0 0 8px; color:#555; }
        .art-item img { width:100%; height:auto; display:block; border-radius:4px; }

        /* Responsive: fallback column behavior */
        @media (max-width: 992px) {
            .art-grid { grid-template-columns: repeat(2,1fr) !important; }
        }
        @media (max-width: 600px) {
            .art-grid { grid-template-columns: 1fr !important; }
            .art-tabs-nav { gap:20px; }
            .ast-single-post .art-tabs-nav a { padding:6px 10px; font-size:0.95rem; }
			.large {
    --row-span: 10;
}

.medium {
    --row-span: 10;
}

.small {
    --row-span: 10;
}
        }
@media screen and (max-width: 767px) {
.footer-widget-area.widget-area.site-footer-focus-item {
    margin: 20px 0;
    text-align: center;
}
footer .site-primary-footer-wrap .ast-builder-footer-grid-columns {
    padding: 0 20px;
}
}


/*----- animate css -----*/
footer .wpcf7 form.sent .wpcf7-response-output, footer .wpcf7 form.invalid .wpcf7-response-output, footer .wpcf7 form.unaccepted .wpcf7-response-output, footer .wpcf7 form.payment-required .wpcf7-response-output {
    position: absolute;
    bottom: -42px;
    font-size: 10px;
    color: #fff;
}
.bg {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    width: 100%;
	max-width: 800px;
    height: 100vh;
    background-position-x: center;
    background-size: cover;
    background: transparent;
    border-left: 1px solid #ffffff11;
    border-right: 1px solid #ffffff11;
	margin: auto;
}

@keyframes animateBg {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.bg-item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  animation: animate 5s linear infinite;
}

.bg-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}

@keyframes animate {
0% {
transform: rotate(-90deg) translateX(0);
opacity: 1;
}

70% {
opacity: 1;
}

100% {
transform: rotate(-90deg) translateX(-1000px);
opacity: 0;
}
}

.bg-item:nth-child(1) {
  top: 0;
  left: 0;
  right: initial;
  animation-delay: 0;
  animation-duration: 4s;
}

.bg-item:nth-child(2) {
  top: 0;
  right: 0;
  left: initial;
  animation-delay: 0.2s;
  animation-duration: 5s;
}


/*----- animate ---- */
