/*
 Theme Name:	The Studio Child Theme
 Description:	Child Theme for My Baby Craniosacral
 Template:		the-studio
 Version:		1.0.0
 License:		GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 ------------------------------------------------------- */
 .prefooter-text * {
 	color: var(--e-global-color-secondary);
 	font-family: "Raleway", sans-serif;
 }
 
 .prefooter-text *:first-child {
 	margin-top: 0;
 }

body .cta.elementor-section.newsletter .gform_wrapper form {
	display: block;
    max-width: 500px;
    margin: 0 auto;	
}

body .cta.elementor-section.newsletter .gform_wrapper form ul.gform_fields {
	display: block;
}

body .cta.elementor-section.newsletter .gform_wrapper form ul.gform_fields li.gfield {
	padding-right: 0;
}

body .cta.elementor-section.newsletter .gform_wrapper .ginput_recaptcha > div {
	margin: 0 auto !important;
}

.cta.elementor-section.newsletter .gform_footer {
	text-align: center;
}

.archive .elementor-post .elementor-post__text, 
.blog .elementor-post .elementor-post__text {
	flex-direction: row;
}

.blog .elementor-location-archive {
	position: relative;
}

/*.blog .elementor-location-archive > section:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);
}*/

.blog .elementor-location-archive > section {
	/*background-color: var(--e-global-color-accent);*/
	background-color: #f9fcfc;
}
