/* 
Theme Name:		 Mindful Pilates
Theme URI:		 https://www.mindfulpilates.studio/
Description:	 Mindful Pilates 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: 240px;
	-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 {
	background-color: #FFF;
	box-shadow: 0px 1px 1px #EEE;
	padding: 0;
}

.blog #content, .post-template-default #content {
	margin-top: 100px;
}

.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before,
.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after{
	background: #FFF!important;
}

.btn-bottom .elementor-widget-wrap {
	flex-direction: column;
}

.btn-bottom .elementor-widget-wrap div:last-child {
	margin-top: auto;
}

div[class*=ays-pb-modal_].ays-pb-modal {
	padding: 0!important;
}