/*
Theme Name:  St Louis Black Pages and Transformational Healing magazine
Theme URI:  https://black-pages.com
Description:  Theme to support 'Black Pages'. Child theme for the Hot Topix theme.
Author:  LCG Internet Marketing div of Las Casas Graphics - Alex V Las Casas
Textdomain:  black-pages
Author URI:  https://lascasas.graphics
Template:  hottopix
Version:  2.3
License:  GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
.main-story {

	float: left;

	overflow: hidden;

	position: relative;

	max-width: 500px;

	height: 400px;

	}

.main-story img {

	float: left;

	line-height: 0;

	opacity: 0.8;

		-moz-transition: opacity .4s;

		-ms-transition: opacity .4s;

		-0-transition: opacity .4s;

		-webkit-transition: opacity .4s;

	transition: opacity .4s;

	margin-left: 0px;

	max-width: 500px !important;

  height: 400px;

	}

  .main-story-shade {

  	display: block;

  	position: relative;

  	max-width: 500px;

  	max-height: 400px;

  	}

    .main-story-shade:before {

    	box-shadow: 0 0 150px 5px #000 inset;

    	float: left;

    	position: absolute;

    		top: 0;

    		left: 0;

    	max-width: 500px;

    	height: 400px;

    	z-index: 15;

    	}