*, :after, :before
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
	/*-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;*/
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

body, html, div, span
{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

div { margin: inherit; }

html, body
{
	background-color: #eaedf2;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 1.5;
}

/*#inner-content {
    width: 1200px;
    max-width: 100%;
}
#main {
    width: calc(100% - 300px);
}
.sidebar {
    width: 300px;
}*/

.header
{
	background-color: #eaedf2;
	background-image: url(https://americangulag.org/wp-content/uploads/2021/09/capitol-background4.jpg);
	background-size: cover;
	background-position: center right;
	min-height: 260px;
	/*height: 25vh;*/
	box-shadow: inset 0 -70px 70px -70px rgb(0 0 0 / 30%);
	border-bottom: solid 2px #fff;
	padding: 20px 0;
}

#inner-header
{
	margin: 0 auto;
	text-align: center;
}

.sidebar { margin-top: 0; }
.widget { margin: 1em 0 2.2em; }

body.home main h1
{
	font-size: 2.0em;
	line-height: 1.2;
	font-weight: 600;
	margin: 40px 0 6px 4px;
}

h1.entry-title.single-title { font-size: 1.6em; }

.support-prisoners
{
	background: #e00000;
	color: #fff!important;
	border-radius: 1px;
	padding: 10px 16px;
	display: block;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.4;
	box-shadow: 0 0 0 5px #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.support-prisoners:hover
{
	background: #ff2121;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body.single .entry-content p,body.single .entry-content blockquote, body.single .entry-content
{
	margin: 0 0 1.5em;
	line-height: 1.7em;
	font-size: 18px;
	color: #000;
	font-style: normal;
}

.entry-content blockquote { border-left: solid 10px #e00000; }
code, kbd, pre, samp { font-family: monospace, serif; }
button, input, select, textarea { font-family: 'Merriweather', serif; }
span.amp { font-family: 'Merriweather', serif; }
.field, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea, body { font-family: 'Merriweather', serif; }
header .nav li .menu-description, .nav li .menu-description a { font-family: 'Merriweather', serif; }
iframe { max-width: 100%; }

img
{
	max-width: 100%;
	height: auto;
}

#logo a a
{
	width: 600px;
	max-width: 100%;
}

#logo a
{
	display: block;
	width: 600px;
	max-width: 100%;
	margin: 20px auto -50px;
	opacity: .9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#logo a:hover
{
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tagline
{
	color: #fff;
	margin: 0 0 2em;
	text-transform: uppercase;
	font-size: 0.75em;
	text-shadow: 0px 1px 3px #000;
	font-weight: 600;
	background: rgb(0 0 0 / 60%);
	display: inline-block;
	padding: 5px 20px;
	width: 450px;
	max-width: 100%;
}

body.single .entry-content ol
{
	list-style-type: decimal;
	padding: 0 0 0 18px;
}

body.single .entry-content ul, body.page-template-template-map-custom .entry-content ul, #rpwwt-recent-posts-widget-with-thumbnails-3 ul
{
	list-style-type: disclosure-closed;
	padding: 0 0 0 18px;
	margin: .5em 0 1em;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 ul li
{
	margin: 0;
	overflow: visible;
}

body .post-thumbnail { display: none; }

body.individual .post-thumbnail
{
	display: block;
	width: 180px;
	float: right;
	margin: 14px 0 2px 18px;
	border-radius: 3px;
	overflow: hidden;
	line-height: 0;
	padding: 0;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field
{
	background: #fff;
	border: solid 1px #ccc;
	padding: 0 12px;
	width: calc(100% - 24px);
}

.sidebar button#searchsubmit { display: none; }

.search-results-category a
{
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	font-size: 80%;
}

p
{
	-webkit-hyphens: none;
	-moz-hyphens: unset;
	hyphens: none;
}

a { text-decoration: none; }
.entry-content a { border-bottom: dotted 1px rgb(224 0 0 / 20%); }
body.news p.byline.vcard { margin-top: -20px; }
body.home #recent-posts-widget-with-thumbnails-2 { display: none; }

.under-header-disclaimer
{
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 5px;
	font-size: .8em;
}

a.individual-link, a.news-link
{
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
	line-height: 1.4;
	display: block;
	font-weight: 600;
}

a.individual-link:hover, a.news-link:hover { color: #e00000; }

.homepage-more-button
{
	text-align: center;
	margin: 0 auto 40px;
	background: #e00000;
	color: #fff!important;
	display: block;
	border-radius: 0 0 3px 3px;
	text-transform: uppercase;
	padding: 6px 2px 5px;
	font-size: 24px;
	font-weight: 600;
	z-index: 999999;
	width: 90%;
	box-shadow: inset 0 20px 20px -20px rgb(0 0 0 / 50%);
	line-height: 1.1;
}

.homepage-more-button:hover { background: #ff2121; }
.hentry { overflow: hidden; }
#menu-primary-menu { text-align: center; }

.nav li
{
	margin: 0 auto;
	position: relative;
	float: none;
	display: inline-block;
}

.footer { text-align: center; }

.footer .footer-links
{
	margin: -10px auto 0;
	text-align: center;
}

.footer-links .nav li
{
	float: none;
	display: inline-block;
}

.nav li a
{
	margin: 0 .4em 0 0;
	background: rgb(0 0 0 / 40%);
	font-weight: 900;
	padding: 4px 10px;
	box-shadow: 0px 0px 0px 2px #dad1ce, 0 4px 10px 0px #000;
	min-width: 110px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-links .nav li a { background: #323944; }

.nav li.current-menu-item a
{
	background: #e00000!important;
	font-weight: 900;
}

.nav li a:hover, .nav li a:focus
{
	color: #fff;
	text-decoration: none;
	background: #730000;
	font-weight: 900;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body.home article.hentry
{
	box-shadow: 2px 10px 25px -19px #000;
	margin: 0;
}

body.home header.article-header.individuals
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2em 0 0 2em;
	-webkit-columns: 3 260px;
	columns: 3 260px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

body.home header.article-header.individuals .individual-name { padding: 10px 0; }
body.category-news article .entry-content { padding: .5em 1.5em 0; }
ul.case-documents a { color: inherit; }

section.entry-content .wp-caption
{
	margin: 0 0 30px;
	box-shadow: 0 0 1px 1px #fff, 2px 10px 25px -22px #000;
	clear: both;
}

section.entry-content .wp-caption.alignright { margin: 0 0 30px 10px; }
section.entry-content .wp-caption.alignleft { margin: 0 10px 30px 0; }

section.entry-content .wp-caption .wp-caption-text
{
	margin: 0;
	font-size: 14px;
	text-align: left;
	line-height: 1.2;
}

.entry-content pre
{
	font-size: inherit;
	background: inherit;
	color: inherit;
	font-family: inherit;
	padding: 0;
	margin: 0;
}
