/*!
Theme Name: Women's Network
Theme URI: http://www.womensnetwork.org/
Author: Kutia Digital Agency
Author URI: https://kutia.net/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: womensnetwork_wp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

.footer_top .newsletter_button {
	width: 25%;
}
.footer_top .yikes-easy-mc-form{
	position: relative;
}
.footer_top .newsletter_button .EMAIL-label {
	float: left;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #999;
}
.footer_top .newsletter_button .submit-button-inline-label {
	min-width: auto;
}
.footer_top .newsletter_button label input[type="email"] {
	background: transparent;
	border-color: #902a7d;
	border-width: 1px;
	margin-top: 4px;
}
.footer_top .newsletter_button .submit-button-inline-label {
	margin-top: 4px;
	position: absolute;
    right: 0;
}
.footer_top .yikes-easy-mc-form .yikes-easy-mc-submit-button{
	max-height: 47px;
}
.footer_top .yikes-easy-mc-success-message {
	font-size: 13px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.25em;
}
.footer_top .newsletter_button .submit-button-inline-label button {
	background: #902a7d;
	color: white;
	font-size: 12px;
	border: 1px solid #902a7d;
	font-family: Raleway,sans-serif;
	padding: 16px 10px;
}

.wp-block-image{
	float: left;
}
.wp-block-image img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.footer_top .newsletter_button {
		top: auto;
		width: 100%;
		transform: none;
	}
	.footer_top {
		padding: 0 !important;
	}
	.footer_top .newsletter_button .submit-button-inline-label {
		width: 30%;
		margin-top: 18px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footer_top .newsletter_button {
		width: 50%;
		top: auto;
		transform: none;
	}
	.footer_top .newsletter_button .submit-button-inline-label {
		width: 25%;
		margin-top: 18px;
		margin-bottom: 0;
	}
}


.support_section__text .round_button {
	clear: left;
}

@media only screen and (min-width: 1024px) {
	.members_list__inner_holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
}