/*
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.12.6.1775553025
Updated: 2026-04-07 09:10:25

*/

.em {
    font-style: italic;
    font-weight: 300;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: grid;
    display: none !important;
}
/* .h-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}

#track {
  display: flex;
} */


/* .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

.entry-content {
  padding: 0 !important;
} */
html {
    scroll-behavior: smooth;
}
.about-display em {
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,173,59,0.6);
}
.together em{
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,173,59,0.6);
}
/* FORM WRAPPER */
.nf-form-cont {
    max-width: 900px;
    margin: auto;
}

/* INPUT + TEXTAREA */
.nf-form-cont input,
.nf-form-cont select,
.nf-form-cont textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #d8d2c8;
    padding: 20px;
    font-size: 14px;
    color: #8f877b;
    outline: none;
}

/* PLACEHOLDER COLOR */
.nf-form-cont input::placeholder,
.nf-form-cont textarea::placeholder {
    color: #b9b1a5;
}

/* REMOVE RADIUS */
.nf-form-cont input,
.nf-form-cont select,
.nf-form-cont textarea,
.nf-form-cont button {
    border-radius: 0;
}

/* GRID (2 COLUMN FIRST ROW) */
.nf-form-cont .nf-field-container {
    margin-bottom: 0;
}

.nf-form-cont .nf-form-content {
    display: flex;
   
}

/* FULL WIDTH FIELDS */
.nf-form-cont .nf-field-container:nth-child(3),
.nf-form-cont .nf-field-container:nth-child(4),
.nf-form-cont .nf-field-container:nth-child(5) {
    grid-column: span 2;
}

/* TEXTAREA HEIGHT */
.nf-form-cont textarea {
    min-height: 150px;
}

/* REMOVE LABELS */
.nf-form-cont h3, .nf-form-cont label {
    display: none;
}
nf-fields-wrap {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

/* BUTTON WRAP */
.nf-form-cont .submit-wrap {
    grid-column: span 2;
}

/* BUTTON STYLE */
.nf-form-cont input[type="button"],
.nf-form-cont input[type="submit"],
.nf-form-cont button {
    width: 100%;
    background: #15140f;
    color: #f5f1ea;
    border: none;
    padding: 14 28px;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
	transition:3s;
    text-align: left;
	border:1px solid #15140f;
}

/* ARROW ADD */
.nf-form-cont button::after,
.nf-form-cont input[type="submit"]::after {
    content: " →";
}

/* HOVER */
.nf-form-cont button:hover,
.nf-form-cont input[type="submit"]:hover {
		background: #f5f1ea;
    color: #15140f;
	border-color:#15140f;
}
.inner_pages_content a{
	padding:0px;
}
.inner_pages_content p{
	margin:0px;
}

.footer_menu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
	margin:0px;
}

.footer_menu ul li{
	cursor:pointer;
	list-style:none;
}
.ast-container {
    max-width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}
.elementor-3 .elementor-element.elementor-element-d1efdd8.inner_pages_content {
    width: 100% !important;
    min-width: 100% !important;
}



@media (max-width: 991px) {
	.header{
		z-index:99999;
		position:relative;
	}
	.footer_menu ul{
		flex-wrap: wrap;
	}
}
@media (max-width: 576px) {
.footer_menu ul {
    text-align: center;
    flex-direction: column;
}
}