/*
 Theme Name:   Conspiracy
 Theme URI:    https://www.conspiracy.net/
 Description:  Conspiracy Theme
 Author:       Martin Vildvinge
 Author URI:   https://www.wildmedia.se
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  conspiracy
*/
body {
	
}
#masthead {
	max-width: 100%;
}
.swFooter img {
	max-height: 69px !important;
}
.swFooter a:link {
	text-decoration: none !important;
}
.swFooter {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
	align-items: baseline;
	width:100%;
}
.swFooter span {
	font-size: 1.2em;
}

.swMenuBtn { /* li:first-child */
	position:fixed;
	top:10px;
	right:20px;
	background:none;
	margin: 0;
	z-index: 101;
}
.swMenuBtn li {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.swMenu {
	position:fixed;
	color:#ccc;
	top: 80px;
	right:20px;
	z-index: 103;
}
.swMenu ul {
	list-style: none;
	margin: 0;
}
.swMenuBtn ul {
	list-style: none;
	margin: 0;
}
.swMenu li {
	display: flex;
	flex-flow: column;
	padding: 0;
	min-width: 88px;
	max-width: 7em;
	height: 60px;
	background: url("assets/images/filmstrip_frame_l_v.png") left top no-repeat, url("assets/images/filmstrip_frame_r_v.png") right top no-repeat, url("assets/images/filmstrip_frame_c_v.png") center top repeat-x;
	text-align: center;
	align-items: center;
	justify-content: center;
	line-height: 20px;
}
.swMenu li a:link {
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	padding: 0 1.7em;
	color:#000000;
}
.swMenu li a:hover {
	background-color: transparent;
	text-decoration: dotted;
	color:#000000;
}
.swMenu li a:focus {
	background-color: transparent;
	text-decoration: dotted;
	color:#000000;
}
.swMenu li a:active {
	background-color: transparent;
	text-decoration: dotted;
	color:#000000;
}
.swMenu li a:visited {
	background-color: transparent;
	text-decoration: dotted;
	color:#000000;
}
.swMenu li:last-child {
	height: 80px;/* x 
	line-height: 20px;*/
}
.swMenuBtn_p {
	font-size:1.0em;
	font-weight: 500;
	line-height: 0;
	margin:0;
	padding:15px 0 0 0;
}