/*
Theme Name: TheStake (GeneratePress Child)
Theme URI:  https://thestake.org
Author:     Lucy Bowe
Author URI: https://nd2a.com
Template:   generatepress
Version:    1.0
License:    GNU General Public License v2 or later
*/

.site-logo {
    max-width: 200px;
}


/* Slideshow Layout */
body.slideshow-layout div#content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

body.slideshow-layout div#primary {
    float: unset;
    left: 0;
    order: 2;
    flex-grow: 1;
}

body.slideshow-layout div#left-sidebar {
    left: 0;
    order: 1;
    width: 180px;
}
@media screen and ( max-width: 1000px ) {
	body.slideshow-layout div#left-sidebar {
		display:none;
	}
}

body.slideshow-layout div#right-sidebar {
    float: unset;
    width: 320px;
    order: 3;
}
@media screen and ( max-width: 800px ) {
	body.slideshow-layout div#right-sidebar {
		display:none;
	}
}
	
body.slideshow-layout .page-links a {
	color: #fff;
	background-color: #EE0C1D;
	padding: 15px 0;
	font-size: 25px;
	text-align: center;
	border-radius: 15px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

div#right-sidebar {position: sticky;top: 0;}

.container.grid-container{margin-top:10px}
footer.site-info{padding-bottom:100px}
body.slideshow-layout div#page{max-width: 1470px}