/*
Theme Name:   Astra Child
Description:  Child theme for Astra
Author:       Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  astra-child
*/


@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeue-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}


.stats-wrap {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      overflow: hidden;
      width: 100%;
      max-width: 720px;
    }

    .stat {
    }

    .stat-number {
      font-size: 52px;
      font-weight: 800;
      line-height: 1;
    }

    .stat-suffix {
      font-size: 32px;
      font-weight: 500;
      color: #111111;
    }

    .stat-label {
      font-size: 16px;
    }

    @media (max-width: 480px) {
      .stats-wrap {
        grid-template-columns: 1fr;
      }
    }

.ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 14px !important;
        font-weight: 400 !important;
}

.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container {
    padding: 40px !important;
    background: #F9F5F2 !important;
}

.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container .wp-block-uagb-counter__number {
    font-weight: 800;
}

h2.wp-block-heading {
    font-weight: 800;
    text-transform: capitalize;
}

.hero-section h1 {
    line-height: 1.3 !important;
	display:flex;
	flex-direction:column;
}

.entry-title {
	line-height: 1.3 !important;
	display:flex;
	flex-direction:column;
	font-weight:800 !important;
	font-size: 4rem !important;
	text-transform:none !important;
	margin-bottom:0 !important;
}
.page .entry-header {
	margin-bottom:0 !important;
}
.entry-title:before {
	content:"";
	    display: inline-flex;
	    border-top-style: solid;
    border-top-width: 2px;
    width: 64px;
    border-color: var(--ast-global-color-0);
    margin-bottom: 14px;
}

.hero-section h1:before {
	content:"";
	    display: inline-flex;
	    border-top-style: solid;
    border-top-width: 2px;
    width: 64px;
    border-color: var(--ast-global-color-0);
    margin-bottom: 14px;
}
.hero-section .widget {
    margin-bottom: 0 !important;
}

.hero-section .textwidget {
    max-width: 460px;
}

.ow-button-base .sowb-button {
    min-height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.third-section .widget {
    margin-bottom: 0 !important;
}

.third-section p {
    margin-bottom: 0 !important;
}

.third-section h2 {
	text-transform:inherit !important;
	font-weight:800 !important;
}

.list-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.list-section ul li {
    display: inline-flex;
    background: #E8E0D8;
    padding: 9px 20px 5px;
    border-radius: 3px;
}

.consultant-section .panel-grid-cell {
    box-shadow: 0 0 5px 0 #0000002e;
    text-align: left;
    padding: 15px;
	    display: flex;
    flex-direction: column;
}

.consultant-section {
  counter-reset: consultant-counter;
}

.consultant-section .panel-grid-cell {
  counter-increment: consultant-counter;
  position: relative;
}

.consultant-section .panel-grid-cell::before {
content: counter(consultant-counter, decimal-leading-zero);
    font-size: 26px;
    color: #e8574a;
    font-weight: 800;
}

.consultant-section .sow-headline {
    font-size: 18px;
    font-weight: 800;
    text-transform: inherit;
    margin-bottom: 10px;
}

.consultant-section  .sow-sub-headline {
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
}

.consultant-section .panel-grid-cell:hover {
    box-shadow: 0 0 5px 3px #0000002e;
}

.way-consult-section .widget {
    margin-bottom: 0 !important;
}

.way-consult-section p {
    margin-bottom: 0 !important;
}

.way-consult-section h2 {
	text-transform:inherit !important;
	font-weight:800 !important;
}


.way-consult-section h3.sow-headline {
    font-size: 22px;
    font-weight: 800;
    text-transform: inherit;
    margin-bottom: 10px;
}

.way-consult-section  .sow-sub-headline {
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
}

.way-consult-section .panel-grid-cell .panel-grid-cell {
    border: 1px solid #ea685c;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 3px;
    background: #ffffff;
}

.way-consult-section .panel-grid-cell .panel-grid-cell:hover {
	    box-shadow: 0 0 5px 3px #0000002e;
}

.way-consult-section .panel-grid-cell .panel-grid-cell .sow-sub-headline {
    margin-bottom: 15px  !important;
}

.way-consult-section .panel-grid-cell .panel-grid-cell .sowb-button {
    justify-self: flex-start;
}

.testimonial .widget-title {
	    text-transform: inherit !important;
    font-weight: 800 !important;
	    font-size: 3rem;
	    line-height: 1.4em;
	margin-bottom:0;
}


.sow-testimonials .sow-testimonial-wrapper.sow-layout-side .sow-testimonial {
   box-shadow: 0 0 5px 0 #0000002e;
    border-radius: 5px;
    flex-direction: column;
    padding: 20px;
}

.sow-testimonials .sow-testimonial-wrapper.sow-layout-side .sow-testimonial:hover {
	    box-shadow: 0 0 5px 3px #0000002e;
}

.sow-testimonials .sow-user-left .sow-testimonial-user {
    width: 100% !important;
    order: 10;
    padding: 0 !important;
    color: #e8574a;
}

.sow-testimonials .sow-user-left .sow-testimonial-user .sow-testimonial-name:before {
    content: "-";
    display: flex;
}

.sow-testimonials .sow-user-left .sow-testimonial-user .sow-testimonial-name {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.sow-testimonials .sow-testimonial-wrapper.sow-layout-side .sow-testimonial .sow-testimonial-text {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 15px;
}

.sow-testimonials .sow-testimonial-wrapper.sow-layout-side .sow-testimonial::before {
  content: "★★★★★";
  font-size: 20px;
color: #e8574a;
  letter-spacing: 3px;
}

.timing-section .sow-headline {
	    text-transform: inherit !important;
    font-weight: 800 !important;
}


.timing-section .sow-buttons-grid {
    grid-template-columns: minmax(0, max-content) minmax(0, max-content) !important;
    justify-content: center;
}
.timing-section .three-column-button .sow-buttons-grid {
    grid-template-columns: minmax(0, max-content) minmax(0, max-content) minmax(0, max-content) !important;
}
.site-footer {
    background-color: #1a1a2e;
    color: #ffffff;
}

.ast-footer-copyright.site-footer-focus-item {
	color: #ffffff !important;
}
#astra-footer-menu .menu-item > a {
	color: #ffffff !important;
}

.page-id-709 h1.entry-title {
    display: none;
}

.about-auther .so-widget-sow-image {
    position: relative;

}

.about-auther .so-widget-sow-image .widget-title {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 400;
	opacity: 0;
  transition: opacity 0.35s ease;
}

.about-auther .so-widget-sow-image:hover .widget-title {
	opacity: 1;
}

.about-auther .widget_sow-image {
		overflow:hidden;
	border-radius:10px;
}
.about-auther .so-widget-sow-image img {
 transform: scale(1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.about-auther .so-widget-sow-image:hover img {
  transform: scale(1.05);
}

.list-about {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list-about li {
    display: inline-flex;
	justify-content:center;
    padding: 8px 16px 5px;
    background: #f0eae4;
    border-radius: 30px;
}

.list-about-white{
	 margin: 20px 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.list-about-white li {
    display: inline-flex;
	justify-content:center;
    padding: 8px 16px 5px;
    background: #ffffff;
	text-align:center;
}
.about-two-column .panel-grid-cell {
    border-color: #cccccc !important;
}

.about-two-column .panel-grid-cell .sow-headline {
    margin-bottom: 10px;
    text-transform: none;
    color: #ea685c;
}
.info-box {
    background: #E8E0D8;
    padding: 10px 20px;
    border-left: 5px solid #ea685c;
}

.about-timing-section .sow-buttons-grid {
	    justify-content: flex-start !important;
}

h5, .entry-content :where(h5) {
    text-transform: unset !important;
}
.three-column{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-left li {
	justify-content:flex-start;
	text-align:left;
}

h2, .entry-content :where(h2) {
	 text-transform: unset !important;
}

h3, .entry-content :where(h3) {
	 text-transform: unset !important;
}

.archive .entry-title, .blog .entry-title, .search .entry-title {
    font-size: 18px !important;
}