/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/*********************
TRANISTION
*********************/
@font-face {
  font-family: 'beasticons';
  src: url('../fonts/beasticons.eot?yjaykt');
  src: url('../fonts/beasticons.eot?#iefixyjaykt') format('embedded-opentype'), url('../fonts/beasticons.woff?yjaykt') format('woff'), url('../fonts/beasticons.ttf?yjaykt') format('truetype'), url('../fonts/beasticons.svg?yjaykt#beasticons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'beasticons';
  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;
}
.icon-indent-increase:before {
  content: "\e600";
}
.icon-indent-decrease:before {
  content: "\e601";
}
.icon-copyright:before {
  content: "\e607";
}
.icon-multiply:before {
  content: "\e609";
}
.icon-home:before {
  content: "\e610";
}
.icon-minus:before {
  content: "\e613";
}
.icon-image:before {
  content: "\e616";
}
.icon-fork:before {
  content: "\e617";
}
.icon-checkmark:before {
  content: "\e61f";
}
.icon-uniF766:before {
  content: "\e63a";
}
.icon-uniF767:before {
  content: "\e63b";
}
.icon-uniF768:before {
  content: "\e63c";
}
.icon-uniF78B:before {
  content: "\e662";
}
.icon-uniF78C:before {
  content: "\e663";
}
.icon-uniF78D:before {
  content: "\e664";
}
.icon-uniF78E:before {
  content: "\e665";
}
.icon-uniF790:before {
  content: "\e667";
}
.icon-uniF791:before {
  content: "\e668";
}
.icon-uniF792:before {
  content: "\e669";
}
.icon-uniF793:before {
  content: "\e66a";
}
.icon-uniF794:before {
  content: "\e66b";
}
.icon-uniF795:before {
  content: "\e66c";
}
.icon-uniF7A0:before {
  content: "\e677";
}
.icon-uniF7A8:before {
  content: "\e67f";
}
.icon-uniF7C3:before {
  content: "\e69a";
}
.icon-uniF7C4:before {
  content: "\e69b";
}
.icon-uniF7C5:before {
  content: "\e69c";
}
.icon-uniF7D5:before {
  content: "\e6ac";
}
.icon-uniF7D6:before {
  content: "\e6ad";
}
.icon-uniF6FC:before {
  content: "\e6e9";
}
.icon-uniF73F:before {
  content: "\e72c";
}
.icon-uniF62C:before {
  content: "\e745";
}
.icon-uniF62D:before {
  content: "\e746";
}
.icon-uniF62E:before {
  content: "\e747";
}
.icon-uniF62F:before {
  content: "\e748";
}
.icon-uniF630:before {
  content: "\e749";
}
.icon-uniF631:before {
  content: "\e74a";
}
.icon-uniF632:before {
  content: "\e74b";
}
.icon-uniF633:before {
  content: "\e74c";
}
.icon-uniF64F:before {
  content: "\e770";
}
.icon-uniF691:before {
  content: "\e7b2";
}
.icon-uniF692:before {
  content: "\e7b3";
}
.icon-uniF69D:before {
  content: "\e7be";
}
.icon-uniF6AC:before {
  content: "\e7cc";
}
.icon-uniF6B2:before {
  content: "\e7d2";
}
.icon-uniF6B3:before {
  content: "\e763";
}
.icon-uniF6B6:before {
  content: "\e7d5";
}
.icon-uniF6BA:before {
  content: "\e7d9";
}
.icon-uniF5EF:before {
  content: "\e80b";
}
.icon-uniF5F3:before {
  content: "\e764";
}
.icon-uniF593:before {
  content: "\e852";
}
.icon-uniF5C6:before {
  content: "\e885";
}
.icon-uniF5C7:before {
  content: "\e886";
}
.icon-uniF5C8:before {
  content: "\e887";
}
.icon-uniF5C9:before {
  content: "\e888";
}
.icon-uniF5CA:before {
  content: "\e889";
}
.icon-uniF5CB:before {
  content: "\e88a";
}
.icon-uniF5CC:before {
  content: "\e88b";
}
.icon-uniF5CD:before {
  content: "\e88c";
}
.icon-uniF5D1:before {
  content: "\e890";
}
.icon-uniF497:before {
  content: "\e8a8";
}
.icon-uniF4C6:before {
  content: "\e8d7";
}
.icon-uniF4C7:before {
  content: "\e8d8";
}
.icon-uniF4D1:before {
  content: "\e8e2";
}
.icon-uniF5DF:before {
  content: "\e93b";
}
.icon-uniF534:before {
  content: "\e945";
}
.icon-uniF535:before {
  content: "\e946";
}
.icon-uniF53A:before {
  content: "\e94b";
}
.icon-uniF54B:before {
  content: "\e95c";
}
.icon-uniF563:before {
  content: "\e974";
}
.icon-uniF470:before {
  content: "\e995";
}
.icon-uniF471:before {
  content: "\e996";
}
.icon-uniF472:before {
  content: "\e997";
}
.icon-uniF473:before {
  content: "\e998";
}
.icon-uniF474:before {
  content: "\e999";
}
.icon-uniF475:before {
  content: "\e99a";
}
.icon-uniF476:before {
  content: "\e99b";
}
.icon-uniF477:before {
  content: "\e99c";
}
.icon-uniF478:before {
  content: "\e99d";
}
.icon-uniF479:before {
  content: "\e99e";
}
.icon-uniF47C:before {
  content: "\e9a1";
}
.icon-uniF47D:before {
  content: "\e9a2";
}
.icon-uniF480:before {
  content: "\e9a5";
}
.icon-uniF482:before {
  content: "\e9a7";
}
.icon-uniF488:before {
  content: "\e9ad";
}
.icon-uniF489:before {
  content: "\e9ae";
}
.icon-uniF48A:before {
  content: "\e9af";
}
.icon-uniF48B:before {
  content: "\e9b0";
}
.icon-pigpens:before {
  content: "\e9c3";
}
.icon-pigpent:before {
  content: "\e9c4";
}
.icon-pigpenu:before {
  content: "\e9c5";
}
.icon-pigpenv:before {
  content: "\e9c6";
}
.icon-chicken:before {
  content: "\ea3c";
}
.icon-fish:before {
  content: "\ea3d";
}
.icon-cupcake:before {
  content: "\ea3e";
}
.icon-pizza:before {
  content: "\ea3f";
}
.icon-cherry:before {
  content: "\ea40";
}
.icon-bone:before {
  content: "\ea42";
}
.icon-steak:before {
  content: "\ea43";
}
.icon-muffin:before {
  content: "\ea46";
}
.icon-sunnysideup:before {
  content: "\ea48";
}
.icon-fries:before {
  content: "\ea4d";
}
.icon-birthday:before {
  content: "\ea4e";
}
.icon-glue:before {
  content: "\ea50";
}
.icon-mickeymouse:before {
  content: "\ea5d";
}
.icon-handpointdown:before {
  content: "\ea6a";
}
.icon-handpointright:before {
  content: "\ea6b";
}
.icon-handpointleft:before {
  content: "\ea6c";
}
.icon-doghouse:before {
  content: "\ea71";
}
.icon-washer:before {
  content: "\ea7d";
}
.icon-keyboarddelete:before {
  content: "\ea88";
}
.icon-flowernew:before {
  content: "\ea8a";
}
.icon-circleleft:before {
  content: "\eaa8";
}
.icon-circledown:before {
  content: "\eaa9";
}
.icon-circleup:before {
  content: "\eaaa";
}
.icon-circleright:before {
  content: "\eaab";
}
.icon-tea:before {
  content: "\eaad";
}
.icon-hotdog:before {
  content: "\eaae";
}
.icon-taco:before {
  content: "\eaaf";
}
.icon-chef:before {
  content: "\eab0";
}
.icon-foodtray:before {
  content: "\e767";
}
.icon-soup:before {
  content: "\eab2";
}
.icon-invoice:before {
  content: "\eac6";
}
.icon-carrot:before {
  content: "\ead3";
}
.icon-strawberry:before {
  content: "\ead4";
}
.icon-banana:before {
  content: "\ead5";
}
.icon-windows:before {
  content: "\eafa";
}
.icon-email:before {
  content: "\eb0a";
}
.icon-home2:before {
  content: "\eb0d";
}
.icon-java:before {
  content: "\eb65";
}
.icon-images:before {
  content: "\eb81";
}
.icon-trash:before {
  content: "\ebb0";
}
.icon-circleadd:before {
  content: "\ebb3";
}
.icon-circledelete:before {
  content: "\ebb4";
}
.icon-circleselect:before {
  content: "\ebb5";
}
.icon-handpointup:before {
  content: "\ebbf";
}
.icon-handdrag:before {
  content: "\ebc0";
}
.icon-handtwofingers:before {
  content: "\ebc1";
}
.icon-volumehalf:before {
  content: "\ebc5";
}
.icon-grid:before {
  content: "\ebf2";
}
.icon-details:before {
  content: "\ebf3";
}
.icon-list:before {
  content: "\ebf5";
}
.icon-menu:before {
  content: "\ec09";
}
.icon-quote:before {
  content: "\ec11";
}
.icon-user:before {
  content: "\ec15";
}
.icon-friends:before {
  content: "\ec16";
}
.icon-phonebook:before {
  content: "\ec17";
}
.icon-email2:before {
  content: "\ec18";
}
.icon-thumbup:before {
  content: "\ec1a";
}
.icon-thumbdown:before {
  content: "\ec1b";
}
.icon-facebook:before {
  content: "\ec22";
}
.icon-skype:before {
  content: "\ec23";
}
.icon-instagram:before {
  content: "\ec2c";
}
.icon-facebook2:before {
  content: "\ec2d";
}
.icon-phonebook2:before {
  content: "\ec31";
}
.icon-gmail:before {
  content: "\ec32";
}
.icon-missedcall:before {
  content: "\ec3e";
}
.icon-incomingcall:before {
  content: "\ec3f";
}
.icon-outgoingcall:before {
  content: "\ec40";
}
.icon-tag2:before {
  content: "\ec41";
}
.icon-basecamp:before {
  content: "\ec42";
}
.icon-avatar2:before {
  content: "\ec43";
}
.icon-chat:before {
  content: "\ec44";
}
.icon-googleplus:before {
  content: "\ec47";
}
.icon-path:before {
  content: "\ec4b";
}
.icon-twitter:before {
  content: "\ec4c";
}
.icon-reademail:before {
  content: "\ec55";
}
.icon-play2:before {
  content: "\ec60";
}
.icon-camera:before {
  content: "\ec7c";
}
.icon-videocamera:before {
  content: "\ec7d";
}
.icon-sortbysizeascending:before {
  content: "\eca4";
}
.icon-knife:before {
  content: "\e602";
}
.icon-port:before {
  content: "\e603";
}
.icon-martini:before {
  content: "\e604";
}
.icon-beer:before {
  content: "\e605";
}
.icon-cup:before {
  content: "\e606";
}
.icon-mug:before {
  content: "\e608";
}
.icon-icecream:before {
  content: "\e60a";
}
.icon-hamburger:before {
  content: "\e765";
}
.icon-psdown:before {
  content: "\e60b";
}
.icon-psleft:before {
  content: "\e60c";
}
.icon-starempty:before {
  content: "\e60d";
}
.icon-starhalf:before {
  content: "\e60e";
}
.icon-starfull:before {
  content: "\e60f";
}
.icon-hearts:before {
  content: "\e611";
}
.icon-down:before {
  content: "\e612";
}
.icon-downleft:before {
  content: "\e614";
}
.icon-downright:before {
  content: "\e615";
}
.icon-up:before {
  content: "\e618";
}
.icon-upleft:before {
  content: "\e619";
}
.icon-upright:before {
  content: "\e61a";
}
.icon-right:before {
  content: "\e61b";
}
.icon-left:before {
  content: "\e61c";
}
.icon-settings2:before {
  content: "\e61d";
}
.icon-settings3:before {
  content: "\e61e";
}
.icon-settings4:before {
  content: "\e620";
}
.icon-settings5:before {
  content: "\e622";
}
.icon-bigger:before {
  content: "\e623";
}
.icon-smaller:before {
  content: "\e624";
}
.icon-equals:before {
  content: "\e625";
}
.icon-restore:before {
  content: "\e626";
}
.icon-checkbox:before {
  content: "\e627";
}
.icon-checkbox2:before {
  content: "\e62a";
}
.icon-radiobutton:before {
  content: "\e62b";
}
.icon-forbidden:before {
  content: "\e62c";
}
.icon-forbidden2:before {
  content: "\e62d";
}
.icon-info:before {
  content: "\e62e";
}
.icon-alert:before {
  content: "\e62f";
}
.icon-asterisk2:before {
  content: "\e630";
}
.icon-resizeh:before {
  content: "\e631";
}
.icon-resizev:before {
  content: "\e632";
}
.icon-fastleft:before {
  content: "\e633";
}
.icon-fastright:before {
  content: "\e634";
}
.icon-fastup:before {
  content: "\e63d";
}
.icon-fastdown:before {
  content: "\e63e";
}
.icon-back:before {
  content: "\e63f";
}
.icon-forward:before {
  content: "\e640";
}
.icon-zoomin:before {
  content: "\e641";
}
.icon-zoomout:before {
  content: "\e642";
}
.icon-move:before {
  content: "\e643";
}
.icon-enter:before {
  content: "\e644";
}
.icon-exit:before {
  content: "\e645";
}
.icon-scaleup:before {
  content: "\e646";
}
.icon-quoteup:before {
  content: "\e647";
}
.icon-quotedown:before {
  content: "\e648";
}
.icon-undo:before {
  content: "\e649";
}
.icon-redo:before {
  content: "\e64a";
}
.icon-uniF6B7:before {
  content: "\e7d6";
}
.icon-uniF6AE:before {
  content: "\e7ce";
}
.icon-uniF6AD:before {
  content: "\e7cd";
}
.icon-uniF522:before {
  content: "\e933";
}
.icon-uniF53B:before {
  content: "\e94c";
}
.icon-uniF55B:before {
  content: "\e96c";
}
.icon-search:before {
  content: "\eba7";
}
.icon-youtube:before {
  content: "\ec24";
}
.icon-phone:before {
  content: "\ec3d";
}
.icon-share:before {
  content: "\ec4e";
}
.icon-rss:before {
  content: "\ec5d";
}
.icon-spoon:before {
  content: "\e64b";
}
.icon-coffee:before {
  content: "\e64c";
}
.icon-menu2:before {
  content: "\e64d";
}
.icon-camera2:before {
  content: "\e629";
}
.icon-drink4:before {
  content: "\e635";
}
.icon-coffee2:before {
  content: "\e636";
}
.icon-mug2:before {
  content: "\e637";
}
.icon-ice-cream:before {
  content: "\e638";
}
.icon-cake:before {
  content: "\e639";
}
.icon-picture:before {
  content: "\e650";
}
.icon-pictures:before {
  content: "\e651";
}
.icon-pictures2:before {
  content: "\e652";
}
.icon-file3:before {
  content: "\e621";
}
.icon-tv:before {
  content: "\e628";
}
.icon-heart2:before {
  content: "\e757";
}
.icon-heart3:before {
  content: "\e758";
}
.icon-cancel3:before {
  content: "\e660";
}
.icon-checkmark3:before {
  content: "\e65f";
}
.tag-input {
  border: 1px solid #dddddd;
  border-radius: 5px;
  clear: both;
  display: block;
  font-size: 1.3em;
  margin-top: 10px;
  padding: 5px;
  position: relative;
}
.tag-input .tags {
  display: inline-block;
  margin: 0;
}
.tag-input .tags .tag {
  background-color: #f7f7f7;
  border-radius: 3px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  padding: .25em 1.75em .25em .5em;
  position: relative;
}
.tag-input .tags .tag::after {
  color: #c8c8c8;
  content: '✖︎';
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.tag-input .tags .tag:hover {
  background-color: #db4444;
  color: #ffffff;
}
.tag-input .tags .tag:hover::after {
  color: #ffffff;
}
.tag-input input {
  border: none;
  display: inline-block;
  outline: none;
}
.tag-input .suggestions {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  display: none;
  left: -1px;
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  width: calc(100% + 2px);
  z-index: 100;
}
.tag-input .suggestions .suggestion {
  cursor: pointer;
  padding: 5px;
}
.tag-input .suggestions .suggestion.selected,
.tag-input .suggestions .suggestion:hover {
  background-color: #db4444;
  color: #ffffff;
}
.tag-input .suggestions.active {
  display: block;
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* disable webkit tap highlight */
  overflow-x: hidden;
}
body {
  font-family: 'ITC Garamond W01 Book', serif;
  background: #ccc;
  font-style: normal;
  font-weight: 300;
  font-size: 100%;
  line-height: 1;
  color: #222222;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
p {
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizelegibility;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
blockquote {
  border-left: 5px solid #EDEDED;
  color: #777777;
  font-size: 140%;
  font-style: oblique;
  line-height: 1.5;
  margin: 1.75em 1em;
  padding-left: 12px;
}
.img-credit {
  color: #999999;
  float: right;
  font-family: 'HelveticaNeueW02-67MdCn 694060';
  font-size: 11px;
  line-height: 0.5;
  margin: 0;
  padding: 0;
}
.featured-main .img-credit {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  bottom: 0;
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  right: 6px;
}
#container {
  background: #ffffff;
}
#menu {
  background: #333;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
.alignleft {
  float: left;
  margin: 0 20px 5px 0;
}
.alignright {
  float: right;
  margin: 0 0 5px 20px;
}
.aligncenter {
  float: none;
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wrap {
  width: 96%;
  margin: 0 auto;
  max-width: 1140px;
}
/*********************
04. LINK STYLES
*********************/
a {
  color: #db4444;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover {
  color: #ca2727;
}
a:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 200;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
/******************************************************************
06. HEADER STYLES
******************************************************************/
.header {
  /*background: url(../images/headerBG.jpg) repeat center top #d84444;*/
  background: #d84444;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000000;
  height: 55px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  text-align: center;
}
.header .logo {
  text-align: center;
  margin: auto;
  width: 180px;
}
.logo img {
  max-width: 400px;
  padding: 16px 0 14px;
  width: 100%;
  margin: 0 auto;
}
nav.main-menu {
  background: #222;
}
.header-icon {
  color: #ffffff;
  display: block;
  font-size: 1.5em;
  position: absolute;
  top: 15px;
}
.header-icon:hover {
  color: #ffffff;
}
.menu-icon {
  left: 3%;
}
#menu {
  background: none repeat scroll 0 0 #222;
  height: 100%;
  position: fixed;
  width: 200px;
  top: 55px;
  left: -200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#menu > ul {
  margin-bottom: 100px;
}
#menu li a {
  display: block;
  font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 5px;
  color: #ffffff;
}
#menu li a {
  border-bottom: 1px dotted #444444;
  color: #FFFFFF;
  display: block;
  font-family: 'Yanone Kaffeesatz';
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 20px;
  text-transform: uppercase;
}
#menu li a span {
  color: #db4444;
  margin-right: 5px;
  vertical-align: sub;
}
.sub-social {
  display: inline-block;
  padding: 15px 23px;
  text-align: center;
}
.nav-links {
  background: #222222;
  color: #ffffff;
  text-transform: uppercase;
}
.nav-links ul {
  margin: 0;
  padding-bottom: 5px;
}
.nav-links li {
  display: inline-block;
  font-family: 'Yanone Kaffeesatz';
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .5px;
  text-align: center;
  position: relative;
}
.nav-links li a {
  color: #ffffff;
  padding: 10px 0 5px 2px;
  display: block;
  overflow: hidden;
}
.nav-links li span.recipes-link,
.nav-links li span.pound-link {
  color: #ffffff;
  padding: 10px 10px 5px 2px;
  display: block;
  overflow: hidden;
  opacity: .5;
}
.nav-links ul.right li a span {
  color: #db4444;
}
.nav-links li a span {
  margin-right: 4px;
  vertical-align: bottom;
}
.nav-links li a.news-link span,
.nav-links li a.news-link:hover,
#menu li a.news-link:hover,
#menu li a.news-link span {
  color: #d84444;
}
.nav-links li a.video-link span,
.nav-links li a.video-link:hover,
#menu li a.video-link:hover,
#menu li a.video-link span {
  color: #FF8800;
}
.nav-links li a.recipes-link span,
.nav-links li a.recipes-link:hover,
#menu li a.recipes-link:hover,
#menu li a.recipes-link span {
  color: #efb225;
}
.nav-links li a.pound-link span,
.nav-links li a.pound-link:hover,
#menu li a.pound-link:hover,
#menu li a.pound-link span {
  color: #8ea643;
}
/*********************
 SEARCH BAR CSS
*********************/
.sb-search {
  position: fixed;
  margin-top: 10px;
  right: 2%;
  width: 0%;
  min-width: 36px;
  height: 36px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 96.25%;
  height: 36px;
  margin: 0;
  z-index: 10;
  padding: 5px 65px 3px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
  color: #efb480;
}
.sb-search-input:-moz-placeholder {
  color: #efb480;
}
.sb-search-input::-moz-placeholder {
  color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
  color: #efb480;
}
.sb-icon-search,
.sb-search-submit {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #ffffff;
  background: #D84444;
  z-index: 90;
  font-size: 22px;
  font-family: 'beasticons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sb-icon-search:before {
  content: "\eba7";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #c12828;
  color: #ffffff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
section {
  position: relative;
}
#content {
  padding-top: 0;
  position: relative;
  /*min-height: 2000px;*/
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
.single #content {
  padding-top: 55px;
}
article {
  position: relative;
  color: #222222;
}
article .post-meta {
  display: none;
  color: #ffffff;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
article .post-meta .share-count {
  display: inline;
}
.share-bar {
  height: 40px;
  margin: 14px 0 0 10px;
}
.stButton .st-twitter-counter,
.stButton .st-facebook-counter,
.stButton .st-sharethis-counter,
.stButton .st-pinterest-counter,
.stButton .st-email-counter {
  height: 40px !important;
  width: 80px;
}
.stHBubble {
  height: 22px !important;
}
article span[class^="icon-"] {
  font-size: 20px;
  margin-right: 2px;
  padding: 6px 6px 0px 0;
}
article.cover-story {
  padding: 5px;
}
article.cover-story.food-news {
  background: #d84444;
  color: #ffffff;
}
article.cover-story.recipes {
  background: #efb225;
  color: #222222;
}
article.cover-story.pound {
  background: #8ea643;
  color: #ffffff;
}
article.cover-story .post-meta {
  padding: 5px 5px 8px 0;
  width: 100%;
}
/*
article.food-news {
  border-bottom: 5px solid @header-red;
}

article.recipes {
  border-bottom: 5px solid @yellow;
}

article.misc {
  border-bottom: 5px solid @header-red;
}

article.pound {
  border-bottom: 5px solid @green;
}
*/
article.food-news a,
article.pound a {
  color: #222222;
}
article.food-news .post-content a {
  color: #db4444;
}
article h1 {
  line-height: 1em;
}
article h1 a:hover {
  color: #db4444;
}
article.recipes a,
article.misc a {
  color: #222222;
}
.category-title {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.75;
  text-transform: uppercase;
}
/******************************************************************
10. INDEX/HOME PAGE STYLES
******************************************************************/
.featured-main img {
  position: relative;
  display: block;
}
.desktop-cover {
  display: none;
}
.mobile-cover {
  display: block;
}
.article-ticker {
  display: none;
}
.article-ticker .article-image {
  position: static;
}
.article-ticker .article-content .nice-date {
  position: relative;
  top: -28px;
  color: #FFF;
  font-weight: bold;
  background: #db4444;
  display: inline-block;
  padding: 4px;
}
.top-articles article {
  margin: 40px 0 20px 0;
}
.top-articles article.food-news .post-meta,
.top-articles article.food-news .category-icon {
  background: #d84444;
}
.top-articles article.recipes .post-meta,
.top-articles article.recipes .category-icon {
  background: #efb225;
}
.top-articles article.pound .post-meta,
.top-articles article.pound .category-icon {
  background: #8ea643;
}
.top-articles .article-image {
  position: relative;
}
.top-articles .article-image {
  max-height: 229px;
  overflow: hidden;
}
.top-articles .article-image img {
  position: relative;
  top: -42px;
  z-index: 10;
}
.top-articles .post-meta {
  font-size: 14px;
  max-width: 100%;
  padding: 5px;
  z-index: 20;
  position: relative;
  top: 186px;
}
.top-articles article span[class^="icon-"] {
  font-size: 16px;
  margin: 0 0 0 5px;
}
.top-articles .category-icon {
  bottom: 27px;
  padding: 5px;
  position: absolute;
  right: 0;
}
.scale-more {
  display: none;
}
.top-articles .article-content h4 {
  font-family: raleway;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  padding: 5px 0 0;
  text-transform: uppercase;
}
.top-articles article.food-news h4 {
  color: #d84444;
}
.top-articles article.recipes h4 {
  color: #efb225;
}
.top-articles article.pound h4 {
  color: #8ea643;
}
.top-articles article.misc h4 {
  color: #d84444;
}
.top-articles .food-news {
  background: #fff4f4;
}
.top-articles .food-news .article-content {
  padding-left: 10px;
}
.top-articles .recipes {
  background: #fffff4;
}
.top-articles .recipes .article-content {
  padding-left: 10px;
}
.top-articles .pound {
  background: #f4fff4;
}
.top-articles .pound .article-content {
  padding-left: 10px;
}
/******************************************************************
11. SINGLE PAGE STYLES
******************************************************************/
.single article {
  box-shadow: none;
  padding: 10px;
}
.single-article .article-title {
  font-size: 2em;
  margin: 0px;
}
#ntv-box03 {
  margin-top: 10px !important;
}
.single-article .post-meta {
  font-size: 12px;
}
.single-article article.food-news .post-meta {
  color: #d84444;
}
.single-article article.recipes .post-meta {
  color: #efb225;
}
.single-article article.pound .post-meta {
  color: #8ea643;
}
.single-article .post-meta span[class^="icon-"] {
  font-size: 16px;
  margin-right: 0;
}
.single-article .post-category {
  font-size: 14px;
  color: #d84444;
}
.single-article .post-meta .date {
  color: #999999;
  font-size: 11px;
  font-weight: 800;
  display: block;
  margin: 10px 0 0;
}
.single-article .social-shares {
  clear: both;
  margin: 20px 0 0;
}
.single-article .social-shares span[class^="icon-"] {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  font-size: 23px;
  margin-left: 0;
  padding: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-article .social-shares a:hover span[class^="icon-"] {
  border: 2px solid;
}
.single-article span.facebook {
  color: #405D9A;
}
.single-article span.twitter {
  color: #55ACEE;
}
.single-article .social-shares span.shares {
  font-family: "HelveticaNeueW02-67MdCn 694060";
  font-size: 13px;
}
.single-article .social-shares span.shares span {
  font-size: 22px;
}
.author-top {
  display: none;
  border-bottom: 1px dashed #CCCCCC;
  border-top: 1px dashed #CCCCCC;
  margin: 20px 0 0;
  padding: 5px;
}
.author-box,
.sponsor-box {
  margin: 20px 0;
}
.single-article .sponsor {
  float: left;
  margin-right: 15px;
  max-width: 80px;
}
.author-image {
  border-radius: 50%;
  float: left;
  height: 50px;
  margin-right: 15px;
  overflow: hidden;
  width: 50px;
}
.author-top p {
  color: #8EA643;
  float: left;
  font-family: Yanone Kaffeesatz;
  font-size: 17px;
  line-height: 1;
  margin: 7px 0 0;
  text-transform: uppercase;
}
.author-top p strong {
  display: block;
}
.single-article .post-content {
  font-size: 1.1em;
  padding: 0px 2px;
}
.single-article .post-content img {
  border-radius: 3px;
}
.single-article .post-content li,
.recipe-content li {
  color: #333333;
  float: left;
  font-family: ITC Garamond W01 Light;
  font-size: 95%;
  margin: 10px;
  width: 90%;
}
.single-article .post-content li span[class^="icon-"] {
  font-size: 13px;
}
.single-article .author-bottom,
.single-article .sponsor-bottom {
  border-bottom: 1px dashed #CCCCCC;
  border-top: 1px dashed #CCCCCC;
  padding: 20px 0;
  position: relative;
}
.single-article .sponsor-bottom {
  border-top: none;
}
.single-article .author-bottom .author-image {
  border-radius: 0;
  height: 75px;
  margin-right: 10px;
  width: 75px;
}
.single-article .sponsor-bottom .sponsor-image {
  max-width: 150px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.single-article .author-bottom .author-details h4,
.single-article .sponsor-bottom .sponsor-details h4 {
  font-size: 1.5em;
  line-height: 1.1;
  margin: 5px 0;
}
.single-article .author-bottom .author-details p,
.single-article .sponsor-bottom .sponsor-details p {
  font-family: 'ITC Garamond W01 Light';
  font-size: 14px;
  margin: 20px 0;
}
.single-article .author-bottom .author-social,
.single-article .sponsor-bottom .sponsor-social {
  bottom: 10px;
  position: absolute;
  right: 5px;
}
.single-article .sponsor-bottom .sponsor-social a {
  font-size: 14px;
  font-family: 'ITC Garamond W01 Light';
  color: #d84444;
}
/******************************************************************
11. RECIPE PAGE STYLES
******************************************************************/
.recipe-content .wrap {
  width: 100%;
}
.recipes a,
.recipes h3 {
  /* color: @yellow !important;  */
}
.recipes .author-bottom {
  border-bottom: medium none;
  padding: 10px 0;
}
.recipes .author-bottom .author-details p {
  margin: 5px 0;
}
.accordion-toggle > a {
  border-bottom: 1px dashed;
  border-top: 1px dashed;
  color: #222222;
  display: block;
  padding: 8px 8px 10px;
}
.accordion-toggle > a:before {
  font-family: 'beasticons';
  content: "\e9ad";
  font-size: 16px;
  margin-right: 10px;
}
.accordion-toggle.current > a:before {
  content: "\e9b0";
}
.recipeError {
  background-color: rgba(255, 0, 0, 0.1) !important;
  color: #FF2266 !important;
}
/******************************************************************
11. MIX IT UP
******************************************************************/
.filter-header {
  border-bottom: 1px dashed #CCCCCC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#Filters {
  display: block;
  float: none;
  width: 100%;
}
#Filters fieldset {
  border: medium none;
  margin: 0;
  padding: 0;
  position: relative;
}
.styled-select {
  width: 100% !important;
}
.order-by {
  margin: 10px 0;
}
.order-by div.sort {
  border: 2px solid;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
  padding: 5px 3px;
  text-align: center;
  width: 32.3333%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a#ChangeLayout {
  font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
  color: #222222;
  border: 2px solid;
  padding: 5px 3px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.order-by div.sort:hover,
a#ChangeLayout:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}
#sort-cont {
  padding: 2% 0 0;
  text-align: justify;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
#sort-cont:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#sort-cont .mix,
#sort-cont .gap {
  display: inline-block;
  width: 49%;
  overflow: hidden;
}
#sort-cont .mix {
  text-align: left;
  margin-bottom: 2%;
  vertical-align: top;
  display: none;
  color: #222222;
  font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
}
#sort-cont .mix:after {
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4% 6%;
  font-weight: 700;
}
#sort-cont .mix,
#sort-cont .gap {
  width: 100%;
}
#sort-cont .mix article {
  padding: 0;
}
.mix article .post-meta {
  color: #CCCCCC;
}
.mix article .post-meta h4 {
  font-family: 'raleway';
  font-size: 12px;
  font-weight: 800;
}
.mix article .post-meta h4 {
  display: block;
  font-size: 12px;
  text-align: left;
}
.mix article .post-meta h4 span {
  background: none repeat scroll 0 0 #DDDDDD;
  color: #FFFFFF;
  font-size: 10px;
  padding: 3px;
}
.mix article .post-meta h4.category span {
  margin: 0 5px 0 0;
}
.mix article .post-meta h4.shares span {
  margin: 0 0 0 5px;
}
.mix article .article-title {
  clear: both;
  font-size: 20px;
}
.mix article .article-title a {
  color: #222222;
}
.mix article .article-title a:hover {
  color: #d84444;
}
.mix article .article-content p {
  display: none;
}
.mix article .list-more {
  display: none;
}
/**
 * List Styles
 */
.list .mix article {
  border-bottom: 1px dashed #CCCCCC;
  padding: 10px 0 20px !important;
}
#sort-cont.list .mix {
  width: 100%;
}
#sort-cont.list .mix:before {
  padding-top: 40px;
}
.list .mix article .article-image {
  float: left;
  width: 35%;
}
.list .mix article .article-image {
  float: left;
  width: 25%;
}
.list .mix article .post-meta {
  bottom: 5px;
  position: absolute;
  right: 0;
}
.list .mix article .post-meta h4,
.list .mix article .post-meta h4 span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #D84444;
  float: none !important;
  font-size: 14px;
  margin: 0 5px 0 0;
  display: inline;
}
.list .mix article .article-content {
  float: left;
  padding: 0 20px;
  width: 75%;
}
.list .mix article .article-content p {
  display: block;
}
.list .mix article .article-title {
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.small-article span.social {
  display: inline-block;
  min-width: 350px;
  margin: 0;
}
#pw-widget-custom {
  display: inline-block;
  min-width: 350px;
}
.small-article #pw-widget-custom .pw-button {
  margin-right: 6px !important;
}
#pw-widget-custom .pw-button-facebook .pw-icon {
  top: 6px;
  background-position: -240px -1px;
  background-size: 730px 29px;
  width: 20px;
  height: 20px;
  margin-left: 0;
}
#pw-widget-custom .pw-button-twitter .pw-icon {
  top: 7px;
  left: 6px;
  background-position: -273px 0px;
  width: 22px;
  margin-left: 0;
}
#pw-widget-custom .pw-button-pinterest .pw-icon {
  top: 6px;
  left: 10px;
  margin-left: 0;
}
#pw-widget-custom .pw-button-type-looknative__txt {
  font-size: 1px;
  font-weight: normal;
  padding: 5px 0px 5px 0px;
  max-width: 32px;
  text-indent: -9999px;
}
.pw-layout-horizontal .button-type-looknative {
  margin-right: 5px !important;
}
.pw-button {
  margin-left: 20px !important;
}
.commentLead {
  margin-top: 20px;
  font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
  padding: 5px;
  background: #efefef;
  color: #db4444;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold;
}
.fb-comments {
  top: -20px;
}
.nextStory {
  margin: 0;
  width: 100%;
}
.nextStory h2 {
  margin-left: 10px;
  margin-right: 10px;
}
.bites .large-article img {
  width: 100%;
}
.bites .single-article img {
  width: 100%;
}
.bites .single-article .article-content {
  margin-top: 20px;
  text-align: center;
}
.goodbye {
  display: none;
  position: fixed;
  top: -285px;
  width: 100%;
  height: 285px;
  background: #fff;
  text-align: center;
  padding-top: 30px;
  z-index: 100;
}
.goodbye .email {
  background: #db4444;
  outline: none;
  border: none;
  padding: 20px;
  width: 200px;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.goodbye .button {
  margin-top: 25px;
  width: 200px;
  height: 50px;
}
.goodbye .close {
  position: absolute;
  right: 20px;
  font-weight: bold;
  cursor: pointer;
  top: 10px;
  font-size: 1.2em;
  color: #000;
}
.goodbye .close:hover {
  color: #db4444;
}
.styled-select option {
  display: block;
  margin: 3px 0;
  font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
}
.customSelect {
  background: url(../images/down.png) no-repeat right -13px transparent;
  border: 2px solid #222222;
  font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.customSelect.customSelectHover {
  cursor: pointer;
}
.customSelect.customSelectOpen {
  border: 2px solid #666;
  background: url(../images/down.png) no-repeat right 7px transparent;
}
.customSelectInner {
  cursor: pointer;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 480px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  h1,
  .h1 {
    font-size: 1.5875em;
  }
  h2,
  .h2 {
    font-size: 1.6875em;
  }
  h3,
  .h3 {
    font-size: 1.3875em;
  }
  h4,
  .h4 {
    font-size: 1em;
  }
  h5,
  .h5 {
    font-size: 0.846em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  h6 {
    font-size: 1em;
  }
  p {
    font-size: .9em;
  }
  /******************************************************************
10. INDEX/HOME PAGE STYLES
******************************************************************/
  .article-ticker .article-content {
    width: 75%;
  }
  .article-ticker h1.article-title {
    font-size: 26px;
  }
  /******************************************************************
11. SINGLE PAGE STYLES
******************************************************************/
  .single-article .social-shares {
    clear: both;
    float: none;
    margin: 20px 0 0;
  }
  .single-article .article-content {
    margin-top: 20px;
    text-align: center;
  }
  .single-article .post-meta .date {
    display: inline;
    margin: 6px 0 0;
    float: right;
  }
  .author-top {
    margin: 10px 0 0;
  }
  .author-box,
  .sponsor-box {
    float: left;
    margin: 20px 2%;
    width: 46%;
  }
  .single-article .post-content li,
  .recipe-content li {
    width: 45%;
  }
  /******************************************************************
11. RECIPE PAGE STYLES
******************************************************************/
  .recipe p {
    font-size: 1.2em;
  }
  /******************************************************************
11. MIX IT UP
******************************************************************/
  #sort-cont .mix,
  #sort-cont .gap {
    width: 48%;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    padding: 10px 0;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  h1,
  .h1 {
    font-size: 2.5em;
  }
  h2,
  .h2 {
    font-size: 1.7875em;
  }
  /*
h3, .h3 {
	font-size: 1.5875em;
}
*/
  h4,
  .h4 {
    font-size: 1.025em;
  }
  h5,
  .h5 {
    font-size: 0.846em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  h6 {
    font-size: 1em;
  }
  p {
    font-size: 1em;
  }
  blockquote {
    margin: 1.75em 1em 1.75em 0.25em;
  }
  /******************************************************************
06. HEADER STYLES
******************************************************************/
  .header {
    height: 130px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  .header.shrink {
    height: 60px;
  }
  .header .logo {
    text-align: center;
    margin: auto;
    width: 600px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .header.shrink .logo {
    width: 200px;
    margin: auto;
    text-align: center;
  }
  nav.main-menu {
    background: #222222;
  }
  .header-icon {
    color: #ffffff;
    display: block;
    font-size: 2em;
    position: absolute;
    top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header.shrink .header-icon {
    top: 15px;
    font-size: 1.5em;
  }
  .menu-icon {
    left: 1%;
  }
  /*********************
 SEARCH BAR CSS
*********************/
  .header .sb-search {
    margin-top: 20px;
    right: 2%;
    min-width: 46px;
    height: 46px;
  }
  .header .sb-search-input {
    width: 96.95%;
    height: 46px;
    padding: 15px 65px 13px 20px;
    font-size: 20px;
  }
  .header .sb-icon-search,
  .header .sb-search-submit {
    width: 46px;
    height: 46px;
    line-height: 47px;
  }
  .header .sb-icon-search {
    font-size: 26px;
  }
  .header.shrink .sb-search {
    margin-top: 10px;
    right: 2%;
    min-width: 36px;
    height: 36px;
  }
  .header.shrink .sb-search-input {
    width: 96.85%;
    height: 36px;
    padding: 5px 65px 3px 20px;
    font-size: 20px;
  }
  .header.shrink .sb-icon-search,
  .header.shrink .sb-search-submit {
    width: 36px;
    height: 36px;
    line-height: 37px;
  }
  .header.shrink .sb-icon-search {
    font-size: 22px;
  }
  .nav-links li a {
    width: 238px;
  }
  .nav-links ul.left {
    width: 100%;
  }
  .nav-links ul.right {
    display: none;
  }
  /******************************************************************
06. BODY STYLES
******************************************************************/
  #content {
    padding-top: 130px;
  }
  article {
    box-shadow: none;
  }
  /******************************************************************
10. INDEX/HOME PAGE STYLES
******************************************************************/
  .feed-header {
    color: #000;
    border-bottom: 1px dashed #CCCCCC;
    font-size: 2.75em;
    margin: 20px 0 10px;
  }
  .featured-main img {
    position: relative;
  }
  .desktop-cover {
    display: block;
  }
  .mobile-cover {
    display: none;
  }
  .cover-wrap {
    bottom: 10px;
    position: absolute;
    width: 100%;
  }
  .cover-content {
    padding: 0;
  }
  article.cover-story,
  article.cover-story.food-news,
  article.cover-story.recipes,
  article.cover-story.pound {
    background: rgba(255, 255, 255, 0.9);
    color: #222222;
    padding: 20px;
    border: none;
  }
  article.cover-story .article-title {
    font-size: 24px;
    font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
    line-height: 1;
    margin: 0;
  }
  article.cover-story .category-title {
    font-size: 14px;
    line-height: 2;
  }
  article.cover-story.food-news .category-title {
    color: #d84444;
  }
  article.cover-story.recipes .category-title {
    color: #efb225;
  }
  article.cover-story.pound .category-title {
    color: #8ea643;
  }
  article.cover-story .post-meta,
  article.cover-story.food-news .post-meta,
  article.cover-story.recipes .post-meta,
  article.cover-story.pound .post-meta {
    top: 0;
    color: #FFFFFF;
    height: 30px;
    padding: 5px 5px 0;
    position: absolute;
    right: 0;
    width: 30px;
  }
  article.cover-story.food-news .post-meta {
    background: #d84444;
  }
  article.cover-story.recipes .post-meta {
    background: #efb225;
  }
  article.cover-story.pound .post-meta {
    background: #8ea643;
  }
  .article-ticker {
    display: block;
  }
  .article-ticker article {
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    margin: 20px 0;
    min-height: 120px;
    padding: 0;
    position: relative;
    border-bottom: none !important;
  }
  .article-ticker .article-image {
    border-bottom: 2px solid #db4444;
    height: 125px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .article-ticker .article-image img {
    width: 100%;
  }
  .article-ticker .article-content {
    width: 100%;
    float: left;
    padding: 0;
  }
  .article-ticker h1.article-title {
    font-size: 1.5em;
    font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
    padding: 0;
  }
  .article-ticker article p.share-count,
  .article-ticker article .post-meta {
    display: none;
  }
  .top-articles {
    display: block;
  }
  .top-articles article {
    margin: 0 0 40px 0;
    padding: 0 0 5px;
    border-bottom: 1px dashed #CCCCCC;
    box-shadow: none;
    background: transparent;
  }
  .top-articles .article-image {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 350px;
    max-height: 350px;
  }
  .top-articles .article-image img {
    width: 100%;
    display: block;
    top: 0;
  }
  .top-articles .article-image {
    background: #222222;
  }
  .top-articles .article-image img {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .top-articles .article-image:hover img {
    opacity: .3;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  a.scale-more {
    background: transparent;
    border: 3px solid #ffffff;
    color: #ffffff !important;
    font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
    font-size: 21px;
    height: 46px;
    display: inline-block;
    left: 50%;
    margin: -23px 0 0 -80px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 160px;
    z-index: 40;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  a.scale-more:hover {
    background: #ffffff;
    color: #3F3A37 !important;
  }
  .top-articles .article-image:hover a.scale-more {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .top-articles .article-content {
    background: transparent;
    bottom: 0;
    color: #222222;
    left: 0;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
  }
  .top-articles h1.article-title {
    font-size: 2.25em;
    line-height: 1;
    margin: 0;
    font-family: 'HelveticaNeueW02-67MdCn 694060', sans-serif;
  }
  .bites h1.article-title {
    margin-bottom: 15px;
  }
  .bites .article-content .pw-widget {
    text-align: center;
    margin-top: 15px;
  }
  .top-articles .article-content p {
    font-size: 16px;
    font-family: 'ITC Garamond W01 Book', serif;
  }
  .top-articles article.misc .category-icon {
    background: #d84444;
    color: #ffffff;
  }
  .top-articles .post-meta {
    bottom: -45px;
    padding: 15px 10px;
    position: absolute;
    right: 0;
    width: 100%;
    height: 50px;
  }
  .top-articles .small-article .post-meta {
    bottom: -30px;
  }
  .top-articles span {
    font-size: 15px;
    margin: 0 0px 0 5px;
    padding: 0;
  }
  .top-articles .category-icon {
    font-size: 24px;
    height: 35px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    margin-right: 0;
    text-align: center;
    top: -35px;
    width: 35px;
  }
  .top-articles article.small-article {
    margin: 2% 0 2% 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .top-articles .small-article .article-image {
    height: 200px;
    overflow: hidden;
    width: 100%;
  }
  .top-articles .small-article .article-image img {
    min-height: 200px;
  }
  .top-articles article.small-article .article-title {
    font-size: 2.25em;
  }
  .top-articles .small-article .post-meta {
    height: 35px;
    padding: 10px 10px 10px;
  }
  .bites .article-title {
    margin-bottom: 10px;
  }
  /******************************************************************
11. SINGLE PAGE STYLES
******************************************************************/
  .single #content {
    padding-top: 130px;
  }
  .single-article .article-title {
    font-size: 1.75em;
  }
  .single-article .post-content p {
    font-family: serif;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 1.5;
    color: #000;
  }
  .sidebar {
    max-width: 300px !important;
  }
  .sidebar.article-ticker h1.article-title {
    padding: 0 0 0 15px !important;
  }
  .sidebar iframe {
    width: 100%;
    max-width: 100%;
  }
  .sidebar .ytembed {
    margin: 20px 0;
  }
  /******************************************************************
11. RECIPE PAGE STYLES
******************************************************************/
  h2.accordion-toggle {
    border-bottom: 1px dashed #CCCCCC;
  }
  .accordion-content {
    margin-bottom: 40px;
  }
  /******************************************************************
11. MIX IT UP
******************************************************************/
  #Filters {
    float: left;
    margin-right: 10px;
    width: 31%;
  }
  #Filters fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .styled-select {
    width: 100% !important;
  }
  .order-by {
    float: left;
    margin: 0;
    width: 48%;
  }
  .order-by div.sort {
    width: 32%;
  }
  .change-view {
    float: left;
    margin: 0 0 0 5px;
    width: 18%;
  }
  /******************************************************************
12. ADVERTISEMENTS
******************************************************************/
  .slotA {
    text-align: center;
    margin: 5px auto;
  }
  .slotB {
    width: 300px;
    min-height: 250px;
  }
  .nextStory {
    margin: 20px auto 0px auto;
    width: 900px;
  }
  /***********
13. Show these elements on desktop
***********/
  .author-top {
    display: block;
  }
  .single-article .post-content {
    padding: 20px 2px;
  }
  article .post-meta {
    display: block;
  }
  .header {
    position: fixed;
  }
  .goodbye .email {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .recipe .recipe-about,
  .recipe .recipe-content {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recipe-about,
  .recipe-content {
    width: 100%;
    margin: 0;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  h1,
  .h1 {
    font-size: 2.75em;
  }
  h2,
  .h2 {
    font-size: 1.8875em;
  }
  h3,
  .h3 {
    font-size: 1.6875em;
  }
  h4,
  .h4 {
    font-size: 1.125em;
  }
  h5,
  .h5 {
    font-size: 0.846em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  h6 {
    font-size: 1em;
  }
  blockquote {
    margin: 2em 1.5em;
  }
  .nav-links ul.left {
    width: auto;
  }
  .nav-links li a {
    width: 110px;
  }
  .nav-links .video-link {
    width: 90px;
  }
  .nav-links ul.right li {
    padding-right: 0;
    text-transform: lowercase;
  }
  .nav-links ul.right {
    display: block;
  }
  .nav-links ul.right li a {
    padding: 10px 0 7px;
    width: 75px;
  }
  .nav-links ul.right li a span {
    margin-right: 5px;
  }
  /******************************************************************
10. INDEX/HOME PAGE STYLES
******************************************************************/
  .feed-header {
    /*font-size: 2.75em;*/
  }
  article h1 {
    /*line-height: 1.75em;*/
  }
  article.cover-story,
  article.cover-story.food-news,
  article.cover-story.recipes,
  article.cover-story.pound {
    padding: 20px 20px 40px;
  }
  article.cover-story .article-title {
    font-size: 36px;
    line-height: 1;
  }
  article.cover-story .category-title {
    font-size: 16px;
    line-height: 2;
  }
  article.cover-story .post-meta,
  article.cover-story.food-news .post-meta,
  article.cover-story.recipes .post-meta,
  article.cover-story.pound .post-meta {
    bottom: 0;
    top: auto;
  }
  .article-ticker article {
    margin: 15px 0;
    min-height: 100px;
  }
  .article-ticker .article-content {
    padding: 0;
    width: 100%;
  }
  .article-ticker h1.article-title {
    /*padding: 0;*/
  }
  .top-articles article {
    float: left;
  }
  .top-articles .post-meta {
    padding: 8px 10px;
  }
  .top-articles article.large-article {
    width: 100%;
  }
  .top-articles article.large-article .post-meta {
    top: 344px;
  }
  .top-articles article.small-article {
    margin: 4% 0 4% 4%;
    width: 48%;
  }
  .top-articles article.food-news {
    margin-left: 0;
  }
  .top-articles article.small-article .post-meta {
    top: 195px;
  }
  .top-articles .small-article .article-image {
    overflow: hidden;
    width: 100%;
  }
  .top-articles article.large-article .article-title {
    font-size: 2.75em;
  }
  .top-articles article.small-article .article-title {
    font-size: 1.75em;
  }
  .top-articles article.small-article .post-meta {
    padding: 8px 5px 5px 5px;
    height: 47px;
    bottom: -42px;
  }
  .top-articles article.small-article span {
    font-size: 14px;
    margin: 0 0 0 5px;
  }
  .top-articles article div.share-count {
    line-height: 30px;
  }
  .top-articles article.small-article .category-icon {
    font-size: 24px;
  }
  /******************************************************************
11. SINGLE PAGE STYLES
******************************************************************/
  .single-article .article-title {
    font-size: 2.75em;
  }
  .single-article .post-category {
    font-size: 18px;
  }
  .author-box,
  .sponsor-box {
    float: left;
    margin: 5px 20px 0 0;
    width: auto;
  }
  .single-article .social-shares {
    clear: none;
    float: right;
    margin-top: 15px;
  }
  .single-article .author-bottom .author-details p {
    font-size: 16px;
    margin: 0 0 20px;
  }
  /******************************************************************
11. RECIPE PAGE STYLES
******************************************************************/
  .recipes .article-title {
    font-size: 2.5em;
  }
  .recipe-content p {
    font-size: 18px;
    margin: 0;
  }
  .recipe-content .accordion-content ul {
    margin: 0 0 1em;
  }
  /******************************************************************
11. MIX IT UP
******************************************************************/
  #sort-cont .mix,
  #sort-cont .gap {
    width: 31.6%;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1140px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  #pw-widget-custom .pw-button-facebook .pw-icon {
    top: 6px;
    background-position: -234px -1px;
    background-size: 730px 29px;
    width: 20px;
    height: 20px;
  }
  #pw-widget-custom .pw-button-twitter .pw-icon {
    top: 7px;
    left: 6px;
    background-position: -273px 0px;
    width: 22px;
  }
  #pw-widget-custom .pw-button-pinterest .pw-icon {
    top: 6px;
    left: 10px;
  }
  #pw-widget-custom .pw-button-type-looknative__txt {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0px 5px 20px;
    text-indent: 0;
    min-width: 80px;
    max-width: 100px;
  }
}
