/* 
Theme Name:		 Hannaford Personal Training
Theme URI:		 https://hannafordpersonaltraining.com/
Description:	 Hannaford Personal Training Bespoke Theme Design
Author:			 Freelance-Creator
Author URI:		 https://www.freelance-creator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 Astra-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

/* Astra Header/Footer Builder CSS */
#ast-desktop-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-desktop-header.active {
	box-shadow: 0px 1px 1px #EEE;
	margin-top: -30px;
	padding: 0;
}

#ast-desktop-header.active img.custom-logo {
    width: 90px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-mobile-header.active {
	padding: 0;
}

#content {
	margin-top: 138px;
}

@media only screen and (max-width: 1055px) {
  #content {
	  margin-top: 102px;
	}
}

.bottom-btn .elementor-widget-wrap {
	flex-direction: column;
}

.bottom-btn .elementor-widget-wrap div:last-child {
	margin-top: auto;
}
