/* LIVE (RIGHT) */

/*  BAS Subscribe CSS - Horizontal Orientation Supplement  */

/* 2025-09-26 - CEG */

/*  /wp-content/themes/baswp/assets/css/subscribe-horz.css  */


	#magazine_products {

		max-width: 990px;
	}

	.magazine_product_container {

		box-sizing: border-box;
		position: relative;
		text-align: center;
		float: left;
		width: 33%;
		padding: 10px;
	}

	.magazine_product {

		padding: 15px;
		margin-bottom: 30px;
	}
	
	.magazine_product_image_small {
	
	}

	.magazine_product_image_digital,
	.magazine_product_image_print    {
	
		width: 233px;
		height: 306px;
	}

	.magazine_product_title {
	
		margin-top: 20px;
	}	

	.magazine_product_image {
	
/*		margin: 20px auto; */
	}

	@media only screen and (max-width: 990px) {

		br.horizontal_spacer {

			display: none;	
		}
	}
	

	