/*
	Theme Name: Magazine Pro Theme
	Theme URI: http://my.studiopress.com/themes/wittymix/
	      .A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.0

	Tags: black, white, one-column, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Released by http://www.96down.com */

/* Table of Contents
	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- Magazine Pro Blue
		- Magazine Pro Green
		- Magazine Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

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

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-86k57f');
	src:url('fonts/icomoon.eot?#iefix-86k57f') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-86k57f') format('truetype'),
		url('fonts/icomoon.woff?-86k57f') format('woff'),
		url('fonts/icomoon.svg?-86k57f#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.featured-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.featured-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1.525;
}

body.magazine-landing {
	background-color: #222;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	background-color: inherit;
	color: #222;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #e8554e;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
 	width: auto;
}
.featured-content img, .featured-content .aligncenter {
  margin: 0 auto 10px;
  margin: 0 auto 1.0rem;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #e8554e;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.magazine-home .site-inner {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.magazine-landing .site-inner,
.magazine-landing .wrap {
	max-width: 800px;
}

.magazine-landing .site-inner {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 750px;
	position:relative;
}

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
	padding: 5rem 6rem 2.4rem;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	margin-right: 3rem;
	width: 70px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
	width: 50px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	margin-bottom: 5rem;
	padding: 40px;
	padding: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: #fff;
	border: 1px solid #222;
	color: #000;
	text-transform: uppercase;
	width: 260px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #000;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #000;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #000;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.2em;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}

.entry-title a:hover {
	color: #e8554e;
}

.widget-title {
	clear: both;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.magazine-home .content .widget-title,
.sidebar .widget-title {
	background-color: none;
	color: #e4140a;
	padding: 10px;
	padding: 1rem;
}

.sidebar .widget-title {
	font-weight: 600;	 
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget li li {
	border: 0;
	margin: 0;
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}

.widget .genesis-nav-menu li li {
	padding: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
 	margin-bottom: 30px;
 	margin-bottom: 3rem;
}

.home-middle .featured-content .entry,
.home-top .featured-content .entry {
	float: left;
	max-width: 100%;
}

.home-middle .featured-content .entry {
	width: 360px;
}

.home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 30px;
	margin-right: 3rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.js .content .home-middle a .entry-time, 
.js .content .home-top a .entry-time {
	background-color: #e8554e;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	position: absolute;
	right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
	margin: 0 2.4rem 2.4rem 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
	margin: 0 0 2.4rem 2.4rem;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
	margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
	margin-top: 2rem;
	padding: 8px 10px;
	padding: 0.8rem 1rem;
	text-align: center;
}

.home-middle a.more-link:hover,
.home-top a.more-link:hover {
	background-color: #e8554e;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.featured-content li {
	list-style-type: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
	padding: 4rem;
}

.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #e8554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
	margin: 0 0.2rem 0.4rem !important;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	/*padding-top: 64px;
	padding-top: 6.4rem;*/
}

.site-header .wrap {
	/*border-bottom: 2px solid #222;*/
	padding: 30px 0;
	padding: 3rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
	padding-top: 3rem;
	width: 380px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 90px;
	text-indent: -9999px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 728px;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
	padding: 20px 0;
	padding: 2rem 0;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display:  block;
	float:left;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 22px 20px;
	padding: 2.2rem 2rem;
	margin-top: 0px;
	margin-top: 0rem;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #EA1106;
}

.genesis-nav-menu a:hover {
	padding: 22px 20px;
	padding: 2.2rem 2rem;
	margin-top: 0px;
	margin-top: 0rem;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	background-color: #495DB1;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 300px;
	z-index: 99;
	margin-top: 0px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
	position: relative;
	text-transform: none;
	width: 300px;
	margin: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	padding: 2.5rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #4564c9;
	width: 100%;
	z-index: 999;
}

.nav-primary a {
	color: #fff;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #EA1106;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #495DB1;
	border: 1px solid #fff;
	border-top: none;
	text-indent: 15px;
}

.genesis-nav-menu .sub-menu a:before {content: "\2014"; margin-right: 15px; }

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	/*border-bottom: 1px solid #222;*/
}

.nav-secondary {background-color: #4564c9;}
/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon, .wm_menu_icon, .wm_menu_icon {
	cursor: pointer;
	display: none;
	padding: 0px 0;
	padding: 0rem 0;
	margin: 17px 5px;
	margin: 1.7rem .5rem;
}

#wp_menu_icon_wrap, #help_center_icons  { display: none; }

#responsive-menu-icon::before, .wm_menu_icon::after{ 
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e600";
	font-family: 'icomoon';
	font-size: 2.8rem;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-align: center;
	text-transform: none;
}

#wm_search_icon, #wm_signin_icon{
	width: 50px;
	float: right;
	border: medium none;
	color: #FFF;
	display: block;
	padding: 0rem 1rem;
	position: relative;
	margin: 20px 5px 18px;
	margin: 2.0rem .5rem 1.8rem;
}

#wm_search_icon:hover, #wm_signin_icon:hover { 
	padding: 2.0rem 1rem 1.7rem;
	position: relative;
	margin: 0px 5px;  
	margin: 0rem .5rem;
	background-color: #495DB1;
}

#wm_search_icon::after, #responsive-menu-search::after{ 
	content: "\e602";
}

 #wm_signin_icon::after, #responsive-menu-signin::after {
	content: "\e601";
 }
 
#search-form-container, #login-form-container {outline: 1px solid #D8DCF9; padding: 15px 25px; display:none; z-index: 999; background-color: #EEF0F9;}
#search-form-container input, #login-form-container input { border-radius: 5px;}
 

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/*.archive .content .entry, */
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}

.entry-content a {
	color: #e8554e;
}

.entry-content a:hover {
	color: #222;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
    padding: 0;
}

.single .entry-meta {
	background-color: #EEF0F9;
	padding: 5px 10px;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 30px 0;
	padding: 3rem 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 40px 0;
	margin: 4rem 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #e8554e;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #e8554e;
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #aaa;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 60px 0 20px;
	padding: 6rem 0 2rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 30px;
	margin-right: 3rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #fff;
	font-weight: 300;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	word-wrap: break-word;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.site-footer .wrap {
	border-top: 1px solid #444;
	padding: 60px 0;
	padding: 6rem 0;
}

.site-footer,
.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}


/*archive pages
------------------------------------*/

.archive .post {width: 31%; float: left; margin-right: 26px; height: 300px; overflow:hidden;}
.archive .post:nth-child(3n){margin-right: 0px;}
.archive-pagination {clear: both; overflow: hidden; }
.archive .entry-title  {font-size: 20px; font-size: 2.0rem;}
.archive .post img {max-height:130px;}

#followbar {margin-top: 15px;}
#followbar span {margin-left: 10px; cursor: pointer; }
/*.follow_facebook a, .follow_twitter a, .follow_pinterest a, .follow_instagram a, .follow_email a{ padding: 21px 29px;}
.follow_facebook  a{ background: url(images/social-icons.png) -4px -4px no-repeat;}
.follow_twitter a{ background: url(images/social-icons.png) -305px -4px no-repeat;}
.follow_pinterest  a{ background: url(images/social-icons.png) -229px -4px no-repeat; }
.follow_instagram  a{ background: url(images/social-icons.png) -155px -4px no-repeat;}
.follow_email a { background: url(images/social-icons.png) -382px -4px no-repeat;}*/


.follow_facebook a::after, .follow_twitter a::after, .follow_google a::after, .follow_pinterest a::after, .follow_rss a::after{ 
	-webkit-font-smoothing: antialiased;
	color: #cd0101;
	font-family: 'icomoon';
	font-size: 5.0rem;
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-align: center;
	text-transform: none;
}

.follow_facebook a::after {content: "\e604";} 
.follow_twitter a::after {content: "\e605";} 
.follow_google a::after {content: "\e603";}
.follow_pinterest a::after {content: "\e607";}
.follow_rss a::after {content: "\e606";}


/*
	Witty Mix Follow Popup
*/
#fanback {
	display:none;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#fan-exit {
	width:100%;
	height:100%;
}
#fanbox {
	background:white;
	width:460px;
	height:310px;
	position:absolute;
	top:58%;
	left:63%;
	margin:-220px 0 0 -375px;
	-webkit-box-shadow: inset 0 0 50px 0 #939393;
	-moz-box-shadow: inset 0 0 50px 0 #939393;
	box-shadow: inset 0 0 50px 0 #939393;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: -220px 0 0 -375px;
	padding: 15px 28px;
}
#fanclose {
	float:right;
	cursor:pointer;
	background:url(http://3.bp.blogspot.com/-NRmqfyLwBHY/T4nwHOrPSzI/AAAAAAAAAdQ/8b9O7O1q3c8/s1600/fanclose.png) repeat;
	height:56px;
	padding:20px;
	position:relative;
	padding-right:40px;
	margin-top:-40px;
	margin-right:-52px;
}
.remove-borda {
	height:1px;
	width:366px;
	margin:0 auto;
	background:#F3F3F3;
	margin-top:16px;
	position:relative;
	margin-left:20px;
}
#linkit a.visited,#linkit a,#linkit a:hover {
	color:#80808B;
	font-size:10px;
	margin: 0 auto 5px auto;
	float:center;
}

#fanbox  .fb-follow {width: 90%; margin: 0 auto; margin-top:25px;} 

#fanbox-buttons  {width: 100%; height: 50px; margin-top:35px; clear: both; overflow: hidden;}

.twitter-follow  {width:auto;  float: left; }

.abs-g-follow{width:auto;  float:right; }

#fanbox h2 {
	color:#80808B;
	font-size:16px;
	margin: 15px auto;
	text-align:center;
}


/*share bars
-----------------------------------*/
#topsharebar, .no-break {margin: 0 auto; width: 80%;  margin-bottom: 15px; /*border: 1px solid blue;*/}
#topsharebar span, #bottomsharebar span {position: relative; top: -2px; right: 0px;  -webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;}
#bottomsharebar { margin:0 auto; padding: 0; width: 90%}
.outbrain {margin:15px 48px 0;}	
#header .socialnetworkpanel{
	text-align: right;
	margin: 0px 0 10px;
	width:140px;
	background: none;
	
}

 .stButton, .stBubble, .stBubble_count{
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.st_twitter_vcount .stButton .stBubble_count {width:57px !important;}

.fixedsharebar {
  float: right;
  position: fixed;
  top: 560px;
  left: 230px;
  width: 50px;
  background-color: #fff;
}
.fixedsharebar span {margin-bottom: 8px;}

#shareTop .button-style-wrapper {
    display: block;
    float: left;
    width: 33.333%;
    padding-right: 2px;
    padding-left: 2px;
}
#bottomsharebar  a.facebook_button {  }

#bottom_share_icons, #top_share_icons {clear: both; overflow: hidden; margin-bottom: 20px;}

#top_share_icons { margin: 0px 0 10px;}

a.btn-share {
    width: 45%;
    float: left;
    line-height: 1.75em;
    font-size: 15px;
	padding: 12px 10px 12px 50px;
	border:1px solid;
	border-radius:4px; 
}

a.top-btn-share {  width: 32%; }

a.register-button {
    color: #FFF;
    background-color: #000;
    border-color: #444343;
    background: #000 url(images/star-small-white-icon.png) 1px center no-repeat;
    text-shadow: 0px -1px 0px #444;
    -moz-user-select: none;
    position: relative;
    z-index: 1;
	margin-right: 9px;
}

a.facebook_button {
    color: #FFF;
    background-color: #4466AE;
    border-color: #3C5B9C;
    background: #4466AE url(images/fb-small-white-icon.png) 1px center no-repeat;
    text-shadow: 0px -1px 0px #3A5794;
    -moz-user-select: none;
    position: relative;
    z-index: 1;
}


 a.btn-share.twitter_button {
    float: right;
	margin-right: 8px;
	 
}

a.twitter_button {
    color: #FFF;
    background-color: #02C9FF;
    border-color: #00B6E8;
    background: #02C9FF url(images/twit-small-white-icon.png) 1px center no-repeat;
    text-shadow: 0px -1px 0px #00B2E3;
    -moz-user-select: none;
    position: relative;
    z-index: 1;
}
a.btn-share {
    font-weight: normal;
    cursor: pointer;
}

span.share-request {display: block; margin: 30px 0 0; font-style: italic; font-weight: bold;}
 
span.quizsharebutton  {margin-right: 4px;}
 
.emailsharebutton img, .fbsharebutton img{height: 20px; width: 60px;}

.fixedBar{background: #E9E9E9; bottom: 0px; color:#fff;  padding: 0; position:fixed;  width:100%; z-index:99999; float:left;   margin: 0; opacity: 0.95;   border-top: 1px solid rgb(160, 160, 160); text-align:center; line-height: 0;}
.fixedBar {display:none;}


.fixedBar:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/*

#sticky {margin-bottom: 12px;}

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
	/**keep commented out margin-left: -110px;*//*
	margin-left: 96px;
	margin-bottom: 20px;
	background: #E9E9E9;   
	opacity: 0.45;
	padding-left:2px;
	border-radius: 0 0 5px 5px;
}
 


.boxfloat{ padding:0; width: 356px; margin:0 auto; }

.topsharebar{clear: left; overflow: hidden; width: 555px;  margin:0 auto 4px;}

.tips{margin:0; padding:0;  position: relative; display:inline-block; width:300px; float:left; height: 63px;}

/*keep commented out .sharecontainer, .topsharecontainer{ height: 74px; overflow: hidden;}
.sharecontainer{ height: 63px; }*/

/*.topsharebar .tips{width: 466px; height: 74px; }
.topsharebar .moretips{float: left; width: 80px;}


*/

 
#sticky {margin-bottom: 12px;}

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
	/*margin-left: -110px;*/
	margin-left: 96px;
	margin-bottom: 20px;
	background: #E9E9E9;   
	/*opacity: 0.45;
	padding-left:2px;
	border-radius: 0 0 5px 5px;*/
}
 


.boxfloat{ padding:0; width: 728px; margin:0 auto; }

.topsharebar{clear: left; overflow: hidden; width: 728px;  margin:35px auto 4px;}

.tips{margin:0; padding:0;  position: relative; display:inline-block; width:300px; float:left; height: 90px;}

/*.sharecontainer, .topsharecontainer{ height: 74px; overflow: hidden;}
.sharecontainer{ height: 63px; }*/

.topsharebar .tips{width: 728px; height: 90px; }
.topsharebar .moretips{float: left; width: 80px;}
 
/*#sticky.stick .topsharebar,  #sticky.stick  .tips{width: 90px; height: auto;} 

#sticky.stick  .tips{ height: 368px; overflow: hidden;} */

 
a.post-share, .moretips a, span.post-share.fblike {
	display: block;
	width: 56px;
	height: 55px;
	float: left;
	margin: 4px 0px;
	/*background: #3e599a url(sidebar-share.png) no-repeat 0 0;*/
	text-decoration:none;
	/*width: 197px;
	text-indent: 50px;*/
	font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	font-size: .9rem;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	line-height:93px;
	border-radius: 4px;
	text-align: center;
}

.topsharebar .tips a.post-share , .topsharebar .moretips a, .topsharebar span.post-share.fblike {
     
    width: 80px;
    height: 66px;
    margin: 4px 6px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height:110px;
}

.moretips a, .topsharebar .moretips a {margin: 4px 0px;}
/*.stick .moretips a{margin-left: 6px}*/
 

a.post-share:hover {
	opacity: 0.8;
	color: #ECEAF4;
	text-decoration: none;
	cursor: pointer;
}

a.post-share span {
	width: 100%;
	height: 32%;
	padding: 4px;
	display: block;
	position: absolute;
	top:0;
	border-radius: 4px 4px 0 0;
	left:0;
	/*float:right;*/
	background-color: #4665af;
	color: #ffffff;
	vertical-align: middle;
	font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	line-height:1.5rem;
	text-indent: 0;
}

.fixedBar a.post-share span { height: 33%; line-height: 12px;}

a.post-share.facebook {
	background: #3e599a url(images/mobile-share-icons.png) no-repeat 9px 21px;
	margin-right: 4px;
}
.topsharebar .tips .facebook {background: #3e599a url(images/mobile-share-icons-wide.png) no-repeat 16px 24px;}

a.post-share.facebook span {
	background-color: #4665af;
}

span.post-share.fblike, .topsharebar .tips span.fblike  {
	background: #3e599a /*url(images/mobile-share-icons.png) no-repeat 5px 21px*/;
	margin-right: 4px;
	color: #ffffff;
	vertical-align: top;
	font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	line-height:20px;
	line-height:2rem;
	text-indent: 0;
}
.topsharebar .tips span.fblike {background: #4C68B8 /*url(images/mobile-share-icons-wide.png) no-repeat -467px 24px*/; line-height:24px;line-height:2.4rem;}

a.post-share.fblike span {
	background-color: #4A71CD;
}

a.fblike:hover {opacity: 1;}

a.post-share.twitter {
	background: #4b8cbe url(images/mobile-share-icons.png) no-repeat -44px 21px;
	margin-right: 4px;
}
.topsharebar .tips .twitter {background: #4b8cbe url(images/mobile-share-icons-wide.png) no-repeat -45px 24px;}

a.post-share.twitter span {
	background-color: #529fda;
}
a.post-share.gplus {
	background: #b8382e url(images/mobile-share-icons.png) no-repeat -95px 21px;
	margin-right: 4px;
}

.topsharebar .tips .gplus {background: #b8382e url(images/mobile-share-icons-wide.png) no-repeat -103px 24px;}

a.post-share.gplus span {
	background-color: #d24238;
}
a.post-share.reddit {
	background: #f35c11 url(images/mobile-share-icons.png) no-repeat -201px 21px;
	margin-right: 4px;
}

.topsharebar .tips .reddit {background: #f35c11 url(images/mobile-share-icons-wide.png) no-repeat -226px 24px;}

a.post-share.reddit span {
	background-color: #ff6600;
}

a.post-share.stumble {
	background: #e15131 url(images/mobile-share-icons.png) no-repeat -255px 21px;
	margin-right: 4px;
}

.topsharebar .tips .stumble {background: #e15131 url(images/mobile-share-icons-wide.png) no-repeat -287px 24px;}

a.post-share.stumble span {
	background-color: #fd5d3b;
}

a.post-share.email {
	background: #6f6c6c url(images/mobile-share-icons.png) no-repeat -149px 15px;
}

.topsharebar .tips .email {background: #6f6c6c url(images/mobile-share-icons-wide.png) no-repeat -166px 20px;}

a.post-share.email span {
	background-color: #6f6c6c /*#8b8989*/;
}

a.post-share.wm_more_icons{
	background: #6FF899 url(images/more-icons.png) no-repeat 50% 46%;
	 
}

a.post-share.wm_more_icons.expanded{ background: #6FF899 url(images/less-icons.png) no-repeat 51% 45%; }

.topsharebar .fb-like, .fixedBar .fb-like  {
	transform: scale(1.19);
    -ms-transform: scale(1.19);
    -webkit-transform: scale(1.19);
    -o-transform: scale(1.19);
    -moz-transform: scale(1.19);
	display: inline-block;
    float: left;
    margin-left: -56px;
    margin-top: 32px;
}

.topsharebar .fb-like {
    transform: scale(1.68);
    -ms-transform: scale(1.68);
    -webkit-transform: scale(1.68);
    -o-transform: scale(1.68);
    -moz-transform: scale(1.68);
    margin-left: -68px;
    margin-top: 30px;
}


/******** banner-ads ***********/ 

.wm-banner-ad{text-align:center;}
.top-leaderboard{margin: 0px 0 25px; width: 100%;}
.adsbygoogle {margin: 0 auto;}
.under_content {width: 100%; clear: both; overflow: hidden; text-align: center; margin-top: 45px;}
#right_under_content, #left_under_content {display:inline-block; margin: 0 10px; }



/******** Popular Post Widget ***********/ 

.popular-posts ul li {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	min-height: 115px;
	padding-bottom: 15px;
	line-height: 1.1;
	position: relative;
}
.popular-posts  a.wpp-post-title { 
	font-size: 17px;
	font-size: 1.7rem;
}

.popular-posts  span.post-stats { display: block;}
	
.popular-posts .post-stats { 
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	position:absolute;
	bottom: 0;
	text-align: right;
	width: 100%;
	padding: 4px 0;
}



  
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
width: 100% !important;
margin: 0px 0 15px;
}

/************
Contact Form 
**************/
.error, .success{ margin: 5px 0 20px; }

.error{
  padding: 5px 9px;
  border: 1px solid red;
  color: red;
  border-radius: 3px;
}

.success{
  padding: 5px 9px;
  border: 1px solid green;
  color: green;
  border-radius: 3px;
}

form span{
  color: red;
}

/************ Related Posts *************/
.related-posts {
    overflow: hidden;
    margin: 15px auto;
	padding: 10px 0;
}
 
ul.related-list {clear: both; overflow: hidden; list-style-type: none; padding: 8px 0 0; margin:0px; text-align:center;}

ul.related-list li {
  display:inline-block;
  vertical-align: top;
  list-style-type: none;
  margin: 0;
  text-align: left;
  width: 140px;
  font-size: 12px;
  margin: 0px 3px;
}
 
.related-list img {
  background: none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: block;
  margin: 0 auto;
  padding: 0px;
  width:132px;
  height: 120px;
}
.related-posts h5 { font-size: 12px;  margin: 5px 7px; line-height: 15px; font-family:Geneva, Arial, Helvetica, sans-serif;}
h3.related-title {font-size: 18px;}

.wm_video_wrapper {display: block; margin: 15px 0 25px;}
.wm_video_wrapper iframe {}

.fb-post {text-align:center; margin: 0 auto; width: 552px;}

.entry-content iframe  { display: block; margin: 0 auto; }

/* Flex Gallry */
.wc-gallery .gallery.wcflexslider {
    background-color: black;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.title-area {
		width: 220px;
	}

	.site-header .widget-area {
		width: 728px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 630px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}
	
	.archive .post { margin-right: 22px;}
	
	 #right_under_content  { margin: 0 0 0 10px; }
	 #left_under_content { margin: 0 10px 0 0; }
	 
	.related-list li:last-of-type  {display:none;}

}

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

	.site-inner,
	.wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area{
		width: 100%;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.nav-primary , .nav-secondary{
		position: relative;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

	.header-image .site-header .title-area {
		padding-bottom: 0;
	}

	.genesis-nav-menu > .right {
		display: none;
	}
	
	 #followbar {margin-top: 0px;}
	 
	 .archive .post { margin-right: 22px;}
	 
	 .archive .post img { max-height: 178px;}
	 
	 #right_under_content, #left_under_content { margin: 0 5px; }
	 
	 .related-list li:last-of-type  {display:inline-block;}
	 
}

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

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 3%;
		padding-right: 3%;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
		padding-left: 2rem;
	}

	.nav-primary .responsive-menu, #wm_search_icon, #wm_signin_icon {display: none;}
	
	.nav-primary .wrap {margin:17px auto; margin:1.7rem auto; display:block; border-spacing: 20px 0px;}
	
	 #help_center_icons {display:block; float: right; position: relative; left: -50%;}
	 #wp_menu_icon_wrap {display:block; margin: 0; padding: 0; position: relative; left: 50%;}
	 #responsive-menu-icon, .nav-primary #responsive-menu-search, .nav-primary #responsive-menu-signin  {
		display:block;
		text-align: center;
		float: left;
		margin:0 12px;
		margin:0 1.2rem;
	}
	
	.genesis-nav-menu a{padding-top: 1.6rem; padding-bottom: 1.6rem; font-size: 2.0rem;}
	.genesis-nav-menu a:hover {padding: 1.6rem}
	
	.genesis-nav-menu .sub-menu, .nav-primary .genesis-nav-menu .sub-menu a {width:100%; border-left:none; border-right: none; border-color: none;}
	
	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
		margin-bottom: 0.4rem;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds  {
		margin: 0;
		width: 100%;
	}
	
	.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1;
	}
	

	.archive .post {
			width: 47%;
			margin-right:32px;
			margin-right:3.2rem;
	}
	
	.archive .post:nth-child(3n){margin-right:26px;}
	.archive .post:nth-child(2n){margin-right:0px;}
	
	.genesis-nav-menu .menu-item   {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #5154A7;
	}
	.genesis-nav-menu li:first-of-type {border-top: 1px solid #5154A7;}
	
	.single .site-footer {margin-bottom: 65px;}
	
	.fixedBar {display:block;} 
	#sticky-anchor, #sticky{ display:none;}
	
	.related-list li:last-of-type  {display:none;} 

}

@media only screen and (max-width: 681px) {
	 #right_under_content  { margin: 0; float: right;}
	 #left_under_content { margin: 0; float: left;}
	}
	
@media only screen and (max-width: 665px) {
	 #right_under_content  {display: none;}
	 #left_under_content {float: none; display:inline-block;}
	
	 ul.related-list li:nth-of-type(4) {display:none;}  	 
}

@media only screen and (max-width: 620px) {
	.archive .post {
			width: 100%;
			margin-right:0;
			height: auto;
			margin-bottom: 4rem;
	}
	/*.archive .post:nth-child(3n){
			margin-right:0;
	 
	}*/
	
	.archive .content .post img  {width: 100%; height:auto; max-height:350px; text-align: center; margin:0 auto !important;}
	
	.sidebar .widget-title {
		font-size: 25px;
		font-size: 2.5rem;
	}
	
	
	#fanbox {
		background:white;
		width:96%;
		height:40%;
		position:absolute;
		top:0;
		left:0;
		margin: 30% auto;
		transform: scale(1);
	}
	
	#login-form-container input[type="submit"] {width: 100%;}
	
	#bottomsharebar {width: 100%;}
	a.btn-share.twitter_button {	margin-right: 0px; padding-left:45px;}
	a.btn-share {
		width: 47%;
		font-size: 12px;
		padding: 12px 6px 12px 36px;
		 
    }
	
	
}


@media only screen and (max-width: 500px) {
	
	.follow_facebook a::after, .follow_twitter a::after, .follow_google a::after, .follow_pinterest a::after, .follow_rss a::after { 
		font-size: 4.2rem;
		font-size: 42px;
	}
	
	 #followbar span{margin-left: 6px;}
	  ul.related-list li:nth-of-type(4) {display:inline-block;}
	  ul.related-list{max-width: 436px;}
	  ul.related-list li {margin-bottom: 12px;}	  
}