
.subscribe_container {
	/* width: 100%; */
	margin: 0 auto;
	text-align: center;
}

div.full_screen_width .subscribe_container {
	padding: 0 20px;
	max-width:1000px;
}


@media only screen and (min-width : 1300px) {
	 .full_screen_width {
		width: 1270px;
	}
	
	.full_screen_width {
		margin-left: -335px; /* 1270 - 610 / 2 */
	}
}

@media only screen and (min-width : 970px) and (max-width : 1299px) {
	.full_screen_width {
		width: 970px;
	}
	
	.full_screen_width {
		margin-left: -160px; /* 970 - 610 / 2 */
	}
	
}

@media only screen and (max-width : 969px) {
	.full_screen_width {
		width: 610px;
	}
	
	.full_screen_width {
		margin-left: 0 /* 610 - 610 / 2 */
	}
	
}

@media only screen and (max-width : 610px) {
	.full_screen_width {
		width: 100%;
	}
	
	.full_screen_width {
		margin-left: 0 /* 760 - 610 / 2 */
	}
}


.subscribe_boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px 20px -10px;
	padding: 0 5px 0 5px;
}

.subscribe_box_wrapper {
	/* flex: 1; */
	/* min-width: 200px; */
}

.subscribe_box_wrapper.inactive .subscribe a{
	pointer-events: none;
	visibility: hidden;
}

.subscribe_box_wrapper.disabled .subscribe a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: 50%;
}

.subscribe_boxes div.subscribe {
	display: inline-block;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
	min-height: 265px !important;
	padding: 15px 10px 10px 10px;
	border-radius: 8px !important;
	background-color: #fff;
	margin: 20px 10px 0 10px;
	width: 220px;
}

div.full_screen_width .subscribe_boxes div.subscribe {
	min-width: 220px;
}

.subscribe ul:first-of-type {
	border-bottom: none !important;
	padding-bottom: 0px !important;
}

.subscribe ul {
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0 4px;
}

.subscribe li {
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	padding-left: 12px;
	padding-bottom: 3px;
	
}

.subscribe h2 {
	font-size: 18px !important;
}

#top .subscribe p.price {
	font-size: 20px !important;
}

div.subscribe {
	text-align: center;
}

div.subscribe ul {
	text-align: left;
}

div.subscribe li::before {
	content: "\f147";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	vertical-align: top;
	color: #015c8b;
	margin-left: -30px;
	line-height: 12px;
}

a.select_sub {
	margin: 10px 0px 15px 0px !important;
	border-radius: 5px !important;
}

.subscribe_box_wrapper div.current_sub {
	display: none;
}

.subscribe_box_wrapper.inactive div.current_sub {
	font-size: 1.0rem;
	font-family: Helvetica, Arial, sans-serif;
	margin: 10px 0px 15px 0px !important;
	border-radius: 5px !important;
	display: block;
	text-align: center;
	width: 100%;
	line-height: 150%;
	background-color: rgba(1,1,1,0.1);
	border-radius: 5px;
    border: 1px solid #4CAF50;
    color: #3C9F50;
	padding-top: 6px;
	padding-bottom: 6px;
}

.subscribe_box_wrapper.inactive a.select_sub {
	display: none !important;
}



#top .subscribe p.price {
	font-size: 23px ;
	font-weight: 700;
	color: #222;
}

.main_color .subscribe h2 {
	text-align: center;
	margin-top: 15px;
	font-size: 23px;
	font-weight: 700;
	color: #c3512f;
}



a.select_sub {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 15px auto;
	display: block;
	text-align: center;
	width: 100%;
	line-height: 150%;
	background-color: #c3512f;
	border-radius: 2px;
	color: #fff !important;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top:31px;
}

a.select_sub:hover {
	/* background-color: #ed3639; Alternative light highlight */
	background-color: #ad0000;
	
}

