/*
	Theme Name: In Brief 2016
	Theme URI: http://www.inbrief.co.uk/
	Description: 2016 Theme for In Brief
	Version: 1.0
	Author: Jonny Crozet
	Author URI: http://lavadesignstudio.co.uk
*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing: inherit;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
	font-size:62.5%;
}

body {
	background: #fff;
	font:300 14px 'open_sans', Helvetica, Arial, sans-serif;
	color:#444;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	}

h1 {
	font-family: 'open_sanslight';
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 40px;
	}

h2 {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 30px;
	}

h3 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 26px;
	}

h4 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 22px;
	}

h5 {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 20px;
	}

p {
	margin: 0 0 20px 0;
	line-height: 23px;
	}

img {max-width: 100%; height: auto;}

a {
	color: #fa5a10;
	text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		}

li {
	margin-bottom: 15px;
	}

/* Form Elements */

input[type="text"], input[type="password"], select {
	padding: 10px;
	border: 1px solid #c9d3da;
	display: block;
	margin: 0 0 10px 0;
	transition: 0.5s all ease-in-out;
	box-sizing: border-box;
	}

textarea {
	padding: 10px;
	border: 1px solid #c9d3da;
	display: block;
	margin: 0;
	transition: 0.5s all ease-in-out;
	box-sizing: border-box;
	}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#fa5a10;
	text-decoration:none;
}
a:hover {
	color:#fa5a10;
	text-decoration:underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

textarea:focus {
	outline:0;
	border:1px solid #04A4CC;
	}

html.mm-opened {
	position: fixed;
    overflow-y: scroll;
    width: 100%;
}

html.mm-opened #fp-nav {
	opacity: 0;
	}

#flyout-menu:not( .mm-menu ) {
   display: none;
}

/* Buttons */

.btn {
  border: 0px;
  background: #00cc00;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: 0.3s all ease-in-out;
}

.btn:hover {
	background:#009900;
	color: #fff;
	}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.container main {
	padding: 30px 0;
	}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

}

/* banner */

.banner {
  width: 100%;
  background: #00334d;
  clear: both;
}

	.banner p {
		font-size: 26px;
		margin-bottom: 20px;
		color: #ffffff;
		line-height: 30px;
		}

	.banner .col {
	  width: 50%;
	  float: left;
	  padding: 35px 0;
	  box-sizing: border-box;
	  position: relative;
	}

	.banner.multi .col:first-of-type {
	  border-right: 1px solid #c9d3da;
	  padding-right: 60px;
	}

	.banner.multi .col:last-of-type {
	  padding-left: 60px;
	}

	.banner .col input, .banner .col textarea {
	  width: 100%;
	  box-sizing: border-box;
	}

	.banner .col textarea {height: 100px;}

	.banner.multi .col ul {
	  padding-left: 0px;
	}

	.banner.multi .col ul li {
	  list-style-type: none;
	  font-size: 20px;
	  color: #ffffff;
	}

	.banner.multi .col ul li:before {
	  content: "\2714";
	  color: #008000;
	  padding-right: 7px;
	  font-size: 150%;
	  vertical-align: sub;
	}

	/* iaw */

	.iaw {
	  width: 100%;
	  min-height: 45px;
	  margin-top: -60px;
	  overflow: hidden;
	}

	.iaw img {
	  float: right;
	  margin-right: 10px;
	}

	.iaw p {
	  float: left;
	  font-size: 12px;
	  padding-top: 15px;
	  margin: 0;
	}

	/* Or */

	.or {
		display: block;
		position: absolute;
		right: -36px;
		top: 110px;
		font-size: 50px;
		}

		.or i {
			color: #c9d3da;
			background: #00334d;
			padding: 10px;
			}

		.banner.one .or {display: none;}

	/* One form */

	.banner.one .col {width: 100%;}

	.banner.one .col input {
		width: 48%;
		float: left;
		margin-right: 4%;
		}

		.banner.one .col input:nth-of-type(2) {margin-right: 0;}

/* header */
.header {
	height: 127px;
	max-width: 1000px;
	margin: auto;
}

.notice {
	width: 100%;
	height: auto;
	background: #84ff7e;
}

/* logo */
.logo {
	display: block;
	width: 203px;
	height: 83px;
	float: left;
	margin-top: 10px;
}

.logo-img {
	width: 100%;
	height: auto;
}

/* search */

form.search {
  padding: 0 15px;
  background: #ecf3f8;
  float: right;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #c9d3da;
  height: 42px;
  margin-top: 35px;
}

form.search input {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  height: 42px;
  float: left;
  width: 180px;
}

form.search button {
  border: 0;
  background: none;
}

form.search button i {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
}

/* menu btn */

.menu-btn {
  float: right;
  margin-top: 42px;
  margin-left: 40px;
  font-size: 18px;
  color: #333;
}

.menu-btn:hover {
  color: #fa5a10;
  text-decoration: none;
}

.menu-btn i {
  margin-right: 10px;
  font-size: 26px;
}

.menu-btn p {
  float: right;
  line-height: 26px;
  display: block;
  margin: 0;
}

/* breadcrumbs */

.breadcrumbs-wrapper {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 15px;
	padding-bottom: 15px;
}

#breadcrumbs {
	font-size: 14px;
	}

	#breadcrumbs i {
		margin: 0 10px;
		font-size: 10px;
		}

/* nav */

nav#flyout-menu {
	background: #fff;
	}

.mm-panels .mm-navbar {
  background: #f5f5f5;
}

.mm-navbar a.icon-home {
  width: auto;
  margin-left: 20px;
  float: left;
  font-size: 20px;
}

.mm-navbar a.icon-cancel {
  width: auto;
  margin-right: 20px;
  float: right;
}

.mm-navbar a.icon-home:hover, .mm-navbar a.icon-cancel:hover {
  color: #fa5a10;
}

.mm-listview > li:hover {
  background: #f9f9f9;
}

.mm-listview > li > a:hover {
  color: #fa5a10;
  text-decoration: underline;
}

.mm-listview > li:not(.mm-divider)::after {
  left: 0;
}

.mm-menu .mm-search input {
	border: 1px solid #ddd!important;
	background: #fff;
	}

.mm-navbar .mm-search {padding: 7px 15px 0px;}

/* search menu */

.mm-menu .mm-search input {padding: 0 10px;}

/* nav block */

.nav-block {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.nav-block h3 {
  width: 100%;
  background: #fa5a10;
  height: 50px;
  color: #fff;
  line-height: 50px;
  padding: 0px 20px;
  box-sizing: border-box;
  font-size: 20px;
  margin: 0;
}

.nav-block ul {
  padding: 0;
  margin: 0;
}

.nav-block > ul > li {
  background: #f6fafc;
  display: block;
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid #c9d3da;
  border-left: 1px solid #c9d3da;
  border-right: 1px solid #c9d3da;
  cursor: pointer;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.nav-block > ul > li.has-children {
	background: #ecf3f8;
	padding: 0;
	}

.nav-block > ul > li > h4 {
  	display: block;
	height: 40px;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	margin: 0;
	font-size: 14px;
	line-height: 40px;
}

.nav-block > ul > li.has-children i.icon-arrow {
	text-align: center;
	display: block;
	width: 60px;
	border-left: 1px solid #c9d3da;
	float: right;
	height: 40px;
	line-height: 40px;
	padding: 0;
	}

	.nav-block > ul > li i.icon-arrow::before {
		display: block;
		height: auto;
		width: auto;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.nav-block > ul > li h4.active i.icon-arrow::before {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		}

.nav-block > ul > li > ul { display: none; border-top: 1px solid #c9d3da; }

.nav-block > ul > li > ul > li {
  background: #f6fafc;
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #c9d3da;
  cursor: pointer;
  margin: 0;
}

.nav-block > ul > li > ul > li:last-child {border-bottom: 0;}

.nav-block ul li a {color: #3b77a1;}


/* sidebar */

.container main {
  width: 70%;
  float: left;
}

aside.sidebar {
  float: right;
  width: 25%;
  margin-top: 20px;
  margin-left: 5%;
  margin-bottom: 50px;
  background: #ecf3f8;
  padding: 20px;
  box-sizing: border-box;
}

aside.sidebar_disclaimer {
  float: right;
  width: 25%;
  margin-top: 20px;
  margin-left: 5%;
  margin-bottom: 0px;
  background: #feddcd;
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
}

aside.sidebar ul {padding: 0; margin: 0 0 25px 0;}
aside.sidebar ul li {list-style-type: none; margin-bottom: 7px;}

aside.sidebar ul li a {color: #3b77a1;}

/* footer */

.footer {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 50px 0px;
  margin-top: 50px;
  text-align: center;
}

.footer ul {padding: 0; margin-bottom: 30px;}
.footer ul li {display: inline-block; margin: 0px 15px 10px 15px;}

.footer p.legal {
  font-size: 10px;
  line-height: 16px;
  color: #aaa;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


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

}

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

	.container main {
	  width: 60%;
	  float: left;
	}

	aside.sidebar {
	  width: 35%;
	  margin-left: 5%;
	}

	.banner.multi .col .iaw img {
	  height: 32px;
	}


}

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

	.banner.multi .col .iaw img {
	  height: 29px;
	}


}


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

	.banner.multi .col .iaw img {
	  height: 25px;
	}


}

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

	.banner.multi .col .iaw img {
	  height: 22px;
	}


}

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


	/* header */

	header.header {
	  height: 77px;
	}

	a.logo {
	  width: 100px;
	  margin-top: 10px;
	}

	form.search {
	  margin-top: 13px;
	  height: 35px;
	  padding: 0 10px;
	}

	form.search input, form.search button {
	  height: 35px;
	}

	form.search button i {
	  line-height: 35px;
	  height: 35px;
	}

	a.menu-btn {
	  margin-top: 17px;
	}

	a.menu-btn p {
	  display: none;
	}

	.banner p {
		font-size: 22px;
		line-height: 26px;
		}

	.banner .col {
		width: 100%;
		float: none;
		padding: 30px 0px;
		padding-right: 0;
		padding-left: 0;
		}

	.banner.multi .col:first-of-type {
		padding-right: 0;
		padding-bottom: 50px;
		border-right: 0;
		border-bottom: 1px solid #c9d3da;
		}

	.banner.multi .col:last-of-type {
		padding-left: 0;
		padding-top: 50px;
		}

	.banner.multi .col .iaw img {
	  height: 40px;
	}

	.banner.multi .col ul li {
		font-size: 16px;
		}

	.or {
		display: block;
		position: absolute;
		width: 100%;
		right: 0;
		left: 0;
		bottom: -38px;
		height: auto;
		top: auto;
		text-align: center;
		}

	/* sidebar */

	.container main {
	  width: 100%;
	  float: none;
	}

	aside.sidebar {
	  width: 100%;
	  float: none;
	  margin-left: 0;
	  margin-top: 20px;
	}


}

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

	/* header */

	form.search input {
	  width: 120px;
	}

	.banner.one .col input {
		width: 100%;
		float: none;
		margin-right: 0;
		}


}

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

	form.search {display: none;}

}

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

	.iaw img {
	  height: 30px;
	}

	.banner.multi .col .iaw img {
	  height: 30px;
	}

}


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

	.iaw img {
	  height: 25px;
	}

	.banner.multi .col .iaw img {
	  height: 25px;
	}

}

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

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/* ------------- "c4fErrorDialog" styles */

div#c4fErrorOverlay {
    position: absolute;
    top: 0;
    left: 0;
    background: url(http://www.inbrief.co.uk/wp-content/themes/inbrief2016/img/erroroverlay.png);
    width: 100%;
    height: 100%;
	line-height: 20px;
	z-index: 99999999;
}

div#c4fErrorDialog {
	font-family: 'lato';
	font-size: 16px !important;
	background: #fff;
	color: #000;
	border: 4px solid #ccc;
	padding: 8px;
	text-align: center;
	width: 40%;
	padding: 20px;
	max-width: 400px;
	min-width: 240px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	line-height: 20px;
	margin: auto;
	margin-top: 20vh;
	}

	div#c4fErrorDialog h2 {
		margin-top: 0px;
		}

div#c4fErrorDialog span.highlight {
   color: #f20808;
}

div#c4fErrorDialog select#c4fPopupDesc {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 7px;
	border: 1px solid #ddd;
	font-size: 16px;
	}

div#c4fErrorDialog span.entered {
   margin-top: 15px;
   margin-bottom: 15px;
}

div#c4fErrorDialog input#c4fPhoneVal {
    padding: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
	font-size: 16px;
}

div#c4fErrorDialog input#c4fPhoneVal:focus {
    padding: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #5995b2;
	-webkit-box-shadow: 0 0 5px 0 rgba(89,149,178,0.5);
	box-shadow: 0 0 5px 0 rgba(89,149,178,0.5);
}


div#c4fErrorDialog input#c4fCorrectionSubmit {
    background: #86bd4a;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    margin-top: 10px;
    color: #fff;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer;
	font-family: 'lato';
	font-weight: bold;
	text-transform: uppercase;
}

div#c4fErrorDialog input#c4fCorrectionSubmit:hover {background: #6ca430;}

div#c4fErrorDialog input#c4fCorrectionCancel {
    background: #ccc;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    margin-top: 10px;
    color: #666;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer;
	font-family: 'lato';
	font-weight: bold;
	text-transform: uppercase;
}

div#c4fErrorDialog input#c4fCorrectionCancel:hover {
	background: #aaa;
	}



	@media only screen
	and (max-width : 600px) {
	div#c4fErrorDialog {font-size: 14px!important;line-height: 16px;}
	}


/* Pagelocker additions */
.signup-message {
  color: #000000;
  text-align: center;
  font-size: 28px;
  padding: 8px;
  font-weight: bold;
  /*border-top: 1px solid #aaa;*/
  /*border-bottom: 1px solid #aaa;*/
  margin-top: 8px;
  margin-bottom: 0px;
  background: url(http://www.inbrief.co.uk/wp-content/themes/inbrief2016/img/signup1.png);
}
.subscription-topics {
  /*border: 1px solid #aaa;
  border-radius: 16px;*/
  color: #000000;
  font-size: 18px;
  height: 648px;
  padding: 8px;
  background: url(http://www.inbrief.co.uk/wp-content/themes/inbrief2016/img/signup2.png);
}
.subscription-topic {
  margin: 0px;
  font-size: 16px;
}
.subscription-topic b { font-weight: normal; }
.subscription-list { list-style: none; margin: 0px; padding: 0px; text-align: center; }
.subscription-list li { display: inline-block; border: 1px solid #aaa; padding: 8px; border-radius: 16px 16px 0px 0px; width: calc(50% - 8px); margin-left: 4px; margin-right: 4px;}
.subscription-list li .subscription-title { font-size: 24px; font-weight: bold; }
.subscription-list li .subscription-content { margin-bottom: 20px; height: 140px; }
.subscription-list li .subscription-button { margin-bottom: 10px; }

header.header {
  position: relative;
}
#topmenu {
  position: relative;
  width: 100%;
  top: 8px;
  text-align: center;
}

/* ------------- JJ styles register page*/

.full {
	  width: 100%;
  float: left;
	padding: 30px 0 30px 0;
	}

.sub{float: left;width:100%;}

.register .subscription-list li {
    display: inline-block;
    border: 1px solid #aaa;
    padding: 20px 20px;
    border-radius: 0px 0px 0px 0px;
    width: calc(33% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: text-top;
    background-color: white;
}

.register .subscription-list li .subscription-title{
	font-size: 20px;
	clear:both;
}

.register h1 {font-size: 35px;}

.sub h2{
	font-size: 16px!important;
	margin-top: 20px;
	margin-bottom: 0px;
	clear:both;
}

.sub h3{
	font-size: 16px!important;
	margin-top: 0px;
	clear:both;
}

.sub p{
	font-size: 16px!important;
	margin-top: 10px;
	clear:both;
	    margin-left: 10px;
    background: url(img/tick_green.png) no-repeat;
    background-position: left 4px;
    padding-left: 20px;
    text-align: left;
}

.register .subscription-list li .subscription-button{
		margin-top: 30px;
		clear:both;
}

.register .subscription-list li:last-child:before{
    position: absolute;
    content: " ";
    top: -6px;
    right: -7px;
    width: 129px;
    height: 91px;
    background: url(http://www.teachingcave.com/wp-content/themes/teachingcave/images/popular.png);
    z-index: 99999;
    display: block;}
    
   .register .subscription-list li{position: relative;}
   
   .register .main-wrapper{background-color: #ecf3f8;}
   
   .register footer {margin-top:0px;}
    
 	@media (max-width : 700px) {
 	.register .subscription-list li {
	 	display:block;
	 	width:100%;}
    }    
    
    
    /* ------------- JJ styles register button*/
    
    #topmenu {
	margin-top:10px;
	margin-bottom:10px;
}

.unlock-site{margin-left:20px;}

/* ------------- JJ styles payment page*/

.center-block {
	width: 70%;
	margin: 30px auto;
	padding: 30px 0 30px 0;
	background:white;
	border: 1px solid #aaa;
	padding: 20px 20px;
	}
	
 	@media (max-width : 500px) {
.center-block {
	width: 90%;
	}
    }  
	
	.mepr-submit{    border: 0px;
    background: #00cc00;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: 0.3s all ease-in-out;}

   
   .single-memberpressproduct .main-wrapper{background-color: #ecf3f8;}
   
   .single-memberpressproduct footer {margin-top:0px;}
