/*
Theme Name:     SPLOTpoint
Theme URI:      http://splot.ca
Description:    More modern than your grandfather's slide deck, a presentation maker powered by Wordpress
Version:        0.6
Template:       intergalactic
Author:         CogDog
Author URI:     https://cog.dog/
Tags:          splot
License:       GNU General Public License v2.0
License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
  background-color:#000;
}

h1, h2, h3, h4, h5, h6 {text-align:center;}

.site-title a {
    color: #fff;
    text-shadow: -2px -2px 0 #060606, 2px -2px 0 #060606, -2px 2px 0 #060606, 2px 2px 0 #060606;
}

.home .site-title a {
    text-shadow: -4px -2px 0 #060606, 2px -2px 0 #060606, -4px 2px 0 #060606, 2px 2px 0 #060606;
}


.site-description {
	font-size: 1.5em;
	font-weight: 900;
	color: rgb(165, 6, 18);
	text-shadow: -1px -1px 0 #060606, 1px -1px 0 #060606, -1px 1px 0 #060606, 1px 1px 0 #060606;
}


.hentry {
    background: #fff;
}

.entry-content {
  width:80%;
	font-size:1.3em;
  padding-top: 2em;
}


@media screen and (min-width: 1060px) {
    /* Pull content into margins */
    .entry-content .iframe {
        width: 1000px;
        margin-left: -170px;
    }
}


.entry-content-wrapper {
    min-height: 300px;
}

.entry-footer-wrapper {border:none;}

.post .entry-meta, .author-avatar, .author-bio, .entry-footer {display:none;}

span.meta-nav { color: #222; font-size: 500%;}

.post-navigation .nav-previous a , .post-navigation .nav-next a {font-size: xx-small; color: #fff; width:15%; max-width:30rem; min-width:8rem; padding:0}

.start-slides {text-align:center; margin:2em auto;}
.start-slides a { font-size: 1.5em; color: #fff;  padding:0.5em 1em;}


.splotpoint-footer {
    position: relative;
    clear: both;
    color: #aaa;
    background: #111;
}

.splotpoint-footer a {
    color: #aaa;
}

.splot-info {
	text-align:center;
	padding-bottom: 2em;
	font-size: 0.7em;
}

.site-info {
    font-size: 1.2em;
    margin-bottom:0;
    margin-top:0;
    padding-top: 1em;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .start-slides a:hover {
    opacity: 0.7;
}

img.size-big, .wp-caption.caption-big {margin-left: inherit;}

.twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto;
}

wp-block-embed iframe {
    width: 100%!important;
}

p.wp-caption-text {
    color: #969393;
    font-weight: bold;
    font-size: 90%;
    padding-bottom: 2px;
    border-bottom: 2px dotted rgb(234, 240, 240)
}

/* Print Styles for all slides pages */
	@media print {
		body { background:white; color:black; margin:0; }
		.site-branding, .menu-toggle, .slide-menu, .entry-footer-wrapper, footer#colophon {display: none;}
	}
