/*
Theme Name:  Stop Arming Israel
Theme URI:   
Description: Theme for the Stop Arming Israel website
Author:      Stop Arming Israel
Author URI:  https://www.stoparmingisrael.org/
Template:    indie
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Tags:        two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: stoparmingisrael
*/

:first-child {
	margin-top: 0;
}

:last-child {
	margin-bottom: 0;
}

h2, h3, h4, h5, h6 {
	clear: none;
}

h4 {
	font-weight: bold;
}

a {
	font-weight: bold;
}

cite:before {
	content: '';
}

cite {
	display: initial;
	margin: initial;
	padding: initial;
	font-size: inherit;
	font-weight: inherit;
	font-style: italic;
	text-transform: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.site-header {
	height: 680px;
	background-size: cover;
	background-position: 0 95%;
}

.top-bar {
	position: fixed;
}

.site-header .title-wrap {
	position: absolute;
	left: 52px;
	top: 0;
	width: 70%;
	border-bottom: 0 none;
}

.site-title {
	display: block;
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
	line-height: 54px;
	font-size: 25px;
	letter-spacing: normal;
}

.nav-menu {
	position: absolute;
	left: 310px;
	top: 0;
	width: 70%;
}

.menu-main-menu-container {
	max-width: 940px;
	margin: 0 auto;
}

.nav-menu li a {
	font-size: 20px;
}

.nav-menu li#menu-item-40 a {
	color: #CC0000;
}

.search-toggle {
	position: absolute;
	right: 0;
	top: 0;
}

.social-container {
	display: none;
}

.site-content {
	border-top: 5px solid rgba(128,128,128,0.4);
	padding-top: 34px;
}

.post-wrap {
	padding-top: 18px;
}

.page-id-303 .entry-header {
	display: none;
}

.page-id-303 .entry-content {
	margin-top: 0;
}

.entry-content aside {
	padding: 15px;
	background-color: #E0E0E0;
	margin-bottom: 1.1em;
}

.entry-content .alignleft {
	margin-right: 4%;
	margin-bottom: 1em;
}

.entry-content .alignright {
	margin-left: 4%;
	margin-bottom: 1em;
}

.size-thumbnail {
	width: 37.6%;
}

.size-medium {
	width: 48%;
}

.size-large {
	width: 100%;
}

figure.wp-caption img {
	width: 100%;
}

figure figcaption {
	bottom: 0;
	left: 0;
	border-radius: 0;
}

.wp-caption .wp-caption-text {
	margin: 0;
}

.entry-meta, .author, .comments-link, .post-author {
	display: none;
}

.meta-data {
	padding-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.sidebar .widget-title {
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

.widget span.post-date {
	display: inline-block;
}

.edit-share {
	display: none;
}

.footer-widgets {
	padding-top: 20px;
}

.footer-widgets img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 100px;
}

.site-footer {
	font-size: 1.4rem;
}

.site-footer p {
	line-height: 1.5;
}

.site-footer a {
	font-weight: normal;
}

@media all and (max-width: 2250px) {
	.site-header {
		height: 615px;
	}
}

@media all and (max-width: 2000px) {
	.site-header {
		height: 550px;
	}
}

@media all and (max-width: 1750px) {
	.site-header {
		height: 490px;
	}
}

@media all and (max-width: 1500px) {
	.site-header {
		height: 420px;
	}
}

@media all and (max-width: 1200px) {
	.site-header {
		height: 350px;
	}
}

@media all and (max-width: 940px) {
	.site-header {
		height: 290px;
	}
	
	.site-header .title-wrap {
		left: 65px;
		width: auto;
	}
	
	.nav-menu .menu {
		overflow-y: auto;
	}
	
	.nav-menu li#menu-item-40 a {
		color: #FF0000;
	}
	
	.nav-menu li#menu-item-40.current-menu-item a {
		color: #CC0000;
	}
	
	.nav-menu li a:focus,
	.nav-menu li a:hover {
		color: #FF0000 !important;
	}
	
	.site-content {
		padding-top: 20px;
	}
}

@media all and (max-width: 750px) {
	.site-header {
		height: 250px;
	}
	
	.post-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 600px) {
	.site-header {
		height: 225px;
	}
	
	.entry-content .size-medium.alignleft,
	.entry-content .size-medium.alignright {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 400px) {
	.site-title {
		font-size: 20px;
	}
	
	.site-content {
		padding-top: 0;
	}
	
	.inner {
		padding: 0;
	}
	
	#secondary .sidebar-wrap {
		margin-left: 0;
		margin-right: 0;
	}
}

/* The parent theme applies this stylesheet to the TinyMCE editor, which has unfortunate effects that need correcting. */

#tinymce a {
	color: #CC0000;
}

.card-bodies {
  display:flex;
  margin-top:20px;
  flex-flow:row wrap;
}

.card-body {
  align-items:center;
  display:flex;
  flex-direction:column;
  flex-basis:50%;
  margin-bottom:20px;
}

@media all and (max-width: 750px) {
  .card-body {
    flex-basis: 98%;
  }
}

.card-body__name {
  font-size:24px;
  margin-top:10px;
}

.card-body__party {
  font-size:20px;
}

.card-body__img-container {
  position: relative;
  width: 116px;
  height: 116px;
  overflow: hidden;
  border-radius: 50%;
}

.card-body__img-container img {
  width:100%;
  height:auto;
}
