/* 
Theme Name:		 Frank Interiors
Theme URI:		 https://frankinteriors.space/
Description:	 Frank Interiors 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 {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	padding: 1.2em 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: 0 0 20px 0 rgb(36 83 107 / 15%);
	padding: 0.5em 0;
}

.main-header-bar {
	padding: 0;
}

#ast-mobile-header {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	padding: 1.2em 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-mobile-header.active {
	box-shadow: 0 0 20px 0 rgb(36 83 107 / 15%);
	padding: 0.5em 0;
}

.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
	text-transform: uppercase;
}

#content {
	margin-top: 121px;
}