/* Header */
.sfd-menu-full .secondary-area .thb-search-holder {
    display: none;
}
.reformscape .logolink .logoimg.logo-dark img {
	display: none;
}


/* Footer */
footer#footer {
	background-image: url(/wp-content/uploads/2023/12/sfdora-footer-background.png) !important;
	background-repeat: no-repeat !important;
	background-position: 100% 0 !important;
	background-size: contain !important;
}
footer#footer > .full-width-row {
	max-width: 1440px;
	background-color: unset!important;
}
@media (max-width: 1440px) {
	footer#footer {
		background-image: unset !important;
	}
}

/* DORA Community Engagement Page */
.awardees-2col .awardees-col {
	max-width: 720px;
	padding: 0 35px 0 70px !important;
}
.awardees-2col .awardees-col:first-child {
	padding: 0 70px 0 35px !important;
}
@media (max-width: 640px) {
	.awardees-2col .awardees-col,
	.awardees-2col .awardees-col:first-child {
		padding: 0 20px !important;
	}
}

/* members shortcode */
.mem-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	flex-flow: row wrap;
	border-top: 1px dotted #000;
	padding-top: 20px;
}

.mem-container .mem-title {
	text-align: center;
	margin-top: 50px;
}

.mem-container .member {
	padding: 15px;
	border: 1px solid #a7a9ac;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;	
	margin: 10px !important;
}

.mem-container .member p {
	font-size: 20px;
	line-height: 1.2em;
}

.mem-container .member:hover {
	border:1px solid #fcb711;
}

.mem-container .member.visionary {
	width:45%;
	min-width:200px;
}

.mem-container .member.visionary .mem-pic {
	padding:20px;
}

.mem-container .member.sustainer {
	width:20%;
	min-width:200px;
}

.mem-container .member.sustainer img {
	max-height:100px;
}

.mem-container .member .mem-pic {
	width: 100%;
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	transition-property: opacity;
	transition-timing-function: ease-in;
	transition-duration: 1s;
	margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
	.mem-container .member.visionary {
		width: 100%;
	}
}

@media (max-width: 470px) {
	.mem-container .member.sustainer,
	.mem-container .member.contributor {
		width: 100%;
	}
}


/* board_display shortcode */

.board-container {
	display:flex;
	flex-direction:row;
	flex-flow: wrap;
	justify-content:center;
	align-items:stretch;	
}

.board-container .board-member {
	width:20%;
	min-width:180px;
	margin:15px;
	padding:5px;
}
.board-container .board-member p {
	line-height:1.3em;
}

.board-container .board-member .board-pic {
	width:80px;
	height:80px;
	background-position:center;
	background-size:cover;
	background-color:#fcb711;	
	transition-property: border-radius;
	transition-timing-function: ease-in;
	transition-duration: .5s;
	transition-delay: 0s;	
	margin-bottom:15px;
	border:2px solid #fff;	
	border-radius:200px;
}
/*
.board-container .board-member .board-pic:hover {
	border:2px solid #fcb711;
	border-radius:1px;	
}
*/


/* sidebar posts */
.widget.widget_latestimages ul {
	margin-left: 0;
}
.widget.widget_latestimages .post.listing .post-gallery:not(:has(img)) {
	display: none;
}
@media (max-width: 900px) {
	.widget.widget_latestimages  .post.listing .post-gallery	{
		display: none;
	}
}



/* Reformscape Page */
@media (max-width: 600px) {
	.tara-source-materials-facets .facets .facet .suffix {
		font-size: 12px;
	}
}
@media (max-width: 475px) {
	.reformscape-buttons .wpb_wrapper {
		flex-direction: column;
		gap: 0!important;
	}
	.reformscape-buttons .vc_btn3-container.vc_btn3-inline {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		padding: 5px !important;
	}
	.reformscape-buttons .vc_btn3-container.vc_btn3-inline .vc_btn3 {
		width: 100%;
	}
}
@media (max-width: 450px) {
	.tara-source-materials-facets .facets .facet .suffix {
		font-size: 10px;
	}
	.tara-source-materials-facets .facetwp-type-date_range {
		flex-direction: column;
	}
	.tara-source-materials-facets .facetwp-facet {
		height: unset!important;
	}
}



/* Report Page */
@media (max-width: 475px) {
	.fs-report-buttons .vc_btn3-container.vc_btn3-inline {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		padding: 5px !important;
	}
	.fs-report-buttons .vc_btn3-container.vc_btn3-inline .vc_btn3 {
		width: 100%;
	}
}


/* Resources */
.fs-resource-tags {
	display: inline-block;
}
@media (max-width: 475px) {
	.fs-resource-tags {
		display: flex;
		flex-wrap: wrap;
	}
}

/* Factoids Slideshow */
@media (max-width: 600px) {
	.factoids {
		max-width: 100%!important;
	}
}
.factoids .factoid img {
	margin: 0 auto !important;
}