/*
 Theme Name:   Shapely Child (swingo)
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Shapely Child Theme for Swingo
 Author:       Justin
 Author URI:   http://justinphillipson.com
 Template:     shapely
 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:  shapley-child-swingo
*/

.candidate-widget {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.candidate-quick-facts {
	margin-top: 20px;
}

.all-draws {
	min-height: 600px;
}

.li-future {
	visibility: hidden;
}
.li-past {
	opacity: .8;
}
.district-future {
	display: none;
}
.district-past {
	opacity: .3;
}
.district-past:hover {
	opacity: 1;
}

.district-current {
	
}
.round-sticky-sidebar {
	
}
.draw-buttons {
	cursor: pointer;
}

.page-title-section {
	padding:10px 0;
	height: auto;
}
section.content-area {
	padding: 10px 0;
}


html.presentation-html {
	margin: 0 !important;
	height: 100%;
	background-color: black;
}
body.presentation-body {
	height: 100%;
	background-color: black;
}
.presentation-background {
	color: white;
	font-size: 4em;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
}
.presentation-background-text {
	display: flex;
	
}
.presentation-card {
	width: 100%;
	height: 100%;
	border:1px solid black;
	display: none;
	flex-direction: column;
}
.presentation-card-title {
	color: white;
	text-align: center;
}
.presentation-card-candidates {
	height: 100%;
	flex-grow:2;
	flex-direction:row;
	display: flex;
	width: 100%;
}
.presentation-card-candidate {
	width: 50%;
	display: flex;
	flex-direction:column;
}
.presentation-card-candidate-image {
	display: flex;
	flex-grow:2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.presentation-card-candidate-info {
	background-color:black;
	color: white;
	font-size: 3em;
	text-align: center;
}
.presentation-card.presentation-current {
	display: flex;
}
.start-screen {
	text-align: center;
}
#fullscreen-button {
	position: fixed;
	z-index: 100;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.btn-group .btn {
	margin-right:0;
}
.screen-deactive {
	display: none;
}
.btn-group-hide {
	display: none;
}

.paddle {
	position:fixed;
	width: 100px;
	background-color: rgba(0,0,0,0);
	height: 100%;
	z-index: 100;
	opacity: .2;
	font-size: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.paddle:hover {
	opacity: .5;
	background-color: rgba(0,0,0,.25);
}
.paddle-last {
	top:0;
	left:0;
}
.paddle-next {
	top:0;
	right:0;
}
.paddle-hide {
	display: none;
}
.candidate-party-tag {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
}
.party-Democrat {
	background-color: #337ab7;
	color: white;
}
.party-Republican {
	background-color: #aa0000;
	color: white;
}
.district-image.district-image-current {
	display:inline-block;
}
.district-image {
	display: none;
	margin-top: 20px;
}