/*
Theme Name: MemberMouse
Author: Ali Jafarian
Author URI: http://alijafarian.com/
Description: Custom theme based off WP twentythirteen.
Version: 1.0
*/


/* Table of Contents
========================================================================================================== */
/*
01: Global
02: Header
03: Content
04: Footer
05: Forms
06: Tables
07: Bootstrap Over-rides
08: Plugins
09: Responsive (Media Queries)
/*


/* 01: Global
========================================================================================================== */
/* ---------- Fonts ---------- */
@font-face {
    font-family: 'MuseoSans700';
    src: url('fonts/museosans_700-webfont.eot');
    src: url('fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/museosans_700-webfont.svg#MuseoSans700') format('svg'),
         url('fonts/museosans_700-webfont.woff') format('woff'),
         url('fonts/museosans_700-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ---------- Eric Meier Reset (thanks, Eric) ---------- */
html,body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-align: left;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p {margin: 0 0 20px;}
h1, h2, h3, h4, h5, h6 {font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.4em;}
h1 {font-size: 2.4em; font-weight: 300; letter-spacing: -1px; padding: 0 0 10px; border-bottom: 1px solid #ddd;}
h2 {font-family: 'Open Sans', sans-serif; font-size: 2em; font-weight: 300;}
h3 {font-size: 1.8em;}
h4 {font-family: 'MuseoSans700', sans-serif; font-size: 1.4em;}
h5 {font-size: 1.2em; font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: bold; margin: 0 0 10px;}
h6 {font-size: 1em; font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: bold; margin: 0 0 10px;}
p {font-size: 1em; line-height: 1.6em; color: #333;}
p.headline {font-family: 'Open Sans', sans-serif; font-size: 1em; margin: 0 0 30px;}
p.headline.jumbo {font-size: 1.5em;}
p.caption {padding: 10px; font-weight: bold; text-align: center; background: #ddd; color: #333;}
p.terms {font-size: 1em; margin: 20px 0;}

pre {position: relative; padding: 15px; margin: 0 0 20px; background: #000; color: #999; font-size: .75em; line-height: 1.8em;}
pre .pre-label {position: absolute; top: 10px; right: 10px; padding: 5px; font-size: .8em; background: #333; color: #ccc;}
pre .code-highlight {color: #fff;}
pre .code-html {color: #3cc;}

blockquote {padding: 10px; margin: 0 0 20px; background: #edfdc7; color: #333; font-style: italic; border-left: 4px solid #000;}

code {font-size: 90%;}

hr {border-top-color: #ddd;}
hr.thick {border-top-width: 5px; margin: 20px 0 40px;}
.page-section.blue hr.thick {border-top-color: #369;}

img {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

iframe {
	max-width: 100%;
	margin: 0 0 20px;
}

.centered {
	text-align: center;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}

.icon-container {
	display: inline-block;
	padding: 6px 10px;
	margin: 0 5px 0 0;
	text-align: center;
	background: #066cd2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.icon-container i {
	color: #fff;
}

.cta-button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
	background: #f60;
}
.cta-button:hover {
	background: #f30;
	color: #fff;
	text-decoration: none;
}
.cta-button.large {
	font-size: 1.5em;
	padding: 20px 40px;
}
.cta-button i {
	opacity: .5;
}

span.highlight {
	color: #fc0;
}
span.mm-blue {
	color: #066cd2;
}
.color-bar {
	display: block;
	width: 100%;
	height: 10px;
	background: url(images/color-bar.png) bottom center repeat-x;
}

.edit-link {
	display: block;
	margin: 20px 0;
}

.maintenance-container {
	margin: 50px auto;
	.logo {
		text-align: center;
		margin: 0 auto 20px;
	}
	p {
		font-size: 1em;
		text-align: center;
		color: #fff;
	}
}


/* 02: Header
========================================================================================================== */
#header .navbar-inverse,
#header.scroll .navbar-inverse {
	background: #066cd2;
	border: none;
}
#header .navbar-inverse,
#header.scroll.colored .navbar-inverse {
	padding-bottom: 3px;
	background: url(images/color-bar_3px.png) bottom center repeat-x #066cd2;
	border: none;
}
#header .navbar-brand {
	font-family: 'Myriad-Pro', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	margin: 15px 0;
	padding: 0;
	width: 296px;
	height: 40px;
	background: url(images/membermouse-logo_white_296x40.png) no-repeat;
	display: block;
}
#header .navbar-brand:hover {
	color: #ccc;
}
#header .navbar-brand span {
	font-weight: 700;
}
#header .navbar-inverse .navbar-toggle {
	background: #066cd2;
	border-color: #fff;
}
#header .navbar-inverse .navbar-collapse,
#header .navbar-inverse .navbar-form {
	border-color: #fff;
}
#header .navbar-inverse .navbar-nav {
	font-weight: bold;
}
#header .navbar-inverse .navbar-nav > li > a {
	font-size: .9em;
	padding: 15px 20px;
	line-height: 40px;
	color: #a4dbfe;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#header .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
}
#header .navbar-inverse .navbar-nav > li > a.get-started {
	padding: 5px 15px;
	margin: 15px 0 15px 10px;
	height: 30px;
	line-height: 30px;
	background: #f60;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#header .navbar-inverse .navbar-nav > li > a.get-started:hover {
	background: #f30;
}
#header .navbar-inverse .navbar-nav > .open > a {
	background-color: #036;
}

/* white header version */
#header .navbar-inverse.white {
	background: #fff;
}
#header .navbar-inverse.white .navbar-brand {
	background: url(images/membermouse-logo_296x40.png) no-repeat;
}
#header .navbar-inverse.white .navbar-nav > li > a {
	color: #09c
}
#header .navbar-inverse.white .navbar-nav > li > a:hover {
	color: #06c;
}
#header .navbar-inverse.white .navbar-nav > li > a.get-started {
	color: #f90;
}
#header .navbar-inverse.white .navbar-nav > li > a.get-started:hover {
	color: #f60;
}


/* 03: Content
========================================================================================================== */
#wrapper {
	width: 100%;
	padding: 67px 0 0;
}

/* ----- page header ----- */
.page-header {
	width: 100%;
	padding: 25px 0 20px;
	margin: 0;
	background: #f5f5f5;
	border-bottom: 5px solid #eee;
}
.page-header h1 {
	font-weight: 700;
	color: #369;
	padding: 0;
	margin: 0;
	border: none;
}

/* ----- content ----- */
.content {
	padding: 30px 0;
}
.content ul,
.content ol {
	margin: 0 0 30px 18px;
	color: #333;
}
.content li {
	margin: 0 0 15px;
}

/* bios */
.bio {
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.bio:first-child {
	border-top: none;
}
.bio img {
	float: left;
	margin: 0 20px 20px 0;
	width: 160px;
}
.bio h4 {
	margin: 5px 0 10px;
}

/* login */
.padded-container {
	padding: 30px;
	margin: 0 0 20px;
	border: 4px solid #eee;
}


/* ----- page sections ----- */
.page-section {
	padding: 40px 0;
}
.page-section.less-padding {
	padding: 20px 0;
}
.page-section h2 {
	font-size: 2.4em;
	text-align: center;
	letter-spacing: -1px;
	margin: 0 0 30px;
}
.page-section.grey {
	background: #eee;
}
.page-section.blue {
	background: #066cd2;
}
.page-section.blue.dark {
	background: #036;
}
.page-section.blue h2 {
	color: #fff;
}
.page-section.blue h3 {
	color: #fff;
}
.page-section.blue h4 {
	color: #fff;
	margin: 0 0 10px;
}
.page-section.blue h5 {
	color: #fff;
}
.page-section.blue h5 .label {
	color: #066cd2;
}
.page-section.blue.dark h5 .label {
	color: #036;
}
.page-section.blue p {
	color: #bfd0e1;
}
.page-section.blue.dark p {
	color: #69c;
}
.page-section.blue a {
	color: #fc0;
}
.page-section.blue a.btn,
.page-section.blue a.cta-button {
	color: #fff;
}
.page-section.blue a:hover {
	color: #fff;
}
.page-section.blue .alert-info {
	background: #fff;
}
.page-section.blue .alert-info p {
	color: #999;
}
.page-section.blue .alert-info a {
	color: #428bca;
}
.page-section.blue ul {
	color: #eee;
}
.page-section.blue p.caption {
	background: #06529f;
	color: #eee;
}
.page-section.turquoise {
	background: #1cb6b6;
}
.page-section.turquoise h3 {
	color: #fff;
}
.page-section.turquoise p {
	color: #adfcfc;
}
.page-section.orange {
	background: #f90;
}
.page-section.orange h3,
.page-section.orange p {
	color: #fff;
}
.page-section.green {
	background: #9c0;
}
.page-section.green h3 {
	color: #fff;
}
.page-section.green p {
	color: #e8f7b9;
}
.page-section.about p {
	color: #333;
}

/* specific page section styling */
.page-section#developers {
	background: url(images/page-section-bg_developers.png) top center no-repeat #036;
}
.page-section.philosophy {
	background: url(images/page-section-bg_philosophy.png) bottom center no-repeat #D5F3FF;
}
.page-section.support {
	background: url(images/page-section-bg_support.png) bottom center no-repeat #C5FFE9;
}
.page-section.experience {
	background: url(images/page-section-bg_experience.png) bottom center no-repeat #EDFFBA;
}
.page-section.profiles {
	background-color: #FFF1D6;
	padding-top: 20px;
	padding-bottom: 0px;
}
.content.about-us {
	padding-bottom: 0px;
}

/* ----- containers ----- */
.bordered-container {
	padding: 20px;
	margin: 0 0 10px;
	border: 2px solid rgba(255, 255, 255, 0.15);
}
.bordered-container h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.bordered-container img {
	display: block;
	margin: 0 0 15px;
	border: 5px solid rgba(255, 255, 255, 0.15);
}

.bottom-line {
	margin: 20px 0 0;
}

/* ----- Responsive Grid (3 columns) ----- */
ul.rsp-grid {
	list-style: none;
	font-size: 0px;
	margin-left: -2%;
}
ul.rsp-grid li {
	display: inline-block;
	width: 31.3333%;
	margin: 0 0 2% 2%;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
}
ul.rsp-grid.columns-2 li {
	width: 48%;
}

/* ----- lists ----- */
ul.check-list {
	list-style: none;
	margin: 0 0 20px;
}
ul.check-list li {
	margin: 0 0 15px;
}
ul.check-list.two-column li {
	display: inline-block;
	width: 48%;
}
ul.check-list li i {
	margin: 0 5px 0 0;
	color: #9c0;
}
ol {
	margin: 0 0 20px 22px;
}
ol li {
	margin: 0 0 10px;
}
.page-section.blue ol {
	color: #fff;
}


/* -------------------- Homepage -------------------- */
.hero {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 100px 0 0;
	background: #066cd2;
}
.hero .value-prop {
	
}
.hero .value-prop h1 {
	font-size: 2.8em;
	line-height: 1.2em;
	color: #fff;
	padding: 0;
	margin: 20px 0;
	border: none;
}
.hero .value-prop h1 span {
	font-weight: 700;
}
.hero .value-prop p.headline {
	font-family: 'MuseoSans700', sans-serif;
	font-size: 1.5em;
	color: #fc0;
	margin: 15px 0;
}
.hero .value-prop p.headline span {
	display: inline-block;
}
.hero .cta-button {
	font-size: 1.6em;
	padding: 15px 30px;
}
.hero .cta-button i {
	margin-left: 5px;
}
.hero-image {
	display: block;
}

.wordpress-value-prop {
	background: #fff;
	border-top: 10px solid #d8d8d8;
}
.wordpress-value-prop p {
	color: #888;
	font-family: 'MuseoSans700', sans-serif;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.8em;
	margin: 0;
}
.wordpress-value-prop .container {
	padding: 35px 0 35px 220px;
	background: url(images/wordpress-trans-cutoff.png) top left no-repeat;
}

.main-features .icon-container {
	display: block;
	width: 64px;
	padding: 14px 16px;
	margin: 0 auto 20px;
	background: rgba(255, 255, 255, 0.15);
	background: #cf6;
	vertical-align: top;
}
.main-features .beige .icon-container {
	background: #cc9;
}
.main-features .blue .icon-container {
	background: #9cf;
}
.main-features .green .icon-container {
	background: #9c3;
}
.main-features .orange .icon-container {
	background: #fc0;
}
.main-features .turquoise .icon-container {
	background: #3cc;
}
.main-features .light-orange .icon-container {
	background: #FFCD00;
}

.main-features .super-orange .icon-container {
	background: #FF6602;
}

.main-features .icon-container i {
	display: inline-block;
	font-size: 2em;
	color: #036;
	vertical-align: top;
}
.page-section .main-features h3 {
	font-family: 'MuseoSans700', sans-serif;
	margin: 0 0 10px;
	color: #cf6;
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
}
.page-section .main-features .beige h3 {
	color: #cc9;
}
.page-section .main-features .blue h3 {
	color: #9cf;
}
.page-section .main-features .green h3 {
	color: #9c3;
}
.page-section .main-features .orange h3 {
	color: #fc0;
}
.page-section .main-features .turquoise h3 {
	color: #3cc;
}
.page-section .main-features .light-orange h3 {
	color: #FFCD00;
}

.page-section .main-features .super-orange h3 {
	color: #FF6602;
}
.page-section .main-features p {
	text-align: center;
}
.main-features ul {
	font-size: .85em;
	margin: 0 0 20px 60px;
}
.main-features ul li {
	margin: 0 0 10px;
}

.feature {
	padding: 15px;
}
.feature i {
	display: inline-block;
	background: #61CBFF;
	color: #1E4253;
	width: 42px;
	text-align: center;
	padding: 9px 10px;
	margin: 0 3px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* clients */
.client h5,
.client p {
	text-align: center;
}
.client p {
	margin: 0 0 30px;
}

/* testimonials */
.testimonial {
	padding: 30px 0;
}
.testimonial img {
	float: left;
	margin: 0 30px 20px 0;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ccc;
}
.testimonial.right img {
	float: right;
	margin: 0 0 20px 30px;
}
.testimonial h4 {
	margin: 5px 0;
}
.testimonial p {
	color: #999;
	margin: 0 0 10px;
}
span.name {
	font-weight: bold;
	color: #333;
}

/* pitfalls */
.pitfall h5 {
	color: #c00;
	font-weight: normal;
}

/* pricing */
.pricing-column {
	padding: 20px;
}
.page-section .pricing-column {
	border: 5px solid #fff;
}
.pricing-column h3 {
	margin: 0 0 10px;
}
.pricing-column p.members {
	font-size: 1.2em;
	padding: 10px 0 0;
	color: #333;
	border-top: 2px solid;
}
.pricing-column p.price {
	font-size: 1.2em;
	padding: 0 0 10px;
	color: #333;
	border-bottom: 2px solid;
}
.pricing-column.starter {
	background: #d7f3ff;
}
.pricing-column.starter p {
	border-color: #a6e3fd;
}
.pricing-column.starter .cta-button {
	background: #09c;
}
.pricing-column.starter .cta-button:hover {
	background: #069;
}
.pricing-column.builder {
	background: #c7fee9;
}
.pricing-column.builder p {
	border-color: #82ecc3;
}
.pricing-column.builder .cta-button {
	background: #3cc;
}
.pricing-column.builder .cta-button:hover {
	background: #099;
}
.pricing-column.growth {
	background: #edffbd;
}
.pricing-column.growth p {
	border-color: #d2ee87;
}
.pricing-column.growth .cta-button {
	background: #9c3;
}
.pricing-column.growth .cta-button:hover {
	background: #690;
}

.professional-plans {
	padding: 20px;
	background: #fff1d7;
	border: 5px solid #fff;
}
.pricing-column.professional {
	border: none;
}
.pricing-column.professional p.members,
.pricing-column.professional p.price {
	border-color: #fedc9d;
}
.pricing-column.professional ul.check-list {
	margin: 0;
}
.pricing-column.professional .cta-button {
	background: #f90;
}
.pricing-column.professional .cta-button:hover {
	background: #f60;
}

/* checkout page */
.plan-nav {
	margin: 0 0 10px;
}
.choose-plan-text {
	display: inline-block;
	padding: 7px 0;
	margin-right: 10px;
}
.upgrade-btn {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 7px 15px;
	border: 1px solid #08c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.upgrade-btn:hover {
	background: #eee;
	text-decoration: none;
}
.upgrade-btn.selected {
	background: #066cd2;
	color: #fff;
}

.mm-checkoutInfo label {
	display: block;
}
#mm-checkout-expiration-date select {
	display: inline-block;
	width: 40%;
	height: 42px;
	margin: 0 10px 10px 0;
}

.mm-purchaseSection .mm-button.large.green {
	padding: 15px;
	background: #7FBF4D;
	color: #fff;
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: bold;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.mm-purchaseSection .mm-button.large.green:hover {
	background: #63A62F;
}


/* -------------------- Blog -------------------- */
#search {
	float: right;
	width: 280px;
	height: 50px;
	padding: 8px;
	margin: 8px 0 0;
	display: inline-block;
	background: #fff;
	border: 2px solid #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#search input[type="text"],
#search input[type="search"] {
	display: inline-block;
	width: 220px;
	height: 30px;
	padding: 0;
	margin: 0 0 0 3px;
	background: #fff;
	border: none;
	box-shadow: none;
	outline: none;
}
#search .btn {
	display: inline-block;
	float: right;
	padding: 4px 8px;
	margin: 0;
	background: #3cc;
	color: #fff;
}
#search .btn:hover {
	background: #099;
}
.content #search {
	float: none;
}

.blog-title span {
	font-weight: bold;
}

ul.blog-feed li img {
	display: block;
	margin: 0 0 10px;
}
ul.blog-feed li h2 {
	font-size: 1.5em;
	margin: 0 0 10px;
}
ul.blog-feed li p:last-child {
	margin: 0;
}
p.post-date {
	font-size: .85em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
	color: #333;
}
p.post-date span.by-author {
}
.single p.post-date {
	margin: 0 0 10px;
}

/* PageNavi Pagination */
.wp-pagenavi {
	clear: both;
	font-size: .85em;
	margin: 10px 0 30px;
	padding: 30px 0 0;
	line-height: 1.5em;
	border-top: 5px solid #eee;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin: 0 5px 0 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.wp-pagenavi a:hover {
	background: #066cd2;
	color: #fff;
	border: 1px solid #066cd2;
}
.wp-pagenavi span.current {
	font-weight: bold;
	background: #f5f5f5;
	color: #333;
}

/* author info */
.author-info {
	padding: 10px;
	margin: 0 0 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	overflow: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.author-avatar {
	float: left;
	margin: 0 10px 0 0;
}
.author-avatar img {
	display: block;
}
.author-description h4 {
	margin: 0;
}
.author-description p {
	margin: 0;
	font-size: .85em;
}

/* blog sidebar */
.featured-post-container {
	margin: 0 0 20px;
}
.widget h3 {
	font-size: 1.4em;
	padding: 0 10px;
	margin: 0 0 10px;
}
.widget ul {
	list-style: none;
	font-weight: bold;
	margin: 0 0 20px;
}
.widget li {
	border-bottom: 3px solid #eee;
	margin: 0;
}
.widget ul li:first-child {
	border-top: 3px solid #eee;
}
.widget ul li a {
	display: block;
	padding: 15px 10px;
}
.widget ul li a:hover {
	background: #eee;
	text-decoration: none;
}

/* social share links */
ul.share-links {
	list-style: none;
	font-size: 3em;
	margin: 0;
}
ul.share-links li {
	display: inline-block;
	margin: 0;
}
ul.share-links a {
	color: #066cd2;
}
ul.share-links a:hover {
	color: #036;
}

/* -------------------- Member Pages -------------------- */
.member-content {
	min-height: 400px;
	padding-right: 30px;
	border-right: 3px solid #eee;
}
.member-content p.headline {
	margin: 0 0 20px;
}
ul.member-nav {
	list-style: none;
	margin: 0 0 20px;
}
ul.member-nav li {
	border-top: 3px solid #eee;
	margin: 0;
}
ul.member-nav li:first-child {
	border-top: none;
}
ul.member-nav li a {
	display: block;
	padding: 15px 10px;
}
ul.member-nav li a:hover {
	background: #eee;
	text-decoration: none;
}
ul.member-nav li a i {
	display: inline-block;
	width: 18px;
	margin-right: 3px;
	text-align: center;
}
/* nav highlighting */
.page-id-912 #member-nav_dashboard,
.page-id-12 #member-nav_my-account,
.page-id-413 #member-nav_setup-service,
.page-id-517 #member-nav_best-practices,
.page-id-920 #member-nav_referral-program {
	background: #066cd2;
	color: #fff;
}

.videoarea {
	background: none repeat scroll 0 0 #F3F8FC;
	border: 3px solid #D0E9F9;
	margin: 0 0 20px;
	padding: 20px 24px 20px 16px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



/* 04: Foooter
========================================================================================================== */
#footer {
	width: 100%;
	padding: 40px 0 0;
	background: url(images/footer-bg_crowd.png) bottom center repeat-x #036;
}
#footer .container {
	padding-bottom: 20px;
}
#footer hr {
	border-top-color: #104d89;
}
#footer h6 {
	color: #fff;
	margin: 0 0 20px;
}
#footer h6 a {
	color: #fff;
}
#footer p {
	font-size: .85em;
	color: #36a;
}
#footer a {
	color: #09f;
}
#footer a:hover {
	color: #06c;
}
.blog-feed ul li {
	padding: 0;
	border: none;
}
.blog-feed ul li h3 {
	font-size: 1em;
	margin: 0 0 10px;
}
#footer .blog-feed ul li h3 a {
	color: #fc0;
}
#footer .blog-feed ul li h3 a:hover{
	color: #f90;
}
.blog-feed ul li p {
	margin: 0 0 10px;
}
.blog-feed ul li p span.label {
	font-size: 1em;
	padding: 8px 10px;
	background: #369;
}
#footer ul.menu {
	list-style: none;
	font-size: .85em;
	margin: 0 0 20px;
}
#footer ul.menu li {
	margin: 0 0 10px;
}
ul.contact-nav {
	list-style: none;
	font-size: 1em;
	font-weight: bold;
	color: #09f;
}
ul.contact-nav li {
	margin: 0 0 10px;
}
ul.contact-nav li i {
	color: #fff;
	margin-right: 5px;
}
ul.social-nav {
	list-style: none;
	font-size: 2.4em;
}
ul.social-nav li {
	display: inline-block;
	margin: 0 2px 5px 0;
}
#footer p.copyright {
	font-size: .75em;
	margin: 0 0 20px;
}

/* 05: Forms
========================================================================================================== */
label {
	font-size: .85em;
	margin: 0 0 5px;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"],
select,
textarea {
	display: block;
	width: 100%;
	padding: 10px;
	height: auto;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
textarea.form-control {
	background: #f9f9f9;
	height: 120px;
	padding: 10px;
}
label.checkbox,
label.radio {
	font-weight: normal;
	cursor: pointer;
}
input[type="submit"] {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	background: #3cc;
	border: none;
	text-shadow: none;
	box-shadow: none;
}
input[type="submit"]:hover {
	background: #099;
	color: #fff;
	border: none;
}

select.cc-select {
	display: inline-block;
	width: 40%;
	height: 42px;
	margin: 0 10px 10px 0;
}

.mm-checkout-processing-message {
background: #f7f7f7 !important;
color: #333 !important;
border: 1px solid #333 !important;
font-weight: bold !important;
}


/* 06: Tables
========================================================================================================== */
table {
	width: 100%;
}
.pricing-table {
	border: 1px solid #fdd17c !important;
}
.pricing-table th,
.pricing-table td {
	border-top: 1px solid #fdd17c !important;
}
.pricing-table th {
	background: #fde4b4;

}
.pricing-table .btn {
	margin: 0;
}

/* 07: Bootstrap over-rides
========================================================================================================== */
.radio label,
.checkbox label {
	font-size: .75em;
}
.checkbox label input[type="checkbox"] {
	margin: 6px 0 0 -20px;
}

.btn {
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.btn-warning {
	background: #f90;
}
.btn-warning:hover {
	background: #f60;
}

.label {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	margin: 1px 0 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.label-default {
	background: #cc9;
}
.label-success {
	background: #9c3;
}
.label-danger {
	background: #c00;
}

.breadcrumb {
	font-size: .75em;
}

.dropdown-menu > li > a {
	padding: 8px 20px;
	color: #369;
}
.dropdown-menu > li > a i {
	margin-right: 3px;
}
.dropdown-menu .divider {
	margin: 2px 0;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	margin-right: 0;
}
.modal textarea {
	height: 100px;
}
.modal-header {
	padding: 10px 20px;
}
.modal-footer {
	margin-top: 0;
	text-align: left;
}
.modal-footer p:last-child {
	margin: 0;
}
.modal-footer .btn {
	margin: 0 5px 0 0;
}

.alert img {
	margin: 0 0 10px;
}

.panel-heading {
	position: relative;
	padding: 10px;
}
.panel-heading h4 {
	margin: 0;
}
.panel table {
	font-size: .85em;
	margin: 0;
}
.panel table tr td {
	vertical-align: middle;
}

.well p {
	margin: 0 0 10px;
}
.well p:last-child {
	margin: 0;
}

/* 08: Plugins
========================================================================================================== */
/* MemberMouse */
.mm-myaccount-module {
	border: 1px solid #ddd;
	margin: 0 0 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.10);
	box-shadow: 0 1px 1px rgba(0,0,0,0.10);
}
.mm-myaccount-module-header {
	position: relative;
	padding: 10px 20px;
	background: #eee;
	font-size: 1.2em;
	font-weight: 300;
}
.mm-myaccount-module-header i {
	margin-right: 5px;
}
.mm-update-button {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: .75em;
	padding: 4px 10px;
	border: 1px solid #066cd2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mm-update-button:hover {
	background: #066cd2;
	color: #fff;
	text-decoration: none;
}
.mm-myaccount-content-wrapper {
	padding: 10px;
}
p.mm-myaccount-element {
	font-size: .85em;
	margin: 0;
	border-top: 1px solid #eee;
}
p.mm-myaccount-element:first-child {
	border-top: none;
}
p.mm-myaccount-element span {
	display: inline-block;
	padding: 5px 10px;
	vertical-align: top;
}
p.mm-myaccount-element span.mm-myaccount-label {
	width: 150px;
	font-weight: bold;
	color: #333;
}
.mm-myaccount-module table {
	font-size: .85em;
	padding: 10px;
}
.mm-myaccount-module table th,
.mm-myaccount-module table td {
	padding: 5px 10px;
}
.mm-myaccount-module table th {
	border-bottom: 2px solid #ddd;
}
.mm-myaccount-module table td {
	border-top: 1px solid #ddd;
}

.mm-error {
	font-size: .85em;
	padding: 10px;
	margin: 0 0 20px;
	color: #c00;
	background: #feeeef;
	border: 1px solid #fd868c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/* jQuery UI */
.ui-widget {
	font-family: 'Helvetica Neue', arial, sans-serif !important;
	font-weight: 300;
}
.ui-dialog table {
	font-size: .85em;
}
.ui-dialog table th,
.ui-dialog table td {
	padding: 5px 0;
}

/* Socialize */
.socialize-containter,
.socialize-container {
	padding: 10px 10px 25px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* 09: Responsive (Media Queries)
========================================================================================================== */
/* Retina-specific styles */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
    #header .navbar-brand {
  	    background: url(images/membermouse-logo_white_592x80.png) no-repeat;
  	    background-size: 296px auto;
    }

}

/* LARGE DESKTOP */
@media (min-width: 1200px) {

}

@media (max-width: 1199px) {

	#header .navbar-inverse .navbar-nav > li > a {
		font-size: .75em;
		padding: 15px;
	}
	.hero .value-prop h1 {
		font-size: 2em;
	}
	.hero .value-prop p.headline {
		font-size: 1.2em;
	}
	.hero-screenshot {
		margin: 40px 0 0;
	}
	.main-features ul {
		margin: 0 0 20px 40px;
	}
	.page-section.blue h4 {
		font-size: 1em;
	}

}

/* SMALL DESKTOP */
@media (min-width: 992px) {

	.page-section .container.narrow {
		max-width: 970px;
	}

}

/* TABLET */
@media (max-width: 992px) {

	#header .navbar-brand {
		margin: 25px 0 0;
		width: 148px;
		height: 20px;
		background: url(images/membermouse-logo_white_296x40.png) no-repeat;
		background-size: 148px auto;
	}
	#header .navbar-inverse .navbar-nav > li > a {
		padding: 15px 10px;
	}
	.hero {
		padding: 60px 0 0;
	}
	.page-section .main-features h3 {
		font-size: 1.4em;
	}
	.main-features ul {
		margin: 0 0 20px 18px;
	}
	
}

@media (min-width: 768px) {

	#header .navbar-inverse .navbar-nav li a.logged-in-link {
		padding: 5px 15px;
		margin: 15px 0 15px 10px;
		height: 30px;
		line-height: 30px;
		border: 1px solid;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	#header .navbar-inverse .navbar-nav li a.logged-in-link i {
		margin-right: 3px;
		opacity: .5;
	}
	#header .navbar-inverse .navbar-nav li a.logged-in-link.dashboard {
		color: #fc0;
		border: 1px solid #fc0;
	}
	#header .navbar-inverse .navbar-nav li a.logged-in-link.dashboard:hover {
		color: #fff;
		border: 1px solid #fff;
	}

}

/* MOBILE */
@media (max-width: 767px) {

	h1 {font-size: 2em;}
	h2 {font-size: 1.6em;}
	h3 {font-size: 1.4em;}
	h4 {font-size: 1.2em;}
	p {font-size: .85em;}
	
	.label {
		display: block;
		text-align: left;
	}
	.cta-button.large {
		font-size: 1.4em;
		padding: 15px 20px;
	}
	
	#header .navbar-brand {
		margin: 15px 0 0 15px;
		width: 148px;
		height: 20px;
		background: url(images/membermouse-logo_white_296x40.png) no-repeat;
		background-size: 148px auto;
	}
	#header .navbar-inverse .navbar-collapse,
	#header .navbar-inverse .navbar-form {
		background: #0059b1;
		border-color: #fff;
	}
	#header .navbar-inverse .navbar-nav > li > a {
		line-height: 20px;
		padding: 10px 15px;
	}
	#header .navbar-inverse .navbar-nav > li > a.get-started {
		height: auto;
		line-height: 20px;
		padding: 10px 15px;
		margin: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0
	}
	#header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 15px;
		color: #a4dbfe;
	}
	#header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
	}
	
	#wrapper {
		padding: 50px 0 0;
	}
	.member-content {
		padding-right: 0;
		border-right: none
	}
	
	.page-section {
		padding: 25px 0;
	}
	
	ul.rsp-grid {
		margin-left: 0;
	}
	ul.rsp-grid li {
		width: 100% !important;
		margin: 0 0 10px;
	}
	
	.hero .value-prop p.headline {
		line-height: 1.2em;
	}
	.wordpress-value-prop .container {
		padding: 15px;
	}
	.page-section#tour {
		background: #036;
	}
	.page-section .main-features .icon-container {
		display: inline-block;
	}
	.page-section .main-features h3 {
		display: inline-block;
		margin: 5px 0 10px 10px;
		text-align: left;
	}
	.page-section .main-features p {
		text-align: left
	}
	.main-features ul {
		margin: 0 0 30px 18px;
	}
	
	ul.footer-nav li {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
	
	#search {
		float: none;
		margin: 0 0 10px;
	}

}

/* SUPER MOBILE */
@media (max-width: 480px) {

	.padded-container {
		padding: 10px;
	}
	.bio img {
		width: 120px;
	}

}