/*
Theme Name:  Astra Child
Theme URI:   https://registracija.autovela.lt/
Description: Child theme for Astra. Holds registracija.autovela.lt's custom header
             (Autovela logo linking to autovela.lt) and its page styling, so that
             updating the Astra parent theme no longer wipes them. Previously these
             lived as hand-edits inside astra/inc/markup-extras.php and astra/page.php.
Author:      e-lab
Template:    astra
Version:     1.0.0
Text Domain: astra-child
*/

/* ---------------------------------------------------------------------------
 * Verbatim copy of the CSS block that used to be appended, inside a <style>
 * tag, to the end of the Astra parent theme's page.php. Do not restyle — this
 * is a like-for-like migration.
 * ------------------------------------------------------------------------- */

	html{
		margin-top: 0 !important;
		min-height: 100svh !important;
		
	}
	.hfeed.site{
		background-color: #EEEEEE !important;
	}
    .headerContainer{
        width: 100%;
        max-width: 1734px;
        padding:0 120px;
        height: 110px;
        display: flex;
        align-items: end;
		background: white;
    }
    .header img{
        max-height: 55px;
    }
    .header{
        height: 80px;
		background: white;

    }
    @media(max-width: 1599px){
        .headerContainer{
            padding: 0 40px;
        }

    }
    @media(max-width: 1000px){
        .headerContainer{
            padding: 0 10px;
            justify-content: center;
            height: 70px;
			align-items: center;

        }
        .header img{
            max-height: 49px;
        }
        .header{
            height: 50px;
        }
		.booknetic_appointment_container_body {
			min-height: auto;
			padding-bottom: 30px;
		}

    }


