/*
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.13.11.1788937175
Updated: 2026-09-09 06:59:35

*/

:root {
  --headerheight: 80px;
}

/* .site-header,
 .site-primary-header-wrap {
    position: fixed !important;
    width: 100% !important;
background:rgb(255,255,255,0.9);
box-shadow: 0 5px 10px rgba(18, 99, 123, 0.25);
} */

.site-header {
  position: fixed;
  /* top: 0; */
  left: 0;
  right: 0;
  width: auto;          /* not 100% */
  max-width: none;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 10px rgba(18, 99, 123, 0.25);
}

.site-content {
    padding-top:var(--headerheight);
}

/* eyebrow over headings */
h4 {
    font-size:14px !important;
    text-transform: uppercase !important;
    font-weight:100 !important;
    letter-spacing:3px;
    padding:0 !important;
    padding-left:4px !important;
}

p {
      padding-left:2px !important;
}


/* padding: 25px 50px 75px 100px;
top padding is 25px
right padding is 50px
bottom padding is 75px
left padding is 100px */

/* eyebrow fancy */
h5 {
    background:#e8eff1  !important;
    font-size:14px !important;
    text-transform: uppercase !important;
    font-weight:100 !important;
    padding:5px 20px 5px 20px !important;
    border-radius:12px !important;
    letter-spacing:3px;
}

/* eyebrow fancy alt */
h6 {
    background:#296c7e  !important;
    font-size:14px !important;
    text-transform: uppercase !important;
    font-weight:100 !important;
    padding:5px 20px 5px 20px !important;
    border-radius:12px !important;
    letter-spacing:3px;
    color:#6febff !important;
}

.blue_shadow {
    box-shadow: 0 5px 10px rgba(18, 99, 123, 0.1);
}

.blue_shadow_dark {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) !important;
}

.move-right-on-hover {
  transition: transform 0.2s ease;
}

.move-right-on-hover:hover {
  transform: translateX(10px);
}

.ast-footer-copyright p {
    font-size:12px !important;
}

.serviceicon img {
  height:50px !important;
  width:50px !important;
}
/* forces background on mobile */
/* @media (max-width: 921px) {
  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-header-break-point .ast-primary-header-bar,
  .main-header-bar-wrap .ast-primary-header-bar {
    background:rgb(255,255,255,0.9) !important;
    background-image: none !important;
  }
} */


/* customise header height */
.ast-primary-header-bar .site-primary-header-wrap,
.ast-mobile-header-wrap .ast-primary-header-bar {
  min-height: var(--headerheight) !important;
  height: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: var(--headerheight) !important;
}

.ast-site-identity {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.site-primary-header-wrap .custom-logo  {
  height: var(--headerheight);
  width: auto;
}

.custom-logo {
    height: 55px !important;
    width: auto !important;
}
/* end of custom height */

/* sureform styling */
.srfm-bg-color {
  background:none !important;
}

.srfm-input-common {
  border:1px solid #DAE7EA !important;
  background:#DAE7EA !important;
}

.srfm-submit-button {
background:#296c7e !important;
}

 /* Smartphones (portrait and landscape) ----------- */
@media screen 
and (min-width: 320px) 
and (max-width: 600px) 
{
  
.site-primary-footer-wrap {
  padding:20px !important;
}

.site-primary-footer-wrap h3{
  padding-top:20px !important;
}

h4 {
    padding-left:2px !important;
}

}