/*
Theme Name:         Sarah Pia Anderson
Theme URI:          https://www.sarahpiaanderson.com
Description:        Custom theme for Sarah Pia Anderson
Version:            0.1
Author:             Jamie Warden
Author URI:         https://www.evanjwarden.com/
Text Domain:        spa

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/



/* Additional Changes to the CSS */


#popup { position:fixed; top:0px; left:0px; width:100%; height:100vh; background-color:#000; z-index:9999; display:none; }
#popup.show { display:block; }
#popup .xout { position:absolute; top:1vw; right:1vw; color:#fff; font-size:20px; font-weight:bold; background-color:rgba(0, 0, 0, .6);
	 z-index:999999; padding:10px 20px; 
}
#popup .xout:hover { cursor:pointer; }

#popup iframe { width:100%; height:100%; }

.thumb-sleeve span.img { height:100% !important; }



.wysiwyg-output-wrapper { text-align:center; }



.container-fluid.two-column-page .col-sm-8.right-column {     width: 55% !important; }