@charset "UTF-8";
/**************************
Stylesheet: Main Stylesheet
***************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/****************************************
Stylesheet: Mixins & Constants Stylesheet
*****************************************/
/*********************
groupIN'
*********************/
@import url('../fonts/fontello/css/fontello.css');
@import url('../fonts/fontello/css/fontello-codes.css');
#main:before, #infinite-handle:before, aside .post-categories:before, .share-buttons:before, .share-buttons ul.share-list:before, incl
.sidebar:before, #main:after, #infinite-handle:after, aside .post-categories:after, .share-buttons:after, .share-buttons ul.share-list:after, incl
.sidebar:after {
  content: "";
  display: table; }
#main:after, #infinite-handle:after, aside .post-categories:after, .share-buttons:after, .share-buttons ul.share-list:after, incl
.sidebar:after {
  clear: both; }

.group:before, .group:after {
  content: "";
  display: table; }
.group:after {
  clear: both; }

/*********************
ARROW BOX
*********************/
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: @include@include border-radius(4px);

*/
/*********************
ARTICLE "CARDS"
*********************/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
Hover styles
*********************/
/**************************
Stylesheet: Helpers
***************************/
/* =Helpers
----------------------------------------------- */
.fill-grey {
  background: #f3f3f3; }

.fill-white {
  background: #fff; }

.fill-blue {
  background: #22AFE5; }

.fill-purple {
  background: #7F217B; }

.fill-orange {
  background: #EE973D; }

.dot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block; }

.center {
  text-align: center; }

.lowercase {
  text-transform: lowercase; }

.left {
  float: left;
  margin-right: 50px;
  width: 45%;
  text-align: left; }

.right {
  float: left;
  width: 45%;
  text-align: left; }

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

.big {
  font-size: 2em; }

.huge {
  font-size: 3em; }

.massive {
  font-size: 4em; }

.epic {
  font-size: 6em; }

.blue {
  color: #22AFE5; }

.purple {
  color: #7F217B; }

.orange {
  color: #EE973D; }

a.blue {
  color: #22AFE5 !important; }

a.purple {
  color: #7F217B !important; }

a.orange {
  color: #EE973D !important; }

.callout {
  font-size: 2em;
  font-weight: 300; }

.callout-small {
  font-size: 1.5em;
  font-weight: 300; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.relative {
  position: relative; }

.hide-mobile {
  display: none !important; }

.show-mobile {
  display: block !important; }

/* Extra Grid helpers 
------------------------------------------------------- */
/* Padding */
.pad0 {
  padding: 5px; }

.pad0y {
  padding-top: 5px;
  padding-bottom: 5px; }

.pad0x {
  padding-right: 5px;
  padding-left: 5px; }

.pad1 {
  padding: 10px; }

.pad2 {
  padding: 20px; }

.pad4 {
  padding: 40px; }

.pad1x {
  padding-left: 10px;
  padding-right: 10px; }

.pad2x {
  padding-left: 20px;
  padding-right: 20px; }

.pad4x {
  padding-left: 40px;
  padding-right: 40px; }

.pad1y {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad2y {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad4y {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad5y {
  padding-top: 100px;
  padding-bottom: 40px; }

/* Keylines */
.keyline-all {
  border: 1px solid #c6c6c6; }

.keyline-top {
  border-top: 1px solid #c6c6c6; }

.keyline-right {
  border-right: 1px solid #c6c6c6; }

.keyline-bottom {
  border-bottom: 1px solid #c6c6c6; }

.keyline-left {
  border-left: 1px solid #c6c6c6; }

.dark .keyline-all {
  border: 1px solid rgba(255, 255, 255, 0.25); }

.dark .keyline-top {
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

.dark .keyline-right {
  border-right: 1px solid rgba(255, 255, 255, 0.25); }

.dark .keyline-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

.dark .keyline-left {
  border-left: 1px solid rgba(255, 255, 255, 0.25); }

/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
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; }

/*********************
BUTTONS
*********************/
.button, .button:visited {
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  -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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 150px; }
  .button.orange, .button.fill-orange, .button:visited.orange, .button:visited.fill-orange {
    background: #EE973D; }
    .button.orange:hover, .button.fill-orange:hover, .button:visited.orange:hover, .button:visited.fill-orange:hover {
      background: #e47e14; }
    .button.orange a, .button.fill-orange a, .button:visited.orange a, .button:visited.fill-orange a {
      color: white; }
      .button.orange a:hover, .button.fill-orange a:hover, .button:visited.orange a:hover, .button:visited.fill-orange a:hover {
        color: white; }
  .button.blue, .button.fill-blue, .button:visited.blue, .button:visited.fill-blue {
    background: #22AFE5; }
    .button.blue:hover, .button.fill-blue:hover, .button:visited.blue:hover, .button:visited.fill-blue:hover {
      background: #168fbe; }
    .button.blue a, .button.fill-blue a, .button:visited.blue a, .button:visited.fill-blue a {
      color: white; }
      .button.blue a:hover, .button.fill-blue a:hover, .button:visited.blue a:hover, .button:visited.fill-blue a:hover {
        color: white; }
  .button.purple, .button.fill-purple, .button:visited.purple, .button:visited.fill-purple {
    background: #7F217B; }
    .button.purple:hover, .button.fill-purple:hover, .button:visited.purple:hover, .button:visited.fill-purple:hover {
      background: #571654; }
    .button.purple a, .button.fill-purple a, .button:visited.purple a, .button:visited.fill-purple a {
      color: white; }
      .button.purple a:hover, .button.fill-purple a:hover, .button:visited.purple a:hover, .button:visited.fill-purple a:hover {
        color: white; }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: white; }

a.category-button, .category-button a {
  min-width: 210px;
  font-size: 17px;
  display: block; }

/**************************
Stylesheet: Grid Stylesheet
***************************/
/* Columns
------------------------------------------------------- */
.grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.limiter, .wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }

[class*='col-'] {
  float: left; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-8 {
  width: 12.5%; }

.col-1-5 {
  width: 20%; }

@media screen and (max-width: 767px) {
  [class*='col-'] {
    width: 100%; } }

/*! 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.
******************************************************************/
p {
  margin-top: 0;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

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; }

/******************************************************************
Stylesheet: Base Mobile Stylesheet


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

01. GENERAL STYLES
	A) LOGGED IN STYLES
03. LAYOUT & GRID STYLES
04. LINK STYLES
	A) ICON FONTS
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. A) POSTS & CONTENT STYLES
	B) FRONTPAGE STYLES
	C) CATEGORIES
	D) CATEGORY LANDING PAGES
	E) BLOG LANDING PAGE
	F) SINGLE CATEGORY POSTS
	G) SEARCH RESULTS
	H) ABOUT PAGE
	I) CONTACT PAGE
	J) MAILCHIMP SIGNUP FORM
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. IMAGES & MEDIA
14. FOOTER STYLES
14. TABLES
15. MOBILE GRID

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html, body {
  /* height: 100%; */ }

body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.6;
  color: #565656;
  background: #f7f7f7; }

/*********************
01. A) LOGGED IN STYLES
*********************/
body.logged-in header.header {
  z-index: 100;
  top: 32px; }
  @media screen and (max-width: 767px) {
    body.logged-in header.header {
      top: 0; } }

/*********************
03. LAYOUT & GRID STYLES
*********************/
#content {
  -webkit-animation: fade-in 0.5s both;
  -moz-animation: fade-in 0.5s both;
  -ms-animation: fade-in 0.5s both;
  -o-animation: fade-in 0.5s both;
  animation: fade-in 0.5s both; }

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

#main {
  margin-top: 50px;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    #main {
      padding: 0 10px; } }
  body.search-results #main {
    margin-top: 150px; }
    body.search-results #main .archive-title {
      margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    body.archive.category #main {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    body.single-post #main {
      margin-top: 0px; } }
  body.page-about #main, body.error404 #main {
    margin-top: 150px; }

.entry-content ol {
  list-style-type: decimal;
  margin-left: 20px; }
  .entry-content ol.long li {
    margin-bottom: 10px; }

/*********************
04. LINK STYLES
*********************/
a, a:visited {
  color: #1795c2;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  .entry-content a, .entry-content a:visited {
    color: #22AFE5; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #21afe5; }
  a:link, a:visited: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); }

a[name]:target {
  padding-top: 20px;
  margin-top: 20px;
  display: block; }
  a[name]:target:before {
    content: "";
    padding-top: 20px;
    margin-top: 20px;
    display: block; }

/******************************************************************
4. A) ICON FONTS
******************************************************************/
.icon-fallback-text .icon {
  display: none; }

html.fontface .icon-fallback-text .icon {
  display: inline-block; }

html.fontface .icon-fallback-text .text {
  /* a generic way to visually hide content while remaining accessible to screen readers (h5bp.com) */
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin-top: 0;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  line-height: 1.333em; }

h2, .h2 {
  line-height: 1.4em;
  margin-bottom: 0.375em; }

.entry-content h3, .entry-content .h3 {
  margin: 25px 0 5px;
  font-weight: 700; }

h4, .h4 {
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

.entry-title {
  font-weight: 300;
  margin: 25px 0 50px;
  padding: 0 0 40px; }
  body.single .entry-title {
    margin-bottom: 10px;
    padding-bottom: 10px; }

/*********************
06. HEADER STYLES
*********************/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .header a {
    color: white; }
  .header #site-title {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 0;
    min-width: 125px; }
  .header .icon-zeltser-logo {
    padding: 5px 5px 5px 0;
    font-size: 13px; }

.site-description {
  background: #343E46;
  color: white;
  background: radial-gradient(#566169, #343E46);
  text-align: center;
  padding: 115px 0 60px;
  font-size: 47px;
  font-weight: 300;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    body.home .site-description {
      padding-top: 80px;
      font-size: 36px; } }

/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
#nav-fixed {
  background: #2A2D29;
  background: rgba(42, 45, 41, 0.9);
  width: 100%;
  height: 50px;
  z-index: 1000;
  top: -10px;
  display: block;
  float: left;
  -webkit-transition: -webkit-transform 0.7s .3s ease;
  -moz-transition: -moz-transform 0.7s .3s ease;
  -ms-transition: -ms-transform 0.7s .3s ease;
  transition: transform 0.7s .3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* end .nav */ }
  body.logged-in #nav-fixed {
    top: 32px; }
  #nav-fixed .navigation-social {
    display: inline-block;
    float: right;
    margin-top: -4px;
    font-size: 1.125em; }
    #nav-fixed .navigation-social ul {
      margin: 0; }
    #nav-fixed .navigation-social li {
      float: left;
      margin-right: 12px;
      font-size: 16px; }
      #nav-fixed .navigation-social li:last-of-type {
        margin-right: 0; }
    #nav-fixed .navigation-social .dot {
      background: #4A4A4A;
      padding: 5px;
      width: 35px;
      height: 35px; }
      #nav-fixed .navigation-social .dot:hover {
        background: #575757;
        color: white; }
  #nav-fixed .limiter {
    margin-top: 10px;
    padding: 0 0 0 25px; }
    @media screen and (max-width: 767px) {
      #nav-fixed .limiter {
        padding: 0 15px; } }
  #nav-fixed a.menu-button {
    float: left;
    background: #555;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 5px 1px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 15px;
    /* menu button on hover */
    /* on click */ }
    #nav-fixed a.menu-button:hover, #nav-fixed a.menu-button:focus {
      color: white;
      background: #22AFE5; }
    #nav-fixed a.menu-button.active {
      color: black;
      background-color: white; }
  #nav-fixed .toggle-search.active {
    color: #22AFE5; }
  #nav-fixed .nav {
    border: 1px solid #ccc;
    border-bottom: 0;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */ }
    #nav-fixed .nav li {
      /*
      so you really have to rethink your dropdowns for mobile.
      you don't want to have it expand too much because the
      screen is so small. How you manage your menu should
      depend on the project. Here's some great info on it:
      http://www.alistapart.com/articles/organizing-mobile/
      */ }
      #nav-fixed .nav li a {
        display: block;
        padding: 10px 10px;
        background-color: #eee;
        border-bottom: 1px solid #ccc;
        /*
        remember this is for mobile ONLY, so there's no need
        to even declare hover styles here, you can do it in
        the style.scss file where it's relevant. We want to
        keep this file as small as possible!
        */ }
      #nav-fixed .nav li ul.sub-menu li a,
      #nav-fixed .nav li ul.children li a {
        padding-left: 30px; }

#nav-fixed.hide-nav-bar {
  -webkit-transform: translate(0, -90%);
  -moz-transform: translate(0, -90%);
  -ms-transform: translate(0, -90%);
  transform: translate(0, -90%);
  -webkit-backface-visibility: hidden; }

#dropdown-menu {
  background: #2A2D29;
  background: rgba(42, 45, 41, 0.5); }

#dropdown-menu,
#dropdown-search,
#dropdown-mailchimp {
  background: #2A2D29;
  font-size: 1em; }
  #dropdown-menu a,
  #dropdown-search a,
  #dropdown-mailchimp a {
    font-size: .8em;
    color: white;
    text-transform: uppercase; }
    #dropdown-menu a:hover,
    #dropdown-search a:hover,
    #dropdown-mailchimp a:hover {
      color: #22AFE5; }
  #dropdown-menu ul,
  #dropdown-search ul,
  #dropdown-mailchimp ul {
    margin: 0;
    padding: 10px 0 0;
    border-top: solid 1px #5f5f5f; }
  #dropdown-menu #searchform,
  #dropdown-search #searchform,
  #dropdown-mailchimp #searchform {
    text-align: center; }
    #dropdown-menu #searchform #s,
    #dropdown-search #searchform #s,
    #dropdown-mailchimp #searchform #s {
      padding: 10px 10px;
      border: none;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 25px;
      min-width: 620px;
      margin-right: 5px;
      background: #F7F7F7;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      @media screen and (max-width: 479px) {
        #dropdown-menu #searchform #s,
        #dropdown-search #searchform #s,
        #dropdown-mailchimp #searchform #s {
          max-width: 100%; } }
    #dropdown-menu #searchform #searchsubmit,
    #dropdown-search #searchform #searchsubmit,
    #dropdown-mailchimp #searchform #searchsubmit {
      padding: 17px 16px 13px 16px;
      font-size: 17px;
      background: #2A2D29;
      border: none;
      color: white;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#dropdown-menu {
  background: #2A2D29;
  background: rgba(42, 45, 41, 0.95); }

#dropdown-menu,
#dropdown-search,
#dropdown-mailchimp {
  display: none; }

.close-menu {
  position: absolute;
  top: 50px;
  right: 0; }
  .close-menu .icon {
    font-size: 25px;
    color: #4E5050; }
    .close-menu .icon:hover {
      color: #777; }

#dropdown-search {
  background: #22AFE5; }

#dropdown-mailchimp {
  padding: 50px 10px 25px; }

@media screen and (max-width: 767px) {
  #dropdown-menu .menu {
    font-size: 1em; }
    #dropdown-menu .menu li {
      line-height: 2; } }

/**************************
08. POSTS & CONTENT STYLES
**************************/
.entry-title {
  font-size: 2.5em; }
  @media screen and (max-width: 767px) {
    .entry-title {
      font-size: 20px;
      margin-top: 50px; } }

#content {
  margin-top: 2.2em; }

/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  line-height: 29px;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content ul {
    list-style-type: disc;
    margin-left: 25px; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content img.size-auto, .entry-content img.size-full,
  .entry-content img.size-large, .entry-content img.size-medium,
  .entry-content .attachment img, .entry-content .widget-area img {
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
.category-post-footer {
  text-align: center;
  margin-top: 45px;
  padding: 25px 0 0; }
  .category-post-footer h3 {
    font-size: .75em;
    font-weight: 700;
    text-transform: uppercase; }
  .category-post-footer p {
    font-size: .85em; }
  .category-post-footer nav {
    text-align: center; }
    .category-post-footer nav ul {
      padding: 0 0 30px;
      margin: 0; }
    .category-post-footer nav a {
      color: white; }
    .category-post-footer nav li {
      display: inline-block;
      padding: 10px;
      margin-right: 10px;
      font-size: 18px; }
      .category-post-footer nav li p {
        font-size: 10px;
        margin-top: 10px;
        text-transform: uppercase;
        color: #2A2D29; }
    .category-post-footer nav .dot {
      background: #717070;
      padding: 6px;
      color: white;
      width: 40px;
      height: 40px; }
      .category-post-footer nav .dot:hover {
        background: #575757; }

.author-bio {
  padding: 75px 0 25px;
  font-size: 15px; }
  .author-bio h3 {
    font-size: 17px;
    font-weight: 700; }

.learn-more {
  padding: 25px 0; }

#infinite-handle {
  width: 100px;
  margin: 0 auto;
  display: block; }
  #infinite-handle span {
    padding: 5px 30px;
    float: left;
    margin-top: 50px;
    background: #6B6A67; }

/*******************************
08. B) FRONTPAGE STYLES
********************************/
.core-functions {
  margin-top: 75px; }
  .core-functions h2 {
    font-size: 18px;
    font-weight: 600;
    min-height: 85px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .core-functions h3 {
    font-size: 17px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .core-functions h3 {
        height: 170px;
        padding-bottom: 50px; } }
  .core-functions h4 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    min-height: 50px; }
    .core-functions h4 > a {
      color: #1795c2; }
      .core-functions h4 > a:hover {
        color: #21afe5; }
  .core-functions .col-inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #F2F2F2;
    background: white;
    padding: 125px 25px 25px 25px; }
    @media screen and (min-width: 768px) {
      .core-functions .col-inner {
        padding: 125px 15px 25px 15px; } }
  @media screen and (min-width: 768px) {
    .core-functions .featured-posts-by-cat {
      min-height: 155px; } }

.function {
  padding: 10px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .function {
      margin-bottom: 150px; } }

.badge {
  width: 216px;
  height: 216px;
  position: absolute;
  left: calc(50% - 216px/2);
  top: calc(-216px/2); }
  .information-security .badge {
    background: url(../../images/badge-information-security.png) no-repeat center;
    background: url(../../images/badge-information-security.svg) no-repeat center; }
  .technology .badge {
    background: url(../../images/badge-technology.png) no-repeat center;
    background: url(../../images/badge-technology.svg) no-repeat center; }
  .malicious-software .badge {
    background: url(../../images/badge-malicious-software.png) no-repeat center;
    background: url(../../images/badge-malicious-software.svg) no-repeat center; }

.category-buttons {
  margin: 25px 0 0; }

.social-feeds {
  padding: 25px 0; }
  .social-feeds .feed {
    padding: 25px 0; }
    .social-feeds .feed.twitter-feed {
      padding-top: 12px; }
      .social-feeds .feed.twitter-feed .icon {
        padding-top: 12px; }
  .social-feeds .feed:hover {
    background: #f8fdfe; }
  .social-feeds a {
    color: #565656; }
  .social-feeds .icon-fallback-text {
    float: none;
    margin: 0;
    width: auto; }
  .social-feeds .icon {
    float: left;
    width: 25px;
    display: inline-block;
    color: #22AFE5;
    font-size: 1em; }
  .social-feeds span {
    float: left;
    margin-left: 10px;
    width: 80%;
    font-size: 14px; }

/*******************************
08. C) CATEGORIES
********************************/
.post-categories li {
  margin: 10px 0; }
  .post-categories li.information-security a {
    background: #22AFE5; }
    .post-categories li.information-security a:hover {
      background: #19a1d5; }
  .post-categories li.malicious-software a {
    background: #EE973D; }
    .post-categories li.malicious-software a:hover {
      background: #ec8a26; }
  .post-categories li.cloud-services-research a {
    background: #104596; }
    .post-categories li.cloud-services-research a:hover {
      background: #0e3a7f; }
  .post-categories li.cloud-services-research a {
    background: #104596; }
    .post-categories li.cloud-services-research a:hover {
      background: #0e3a7f; }
  .post-categories li.consulting-research a {
    background: #FCCC05; }
    .post-categories li.consulting-research a:hover {
      background: #e5b903; }
  .post-categories li.technology a, .post-categories li.technology a {
    background: #7F217B; }
    .post-categories li.technology a:hover, .post-categories li.technology a:hover {
      background: #6b1c67; }
  .post-categories li.technology a, .post-categories li.technology a {
    background: #7F217B; }
    .post-categories li.technology a:hover, .post-categories li.technology a:hover {
      background: #6b1c67; }
  .post-categories li.toy-chest a {
    background: #B6308B; }
    .post-categories li.toy-chest a:hover {
      background: #a22b7c; }
  .post-categories li a:hover {
    color: white; }

/*******************************
08. C) CATEGORY LANDING PAGES
********************************/
body.archive .article-header {
  min-height: 100px; }
body.archive .category-header {
  height: 225px;
  background: url("../../images/header-information-security.png") repeat;
  -webkit-animation: fade-in 0.75s both;
  -moz-animation: fade-in 0.75s both;
  -ms-animation: fade-in 0.75s both;
  -o-animation: fade-in 0.75s both;
  animation: fade-in 0.75s both;
  background-repeat: repeat;
  background-position: center center; }
body.archive.category-information-security .category-header {
  background-image: url("../../images/header-information-security.png");
  background-image: url("../../images/header-information-security.svg"); }
body.archive.category-malicious-software .category-header {
  background-image: url("../../images/header-malicious-software.png");
  background-image: url("../../images/header-malicious-software.svg"); }
body.archive.category-technology .category-header {
  background-image: url("../../images/header-technology.png");
  background-image: url("../../images/header-technology.svg"); }
body.archive.category-toy-chest .category-header {
  background-image: url("../../images/header-toy-chest.png");
  background-image: url("../../images/header-toy-chest.svg"); }
body.archive.category-consulting-research .category-header {
  background-image: url("../../images/header-consulting-research.png");
  background-image: url("../../images/header-consulting-research.svg"); }
body.archive.category-cloud-services-research .category-header {
  background-image: url("../../images/header-cloud-services-research.png");
  background-image: url("../../images/header-cloud-services-research.svg"); }
body.archive.category-blog .category-header {
  background-image: url("../../images/header-blog.png");
  background-image: url("../../images/header-blog.svg"); }
body.archive.category-blog .article-header {
  min-height: 0; }
body.archive.category-blog .category-description {
  margin-bottom: 50px; }

body.archive.tag .category-header {
  height: 50px; }

body.archive.paged .category-header {
  height: 0;
  background: none; }
body.archive.paged .category-description {
  display: none; }
body.archive .category-title {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  color: #22AFE5;
  letter-spacing: 1px; }
body.archive .category-description {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px; }
  @media screen and (max-width: 767px) {
    body.archive .category-description {
      font-size: 15px; } }
body.archive .related-category {
  text-align: center;
  margin: 40px 0; }
  body.archive .related-category h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }
  body.archive .related-category .button a {
    color: white; }
  body.archive .related-category .button.information-security {
    background: #22AFE5; }
  body.archive .related-category .button.consulting-research {
    background: #7F217B; }
  body.archive .related-category .button.malicious-software {
    background: #EE973D; }
  body.archive .related-category .button.technology {
    background: #7F217B; }
  body.archive .related-category .button.toy-chest {
    background: #EE973D; }
  body.archive .related-category .button.cloud-services-research {
    background: #104596; }
body.archive .entry-content {
  min-height: 145px;
  font-size: 17px; }
@media screen and (max-width: 767px) {
  body.archive .article-header {
    min-height: 100px; } }
body.archive article {
  font-size: .85em; }
  body.archive article .article-inner {
    padding: 40px;
    background: white;
    -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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #F2F2F2;
    background: white; }
    @media screen and (max-width: 767px) {
      body.archive article .article-inner {
        padding: 25px; } }
    body.archive article .article-inner:hover {
      background: #f8fdfe; }
      body.archive article .article-inner:hover .post-title a {
        color: #22AFE5; }
  body.archive article .post-title {
    font-size: 23px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      body.archive article .post-title {
        font-size: 20px; } }
    body.archive article .post-title a {
      color: #333; }
  body.archive article .excerpt-read-more {
    margin-top: 15px; }
    body.archive article .excerpt-read-more a {
      border-bottom: none;
      color: #22AFE5; }

/*******************************
08. D) BLOG LANDING PAGE
********************************/
body.category-blog article {
  max-width: 820px; }

/*******************************
08. E) SINGLE CATEGORY POSTS
********************************/
header .post-categories {
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  aside {
    padding-left: 75px; } }
@media screen and (max-width: 767px) {
  aside {
    text-align: center; } }
.entry-content aside ul {
  list-style-type: none;
  margin-left: 0; }
  .entry-content aside ul a {
    color: white; }
    .entry-content aside ul a:visited {
      color: white; }
aside h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    aside h3 {
      padding-top: 25px; } }
aside .post-categories a {
  background: #22AFE5;
  color: white;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  text-align: center;
  margin-bottom: 10px; }
aside .post-meta-supplement {
  font-size: 12px;
  margin: 25px 0;
  padding: 5px 0 15px;
  border-bottom: 1px solid #C6C6C6; }

@media screen and (max-width: 767px) {
  .share-buttons {
    max-width: 100%;
    text-align: center; }
    .share-buttons .share-toggle {
      margin: 0 auto 15px;
      float: none; }
      .share-buttons .share-toggle span {
        margin-left: 5px; } }
.share-buttons ul.share-list {
  display: none;
  background: #373737;
  width: 105px;
  padding: 10px;
  margin-left: 70px;
  list-style-type: none;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .share-buttons ul.share-list {
      margin: 10px auto 25px; } }
  .share-buttons ul.share-list a {
    color: #fff; }
    .share-buttons ul.share-list a:hover {
      color: #ccc; }
  @media screen and (max-width: 767px) {
    .share-buttons ul.share-list a {
      float: left; } }
  @media screen and (min-width: 768px) {
    .share-buttons ul.share-list {
      position: relative;
      background: #373737; }
      .share-buttons ul.share-list:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #373737;
        border-width: 7px;
        margin-top: -57px; } }
  body.page-about .share-buttons ul.share-list {
    position: relative;
    background: #373737; }
    body.page-about .share-buttons ul.share-list:after {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-right-color: #373737;
      border-width: 7px;
      margin-top: -75px; }
.share-buttons a {
  color: #373737;
  margin-right: 5px;
  font-weight: 500;
  font-size: 11px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.share-buttons i {
  margin-right: 10px; }

.share-toggle {
  float: left;
  width: 80px;
  padding-top: 12px;
  text-transform: uppercase; }
  .share-toggle a {
    color: #373737; }

/*******************************
08. F) SEARCH RESULTS
********************************/
.search-results .archive-title {
  font-size: 12px;
  color: #999; }
.search-results article {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #F2F2F2;
  background: white;
  margin-bottom: 25px;
  padding: 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; }
  .search-results article:hover {
    background: #f8fdfe; }
    .search-results article:hover .search-title a {
      color: #22AFE5; }
.search-results .search-title {
  font-size: 23px; }
  .search-results .search-title a {
    color: #2A2D29; }
.search-results a.excerpt-read-more {
  display: block;
  margin-top: 25px;
  font-size: 1em; }
.search-results #content #searchform {
  position: relative;
  margin-bottom: 10px;
  max-width: 470px; }
  .search-results #content #searchform #s {
    font-size: 2em;
    font-weight: 300;
    padding: 6px 50px 4px 0;
    margin-bottom: 8px;
    border: none;
    background: none;
    border-bottom: 3px solid; }
    @media screen and (max-width: 479px) {
      .search-results #content #searchform #s {
        max-width: 100%; } }
  .search-results #content #searchform #searchsubmit {
    position: absolute;
    font-size: .75em;
    top: 14px;
    right: 0;
    background: #ababab;
    color: white;
    border: none;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .search-results #content #searchform #searchsubmit:hover {
      background: #929292; }
.search-results #infinite-handle {
  display: none; }

/*******************************
08. H) ABOUT PAGE
********************************/
.page-about .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
  text-align: center; }
.page-about .entry-title {
  color: #22AFE5;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 50px; }
.page-about aside {
  margin-top: 0;
  font-size: .85em;
  color: #808080;
  padding-left: 70px; }
  .page-about aside ul {
    list-style-type: disc;
    margin: 0; }
    .page-about aside ul li {
      margin-bottom: 10px; }

/*******************************
08. H) CONTACT PAGE
********************************/
.page-contact .category-header {
  height: 225px;
  background-image: url("../../images/header-information-security.png");
  background-image: url("../../images/header-information-security.svg");
  -webkit-animation: fade-in 0.75s both;
  -moz-animation: fade-in 0.75s both;
  -ms-animation: fade-in 0.75s both;
  -o-animation: fade-in 0.75s both;
  animation: fade-in 0.75s both;
  background-repeat: repeat;
  background-position: center center; }
.page-contact #main {
  max-width: 700px;
  margin: 50px auto; }

/*******************************
08. I) MAILCHIMP SIGNUP FORM
********************************/
#mc_embed_signup {
  text-align: center; }
  #mc_embed_signup #mce-EMAIL {
    padding: 10px 10px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px; }
  #mc_embed_signup #mc-embedded-subscribe {
    padding: 12px 10px;
    background: #22AFE5;
    border: none;
    text-transform: uppercase;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  #mc_embed_signup p {
    margin-top: 15px;
    font-size: .8em;
    color: white;
    text-align: left; }

.toggle-mailchimp.active .dot {
  background: #22AFE5;
  color: white; }

/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.footer-nav {
  max-width: 1030px;
  margin: 0 auto; }
  body.archive.category-blog .footer-nav {
    max-width: 800px; }

.pagination {
  margin-left: 10px;
  float: left; }
  .pagination li {
    float: left;
    margin-right: 10px; }

.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */ }
  .bones_page_navi li {
    float: left;
    margin-left: 10px; }
    .bones_page_navi li a {
      padding: 3px 6px;
      display: block;
      position: relative; }
      .bones_page_navi li a:hover, .bones_page_navi li a:focus {
        color: #f01d4f;
        text-decoration: underline; }
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative; }
    .bones_page_navi li.bpn-current a {
      /* hovering on current page link */ }
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700; }
    .bones_page_navi li.bpn-prev-link a,
    .bones_page_navi li.bpn-next-link a {
      padding: 0; }
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

@media screen and (max-width: 767px) {
  incl
  .sidebar {
    margin-top: 2.2em; } }

.widget ul li {
  /* deep nesting */ }

/*********************
14. IMAGES & MEDIA
*********************/
/*********************
14. TWITTER WIDGET
*********************/
.twitterfeed .intent {
  display: none; }
.twitterfeed li.tweet {
  border-bottom: none; }
.twitterfeed .timeline {
  margin-left: 0; }
  .twitterfeed .timeline a {
    color: #22AFE5; }

/*********************
14. TABLES
*********************/
.entry-content table {
  border: 1px solid #aaa;
  padding: 20px;
  margin-bottom: 40px; }
  .entry-content table tr {
    border-bottom: .075em dashed #aaa; }
  .entry-content table td {
    padding: 5px 10px; }
  .entry-content table th {
    font-weight: bold; }

/*********************
14. FOOTER STYLES
*********************/
.footer {
  clear: both;
  font-size: 11px;
  line-height: 1.9;
  margin-top: 75px;
  padding: 25px 0; }
  @media screen and (max-width: 479px) {
    .footer {
      margin-top: 0; } }
  .footer .template-file {
    position: absolute;
    bottom: 5px;
    right: 15px;
    color: #D5CECE;
    font-size: 12px; }

/* Analytics fields
---------------------------------------*/
.vcard.post-author {
  display: none; }

.post-date,
.update {
  font-style: italic;
  font-size: 12px; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
.template-file {
  display: none; }

/*
PRINT STYLESHEET

*/
@media print {
  /***************************
  Stylesheet: Print Stylesheet
  ****************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited 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; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/*# sourceMappingURL=style.css.map */
