/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Fix bug with header container affecting footer padding */
footer .container {
	margin-left: 0;
	padding: 2%;
}

/* Don't use giant footer padding on mobile devices */
.footer-widgets {
	padding-top: 2%;
}

/* Don't use 3 column layout in footer */
.footer-widgets aside {
	width: 100%;
	margin-bottom: 0;
}

#mc-button {
    background: red;
    color: white;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 0;
}

#mc-email {
    display:block;
    width:100%;
    padding:8px 0;
    text-indent:2%;
}

.main-navigation a:hover {
  color: #fff;
	text-decoration: underline;
}

#mc_embed_signup_scroll h2 {
	color: #000 !important;
	font-size: 24px;
}
.mc-field-group, #mce-responses, #mc-field-group, #mc_embed_signup_scroll .clear {display: inline-block; vertical-align: middle}

.mc-field-group .email {
width: 100%
}
input[type="email"] {
	border-radius: 0;
}

/* TODO (Jeff): Figure out where the stylesheet is that is wiping out this config.
 */
input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}


#mc_embed_signup_scroll input[type="submit"] {
		background: red;
	color: white;
	border: none;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 0;
}

.wpcf7-list-item {
	width: 230px
}

#menu-social-media-menu-1 li a,
#menu-footer-menu li a {
	color: red;
}

.entry-content a:not([class*="button"]) {
	color: red;
	border-bottom: 2px solid red;
}
.entry-content a:not([class*="button"]):hover {
	color: black;
	border-bottom: 2px solid black;
}

.content-column p,
.content-column ul li,
.content-column ol li{
	font-size: 16px;
}

.main-navigation ul li a {
	font-size: 14px
}

.main-navigation ul li:last-child,
.main-navigation ul li:last-child a {
	padding: 0px;
	margin: 0px;
	line-height: 13px;
	text-decoration: none;
}

.main-navigation ul li:last-child a {
	padding: 10px 10px;
	background: white;
	color: red;
}

.cta-wrap h4 {
	font-size: 21px;
	margin: 28px auto;
}

.cta-wrap ul li a {
	border-radius: 0;
	font-size: 14px;
}

.page-template-full-width .cta-wrap {
	display: none;
}

.page-id-7597 .content-area {
	width: 100% !important
}

.post-7948 li {
	margin-bottom: 0px
}

.post-7948 ul, .post-7948 p:not(:last-child) {
	margin-bottom: 1%
}

.block-button {
	border-style:solid;
	border-width: 1px;
	border-color: #000;
	
	min-height: 150px;
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
      margin-left: 50px;
  }
}

/* /join form tmp css */
.commitment_solidarity .wpcf7-list-item,
.commitment_dialogue .wpcf7-list-item,
.commitment_organize .wpcf7-list-item,
.not-sure-yet .wpcf7-list-item {
	width: 100%;
}

.commitment_solidarity .wpcf7-list-item-label,
.commitment_dialogue .wpcf7-list-item-label,
.commitment_organize .wpcf7-list-item-label,
.not-sure-yet .wpcf7-list-item-label {
	width: 100%;
	display: inline-block;
	margin-left: 25px;
}

.commitment_solidarity input[type="checkbox"],
.commitment_dialogue input[type="checkbox"],
.commitment_organize input[type="checkbox"],
.not-sure-yet input[type="checkbox"] {
	position: absolute;
	margin-top: .8rem;
	margin-left: 0;
}