#gmr-subscribe .hide{
	display: none;
}
#gmr-subscribe{
	font-family:  'Roboto', sans-serif;
	font-size: 16px;
	background: #010101 url('/wp-content/themes/bold-news/images/gmr-subscribe-bg-2.jpg') no-repeat right center; 
	background-size: auto 100%;
	padding: 114px 0;
}
.btSidebar #gmr-subscribe{
	background-position: -40% center;
	padding: 21px 0 0 0;
	margin-bottom: 30px;
}
#gmr-subscribe .container{
	width: 100%;
	max-width: 633px;
	padding: 0 18px;
	margin: 0 auto;
	text-align: center;
}
#gmr-subscribe h3,
#gmr-subscribe p{
	color: #fff;
	margin-bottom: 21px;
}
#gmr-subscribe h3{
	margin-bottom: 12px;
	padding: 0;
}
#gmr-subscribe h3{
	font-family:  'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 39px;
	line-height: 1.2em;
}
.btSidebar  #gmr-subscribe h3{
	font-size: 30px;
}
#gmr-subscribe form{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 18px;
}
#gmr-subscribe .gmr-col{
	padding: 2px;
}
#gmr-subscribe .gmr-col:first-of-type{
	flex-grow: 1;
}
#gmr-subscribe form input,
#gmr_nl form input,
#gmr-subscribe form button{
	font-family:  'Roboto', sans-serif;
	font-size: 15px;
	height: 45px;
}
#gmr-subscribe form input,
#gmr_nl form input{
	background:#fff;
	padding: 0 12px;
	width: 100%;
	color: #181818;
	border: none;
}
#gmr-subscribe form button,
#gmr-subscribe .gmr-cta,
#gmr_nl form button{
	display: inline-flex;
	align-items: center;
	background: #0e6939;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	border:none !important;
	border-radius: 2px;
	padding: 0 18px;
	height: 45px;
	font-size: 15px;
	font-weight: 700px;
	text-transform: uppercase;
}
#gmr-subscribe form button:hover,
#gmr_nl form button:hover{
	background: #117e44;
	cursor: pointer;
}
#gmr-subscribe .assurance{
	font-size: 12px;
	font-style: italic;
	opacity: .5;
}
#gmr-subscribe .alert{
	color: red;
}

@media screen and (max-width: 600px) {
	#gmr-subscribe h3{
		font-size: 33px;
	}
}

@media screen and (max-width: 700px) {
	#gmr-subscribe .gmr-col,
	#gmr-subscribe form label,
	#gmr-subscribe form input,
	#gmr-subscribe form button{ 
		width: 100%;
		text-align: center;
	}
	#gmr-subscribe form button{
		justify-content: center;
	}
}
@media screen and (max-width: 800px) {
	#gmr-subscribe{ background-image: none; }
}

#optin-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 99999;
  background: rgba(14,105,57,.8);
}
.optin-modal-card{
	width: 100%;
	max-width: 800px;
	box-shadow: 0 0 36px rgba(0,0,0.25);
	position: relative;
}
#optin-modal.show {
  display:flex;
  align-items: center;
  justify-content: center;
}
#optin-modal button.optin-close{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #000;
	border: none;
	margin: 0;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
}
#optin-modal #gmr-subscribe{
	background-position: 225% center;
}
/* -------------------------------------------------- */
/* Newsletter Subscribe Page
/* -------------------------------------------------- */
#gmr_nl{
	background: url('/wp-content/themes/bold-news/images/gmr-subscribe-wbg.jpg') no-repeat right center;
	background-size: auto 100%;
}
#gmr_nl label{
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
}
#gmr_nl input.email{
	border: 2px solid #000;
}
#gmr_nl .nl-checks{
	padding: 24px 0 9px 0;
}
#gmr_nl .nl-checks label{
	background: url('/wp-content/themes/bold-news/images/check-ticked.svg') no-repeat;
	padding-left: 42px; 
	font-weight: normal;
}
#gmr_nl label h3{
	padding: 0;
	margin-bottom: 0;
	font-size: 24px;
}
#gmr_nl label p{
	margin-bottom: 18px;
}
#gmr_nl form{
	padding-top: 24px;
}
#gmr_nl .hide{
	display: none;
}
#gmr_nl .nl-checks input[type=checkbox]{
	display: none;
}
#gmr_nl .nl-checks input[type=checkbox]:checked + label{
	background-image: url('/wp-content/themes/bold-news/images/check-unticked.svg');
}
@media screen and (max-width: 900px) {
	#gmr_nl{ background: none; }
}
