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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0 0 15px 0; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.75em; }

/*
 * 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: 0 0 14px 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; }

.clearthis {
  clear: both;
  width: 100%;
  height: 1px;
  line-height: 1px; }

/* ==========================================================================
   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 silver;
  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 {
  -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; }

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

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' 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 gradients.

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

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

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

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

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* $link-hover:        darken($link-color, 9%); */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
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('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/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 !important;
  font-style: italic; }

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

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

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

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(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? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid black;
  border-top-color: black;
  border-left-color: black;
  padding: 4px 12px;
  color: white;
  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;
  border-radius: 4px;
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: -webkit-linear-gradient(top, black, black);
  background-image: -moz-linear-gradient(top, black, black);
  background-image: -o-linear-gradient(top, black, black);
  background-image: linear-gradient(to bottom, black, black); }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: white;
    border: 1px solid black;
    border-top-color: black;
    border-left-color: black;
    background-color: black;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
    background-image: -webkit-linear-gradient(top, black, black);
    background-image: -moz-linear-gradient(top, black, black);
    background-image: -o-linear-gradient(top, black, black);
    background-image: linear-gradient(to bottom, black, black); }
  .button:active, .button:visited:active {
    background-color: black;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
    background-image: -webkit-linear-gradient(top, black, black);
    background-image: -moz-linear-gradient(top, black, black);
    background-image: -o-linear-gradient(top, black, black);
    background-image: linear-gradient(to bottom, black, black); }

.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);
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .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); }

/*********************
PADDINGS, MARGINS, RE-USED ITEMS, CUSTOM
*********************/
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

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

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  background-color: #f6f1e2;
  font-family: Verdana, Tahoma, serif;
  font-size: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #333; }

/********************
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 {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: black;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #dd0202; }
  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); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "trajan-pro-3", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 15px 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 {
  font-size: 22px;
  line-height: 1.333em; }

h1 span {
  font-size: 16px;
  font-weight: normal; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

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

/*********************
HEADER SYTLES
*********************/
.header, .footer {
  background-color: #69b0b5;
  color: #fff; }

#inner-header {
  position: relative; }
  #inner-header h1 {
    text-indent: -9999px;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    height: 1px;
    line-height: 1px;
    clear: both; }

#logo {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 50px;
  display: block;
  padding-right: 15px;
  float: left; }
  #logo a {
    color: #fff;
    font-weight: normal;
    font-size: 23px; }

/*=========== Subheader =====================*/
.subheader {
  background-color: #eae2b3; }
  .subheader .wrap {
    background: url(../images/subheader.jpg) no-repeat top;
    line-height: 1px; }

/*********************
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.
*/
ul.nav {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  /* end .menu li */
  /* social nav */
  /* highlight current page */
  /* end current highlighters */ }
  ul.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/
    */ }
    ul.nav li a {
      text-decoration: none;
      padding: 0 10px;
      line-height: 50px;
      display: block;
      color: white;
      font-family: "trajan-pro-3", sans-serif;
      /*
      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!
      */ }
      ul.nav li a:hover, ul.nav li a:focus {
        color: #eae2b2; }
    ul.nav li ul.sub-menu li a,
    ul.nav li ul.children li a {
      padding-left: 30px; }
  ul.nav li.socialnav {
    float: right;
    height: 50px;
    margin: 0; }
  ul.nav li.socialnav a {
    text-indent: -9999px;
    outline: none;
    text-shadow: none;
    background: url(../images/social-icons.png) no-repeat top left;
    height: 50px;
    padding: 0; }
  ul.nav li.social-itunes a {
    width: 28px;
    background-position: -112px 0; }
    ul.nav li.social-itunes a:hover, ul.nav li.social-itunes a:focus {
      background-position: -113px -50px; }
  ul.nav li.social-youtube a {
    width: 37px;
    background-position: -75px 0; }
    ul.nav li.social-youtube a:hover, ul.nav li.social-youtube a:focus {
      background-position: -76px -50px; }
  ul.nav li.social-twitter a {
    width: 38px;
    background-position: -38px 0; }
    ul.nav li.social-twitter a:hover, ul.nav li.social-twitter a:focus {
      background-position: -39px -50px; }
  ul.nav li.social-facebook a {
    width: 38px; }
    ul.nav li.social-facebook a:hover, ul.nav li.social-facebook a:focus {
      background-position: -1px -50px; }
  ul.nav li.current-menu-item a {
    color: #eae2b2; }

/* end .nav */
/*=========== Mobile Nav =====================*/
#nav {
  float: left; }

#nav li {
  display: block;
  float: left; }

p.mobile-nav {
  display: none;
  line-height: 50px;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  transition: 1s ease;
  margin: 0;
  font-size: 20px;
  font-family: "trajan-pro-3", sans-serif;
  float: right; }

.mobile li {
  display: block;
  float: left; }

@media only screen and (max-width: 767px) {
  p.mobile-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 15px; }

  #nav ul {
    display: none; }
    #nav ul li {
      width: 25%;
      text-align: center; }
    #nav ul li.socialnav {
      display: none; } }
/*********************
HOME
*********************/
ul.slides-container .container {
  color: #f6f1e2;
  position: relative;
  width: 67%;
  max-width: 400px;
  left: 45px;
  top: 5%;
  padding: 0px;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  transition: 1s ease; }

ul.slides-container .container h1, ul.slides-container .container h2, ul.slides-container .container h3, ul.slides-container .container h4 {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  transition: 1s ease; }

ul.slides-container .container h1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  clear: both; }

ul.slides-container .container h2 {
  font-size: 13px;
  font-weight: 400;
  clear: both; }

ul.slides-container .container h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  clear: both; }

ul.slides-container .container h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  clear: both; }

ul.slides-container .container h1 {
  text-shadow: 0 1px 1px black;
  color: #fe3e08;
  letter-spacing: 2px; }

ul.slides-container .container h2 {
  text-shadow: 0 1px 1px black;
  color: #fff; }

ul.slides-container .container h3 {
  float: left;
  text-shadow: 0 1px 1px black;
  background-color: #69b0b5;
  padding: 8px; }

ul.slides-container .container h2 span {
  color: #7a5951; }

ul.slides-container .container h3 span {
  color: #fff; }

ul.slides-container .container h3 a {
  color: #fff; }

ul.slides-container .container h4 {
  background-color: rgba(254, 62, 8, 0.9);
  border: 1px solid rgba(239, 55, 3, 0.9);
  padding: 8px;
  width: auto;
  float: left;
  display: block;
  font-weight: normal;
  color: #eae2b2;
  padding: 6px; }

ul.slides-container .container h4 a {
  color: #fff; }

ul.slides-container .container h5 {
  clear: both; }

ul.slides-container .container span, .signs-orange, ul.slides-container .container a {
  color: #fe3e08; }

ul.slides-container .container a:hover {
  color: #000; }

ul.slides-container .container .preserve {
  margin: 0 0 15px 0;
  max-width: 100%; }

.watchnow {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: url(../images/watch-button.png) no-repeat top left;
  background-size: 50px 50px;
  padding-left: 60px;
  font-weight: normal;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  transition: 1s ease; }

.slides-pagination {
  display: none; }

.slides-navigation a {
  margin: 0 12px !important; }

/*********************
MISC
*********************/
.clearBoth {
  clear: both; }

.clearThis {
  height: 1px;
  line-height: 1px;
  clear: both; }

.paddingtop20 {
  padding-top: 20px; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.normalFont {
  font-weight: 400 !important; }

.boldFont {
  font-weight: 600 !important; }

hr {
  clear: both;
  margin: 20px 0; }

.photoMargin {
  margin: 0 10px 10px 0; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin: 0 0 15px 0; }
  #content h2.widgettitle {
    margin-top: 0; }
  #content #inner-content {
    margin: 15px auto 0 auto; }

.hentry {
  position: relative; }
  .hentry nav a, .hentry section a, .hentry footer a, .hentry .tracklisting a, .hentry nav a:visited, .hentry section a:visited, .hentry footer a:visited, .hentry .tracklisting a:visited {
    color: #dd0202; }
  .hentry nav a:hover, .hentry section a:hover, .hentry footer a:hover, .hentry .tracklisting a:hover {
    color: #5f0101; }
  .hentry .nav-single {
    text-align: right;
    width: 100%;
    float: left;
    font-size: 16px; }
    .hentry .nav-single span {
      display: block;
      text-transform: uppercase;
      line-height: 16px;
      width: auto;
      float: right; }
    .hentry .nav-single span.nav-next {
      padding-left: 20px; }
  .hentry header {
    clear: both; }
    .hentry header h1.newsh1 {
      margin: 0;
      padding: 0;
      border: 0;
      font-weight: normal;
      line-height: 22px;
      font-size: 18px;
      color: #000;
      padding: 7px;
      color: #fff;
      float: left;
      background-color: #e85f39; }
      .hentry header h1.newsh1 a {
        color: #fff; }
  .hentry footer {
    padding-bottom: 10px;
    border-bottom: 1px solid #5c5c5c; }
    .hentry footer p {
      margin-bottom: 3px; }
  .hentry .bold-heading {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px 0; }
  .hentry .others {
    padding-top: 20px; }
    .hentry .others ul {
      margin: -10px 0 20px 0; }
      .hentry .others ul li a {
        padding-top: 10px;
        display: block; }
        .hentry .others ul li a img {
          float: left;
          margin-right: 10px; }
      .hentry .others ul li a.text-link {
        display: block;
        padding-top: 18px;
        font-weight: bold; }
      .hentry .others ul li.loop-news {
        padding-bottom: 10px;
        border-bottom: 2px solid black; }
  .hentry .fb_iframe_widget, .hentry #fbSEOComments, .hentry #fbSEOComments span, .hentry .fb_ltr {
    width: 100% !important; }

/* end .hentry */
/* single hentry */
body.single .hentry header h1.newsh1 {
  font-size: 18px;
  line-height: 22px; }

/* end single hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* 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 */
.byline {
  margin: 5px 0;
  padding: 7px;
  color: #fff;
  float: left;
  background-color: #69b0b5; }

body.single .byline {
  margin: 5px 0 22px 0; }

/* post thumbnail */
.post-thumb img {
  width: 100%;
  height: auto; }

/* read more */
.read_more {
  padding: 5px 25px 5px 10px;
  background-color: #ebebeb;
  border: 1px solid #dddddd;
  box-shadow: inset 0px 0px 3px white;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clear: both;
  color: black !important;
  background: url(../images/tick-sm.png) no-repeat center right #ebebeb; }
  .read_more:hover {
    background-color: #353535 !important;
    border: 0;
    color: white !important;
    box-shadow: inset 0px 0px 3px #555555 !important; }

/* entry content */
.entry-content {
  border-bottom: 2px solid black;
  margin-bottom: 40px;
  padding-bottom: 10px;
  /*
  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 .excerpt {
    line-height: 17px; }
  .entry-content .post-thumbnail {
    line-height: 1px;
    height: auto;
    clear: both;
    margin: 0 0 15px 0;
    text-align: center; }
  .entry-content .first
  img {
    margin: 5px 0 20px 0; }
  .entry-content .alignleft, .entry-content img.alignleft, .entry-content .alignright, .entry-content img.alignright, .entry-content .aligncenter, .entry-content img.aligncenter, .entry-content img.alignnone {
    margin-bottom: 14px; }
  .entry-content p img {
    margin: 0 0 1.5em 0; }
  .entry-content p iframe {
    width: 100%; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content video, .entry-content object, .entry-content embed {
    max-width: 96%; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
body.single .entry-content {
  border-bottom: 1px solid #5c5c5c;
  padding-bottom: 20px;
  margin-bottom: 10px; }

.wp-caption {
  background: #ebebeb;
  padding: 5px;
  max-width: 100% !important;
  /* images inside wp-caption */ }
  .wp-caption img {
    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 */
.gallery dl {
  margin: 0 0 15px 0;
  float: left; }
  .gallery dl img {
    padding: 0 7px; }

/* end .gallery */
/* gallery caption styles */
#nav-below {
  padding: 10px 0; }
  #nav-below div {
    width: 100%;
    padding: 0 0 10px 0; }
  #nav-below div.nav-previous {
    float: left; }
  #nav-below div.nav-next {
    float: right; }

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

.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;
      text-decoration: none;
      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 */
/*********************
SIDEBARS & ASIDES
*********************/
.widgettitle {
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  font-size: 18px; }

.widget {
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px 0; }
  .widget ul {
    margin: 0; }
    .widget ul li {
      padding: 0 0 10px 0;
      border-bottom: 1px dashed #eae2b2;
      /* deep nesting */ }
      .widget ul li:last-child {
        margin-bottom: 0; }
    .widget ul li.review-list {
      border-bottom: 1px solid #d6d6d6;
      padding-bottom: 10px; }
      .widget ul li.review-list h4, .widget ul li.review-list h5 {
        margin: 0 0 10px 0; }
      .widget ul li.review-list h4 span {
        font-weight: normal; }
      .widget ul li.review-list h5 a, .widget ul li.review-list h5 a:visited {
        color: #dd0202; }
      .widget ul li.review-list h5 a:hover {
        color: #5f0101; }
    .widget ul li.review-list img {
      float: left;
      margin-right: 10px; }

/* search widget */
#searchform {
  margin-bottom: 20px; }
  #searchform #s {
    width: 75%;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    text-indent: 10px;
    box-shadow: inset 0px 0px 3px #ededed;
    letter-spacing: 1px;
    font-size: 14px;
    color: #b7b7b8; }
  #searchform #searchsubmit {
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    text-indent: 10px;
    box-shadow: inset 0px 0px 3px #ededed;
    letter-spacing: 1px;
    font-size: 14px;
    color: #b7b7b8;
    text-indent: 0;
    color: black;
    padding: 0 10px;
    width: 20%; }

.fb-feed iframe {
  width: 100% !important; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  text-align: center;
  padding: 10px 0 40px 0;
  font-size: 11px; }

ul.footer-nav {
  list-style: none;
  float: left;
  display: block;
  position: relative;
  left: 0;
  background: none;
  border: 0; }
  ul.footer-nav li {
    float: left;
    display: inline;
    position: relative;
    right: 0; }
    ul.footer-nav li a {
      font-size: 15px; }
  ul.footer-nav li.socialnav {
    display: none; }

.copyright {
  margin-bottom: 40px;
  clear: both;
  font-size: 11px;
  text-transform: uppercase; }
  .copyright a,
  .copyright a:visited,
  .copyright a:link {
    color: #777777; }

/*********************
CUSTOM POST TYPES
*********************/
/* music */
.musicleft {
  padding-bottom: 0px; }

.musicright {
  padding-bottom: 10px; }

.music-entry {
  border-bottom: 5px solid black;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.musicfull {
  padding: 10px 0 5px 0;
  border-top: 1px dashed #333333; }

.album-cover {
  padding: 0 0 8px 0; }

.withoutplayer .album-cover {
  padding-bottom: 16px; }

.album-cover img {
  border: 4px solid black;
  width: 97%;
  height: auto; }

body.single-music .template-blog .content {
  margin-top: 12px;
  padding-bottom: 30px; }

body.single-music .template-blog .post-entry {
  margin-bottom: 25px; }

.song_info h3 {
  font-size: 23px;
  font-weight: normal;
  margin: 0 0 5px 0;
  line-height: 25px; }

.song_info p {
  margin: 0 0 10px 0; }

.song_info h4, .buy_links h4 {
  clear: both;
  padding-top: 15px; }

.buy_links {
  padding: 0 0 10px 0; }

.buy_links a, a.lyrics {
  display: block;
  padding: 0px 4px;
  margin: 5px 5px 0 0;
  text-transform: uppercase;
  background-color: #e85f39;
  float: left;
  font-size: 14px;
  color: #fff; }

.buy_links a:hover, a.lyrics:hover {
  background-color: #fff;
  color: #000; }

a.lyrics {
  width: 150px;
  padding: 5px;
  margin: 5px 0 15px 0;
  clear: both;
  background-color: #000;
  float: none; }

ul.tracklisting {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 10px 0; }

ul.tracklisting li {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 3px;
  background-color: #eae2b2;
  height: 35px;
  line-height: 35px;
  font-size: 14px; }

ul.tracklisting li span {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin: 0;
  text-align: center;
  padding: 0px; }

ul.tracklisting li span.tracklisting-number {
  background-color: #000;
  color: #fff; }

ul.tracklisting li span.tracklisting-song {
  width: auto;
  border: none;
  padding: 0 5px 0 10px;
  border-left: 3px solid #f6f1e2; }

/* video */
.tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {
  width: 100% !important; }

.tubepress_embedded_title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px; }

.tubepress_thumb {
  height: 180px; }

.tubepress_meta_group {
  padding: 0;
  width: 95% !important;
  margin: 0 auto; }

dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:visited {
  font-weight: normal;
  line-height: 15px;
  padding: 3px 0 2px 0;
  font-size: 11px; }

dd.tubepress_meta_title {
  padding-bottom: 10px; }

dd.tubepress_meta_title a {
  color: #000; }

dd.tubepress_meta_title a:hover {
  color: #e85e38;
  font-weight: normal; }

.tubepress_normal_embedded_wrapper iframe {
  width: 100%;
  border: 0; }

/* press */
body.post-type-archive-press a.viewlinks,
body.single-press a.viewlinks {
  display: block;
  width: 200px;
  height: 28px;
  line-height: 28px;
  background-color: #000;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: arial;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  clear: both;
  margin-top: 15px; }

/* shows */
td.gigpress-date {
  font-weight: bold; }

abbr[title] {
  border: none !important; }

/* sof: USE THIS STUFF BELOW ------------- */
#feature_slider {
  background: #000;
  height: 330px;
  margin: 0 auto;
  /*  padding: 15px;
  */
  width: 970px; }

#feature_slider a {
  color: #fff;
  text-decoration: none; }

#feature_slider #main_feature {
  display: inline-block;
  float: left;
  position: relative;
  width: 600px; }

#feature_slider #main_feature figcaption {
  background: rgba(0, 0, 0, 0.65);
  bottom: 20px;
  padding: 15px 5px;
  position: absolute;
  width: 590px; }

#feature_slider ul {
  display: inline-block;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 370px; }

#feature_slider ul li {
  background: #1a1a1a;
  list-style: none;
  height: 60px;
  margin: 0 0 3px 0;
  max-height: 80px;
  padding: 0; }

#feature_slider ul li.current {
  background: #292929; }

#feature_slider ul figure {
  /*  padding: 10px;
  */ }

#feature_slider ul figcaption {
  float: right;
  width: 260px; }

#feature_slider ul img {
  float: left; }

/*
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) {
  /******************************************************************
  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
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  #nav ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    #nav ul li {
      width: 20%;
      /*
      plan your menus and drop-downs wisely.
      */ }
      #nav ul li a {
        font-size: 13px;
        padding: 0 15px 0 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
    #nav ul li.socialnav {
      width: auto;
      display: block; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
    .entry-content .addthis_toolbox {
      display: none; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  HOME
  *********************/
  ul.slides-container .container {
    color: #f6f1e2;
    position: relative;
    width: 67%;
    max-width: 400px;
    left: 65px;
    top: 5%;
    padding: 0px; }

  ul.slides-container .container h1 {
    font-size: 28px; }

  .watchnow {
    font-size: 20px;
    height: 65px;
    line-height: 65px;
    background-size: 65px 65px;
    padding-left: 75px; } }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 970px; }

  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  #nav ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
    /* social nav */ }
    #nav ul li {
      width: auto;
      float: left;
      position: relative;
      text-align: left;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      #nav ul li a {
        border-bottom: 0;
        font-size: 12px;
        padding: 0 7px 0 5px;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
      #nav ul li ul.sub-menu,
      #nav ul li ul.children {
        width: 200px;
        border: 1px solid #cccccc;
        border-top: 0;
        position: absolute;
        display: none;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        #nav ul li ul.sub-menu li,
        #nav ul li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          #nav ul li ul.sub-menu li a,
          #nav ul li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #cccccc; }
          #nav ul li ul.sub-menu li:last-child a,
          #nav ul li ul.children li:last-child a {
            border-bottom: 0; }
      #nav ul li:hover ul {
        top: auto;
        display: block; }
    #nav ul li.social {
      float: right !important; }
      #nav ul li.social a {
        margin: 0;
        padding: 0;
        border: 0;
        text-indent: -9999px;
        outline: none;
        text-shadow: none;
        width: 37px;
        height: 43px; }
    #nav ul li.social-fb a {
      background: url(../images/social-icons.png) no-repeat top left; }
      #nav ul li.social-fb a:hover {
        background-position: bottom left; }
    #nav ul li.social-twitter a {
      background: url(../images/social-icons.png) no-repeat -37px 0; }
      #nav ul li.social-twitter a:hover {
        background-position: -37px -43px; }
    #nav ul li.social-rss a {
      background: url(../images/social-icons.png) no-repeat top right; }
      #nav ul li.social-rss a:hover {
        background-position: bottom right; }

  /* end .nav */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content .addthis_toolbox {
    display: block;
    top: 50px;
    left: 20px; }
  .entry-content .addthis_floating_style.addthis_counter_style {
    width: 75px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 12px 8px !important; }
  .entry-content .fb_iframe_widget span {
    margin: 0 auto !important;
    float: none !important; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .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 */
  #searchform #s {
    width: 100%;
    background: url(../images/search-icon.png) no-repeat top right; }
  #searchform #searchsubmit {
    display: none; }

  /* 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-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 */
  ul.footer-nav {
    display: block;
    left: 0; }
    ul.footer-nav li {
      right: 0; }

  /*********************
  HOME
  *********************/
  ul.slides-container .container {
    width: 60%;
    max-width: 500px;
    left: 70px;
    top: 5%; }

  ul.slides-container .container h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px; }

  ul.slides-container .container h2 {
    font-size: 22px;
    font-weight: 400; }

  ul.slides-container .container h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }

  ul.slides-container .container h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }

  ul.slides-container .container h4 {
    padding: 8px; }

  .watchnow {
    font-size: 30px;
    height: 86px;
    line-height: 86px;
    background-size: 86px 86px;
    padding-left: 96px; }

  /*********************
  CUSTOM POST TYPES
  *********************/
  dd.tubepress_meta_title {
    font-size: 3px; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #nav-below div {
    width: 48%; }

  /* single hentry */
  body.single .hentry header h1.newsh1 {
    font-size: 22px;
    line-height: 27px; } }
/*
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) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /*********************
  HEADER SYTLES
  *********************/
  #logo a {
    font-size: 28px; }

  /*********************
  NAVIGATION SYTLES
  *********************/
  #nav ul li a {
    font-size: 14px;
    padding: 0 15px 0 10px; }

  ul.footer-nav {
    display: block;
    left: 50%; }
    ul.footer-nav li {
      right: 50%; } }
/*
LARGE VIEWING SIZE

This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
/*
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) {
  /******************************************************************
  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. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
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 {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444444 !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 #999999;
    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; } }
