/*
Theme Name:   Astra Child
Theme URI:    https://sapphireguard.com
Description:  Child theme for Astra
Author:       Sam M.
Author URI:   https://smartland.com
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
Text Domain:  astra-child
*/
.site-header {
    transition: background-color 0.3s, box-shadow 0.3s;
}
.header-style2 .site-header .main-header-bar,
.site-header.sticky .main-header-bar{
    background-color: #1a1a1a;
}
.site-header.sticky {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a box shadow for a subtle effect */
}
.logged-in.admin-bar .site-header.sticky {
    top: 30px;
}
.main-header-bar-navigation ul li a, .main-header-bar-navigation ul li a:hover{
    color: #fff;
}
.main-header-bar-navigation ul li:hover a{
    text-decoration: none;
}
.main-header-bar-navigation ul li a:focus, .main-header-bar-navigation ul li a:active{
    border: none!important;
    outline: none!important;
}
.main-header-bar-navigation ul li:focus, .main-header-bar-navigation ul li:active{
    border: none!important;
    outline: none!important;
}
.our-services h2 {
    height: 80px;
}
.page-template-default h2.wp-block-heading {
    font-size: 24px;
}
.page-template-default h3.wp-block-heading {
    font-size: 20px;
}
.site-footer-primary-section-3 h2, .site-footer-primary-section-3 nav, .ast-footer-social-wrap .footer-social-inner-wrap {
    text-align: right;
}
footer.site-footer a:hover, footer.site-footer ul.menu-footer-links li a:hover{color: #fff;text-decoration: underline;}
@media (max-width: 716px){
    .site-primary-footer-wrap .site-primary-footer-inner-wrap div.site-footer-section,
    .site-primary-footer-wrap .ast-builder-grid-row{
        display: block!important;
        text-align: left;
    }
    .site-footer-primary-section-3 h2, .site-footer-primary-section-3 nav, .ast-footer-social-wrap .footer-social-inner-wrap {
        text-align: left;
    }
}