/******************************************************************
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.
******************************************************************/
/*********************
IMPORTING STYLES
*********************/
/* import normalize */
/*! normalize.css 2012-03-11T12:53 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
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -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 displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  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
 */
pre,
code,
kbd,
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;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
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;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * 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;
  *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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
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;
}
/* import mixins */
/******************************************************************
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'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */.clearfix {
  /* for IE */

  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/*   To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('../fonts/font-name.eot');
      src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
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;
}
/* alerts & notices */
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.success {
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* .rounded(4px); */
/* NOTE: For older browser support (and some mobile), don't use the shorthand to define *different* corners. */
/* .rounded-left(4px); */
/* .rounded-right(4px); */
/* .rounded-bottom(4px); */
/* .rounded-top(4px); */
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* .boxSizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0 0 4px #444); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/* Thanks Victor. */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*Rounded Corners*/
/* =============================================================================
   Gradient Functions
   ========================================================================== */
.alpha30 {
  /* Fallback for web browsers that doesn't support RGBa */

  background: #000000 transparent;
  /* RGBa with 0.6 opacity */

  background: rgba(0, 0, 0, 0.3);
  /* For IE 5.5 - 7*/

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
  /* For IE 8*/

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#5000000);
}
.alpha60 {
  /* Fallback for web browsers that doesn't support RGBa */

  background: #000000 transparent;
  /* RGBa with 0.6 opacity */

  background: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
.alpha80 {
  /* Fallback for web browsers that doesn't support RGBa */

  background: #000000 transparent;
  /* RGBa with 0.8 opacity */

  background: rgba(0, 0, 0, 0.8);
  /* For IE 5.5 - 7*/

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
  /* For IE 8*/

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
}
/******************************************************************
BASE (MOBILE) SIZE
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.
******************************************************************/
/* styles in base.less */
/******************************************************************
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.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html {
  background: #000000 url(../images/bg/red.jpg) center top no-repeat;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
.clear {
  clear: both;
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  margin: 0 auto;
}
/*
No Grid? Say Whaaaat?
There's really no need for all that
extraneous grid css since floating
columns wouldn't really fit on such a
small screen, so let's only bring it in
when we're ready for it.
*/
/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #fff799;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #ff8540;
  outline: none;
}
a:active,
a:visited:active {
  outline: none;
}
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);
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  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 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.19997em;
  margin-top: 5.9999400000000005px;
  margin-bottom: 6.000012px;
}
h2,
.h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  margin-top: 9px;
  margin-bottom: 9px;
}
h3,
.h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125em;
  margin-top: 9px;
  margin-bottom: 9px;
}
h4,
.h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
h5,
.h5 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.875em;
  margin-top: 0px;
  margin-bottom: 4.5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
p,
li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
}
p {
  margin-top: 0px;
  margin-bottom: 18px;
}
li {
  margin: 0;
}
/*********************
HEADER SYTLES
*********************/
.header {
  background: black;
}
#logo {
  margin: 0;
}
#logo a {
  display: block;
  width: 150px;
  height: 50px;
  background: url(../images/logos/nexus_150.png) no-repeat center;
}
#logo a span {
  display: none;
}
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
nav > ul {
  padding: 0px;
  margin: 0px;
}
nav li {
  margin: 0;
}
nav a {
  color: white;
}

nav li.facebook, nav li.instagram {
  margin-left: 4px;
  margin-right: 0px;
}

nav li.facebook a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url(../images/icons/f_logo.png) no-repeat left center;
  text-indent: 24px;
  padding: 0;
  margin: 8px 4px;
}
nav li.instagram a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url(../images/icons/instagram_logo.png) no-repeat left center;
  text-indent: 24px;
  padding: 0;
  margin: 8px 4px;
}
.nav {
  border: none;
  background: transparent;
  border-bottom: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.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 li a {
  display: block;
  text-decoration: none;
  padding: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
  /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.less file where it's relevant. We want to
      keep this file as small as possible!
      */

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 10px;
}
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em;
  margin-left: 5px;
  margin-right: 5px;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
.post {
  margin-bottom: 24px;
}
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.meta {
  color: #999;
}
p,
li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
}
/* post content */
.post-content {
  /*
      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.
      */

}
.post-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
}
.post-content ul li,
.post-content ol li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
  margin-top: 0px;
  margin-bottom: 18px;
}
.post-content dd {
  margin-left: 0;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1em;
  color: #787878;
  margin-bottom: 1.5em;
}
.post-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
.post-content video,
.post-content object {
  max-width: 100%;
}
.post-content pre,
.post-content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .post-content */
.wp-caption {
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6363636363636365em;
  margin: 4px 0 7px;
  text-align: center;
  color: #999;
}
/* end .wp-caption */
/* image gallery styles */
.gallery {
  overflow: hidden;
}
/* end .gallery */
/* gallery caption styles *//******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  text-align: center;
  margin: 0;
  /* 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 {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  text-decoration: none;
}
.bones_page_navi li:hover {
  border-bottom: 2px solid #d57b49;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #ff8540;
  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 */
/******************************************************************
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 .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;
  text-decoration: none;
}
.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: 9px;
  font-size: 0.5625rem;
  line-height: 1.5em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
input[type=text],
input[type=email],
input[type=url],
textarea {
  padding: 6px;
  /* Fallback for web browsers that doesn't support RGBa */

  background: #000000 transparent;
  /* RGBa with 0.6 opacity */

  background: rgba(0, 0, 0, 0.3);
  /* For IE 5.5 - 7*/

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
  /* For IE 8*/

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#5000000);
  color: white;
  border: 1px solid #000;
  border-width: 0 0 1px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125em;
  /* form validation */

}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
  /* Fallback for web browsers that doesn't support RGBa */

  background: #000000 transparent;
  /* RGBa with 0.6 opacity */

  background: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  border-color: #ff8540;
}
input[type=text]:invalid,
input[type=email]:invalid,
input[type=url]:invalid,
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;
}
input,
textarea,
select {
  outline-color: #f0ecbb;
}
input[type=text],
input[type=email],
input[type=url] {
  width: 55%;
}
textarea {
  width: 90%;
}
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form input[type=text],
.respond-form input[type=email],
.respond-form input[type=url],
.respond-form textarea {
  border: 1px solid #320500;
}
.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] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
.respond-form form textarea:active,
.respond-form form textarea:focus {
  background: #111111;
  color: #fefefe;
}
/* comment submit button */
#submit,
input[type="submit"] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
  padding: 6px 9px 7px 9px;
  border-width: 2px;
}
/* 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;
}
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  /* Fallback for web browsers that doesn't support RGBa */

  background: #000000 transparent;
  /* RGBa with 0.6 opacity */

  background: rgba(0, 0, 0, 0.3);
  /* For IE 5.5 - 7*/

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
  /* For IE 8*/

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#5000000);
  overflow: hidden;
}
.sidebar > div,
.sidebar section {
  margin: 12px;
  padding: 0;
}
.sidebar .textwidget {
  padding: 0;
  margin: 0;
}
.sidebar div.contact-form-7 {
  margin: 12px 0;
  position: relative;
}
.sidebar div.contact-form-7 .wpcf7 form {
  margin: 12px 18px 18px 18px;
}
.sidebar div.contact-form-7 input[type=text],
.sidebar div.contact-form-7 textarea {
  width: 95%;
}
.sidebar div.contact-form-7 .wpcf7-response-output {
  width: 90%;
  padding: 2.5%;
}
.sidebar div.contact-form-7 h1 {
  cursor: pointer;
  color: #fff799;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  padding: 12px;
  margin: 0;
  text-transform: uppercase;
}
.sidebar div.contact-form-7 h1:hover {
  background: #220300;
  color: #ff8540;
}
.sidebar div.contact-form-7 h1.open,
.sidebar div.contact-form-7 h1.open:hover {
  background: none;
  color: white;
  cursor: default;
}
.sidebar ul.menu {
  margin: 0;
  padding: 0;
}
.sidebar ul.menu li {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
}
.sidebar ul.menu li a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  padding: 12px;
  text-transform: uppercase;
}
.sidebar ul.menu li a:hover {
  background: #220300;
}
.sidebar ul.menu li ul {
  margin: 0;
  padding: 0;
  padding-left: 12px;
}
.sidebar ul.menu li ul a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846153846em;
  padding: 3px 3px 3px 9px;
  text-transform: none;
}
.sidebar section.search {
  text-align: center;
}
.sidebar section.search #s {
  width: 70%;
}
.widget ul li {
  /* deep nesting */

}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}
/*
  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 */
#comment-form-elements {
  margin-left: 0;
  padding-left: 0;
}
img.center,
div.center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
img.alignright,
div.alignright {
  float: right;
  margin: 0 0 2px 18px;
}
img.alignleft,
div.alignleft {
  float: left;
  margin: 0 18px 2px 0;
}
div.img div {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.3334em;
  text-align: center;
  padding: 1;
  margin-top: 1px;
  margin-bottom: 1px;
}
#authors {
  background-color: #363636;
  height: 396px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  display: none;
}
#authors-nav li#authorli-0,
#authors-nav li#authorli-1,
#authors-nav li#authorli-2,
#authors-nav li#authorli-3 {
  width: 25%;
}
#authors-nav li#authorli-0 a,
#authors-nav li#authorli-1 a,
#authors-nav li#authorli-2 a,
#authors-nav li#authorli-3 a {
  border-right: 1px solid #000;
}
#authors-tabs {
  height: 265px;
  background-color: #363636;
  padding: 0px;
  margin: 0px;
}
div.authortext {
  background-color: #363636;
  height: 165px;
  overflow: hidden;
  padding: 9px 18px 18px 18px;
}
div.authortext p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846153846em;
}
.authortab {
  height: 265px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.authortab .home-blog-link {
  display: block;
  background: black;
  height: 75px;
}
.authortab .home-blog-link span {
  display: none;
}
.authortab .home-blog-link.author_6 {
  background: #000000 url('../images/author/home-becker.png') no-repeat left center;
}
.authortab .home-blog-link.author_5 {
  background: #000000 url('../images/author/home-cahn.png') no-repeat left center;
}
.authortab .home-blog-link.author_8 {
  background: #000000 url('../images/author/home-hartenberger.png') no-repeat right center;
}
.authortab .home-blog-link.author_9 {
  background: #000000 url('../images/author/home-kvistad.png') no-repeat right center;
}
#authors-nav {
  margin: 0;
  padding: 0;
  border-top: 1px solid black;
  overflow: hidden;
}
#authors-nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#authors-nav li a {
  display: block;
  padding: 0px;
  margin: 0px;
  height: 130px;
  line-height: 130px;
  text-align: center;
}
.authortab .authorlink {
  position: absolute;
  bottom: .692em;
  right: .692em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
}
#authors-nav li a#authornav-0 {
  background: #353535 url(../images/author/button-becker.png) no-repeat scroll center bottom;
}
#authors-nav a#authornav-1 {
  background: #353535 url(../images/author/button-cahn.png) no-repeat scroll center bottom;
}
#authors-nav a#authornav-2 {
  background: #353535 url(../images/author/button-hartenberger.png) no-repeat scroll center bottom;
}
#authors-nav a#authornav-3 {
  background: #353535 url(../images/author/button-kvistad.png) no-repeat scroll center bottom;
  border-right: none;
}
#authors-nav a#authornav-0:hover,
#authors-nav a#authornav-0.activeSlide {
  background: #000000 url(../images/author/button-becker.png) no-repeat scroll center 0px;
}
#authors-nav a#authornav-1:hover,
#authors-nav a#authornav-1.activeSlide {
  background: #000000 url(../images/author/button-cahn.png) no-repeat scroll center 0px;
}
#authors-nav a#authornav-2:hover,
#authors-nav a#authornav-2.activeSlide {
  background: #000000 url(../images/author/button-hartenberger.png) no-repeat scroll center 0px;
}
#authors-nav a#authornav-3:hover,
#authors-nav a#authornav-3.activeSlide {
  background: #000000 url(../images/author/button-kvistad.png) no-repeat scroll center 0px;
}
/*  FEATURED POST PLUGIN FORMAT? */
#featured {
  position: relative;
  border: 1px solid black;
  padding: 10px;
  min-height: 212px;
  height: auto !important;
  height: 212px;
}
#featured h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 9px;
}
#featured h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125em;
  margin-top: 0px;
  margin-bottom: 0px;
}
#featured .featuredpost {
  width: auto;
  margin-right: 10px;
  height: 100%;
  overflow: hidden;
}
#featured div.featuredpost h3,
#upcoming div.featuredpost h3,
.widget_gigpress .widgettitle {
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  color: #e42723;
  margin-top: 0px;
  margin-bottom: 9px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  text-decoration: none;
  border: none;
}
#featured span.vvqbox,
#featured p#player1 {
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 255px !important;
  height: 212px !important;
  margin: auto !important;
}
#featured span.vvqbox *,
#featured p#player1 * {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 200px;
}
#featured div.img {
  display: block;
  padding: 0px;
  margin: auto;
  left: 10px;
  top: 0px;
  height: 212px !important;
  text-align: center;
  width: 230px;
  padding-top: 10px;
}
#featured div.img img {
  margin: auto;
  max-width: 230px;
  height: auto;
  margin: auto;
  display: block;
}
#featured div.img div {
  font-size: 85%;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
  left: 8px;
  line-height: 1.636em;
}
.widget_gigpress.widget {
  min-height: 190px;
  height: auto !important;
  height: 190px;
  background: black;
  padding: 11px;
  margin: 0;
}
#splash {
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#splash img {
  width: 100% !important;
  height: auto !important;
}
#splash,
#authors {
  margin-bottom: 18px;
}
#splash > div {
  color: whitesmoke;
}
#splash > div > div {
  border: 1px dotted #070501;
  background: url(../images/bg/transparent-80.png) repeat;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846153846em;
  padding: .5em;
}
#splash div em {
  color: red;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7-response-output {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846153846em;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 18px;
  width: 85%;
  padding: 2.5%;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #00a611;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #901313;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7ba4e;
}
span.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  background: #fff;
  border: 1px solid #ff0000;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846153846em;
  width: 280px;
  padding: 5px;
  color: black !important;
}
span.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8em;
  display: block;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}
div.wpcf7 .watermark {
  color: #888;
}
.widget_gigpress ul {
  list-style-type: none;
  min-height: 120px;
  height: auto !important;
  height: 120px;
  margin-top: 0;
}
.widget_gigpress .gigpress-sidebar-status {
  display: block;
  margin-top: 9px;
  margin-bottom: 9px;
}
.widget_gigpress p.gigpress-sidebar-more {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: right;
}
/******************************************************************
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: 481px) {
  /* styles in 481up.less */
  /******************************************************************
  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.scss styles.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav li.facebook a,
  .nav li.instagram a {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: 30px;
    padding-right: 0;
  }
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */

  }
  .menu ul {
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .menu ul li {
    /*
          plan your menus and drop-downs wisely.
          */

  }
  .menu ul li a {
    /*
            you can use hover styles here even though this size
            has the possibility of being a mobile device.
            */

  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* post content */
  .post-content {
    /* at this larger size, we can start to align images */

  }
  .post-content .attachment-bones-thumb-small,
  .post-content .wp-post-image {
    float: left;
    margin-right: 12px;
  }
  .post-content .alignleft,
  .post-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .post-content .alignright,
  .post-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .post-content .aligncenter,
  .post-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .post-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/* end of media query */
/******************************************************************
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) {
  /* styles in 768up.less */
  /******************************************************************
  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
  *********************/
  #content {
    width: 1020px;
    margin: auto;
  }
  #main {
    min-height: 300px;
  }

  #menu-site-nav { display:block; }

  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /* home page */
  /* blog page */
  /* archive page */
  /* date archive page */
  /* replace the number to the corresponding page number */
  /* search page */
  /* search result page */
  /* no results search page */
  /* individual paged search (i.e. body.search-paged-3) */
  /* 404 page */
  /* single post page */
  /* individual post page by id (i.e. body.postid-73) */
  /* individual paged single (i.e. body.single-paged-3) */
  /* attatchment page */
  /* individual attatchment page (i.e. body.attachmentid-763) */
  /* style mime type pages */
  /* author page */
  /* user nicename (i.e. body.author-samueladams) */
  /* paged author archives (i.e. body.author-paged-4) for page 4 */
  /* category page */
  /* individual category page (i.e. body.category-6) */
  /* replace the number to the corresponding page number */
  /* tag page */
  /* individual tag page (i.e. body.tag-news) */
  /* replace the number to the corresponding page number */
  /* custom page template page */
  /* individual page template (i.e. body.page-template-contact-php */
  /* replace the number to the corresponding page number */
  /* replace the number to the corresponding page number */
  /* if user is logged in */
  /* paged items like search results or archives */
  /* individual paged (i.e. body.paged-3) */
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*
      This 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 */
  /* layout & column defaults */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /*********************
  HEADER SYTLES
  *********************/
  .header {
    margin-top: 18px;
  }
  #container {
    min-width: 1020px;
    width: auto !important;
    width: 1020px;
  }
  header.header {
    position: relative;
    margin-bottom: 36px;
  }
  #logo {
    float: left;
  }
  #inner-header {
    width: 1020px;
    margin: auto;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    background: transparent;
    border: 0;
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .nav li {
    float: left;
    padding: 8px 0;
    /*
      plan your menus and drop-downs wisely.
      */

    /* showing sub-menus */

  }
  .nav li a {
    border-bottom: 0;
    color: white;
    padding: 9px;
    /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */

  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
    z-index: 8999;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    text-align: center;
    background: #7f878a;
    color: black;
    /* highlight sub-menu current page */

  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: none;
    padding: 0;
    margin: 0;
    /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */

  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.125em;
    margin: 0 18px;
    padding: 0;
    text-transform: uppercase;
    color: black;
  }
  .nav li ul.sub-menu li a:hover,
  .nav li ul.children li a:hover,
  .nav li ul.sub-menu li a:focus,
  .nav li ul.children li a:focus {
    color: white;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li.current-menu-item,
  .nav li.current_page_item,
  .nav li.current-page-ancestor,
  .nav li.current-menu-ancestor,
  .nav li.current-menu-parent,
  .nav li.current_page_ancestor {
    background: url('../images/bg/divet.png') no-repeat center bottom;
  }
  .nav li.current-menu-item ul,
  .nav li.current_page_item ul,
  .nav li.current-page-ancestor ul,
  .nav li.current-menu-ancestor ul,
  .nav li.current-menu-parent ul,
  .nav li.current_page_ancestor ul {
    top: 100%;
    display: block;
    margin-top: -4px;
  }
  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar div.contact-form-7 .wpcf7 {
    display: none;
    overflow: hidden;
  }
  .widgettitle {
    text-transform: uppercase;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */

  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer {
    width: 1020px;
    margin: auto;
  }
  .footer p {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.6363636363636365em;
    text-align: center;
  }
  .footer-links ul li {
    /*
        be careful with the depth of your menus.
        it's very rare to have multi-depth menus in
        the footer.
        */

  }
  /* end .footer-links */
  .contact-form-7 h1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125em;
  }
  .contact-form-7 p.submit {
    position: relative;
    text-align: right;
  }
  .contact-form-7 p.submit img {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -8px;
    margin-left: 4px;
  }
  div.gallery-row {
    position: relative;
    clear: both;
  }
  div.gallery-row dl {
    display: block;
    float: left;
    overflow: hidden;
  }
  div.gallery-row dl.col-3 {
    min-width: 33%;
    width: auto !important;
    width: 33%;
  }
  div.gallery-row dl.col-2 {
    min-width: 50%;
    width: auto !important;
    width: 50%;
  }
  div.gallery-row dl.col-4 {
    min-width: 25%;
    width: auto !important;
    width: 25%;
  }
  div.gallery-row dl.col-5 {
    min-width: 20%;
    width: auto !important;
    width: 20%;
  }
  div.gallery-row dl dt,
  div.gallery-row dl dd {
    display: block;
    margin: auto;
    text-align: left;
  }
  div.gallery-row dl dd {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5em;
  }
  div.gallery-row dl img {
    float: none !important;
    margin: 0;
    height: auto;
  }
  .screen-reader-text {
    display: none;
  }
  #content.front-page #col1 {
    width: 631px;
    float: left;
  }
  #content.front-page #col2 {
    float: right;
    width: 360px;
  }
  #content.front-page #col2 .drumming-at-50 img {
    width: 100%;
  }
  #featured .featuredpost {
    margin-left: 245px;
  }
  #featured div.img {
    position: absolute;
  }
  #splash {
    height: 396px;
    width: 631px;
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
  }
  #splash,
  #authors {
    margin-bottom: 18px;
  }
  #splash > div {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    color: whitesmoke;
    width: 70%;
  }
  #splash > div > div {
    border: 1px dotted #070501;
    background: url(../images/bg/transparent-80.png) repeat;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3846153846153846em;
    float: right;
    padding: .5em;
  }
  #splash div em {
    color: red;
  }
}
/* end of media query */
/******************************************************************
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: 1030px) {
  /* styles in 1030up.less */
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylesheet

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

  ******************************************************************/
}
/* end of media query */
/******************************************************************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
******************************************************************/
@media only screen and (min-width: 1240px) {
  /* styles in 1240up.less */
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

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

  ******************************************************************/
}
/* end of media query */
/******************************************************************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* styles in 2x.less */
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
    width: 24px;
    height: 24px;
    background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
    background: url(img/test@2x.png) no-repeat;
    background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */
}
/* end of media query */
/******************************************************************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
******************************************************************/
@media print {
  * {
    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;
    /* show links on printed pages */

    /* show title too */

  }
  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;
  }
  /* hide content people who print don't need to see */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
