/*language selector text bigger and easier to read*/
.country-selector.weglot-inline label {
	font-size: 16px;
	color: white;
}
.country-selector.weglot-inline li {
	font-size: 16px;
}

/*remove padding at top of each page*/
.postarea.full {
	padding: 0px;
}
/*remove page name and extra space from top of each page*/
.page .headline{
display:none;}
.headline {padding: 0px;
	
}
.content.no-thumb, .no-thumb {
	padding-top: 0px;
}
/* all headers dark brown*/
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
	color: #392F22;
}
/*all text dark brown and 18px*/
p {
	color: #392F22;
	font-size: 18px;
}

ul {
	color: #392F22;
	font-size: 18px;
}

/*all button links white*/
.wp-block-button__link .has-white-color .has-text-color .has-background .customize-unpreviewable {
	color: #ffffff;
}
/*all links orange except buttons*/
.page a, .page a:link, .page a:visited {
	color: #D88C46;
}

.single a, .single a:link {
		color: #D88C46;
}

/*image captions dark brown and xx px*/
.wp-caption-text, .wp-caption figcaption, .wp-block-image figcaption, [class*="wp-block"] figcaption, .blocks-gallery-caption{
	color: #392F22;
	font-size: 16px;
	text-align: center;
	padding: 5px;
}
/*remove edit link from bottom of each page*/
.post-edit-link {
	display: none;
}

/*decrease margin on left and right sides of publications table*/
.coblocks-column-3271785341 > div {
	margin:1%;
}
/*make header of publications table purple*/
.ninja_footable th {
	background-color: #888eb6;
}
/*fix float issue for summary header in publications table*/
[class*="column"] + [class*="column"]:last-child
{
	float: none;
}
/*change background of publications table to white*/
.ninja_footable tbody {
	background-color: white;
}
/*remove edit link from bottom of publications table page*/
.nt_edit_link {
	display: none;
}

/*podcast category 16px*/
.wpnbha .cat-links a, amp-script .wpnbha .cat-links a
{
	font-size: 16px;
}
/*formatting for blog gallery on cal ag roots page*/
.entry-title-gallery {
	font-size: 20px
}
/*header formatting on podcast episode pages*/
.feature-img.page-banner {
	max-height: 400px;
}

.headline.img-headline {
	font-size: 3em;
	color: white;
	background-color: rgba(251,134,6,.8);
}
/*caption on image slideshow font size 14px*/
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption
{
font-size:18px;
}
