/*
	Theme Name: Healthy
	Theme URI: http://www.healthy-magazine.co.uk/
	Description: Healthy WordPress Theme
	Version: 1.0.0
	Author: SMACK
	Author URI: http://smackagency.com
*/

/*------------------------------------*\
	SEO Widget
\*------------------------------------*/

div#snippet-box {display:none;}

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

/* global box-sizing */
*,
*:after,
*:before,
input[type=search] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-appearance: none;
	border-radius: 0;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}

body {
	font-family: 'graphik';
	overflow: hidden;
}

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

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

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

hr {
	border-top: 1px solid #cacaca;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

hr.pink {
	border-top: 4px solid #b1dcd6;
	margin-top: 25px;
}

hr.pink.thin {
	border-top: 2px solid #3ca698;
}

.cta,
.pagination .page-numbers.next {
	background-color: #333;
	color: #fff;
	display: inline-block;
	font: 2em 'graphik';
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
}

@media only screen and (min-width: 769px) {
	.hide-for-large {
		display: none;
	}
}

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

#sb-site {
	background-color: #f0ebe9;
}

.single-competition #sb-site,
.page.rewards-for-life #sb-site {
	background-color: #e8f0d5;
}

.wrapper {
  background-color: #fff;
	margin: 0 auto;
	padding-bottom: 25px;
}

.content {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
}

.content.main {
	padding-top: 40px;
}

.content.footer-widgets {
	margin-top: 25px;
}

.header-container {
  margin: 0 auto;
  max-width: 970px;
  padding: 70px 0px 0 0px;
}

.header-container.full-width {
  max-width: none;
  padding: 70px 0 0;
}

.header-container .logo {
	margin-bottom: 20px;
	text-align: center;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/

.header {
	background-color: #3ca698;
	padding: 7px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.header .sb-toggle-left {
	cursor: pointer;
	position: absolute;
	margin: 10px 0 0 20px;
}

.header .sb-toggle-left .navicon-line {
	background-color: #fff;
	height: 4px;
	margin-bottom: 4px;
	width: 30px;
}

.header .sb-toggle-left .navicon-text {
	color: #fff;
	font: bold 1.8em/1em 'graphiksemibold';
	margin-left: 35px;
	position: absolute;
	text-transform: uppercase;
}

.header .logo {
	left: 50%;
	margin-left: -53px;
	opacity: 0;
	pointer-events: none;
	position: absolute;

	-moz-transform: scale(.5);
	-moz-transform-origin: 0 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header .logo.active {
	opacity: 1;
	pointer-events: all;
}

.sb-slidebar .sb-toggle-left {
	position: absolute;

	-moz-transform: scale(.5);
	-moz-transform-origin: 0 0;
}

.header .logo-img,
.sb-toggle-left .logo-img {
	cursor: pointer;
	zoom: 50%;
}

.header .search-toggle {
	background: url('../png/search-toggle.png') no-repeat 0 0;
	background-size: 64px 26px;
	cursor: pointer;
	height: 26px;
	margin: 7px 20px 0 0;
	position: absolute;
	right: 0;
	width: 26px;

	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header .search-toggle.active {
	background-position: -40px 0;
}

/*------------------------------------*\
	HEADER: SEARCH
\*------------------------------------*/

.header form.search {
	display: table;
	padding: 0 85px 0 135px;
	text-align: right;
	width: 100%;
}

.header form.search .search-input {
	border: none;
	display: table-cell;
	font: bold 1.8em 'graphik';
	padding: 7px 0;
	text-align: right;
	text-transform: uppercase;
	width: 0;

	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header form.search .search-input.active {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.header form.search .search-submit {
	display: none;
}

/*------------------------------------*\
	HEADER MENU
\*------------------------------------*/

.nav {
	background-color: #e2e3dd;
	height: auto;
}

.nav ul {
	font: 1.5em/1em 'graphikmedium';
	height: 50px;
	padding: 17px 0 0;
	margin: 0 auto;
	max-width: 940px;
	text-align: justify;
	text-transform: uppercase;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.nav ul li a {
	color: #404040;
	text-decoration: none;
}

.nav ul li {
	list-style: none;
}

.nav ul .menu-item {
	width: auto;
	vertical-align: top;
	display: inline-block;
}

.nav ul .stretcher {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.nav + hr {
	position: relative;
	margin: -22px 0 22px;
}

/*------------------------------------*\
	SLIDEBAR
\*------------------------------------*/

.sb-slidebar {
	background-color: #e5589d;
}

.sb-slidebar .logo-img {
	margin: 15px 0 15px 15px;
}

.sb-slidebar .sub-menu {
	display: none;
}

.sb-slidebar ul {
	font: 2em 'graphikmedium';
	padding: 0;
	margin: 0;
}

#slidebar-explr {
	margin-top: 50px;
}

.sb-slidebar ul li a {
	color: #fff;
	display: block;
	padding-left: 15px;
	text-decoration: none;
	padding-bottom: 10px;
}

.sb-slidebar ul li {
	border-bottom: 1px solid #fff;
	list-style: none;
	padding: 10px 0 0;
}

.sb-slidebar ul li ul {
	background-color: #e5589d;
	font-size: 1em;
}

.sb-slidebar ul li ul li {
	padding: 10px 0 0;
}

.sb-slidebar ul li ul li:first-child {
	border-top: 1px solid #fff;
}

.sb-slidebar ul li ul li:last-child {
	border: none;
}

/*------------------------------------*\
	EXPLR
\*------------------------------------*/

.explr-tree,
.explr-tree ol,
.explr-tree ul {
	display: block;
	position: relative;
}

.explr-tree li {
	display: block;
	position: relative;
}

.explr-plus {
	background: url('../png/tree-arrowsc4ca.png') no-repeat 10px 7px;
	background-size: 20px 182px;
	cursor: pointer;
	height: 20px;
	position: absolute;
	width: 20px;
	z-index: 1;
	padding: 20px;
	right: 0;
	top: 4px;
}

.explr-minus {
	background: url('../png/tree-arrowsc4ca.png') no-repeat 10px -152px;
	background-size: 20px 182px;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

.footer {
	color: #8c8c8c;
	font-size: 1.4em;
	margin: 25px auto 0;
	max-width: 825px;
	padding: 0 20px;
	text-align: center;
}

.back-to-top {
	background-color: #eff0ed;
	cursor: pointer;
	font: 2.6em 'graphikmedium';
	margin-top: 25px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

/*------------------------------------*\
	ADSPEED
\*------------------------------------*/

.adspeed-top-leaderboard,
.adspeed-bottom-leaderboard {
	margin-bottom: 20px;
	text-align: center;
}

.sidebar-widget .AdSpeedWP {
	margin-bottom: 15px;
	text-align: center;
}

/*------------------------------------*\
	META SLIDER
\*------------------------------------*/

.home .metaslider .caption {
	padding: 20px;
}

.home .metaslider .caption-wrap {
	background-color: rgba(226, 227, 222, .65);
	color: #000;
	position: absolute !important;
}

.home .metaslider .caption-wrap h3 {
	font: 2em 'millerbannersemibold';
	letter-spacing: .5px;
	margin: 0;
}

.home .metaslider .caption-wrap h4 {
	font: normal 1.5em 'graphik';
	margin: 0;
}

.home .flex-direction-nav a {
	background-image: url(../png/bg_direction_nav.png) !important;
	height: 45px !important;
	margin: 0 !important;
	top: 45% !important;
	width: 45px !important;
}

/*------------------------------------*\
	WIDGET: WP-POLLS
\*------------------------------------*/

.wp-polls-form {
	border: 6px solid #ec6b20;
	padding: 10px 15px 15px;
}

.widget_polls-widget h3 {
	font: bold 1.9em 'graphik';
	margin: 0;
	background-color: #ec6b20;
	display: inline-block;
	padding: 2px 15px 0;
}

.widget_polls-widget p {
	font: 2.2em 'millersemibold';
	margin: 0;
	text-align: left !important;
}

.widget_polls-widget p strong {
	font-weight: normal !important;
}

.widget_polls-widget .wp-polls-ans {
	margin-top: 10px;
}

.widget_polls-widget ul {
	margin: 0;
}

.widget_polls-widget ul:before,
.widget_polls-widget ul:after {
	content:' ';
	display:table;
}

.widget_polls-widget ul:after {
	clear:both;
}

.widget_polls-widget ul li:last-child {
	margin-left: 6%;
}

.widget_polls-widget ul li {
	float: left;
	width: 47%;
}

.widget_polls-widget .wp-polls-ans p,
.widget_polls-widget ul li input,
.widget_polls-widget .wp-polls-loading {
	display: none !important;
}

.widget_polls-widget ul li label {
	background-color: #b1dcd6;
	color: #000;
	cursor: pointer;
	display: block;
	font: 2.2em 'graphiksemibold';
	padding: 6px 10px 10px;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.widget_polls-widget .poll-thanks {
	color: #000;
	padding: 10px 0;
	font-size: 2em;
}

/*------------------------------------*\
	WIDGET: SOCIAL
\*------------------------------------*/

.widget_healthy_social_widget {
	border-top: 8px solid #3ca698;
	border-bottom: 8px solid #3ca698;
	margin-bottom: 15px;
	padding: 10px 15px 15px;
}

.widget_healthy_social_widget h6 {
	font: 1.6em 'graphikmedium';
	margin: 0 0 10px;
}

.widget_healthy_social_widget h6.newsletter {
	margin-top: 20px;
}

.widget_healthy_social_widget .social-networks a {
	color: #ec6b20;
	display: inline-block;
	font: 2.4em 'socicon';
	margin-right: 10px;
	text-decoration: none;
}

.widget_healthy_social_widget form label {
	display: none;
}

.widget_healthy_social_widget form .amf-type-textbox input {
	border: 1px solid #000;
	font: 1.4em/1.1em 'graphik';
	margin-bottom: 8px;
	padding: 10px 5px;
	width: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.widget_healthy_social_widget form .amf-type-textbox input.error {
	border-color: #f00;
	transition: all 0s;
	-webkit-transition: all 0s;
}

.widget_healthy_social_widget form .amf-type-button {
	margin-top: 5px;
	text-align: right;
}

.widget_healthy_social_widget form .amf-type-button input {
	background: transparent url('../png/submit.png') no-repeat right center;
	border: none;
	color: #000;
	font: 1.5em 'graphikmedium';
	outline: none;
	padding-right: 30px;
}

.widget_healthy_social_widget .newsletter-thanks {
	color: #ec6b20;
	font: 1.6em 'graphik';
}

/*------------------------------------*\
	WIDGET: RECENT ENTRIES
\*------------------------------------*/

.widget_recent_entries {
	background: url('../png/bg_stripy.png');
	margin-bottom: 15px;
	padding: 15px;
}

.widget_recent_entries .widget-content {
	background-color: #fff;
}

.widget_recent_entries h3 {
	font: normal 2.3em 'graphikmedium';
	margin: 0;
	text-transform: uppercase;
	padding: 15px 10px;
}

.widget_recent_entries h3 em {
	color: #ec6b20;
	font-style: normal;
}

.widget_recent_entries ul {
	font: 1.8em 'millerbannerroman';
	padding: 0;
	margin: 0;
}

.widget_recent_entries ul li a {
	color: #000;
	text-decoration: none;
}

.widget_recent_entries ul li {
	border-bottom: 1px solid #e6e2df;
	list-style: none;
	padding: 15px 10px;
	margin: 0 2px;
}

.widget_recent_entries ul li:last-child {
	border: none;
}

.widget_recent_entries ul li.promoted {
	background-color: #eeeeeb;
	padding: 10px;
	margin: 0;
}

.widget_recent_entries ul li.promoted .promotion {
	display: block;
}

.widget_recent_entries ul li.promoted .promotion span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font: 11px 'graphikmedium';
	margin: 2px 0;
	padding: 2px;
	text-transform: uppercase;
}

/*------------------------------------*\
	WIDGET: IMAGE
\*------------------------------------*/

.widget_sp_image {
	margin-bottom: 15px;
}

/*------------------------------------*\
	WIDGET: INSTAGRAM
\*------------------------------------*/

.shortcode_widget {
	border-top: 1px solid #3ca698;
	margin-top: 15px;
}

.shortcode_widget h3 {
	color: #3ca698;
	font: bold 1.7em 'graphik';
	margin: .75em 0;
}

.shortcode_widget h3:before {
	content: 'x';
	font: 1.5em 'socicon';
	margin-right: 5px;
	vertical-align: bottom;
}

/*------------------------------------*\
	WIDGET: LATEST TWEET
\*------------------------------------*/

.widget_latest_tweets_widget {
	border-top: 1px solid #69bae0;
	font-family: 'graphik';
	margin-top: 15px;
}

.widget_latest_tweets_widget h3 {
	color: #69bae0;
	font: bold 1.7em 'graphik';
	margin: .75em 0;
}

.widget_latest_tweets_widget h3:before {
	content: 'a';
	font: 1.5em 'socicon';
	margin-right: 5px;
	vertical-align: bottom;
}

.widget_latest_tweets_widget ul {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

.widget_latest_tweets_widget ul li a {
	color: #000;
	text-decoration: none;
}

.widget_latest_tweets_widget ul li {
	list-style: none;
}

.widget_latest_tweets_widget ul li p:first-child {
	margin: 0;
	word-wrap: break-word;
}

.widget_latest_tweets_widget .tweet-details {
	display: none;
}

/*------------------------------------*\
	WIDGET: TRENDING ARTICLES
\*------------------------------------*/

.widget_trending_articles_widget {
	background: url('../png/bg_stripy.png');
	padding: 15px;
}

.widget_trending_articles_widget .widget-content {
	background-color: #fff;
}

.widget_trending_articles_widget span {
	display: block;
}

.widget_trending_articles_widget h3 {
	font: normal 2.3em 'graphikmedium';
	text-transform: uppercase;
	margin: 0;
	padding: 10px 10px 0px 20px;
}

.widget_trending_articles_widget h3 em {
	color: #e5589d;
	font-style: normal;
}

.widget_trending_articles_widget a {
	border-bottom: 1px solid #c5c5c5;
	color: #000;
	display: block;
	margin: 20px 20px 15px;
	padding-bottom: 15px;
	text-decoration: none;
}

.widget_trending_articles_widget a:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.widget_trending_articles_widget a img {
	float: left;
	margin-right: 4%;
	width: 33%;
}

.widget_trending_articles_widget a .right {
	float: right;
	width: 63%;
}

.widget_trending_articles_widget a .category {
	color: #3ca698;
	font: 1.5em 'graphikmedium';
}

.widget_trending_articles_widget a .title {
	font: 1.6em 'millerbannerroman';
}

/*------------------------------------*\
	WIDGET: MENU
\*------------------------------------*/

.widget_nav_menu ul {
	font: 2.5em/1.25em 'graphikmedium';
	padding: 0;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.widget_nav_menu ul li a {
	color: #404040;
	text-decoration: none;
}

.widget_nav_menu ul li {
	list-style: none;
}

/*------------------------------------*\
	WIDGET: MENU
\*------------------------------------*/

.widget_text h3 {
	font: 1.6em 'graphiksemibold';
	margin: 0;
	text-transform: uppercase;
}

.widget_text .textwidget {
	color: #8c8c8c;
	font-size: 1.5em;
}

/*------------------------------------*\
	REWARDS FOR LIFE
\*------------------------------------*/

.page.rewards-for-life h1 {
	color: #3ca698;
	font: normal 3em 'graphik' !important;
	margin-top: 0;
	text-transform: uppercase;
}

.page.rewards-for-life .mceContentBody {
	/* font: 1.9em 'millerbannerroman'; */
}

.page.rewards-for-life .the-card h3 {
	color: #3ca698;
	font: normal 2.3em 'graphiksemibold';
	margin: 0;
	text-transform: uppercase;
}

.page.rewards-for-life .the-card p {
	font: 2.1em 'millerbannerroman';
}

.page.rewards-for-life .cta-container {
	margin: 2em 0;
	text-align: center;
}

.page.rewards-for-life h2 {
	font: 2.1em 'millerbannerroman';
}
	
/*------------------------------------*\
	MAGAZINE
\*------------------------------------*/

.magazine h1 {
	color: #e94979;
	font: normal 3em 'graphikmedium' !important;
	text-transform: uppercase;
}

.magazine .main-content-inner {
	font-size: 1.8em;
	line-height: 1.2em;
}

.magazine .main-content-inner .left {
	float: left;
	width: 38.97%;
}

.magazine .main-content-inner .right {
	float: right;
}

	/* removed CSS from .magazine .main-content-inner .right 
	margin-left: 2.042%; width: 58.97%; */

.magazine h2 {
	font: normal 3.2em 'millerbannersemibold';
}

.magazine .paged-content .post-preview:nth-child(odd) {
	clear: both;
	margin-left: 0;
}

.magazine .paged-content .post-preview .caption {
	font-size: 1.5em;
}

/*------------------------------------*\
	SUBSCRIBE
\*------------------------------------*/

.subscribe-wrapper {
	background-color: #f4f4f4;
	display: none;
	margin-bottom: 20px;
	padding: 30px 20px;
}

.subscribe {
	margin: 0 auto;
	max-width: 940px;
}

.subscribe h6 {
	color: #e94979;
	letter-spacing: -2px;
	margin: 0;
	font: 4.5em 'millerbannerroman';
}

.subscribe ul {
	color: #e94979;
	font: 2.4em 'crimsontext';
	margin: 0 0 1em;
	padding-left: 1em;
}

.subscribe h6 + ul {
	margin: 1em 0 0;
}

.subscribe .left {
	float: left;
	padding-right: 2%;
	width: 55.32%;
}

.subscribe .right {
	float: right;
	width: 44.68%;
}

/*------------------------------------*\
	SINGLE
\*------------------------------------*/

.single .main-content .category-date {
	color: #3ca698;
	font: 1.5em 'graphikmedium';
	text-transform: uppercase;
}

.single .main-content .category-date a {
	color: #000;
	text-decoration: none;
}

.single .main-content h1,
.page .main-content h1 {
	font: normal 3em 'millerbannersemibold';
	margin: 0 0 8px;
}

.single .main-content .author {
	color: #7e7e7e;
	font: 1.5em 'graphikmedium';
	margin-bottom: 24px;
}

.single .main-content .excerpt {
	font: 1.6em 'graphik';
	line-height: 1.2em;
	margin-bottom: 16px;
}

.single .main-content .promotion {
	margin-top: 10px;
}

.single .main-content .promotion span {
	background-color: #000;
	color: #fff;
	font: 1.1em 'graphik';
	padding: 2px;
	text-transform: uppercase;
}

.single .main-content .promotion.rewards-for-life span {
	background-color: #8abb51;
}

/*------------------------------------*\
	SINGLE: MCECONTENTBODY
\*------------------------------------*/

.single .mceContentBody,
.page .mceContentBody {
	font-size: 1.6em;
}

.single .mceContentBody h2,
.single .mceContentBody h3,
.page .mceContentBody h2,
.page .mceContentBody h3 {
	font-size: 1em;
	margin-bottom: 0;
}

.single .mceContentBody h3,
.page .mceContentBody h3 {
	color: #808080;
}

.single .mceContentBody h2 + p,
.single .mceContentBody h3 + p,
.page .mceContentBody h2 + p,
.page .mceContentBody h3 + p {
	margin-top: 0;
}

.single .mceContentBody a,
.page .mceContentBody a {
	color: #ec6b20;
}

.single .mceContentBody blockquote,
.page .mceContentBody blockquote {
	font: 1.4em 'millerbannersemibold';
	margin: 0;
}

/*------------------------------------*\
	SINGLE: MEDIA
\*------------------------------------*/

.single .metaslider .flexslider,
.page .metaslider .flexslider {
	margin: 0 !important;
}

.single .wp-caption .wp-caption-text,
.single .metaslider .caption-wrap,
.page .wp-caption .wp-caption-text,
.page .metaslider .caption-wrap {
	background: none !important;
	color: #000 !important;
	font-size: 12px !important;
	opacity: 1 !important;
	padding: 5px 10px !important;
	position: static !important;
	text-align: right;
}

.single .flex-control-nav,
.page .flex-control-nav {
	bottom: 50px !important;
	z-index: 2;
}

/*------------------------------------*\
	SINGLE: COMPETITION
\*------------------------------------*/

.post-type-archive-competition h1 {
	color: #ec6b20;
	font: normal 3em 'graphik';
	margin-top: 0;
	text-transform: uppercase;
}

.competition-container .heading {
	color: #3ca698;
	font: 2.5em 'graphik';
	margin-top: 30px;
}

.competition-container .description {
	background-color: #f7e7e9;
	font: bold 1.6em 'avenirmedium';
	margin-top: 15px;
	padding: 20px 0 10px;
	text-align: center;
}

.competition-container iframe {
	margin-top: 15px;
}

/*------------------------------------*\
	SINGLE: NEXT POST
\*------------------------------------*/

.next-post {
	background-color: #f7e7e9;
	color: #000;
	display: block;
	font: 2.6em 'millerbannerroman';
	margin-bottom: 25px;
	text-decoration: none;
}

.next-post img {
	float: left;
	width: 48.5%;
}

.next-post .right {
	float: right;
	padding: 20px;
	width: 51.5%;
}

.next-post .right .heading {
	color: #3ca698;
	font-family: 'graphik';
	text-transform: uppercase;
}

/*------------------------------------*\
	SINGLE: POST ACTIONS
\*------------------------------------*/

.post-actions {
	color: #000;
	font: 1.3em/21px 'graphik';
	padding-left: 50px;
	text-transform: uppercase;
}

.post-actions.tags {
	background: url('../png/tagc4ca.png') no-repeat left center;
	background-size: 32px 32px;
	margin: 25px 0;
}

.post-actions.share {
	background: url('../png/sharec4ca.png') no-repeat left center;
	margin-bottom: 50px;
}

.post-actions .title {
	font: 1.6rem 'graphiksemibold';
	color: #ec6b20;
}

.post-actions a {
	color: #000;
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
}

.post-actions a:first-child {
	margin-left: 0;
}

.addthis_toolbox span {
	display: none !important;
}

.addthis_toolbox .addthis_button_facebook:after {
	content: "Facebook";
}

.addthis_toolbox .addthis_button_twitter:after {
	content: "Twitter";
}

.addthis_toolbox .addthis_button_pinterest:after {
	content: "Pinterest";
}

.addthis_toolbox .addthis_button_email:after {
	content: "Email";
}

.addthis_toolbox .pin_it_iframe_widget {height: 0px !important; display:none;}

/*------------------------------------*\
	SINGLE: RELATED CONTENT & SEARCH RESULTS
\*------------------------------------*/

h4.related-content {
	color: #3ca698;
	font: normal 2.5em 'graphikmedium';
	margin: .5em 0;
	text-transform: uppercase;
}

.search-results .main-content .post-preview.type-post:nth-child(n),
.related-content .post-preview.type-post:nth-child(n),
.page.rewards-for-life .post-preview.type-competition:nth-child(n) {
	width: 48.37%;
}

.search-results .main-content .post-preview.type-post:nth-child(odd),
.related-content .post-preview.type-post:nth-child(5n+1),
.related-content .post-preview.type-post:nth-child(5n+3),
.related-content .post-preview.type-post:nth-child(5n+5),
.related-content .post-preview.type-post:nth-child(5n+7),
.page.rewards-for-life .post-preview.type-competition:nth-child(odd) {
	clear: both;
	margin-left: 0;
}

.search-results .main-content .post-preview.type-post:nth-child(even),	
.related-content .post-preview.type-post:nth-child(5n+2),
.related-content .post-preview.type-post:nth-child(5n+4),
.related-content .post-preview.type-post:nth-child(5n+6),
.related-content .post-preview.type-post:nth-child(5n+8),
.page.rewards-for-life .post-preview.type-competition:nth-child(even) {
	clear: none;
	margin-left: 3.226%;
}

/*------------------------------------*\
	SINGLE: PRODUCT
\*------------------------------------*/

.single-product .main-content h3 {
	color: #3ca698;
	font: 1.5em 'graphik';
	text-transform: uppercase;
}

.single-product .main-content .promotion {
	margin-top: 10px;
}

.single-product .main-content .promotion span {
	background-color: #000;
	color: #fff;
	font: 1.1em 'graphik';
	padding: 2px;
	text-transform: uppercase;
}

/*------------------------------------*\
	SEARCH RESULTS
\*------------------------------------*/

.search-heading {
	background: url('../png/search.png') no-repeat;
	padding-left: 60px;
}

.search-heading h1 {
	font: 2.5em 'millerbannersemibold';
	margin: 0;
	text-transform: uppercase;
}

.search-heading p {
	color: #808080;
	font: 2em 'graphik';
	margin-top: 0;
	text-transform: uppercase;
}

.main-content form.search {
	margin-bottom: 20px;
}

.main-content form.search .search-input {
	border: 1px solid #808080;
	font: 1.8em 'graphik';
	padding: 10px 15px;
	width: 100%;
}

.main-content form.search .search-submit {
	display: none;
}

/*------------------------------------*\
	ERROR 404
\*------------------------------------*/

.error404 h1 {
	font: 2.5em 'millerbannersimebold';
	margin: 0;
	text-transform: uppercase;
}

.error404 p {
	color: #808080;
	font: 2em 'graphik';
	margin-top: 0;
}

/*------------------------------------*\
	POST PREVIEWS
\*------------------------------------*/

.post-preview {
	color: #000;
	display: block;
	float:left;
	margin: 0 0 20px 3.226%;
	text-decoration: none;
}

.post-preview {
	width: 100%;
}

.post-preview.type-post:nth-child(5n+2),
.post-preview.type-post:nth-child(5n+3),
.post-preview.type-post:nth-child(5n+4),
.post-preview.type-post:nth-child(5n+5),

.post-preview.type-competition:nth-child(5n+2),
.post-preview.type-competition:nth-child(5n+3),
.post-preview.type-competition:nth-child(5n+4),
.post-preview.type-competition:nth-child(5n+5) {
	width: 48.37%;
}

.post-preview.type-post:nth-child(5n+1),
.post-preview.type-post:nth-child(5n+2),
.post-preview.type-post:nth-child(5n+4),

.post-preview.type-competition:nth-child(5n+1),
.post-preview.type-competition:nth-child(5n+2),
.post-preview.type-competition:nth-child(5n+4) {
	margin-left: 0;
}

.post-preview.type-post:nth-child(5n+4),
.post-preview.type-competition:nth-child(5n+4) {
	clear: both;
}

.post-preview img {
	margin-bottom: 10px;
}

.post-preview span {
	display: block;
}

.post-preview .category {
	color: #fff;
	display: inline-block;
	font: 1.5em/1em 'graphikmedium';
	margin-bottom: 5px;
	padding: 1px 5px 3px;
	text-transform: uppercase;
}

.post-preview .category.win {
	color: #3ca698;
	padding-left: 0;
}

body.archive.category .post-preview .category {
	display: none;
}

.post-preview .title {
	font: 2em 'millerbannersemibold';
	letter-spacing: .5px;
	margin-bottom: 2px;
}

.post-preview .excerpt {
	font: 1.5em 'graphik' !important;
	line-height: 1.5em;
	margin-bottom: 8px;
}

.post-preview.promoted {
	background-color: #e2e3dd;
	color: #000;
}

.post-preview.promoted span {
	padding-left: 10px;
	padding-right: 10px;
}

.post-preview.promoted .promotion span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font: 1.1em 'graphiksemibold';
	margin: 2px 0;
	padding: 2px;
	text-transform: uppercase;
}

.post-preview.promoted.rewards-for-life {
	background-color: #d8edea;
	color: #000;
}

.post-preview.promoted.rewards-for-life .category {
	color: #00936e;
}

/*------------------------------------*\
	CATEGORY INDEX
\*------------------------------------*/

.category.archive h1.single,
.category.archive h2.parent {
	font: 3em 'graphik';
	margin-top: 0;
	text-transform: uppercase;
}

.category.archive h2.parent {
	margin-bottom: 0;
}

.category.archive h1.child {
	font: 2.8em 'millerbannerroman';
	margin-top: 0;
}

/*------------------------------------*\
	TAG INDEX
\*------------------------------------*/

.tag-heading {
	background: url('../png/tagc4ca.png') no-repeat 0 6px;
	padding-left: 60px;
}

.tag.archive h1 {
	font: 2.3em 'millerbannerroman';
	margin: 0;
	text-transform: uppercase;
}

.tag.archive .result-count {
	color: #808080;
	font: 2em 'graphikmedium';
	margin-bottom: 1em;
	text-transform: uppercase;
}

/*------------------------------------*\
	PRODUCT PREVIEWS
\*------------------------------------*/

.products {
	margin-bottom: 40px;
}

.products h5 {
	font: normal 2.3em 'graphikmedium';
	margin: 20px 0 40px;
	text-align: center;
	text-transform: uppercase;
}

.post-preview.type-product {
	text-align: center;
}

.post-preview.type-product .promotion span {
	background-color: #e5589d;
	color: #fff;
	display: inline-block;
	font: 1.1em 'graphikmedium';
	margin: 2px 0;
	padding: 1px 5px 3px;
	text-transform: uppercase;
}

.post-preview .find-out-more {
	color: #ec6b20;
	font: 1.5em 'graphikmedium';
}

/*------------------------------------*\
	SUBSCRIPTIONS
\*------------------------------------*/

.bullet-box {
	border: 4px solid #000;
}

.bullet-box h1,
.bullet-box .h1 {
	color: #ec6b20;
	font: 3em 'millerbannersemibold';
	margin: 8px !important;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 16px 0;
}

.bullet-box ul {
	font: 1.9em 'millerbannerroman';
	line-height: 1.5em;
}

.bullet-box ul li {
	margin-bottom: 10px;
}

.bullet-box .cta-container {
	margin-bottom: 2em;
	text-align: center;
}

/*.bullet-box .bullets {
	background-color: #fff;
	margin: 0 -4px;
}*/

.subscriptions .editions h3 {
	color: #3ca698;
	font: 2.6em 'millerbannersemibold';
	text-align: center;
	text-transform: uppercase;
}

.subscriptions .editions img {
	display: block;
	margin: 0 auto 20px;
}

.subscriptions .editions a {
	background-color: #ec6b20;
	display: block;
	font-size: 1.9em;
	margin-bottom: 15px;
	text-align: center;
}

.subscriptions .editions a.ios {
	background: #333 url('../png/ios.png') no-repeat 20px center;
	padding-left: 50px;
	padding-right: 0;
	text-align: left;
}

.subscriptions .editions a.android {
	background: #333 url('../png/android.png') no-repeat 20px center;
	padding-left: 50px;
	padding-right: 0;
	text-align: left;
}

.subscriptions .pink-box {
	background-color: #fce4eb;
	font: 2em 'graphik';
	margin: 20px 0 15px;
	padding: 20px;
}

.subscriptions .pink-box div p:first-child {
	margin-top: 0;
}

.subscriptions .small-print {
	color: #7a7979;
	font-size: 1.4em;
}

.subscriptions .cta-container {
	margin-top: 20px;
	text-align: center;
}

/*------------------------------------*\
	PAGINATION
\*------------------------------------*/

.pagination {
	text-align: center;
}

.pagination .page-numbers {
	display: none;
}

.pagination-text {
	color: #6c6361;
	font-size: 1.5em;
	padding-top: 10px;
}

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

@font-face {
	font-family: 'millerbannerroman';
	src: url('../eot/millerbanner-roman-webfont.eot');
	src: url('../eot/millerbanner-roman-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff2/millerbanner-roman-webfont.woff2') format('woff2'),
		 url('../woff/millerbanner-roman-webfont.woff') format('woff'),
		 url('../ttf/millerbanner-roman-webfont.ttf') format('truetype'),
		 url('../svg/millerbanner-roman-webfont.svg#millerbannerroman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'millerbannersemibold';
	src: url('../eot/millerbanner-semibold-webfont.eot');
	src: url('../eot/millerbanner-semibold-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff2/millerbanner-semibold-webfont.woff2') format('woff2'),
		 url('../woff/millerbanner-semibold-webfont.woff') format('woff'),
		 url('../ttf/millerbanner-semibold-webfont.ttf') format('truetype'),
		 url('../svg/millerbanner-semibold-webfont.svg#millerbannersemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'graphik';
	src: url('../eot/graphik-regular-webfont.eot');
	src: url('../eot/graphik-regular-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff2/graphik-regular-webfont.woff2') format('woff2'),
		 url('../woff/graphik-regular-webfont.woff') format('woff'),
		 url('../ttf/graphik-regular-webfont.ttf') format('truetype'),
		 url('../svg/graphik-regular-webfont.svg#graphikregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'graphik';
	src: url('../eot/graphik-bold-webfont.eot');
	src: url('../eot/graphik-bold-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff2/graphik-bold-webfont.woff2') format('woff2'),
		 url('../woff/graphik-bold-webfont.woff') format('woff'),
		 url('../ttf/graphik-bold-webfont.ttf') format('truetype'),
		 url('../svg/graphik-bold-webfont.svg#graphikbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'graphikmedium';
	src: url('../eot/graphik-medium-webfont.eot');
	src: url('../eot/graphik-medium-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff2/graphik-medium-webfont.woff2') format('woff2'),
		 url('../woff/graphik-medium-webfont.woff') format('woff'),
		 url('../ttf/graphik-medium-webfont.ttf') format('truetype'),
		 url('../svg/graphik-medium-webfont.svg#graphikmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'graphiksemibold';
	src: url('../eot/graphik-semibold-webfont.eot');
	src: url('../eot/graphik-semibold-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff2/graphik-semibold-webfont.woff2') format('woff2'),
		 url('../woff/graphik-semibold-webfont.woff') format('woff'),
		 url('../ttf/graphik-semibold-webfont.ttf') format('truetype'),
		 url('../svg/graphik-semibold-webfont.svg#graphiksemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'socicon';
	src: url('../eot/socicon-webfont-webfont.eot');
	src: url('../eot/socicon-webfont-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff2/socicon-webfont-webfont.woff2') format('woff2'),
		 url('../woff/socicon-webfont-webfont.woff') format('woff'),
		 url('../ttf/socicon-webfont-webfont.ttf') format('truetype'),
		 url('../svg/socicon-webfont-webfont.svg#sociconregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin-left: 2.042%;
}
.col:first-child { margin-left: 0; }											   

/*  GRID OF TWO  */
.span_1_of_2 {
	width: 48.97%;
}

/*  GRID OF THREE  */
.span_2_of_3 {
	width: 65.98%;
}
.span_1_of_3 {
	width: 31.97%;
}

/*  GRID OF FOUR  */
.span_3_of_4 {
	width: 74.48%;
}
.span_2_of_4 {
	width: 48.97%;
}
.span_1_of_4 {
	width: 23.46%;
}

/*------------------------------------*\
	768PX BREAKPOINT
\*------------------------------------*/

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.main-content,
	.sidebar-container {
		margin: 1% 0;
		width: 100%;
	}
	
	.header-container .logo,
	.header-container .logo + hr,
	
	.nav,
	.nav + hr,
	
	.post-preview.type-product:nth-child(4),
	.content.footer-widgets .span_1_of_3:nth-child(3),

	.hide-for-medium {
		display: none;
	}

	.content.main {
		padding-top: 0;
	}
	
	.sidebar-widget .AdSpeed.Ad.Server,
	.widget_polls-widget,
	.widget_latest_tweets_widget,
	.widget_healthy_social_widget,
	.widget_sp_image {
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}
	
	.widget_polls-widget {
		margin: 0 2% 2% 0;
	}
	
	.widget_latest_tweets_widget {
		margin: 0 0 2% 2%;
	}
	
	.sidebar-widget .AdSpeed.Ad.Server:nth-child(2) + * {
		clear: both;
	}
	
	.post-preview.type-product {
		width: 31.97%;
	}
	
	.subscribe h6 {
		font-size: 3.5em;
	}
	
	.content.footer-widgets .span_1_of_3 {
		width: 48.97%;
	}

	.shortcode_widget {
		clear: left;
	}
}

/*------------------------------------*\
	480PX BREAKPOINT
\*------------------------------------*/

@media only screen and (max-width: 480px) {
	.span_1_of_2,
	.span_2_of_3,
	.span_1_of_3,
	.span_3_of_4,
	.span_2_of_4,
	.span_1_of_4,

	.post:nth-child(5n+2),
	.post:nth-child(5n+3),
	.post:nth-child(5n+4),
	.post:nth-child(5n+5),

	.post-preview.type-post:nth-child(n),
	.search-results .main-content .post-preview.type-post:nth-child(n),
	.related-content .post-preview.type-post:nth-child(n),
	.page.rewards-for-life .post-preview.type-competition:nth-child(n),
	.post-preview.type-competition:nth-child(n),

	.next-post img,
	.next-post .right,

	.magazine .main-content-inner .left,
	.magazine .main-content-inner .right {
		margin: 1% 0;
		width: 100%;
	}

	.navicon-text,
	.footer-widgets .widget_healthy_social_widget,
	
	.header-container .logo,
	.header-container .logo + hr,
	
	.nav,
	.nav + hr,
	
	.post-preview.type-product:nth-child(3),
	.post-preview.type-product:nth-child(4),

	.related-content .post-preview.type-post:nth-child(3),
	.related-content .post-preview.type-post:nth-child(4),

	.subscribe-wrapper,
	.subscribe-wrapper + hr,

    .hide-for-small {
		display: none;
	}

	.content.main {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}

	.header form.search {
		padding: 0 65px 0 75px;
	}

	.adspeed-top-leaderboard,
	.adspeed-bottom-leaderboard,

	.post-preview .category,
	.post-preview .title,
	.post-preview .excerpt,
	.post-preview.promoted .category,
	.post-preview.promoted .title,
	.post-preview.promoted .excerpt,
	.post-preview.promoted .promotion,

	.widget_healthy_social_widget,
	.widget_recent_entries,
	.widget_polls-widget,
	.widget_latest_tweets_widget,
	.shortcode_widget,

	.category.archive h1,
	.category.archive h2.parent,

	.tag-heading,

	.single .main-content .category-date,
	.single .main-content .promotion,
	.single .main-content h1,
	.single .main-content .author,
	.single .main-content .excerpt,

	.magazine h1,
	.magazine .main-content-inner .left,
	.magazine .main-content-inner .right,
	.magazine h2,
	.magazine .paged-content .post-preview .caption,

	.subscriptions .editions a,
	.subscriptions .pink-box,
	.subscriptions .small-print,
	.subscriptions .cta-container,

	.page.rewards-for-life h1,
	.page.rewards-for-life .the-card .col:last-child,
	.page.rewards-for-life h2,

	.post-type-archive-competition h1,

	.single-product .main-content h3,
	.single-product .main-content .cta,
	.single .mceContentBody h2,

	.mceContentBody p,
	.competition-container,
	.post-actions,
	h4.related-content,

	.search-heading,
	.main-content form.search,

	.error404 .main-content,

	.page .main-content h1 {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.post-preview.type-post:nth-child(n) {
		margin-bottom: 15px;
	}

	.post-preview.promoted .category,
	.post-preview.promoted .title,
	.post-preview.promoted .excerpt,
	.post-preview.promoted .promotion {
		padding-left: 0;
		padding-right: 0;
	}

	.single-product .main-content .cta {
		margin-bottom: 25px;
	}

	.magazine .paged-content .post-preview .caption {
		margin-bottom: 15px;
	}

	.bullet-box {
		margin-bottom: 20px;
	}

	.page.rewards-for-life .the-card h3 {
		margin-top: 15px;
	}
}

/*------------------------------------*\
	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 {
	width:100% !important
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
	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;
	}
}
