
/*  BAS Subscribe CSS  */

/* vertical stacking version - 2025-09-07 - CEG */

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


	iframe {

		width: 100%;
		height: 100vh;
		border: none !important;
	}
	
	#order_form {
	
		margin: 50px auto;
		max-width: 990px !important;
	}
	
	h1.new_title {

		margin-top: 60px;
		margin-bottom: 10px;
		text-align: center;	
		color: #046380;
	}
	
	.subtitle {
	
		width: 100%;
		margin: 0 auto 20px auto;
		font-size: 30px;
		font-weight: 700;
		text-align: center;
		color: #84292B;
	}

	#magazine_products {

		margin: 0 auto;
		min-width: 990px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.magazine_product_container {

		padding: 10px;
	}

	.magazine_product {

		position: relative;
		min-height: 330px;
		border-top: 6px solid #046380;
		border-right: 1px solid #046380;
		border-bottom: 1px solid #046380;
		border-left: 1px solid #046380;
		font-family: 'Open Sans', sans-serif;
	}

	.magazine_product_small {

		min-height:  247px;
	}
	
	.magazine_product_highlighted {

		border-top-color: #84292B;
		border-right-color: #84292B;
		border-bottom-color: #84292B;
		border-left-color: #84292B;
		
		min-height: 355px;
	}
	
	#yellow_ribbon {

		position: absolute; 
		left: -4px; 
		top: -8px;
		z-index: 9999 !important;
	}

	mark {

		background-color: yellow;
	}
	
	.mark_red {
	
		color: #84292B;
	}
	
	.magazine_product_title {
	
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 22px;
		color: #046380;
	}
	
	.magazine_product_order_now {
	
		margin-bottom: 30px;
	}
	
	.magazine_product_text {

		font-weight: normal;
		font-size: 16px;
		line-height: 22px;
		color: #046380;
	}
	
	.magazine_product_button {

		margin-top: 20px;
	}
	
	.img-responsive {
	
		width: auto !important;
	}
	
	.magazine_product_image {

		position: relative;
		margin: 20px auto;	
		width: 233px;
		height: 306px;
	}
	
	.magazine_product_image_all_access {
	
		width: 233px;
		height: 306px;
	}

	.monthly_cost {
	
		font-weight: bold;
		font-size: 18px;
		color: #84292B;
	}
	
	.billed_annually {
	
		font-weight: normal;
		font-size: 14px;
	}

	.clear_div {

		clear: both;
	}
	
	.shipping_note {
	
		font-family: 'Open Sans', sans-serif;
		margin-top: 0;
		margin-bottom: 20px;
		text-align: center;
		font-size: 14px;
		color: #046380;
	}
	
	.annual_pricing {
	
		font-family: 'Open Sans', sans-serif;
		margin-top: 20px;
		margin-bottom: 0;
		text-align: center;
		font-size: 20px;
		color: #046380;
	}
	
	.small_note_left {
	
		font-family: 'Open Sans', sans-serif;
		margin: 20px 0 !important;
		font-size: 14px;
		color: #046380;
	} 
	
	.subscribe_button {
	
/*		background-color: white !important;  */
	}
	
	.subscribe_button_div {
	
		position: relative;
		float: left;
		margin-right: 30px;
	}
	
	@media only screen and (max-width: 990px) {
	
		#magazine_products {

			width: 400px;
			min-width: 400px;
			max-width: 400px;
		}

		.magazine_product_container {

			float: none !important;
			width: 400px !important;
			margin: 0 auto !important;
		}
	}

