/* 
Theme Name:		 Rainbow Day Nursery
Theme URI:		 https://www.rainbow-daynursery.co.uk/
Description:	 Rainbow Day Nursery 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 {
	background-color: #FFF;
	box-shadow: 0px 1px 1px #EEE;
	padding: 0;
}

#ast-desktop-header.active img.custom-logo {
    width: 100px;
	-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 .ast-header-button-1 .ast-custom-button {
	color: #FFF;
    background: #009bfe;
    border-color: #009bfe;
}

#ast-desktop-header.active .ast-header-button-1 .ast-custom-button:hover {
	color: #FFF;
    background: #00BB00;
    border-color: #00BB00;
}

#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 {
	background-color: #FFF;
	box-shadow: 0px 1px 1px #EEE;
	padding: 0;
}

/* Pricing Plans */
.lae-pricing-table .lae-pricing-plan {
	background: #F2F3FA!important;
}

.lae-pricing-table .lae-top-header {
	background-color: #DD0000!important;
	border-bottom: 1px solid #DD0000!important;
}

.lae-pricing-table .lae-plan-header {
	background-color: #009bfe!important;
}

.lae-pricing-table .lae-plan-price .lae-text {
	background: #00BB00!important
}

.lae-pricing-table .lae-pricing-plan .lae-purchase {
	background: #009bfe;
}

.table-center {
	text-align: center;
}