/* 
Theme Name:		 BooBs - Breast Cancer Awareness
Theme URI:		 https://www.bbca.org/
Description:	 BooBs - Breast Cancer Awareness 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 3px #EEE;
	padding: 0;
}

#ast-desktop-header.active img.custom-logo {
    width: 200px;
	-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 {
	box-shadow: 0px 1px 3px #EEE;
	padding: 0;
}

.blog #content, .archive #content, .error404 #content {
	padding: 120px 0 40px;
}

@media screen and (max-width: 1004px) {
	.blog #content, .archive #content, .error404 #content {
		padding: 129px 0 40px;
	}
}

.post-template-default #content {
	padding: 180px 0 60px;
}

@media screen and (max-width: 1004px) {
	.post-template-default #content {
		padding: 150px 0 60px;
	}
}

.wpforms-container.inline-fields .wpforms-submit {
	margin-top: -100px;
}

@media screen and (max-width: 1125px) {
	.wpforms-container.inline-fields .wpforms-submit {
		margin-top: -97px;
	}
}

@media screen and (max-width: 600px) {
	.wpforms-container.inline-fields .wpforms-submit {
		margin-top: -40px;
	}
}