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

Stylesheet: Main Stylesheet

Load stylesheets!
******************************************************************/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
  -ms-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
*********************/

/* blue */

/* dark blue */

/* dark blue */

/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/

/*********************
TYPOGRAPHY
*********************/

.center {
  text-align: center;
}

/* Lato 
300,400,700,
300italic, 400italic */

/* 	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.
*/

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

/*********************
TRANSITION
*********************/

/*
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 overdo 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: "Roboto", Helvetica, Arial, sans-serif;
  padding: 5px 15px;
  color: #FFF !important;
  display: inline-block;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #555;
  border: none;
}

.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  color: #FFF;
  background-color: #2384b5;
}

.blue-button,
.blue-button:visited {
  border-color: #2598c0;
  text-shadow: 0 1px 1px #2598c0;
  background-color: #29a9d6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3eb2da), to(#29a9d6));
  background-image: -webkit-linear-gradient(top, #3eb2da, #29a9d6);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#3eb2da), to(#29a9d6));
  background-image: linear-gradient(to bottom, #3eb2da, #29a9d6);
  -webkit-box-shadow: inset 0 0 3px #82cde7;
  box-shadow: inset 0 0 3px #82cde7;
}

.blue-button:hover,
.blue-button:focus,
.blue-button:visited:hover,
.blue-button:visited:focus {
  border-color: #2187ab;
  background-color: #2598c0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2dabd7), to(#2598c0));
  background-image: -webkit-linear-gradient(top, #2dabd7, #2598c0);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#2dabd7), to(#2598c0));
  background-image: linear-gradient(to bottom, #2dabd7, #2598c0);
}

.blue-button:active,
.blue-button:visited:active {
  background-color: #3eb2da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29a9d6), to(#3eb2da));
  background-image: -webkit-linear-gradient(top, #29a9d6, #3eb2da);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#29a9d6), to(#3eb2da));
  background-image: linear-gradient(to bottom, #29a9d6, #3eb2da);
}

textarea {
  width: 100%;
}

input[type=submit] {
  padding: 10px 20px;
  background-color: #555;
  color: #FFF;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px 0;
}

input[type=submit]:hover {
  color: #FFF;
  background-color: #2384b5;
}

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

Stylesheet: Base Grid Stylesheet

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

.wrap {
  width: 90%;
  margin: 0 auto;
  clear: both;
}

.row {
  margin-left: -2.5%;
  width: 102.5%;
}

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

[class*="col-"] {
  position: relative;
  float: left;
  margin-left: 2.5%;
  display: block;
  zoom: 1;
}

[class*="col-"]:before,
[class*="col-"]:after {
  content: "";
  display: table;
}

[class*="col-"]:after {
  clear: both;
}

[class*="offset-"] {
  position: relative;
  float: left;
  display: block;
  zoom: 1;
}

[class*="offset-"]:before,
[class*="offset-"]:after {
  content: "";
  display: table;
}

[class*="offset-"]:after {
  clear: both;
}

.col-1 {
  width: 22.5%;
}

.col-2 {
  width: 30.83333%;
}

.col-3 {
  width: 47.5%;
}

.col-4 {
  width: 97.5%;
}

.col-5 {
  width: 97.5%;
}

.col-6 {
  width: 97.5%;
}

.col-7 {
  width: 97.5%;
}

.col-8 {
  width: 97.5%;
}

.col-9 {
  width: 97.5%;
}

.col-10 {
  width: 97.5%;
}

.col-11 {
  width: 97.5%;
}

.col-12 {
  width: 97.5%;
}

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

Stylesheet: Buddypress Stylesheet
******************************************************************/

#profile-edit-form .field_type_selectbox {
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
  clear: both;
}

#profile-edit-form label {
  width: 45%;
  display: inline-block;
  background-color: #E5E5E5;
  padding: 10px 15px;
  float: left;
}

#profile-edit-form input {
  width: 55%;
  padding: 10px 20px;
  border: 2px solid #E5E5E5;
}

#profile-edit-form select {
  width: 55%;
  padding: 10px 15px;
}

#profile-edit-form .radio {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 0 0 20px 0;
}

#profile-edit-form .radio label {
  width: 100%;
}

#profile-edit-form .radio input {
  width: 20%;
}

#profile-edit-form .radio div {
  clear: both;
}

#profile-edit-form .radio div label {
  background-color: transparent;
  border: 1px solid #E5E5E5;
  width: 33.3%;
  float: left;
}

#profile-edit-form .clear-value {
  padding: 10px;
  display: inline-block;
  background-color: #2384b5;
  color: #FFF;
}

#settings-form label {
  width: 50%;
  clear: both;
  float: left;
  margin: 0 0 10px 0;
}

#settings-form input {
  width: 50%;
  clear: both;
  float: left;
  padding: 8px;
}

#settings-form input#email {
  margin: 0 0 20px 0;
}

#settings-form .input-desc {
  float: left;
  clear: both;
  font-size: 13px;
  margin: 0 0 20px 0;
}

.sign-up-page h3 {
  border-bottom: 1px dashed #CCC;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
}

.sign-up-page .radio {
  border-bottom: 1px solid #CCC;
  padding: 0 0 20px 0;
}

.sign-up-page .radio label {
  display: inline-block !important;
  margin: 0 30px 0 0 !important;
}

.sign-up-page .radio label input {
  margin: 0 5px 0 0;
}

.sign-up-page input[type="submit"] {
  float: right;
}

.sign-up-field {
  margin: 0 0 30px 0;
}

.sign-up-field label {
  margin: 7px 10% 0 0 !important;
  width: 35% !important;
  display: inline-block !important;
  font-size: 18px;
  line-height: 21px;
}

.sign-up-field input {
  width: 50% !important;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  float: right;
}

/*
Member Directory Styles (members-loop.php)
***************************************************************/

#pag-top {
  border-bottom: 1px dashed #CCC;
  padding: 0 0 10px 0;
  font-size: 12px;
  text-align: left;
}

#pag-bottom {
  border-top: 1px dashed #CCC;
  padding: 10px 0 0 0;
  font-size: 12px;
  text-align: right;
  clear: both;
}

.member-container {
  margin-bottom: 25px;
}

.member-info-container {
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #DDD;
  background-color: #FFF;
  display: block;
  padding: 15px;
  border-radius: 5px;
  margin-right: 20px;
}

.member-info-container .arrow {
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  left: -10px;
}

#members-dir-list img {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 120px;
}

.item-avatar {
  padding: 0 10px 0 0;
}

.item-avatar img {
  width: 100% !important;
  height: auto !important;
  float: left;
  display: block;
}

#item-header-content {
  background-color: #FFF;
  padding: 20px 20px 30px 20px;
  border-radius: 3px;
  width: auto;
  display: inline-block;
}

#item-header-content a {
  color: #3eb2da !important;
}

#item-header-content .friendship-button a {
  color: #FFF !important;
}

#item-nav li {
  display: inline-block;
}

#item-nav li a {
  padding: 7px 15px;
  background-color: #555;
  margin: 0 10px 0 0;
  border-radius: 3px;
  color: #FFF;
}

#item-nav li a:hover {
  background-color: #F5F5F5;
  color: #222;
}

#item-nav li a span {
  background-color: #6AB7DF;
  padding: 1px 5px;
  border-radius: 3px;
  margin: 0 0 0 5px;
}

.current a {
  color: #fff;
  background-color: #3eb2da !important;
}

.current a:hover {
  color: #FFF !important;
}

#item-body {
  border-bottom: 1px solid #CCC;
}

#item-body li {
  display: inline-block;
  padding: 5px 20px 5px 0;
  margin: 0 2px 0 0;
}

#item-body li a {
  color: #333;
}

#item-body li a span {
  background-color: #6AB7DF;
  padding: 1px 5px;
  border-radius: 3px;
  margin: 0 0 0 5px;
}

#item-body #subnav {
  margin: 0 0 10px 0;
}

#item-body #subnav ul {
  margin: 10px 0 5px 0;
}

#item-body #subnav ul li a {
  background-color: transparent;
  color: #333;
}

#item-body #subnav ul li a:hover {
  background-color: #3eb2da;
  color: #FFF;
}

#activity-filter-select,
#members-order-select {
  background-color: transparent;
  padding: 0;
  float: right;
}

#profile-header-bg {
  background-color: #6AB7DF;
  background-image: url(../images/profile-texture.jpg);
  background-repeat: repeat;
  padding: 30px 0 15px 0;
  color: #222;
  font-size: 16px;
  line-height: 21px;
}

#profile-header-bg img {
  padding: 7px;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  float: left;
  margin: 0 20px 10px 0;
}

#profile-header-bg #item-header-content {
  position: relative;
  margin: 0 0 15px 0;
}

#profile-header-bg #item-header-content a {
  color: #FFF;
}

.arrow {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-color: #FFF;
  border-width: 1px;
  border-style: none none solid solid;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.friendship-button,
#send-private-message,
#post-mention {
  display: inline-block;
}

.friendship-button a,
#send-private-message a,
#post-mention a {
  padding: 3px 10px;
  background-color: #3eb2da;
  color: #FFF !important;
  width: auto;
  margin: 10px 10px 5px 0;
  float: left;
  font-size: 13px;
}

.friendship-button a:hover,
#send-private-message a:hover,
#post-mention a:hover {
  color: #FFF;
  background-color: #63c6f1;
}

#members-dir-search {
  background-color: #F7F7F7;
  padding: 15px 20px 10px 20px;
  margin: 0 0 30px 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #EEE;
  border-radius: 3px;
  font-size: 13px;
}

#members-dir-search h3 {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 7px 0;
}

/*
Activity Styles
***************************************************/

#whats-new-avatar {
  display: none;
}

#subnav li a {
  padding: 5px 10px;
  color: #FFF;
}

.activity-item {
  padding: 20px !important;
  margin: 15px 0 !important;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

#whats-new-textarea textarea {
  width: 100%;
  padding: 5px;
  height: 50px;
}

.activity-content {
  display: inline-block;
  float: left;
}

.activity-content p {
  margin: 0 0 15px 0;
}

.activity-header,
.acomment-meta {
  font-size: 13px;
  line-height: 13px;
}

.time-since {
  background-color: transparent !important;
  padding: 0 !important;
}

.activity-avatar,
.acomment-avatar,
.ac-reply-avatar {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}

.activity-comments {
  float: left;
  clear: left;
  width: 100%;
}

.activity-comments li {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 15px !important;
}

.activity-comments .acomment-options {
  margin-bottom: 15px;
}

.activity-comments form {
  margin: 15px 0 0 0;
  background-color: #F5F5F5;
  padding: 20px 20px 10px 20px;
}

.activity-comments form textarea {
  width: 80%;
}

.activity-comments .acomment-reply,
.activity-comments .delete {
  background-color: #888;
  padding: 5px 10px;
  color: #FFF !important;
  font-size: 12px;
}

.activity-comments .acomment-reply:hover,
.activity-comments .delete:hover {
  background-color: #3eb2da;
}

/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/

.messages .pagination {
  text-align: left;
  margin: 0 0 10px 0;
  display: inline-block;
  float: left;
  clear: both;
  width: 100%;
}

table#message-threads .thread-excerpt {
  padding: 20px 10px 20px 20px;
  border-left: 1px solid #DDD;
}

table#message-threads tr.read {
  background: #FFF;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #EEE;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  width: 100%;
  display: inline-block;
}

table#message-threads tr.unread {
  background: #EEE;
  border-top: 1px solid #ffe8c4;
  border-bottom: 1px solid #ffe8c4;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}

table#message-threads .avatar {
  margin: 0;
}

table#message-threads .button {
  margin: 0;
}

.messages-options-nav {
  margin: 0 0 20px 0;
  background: #FFF;
  padding: 10px 15px;
  text-align: right;
  font-size: 13px;
  border-top: none !important;
  border: 1px solid #DDD;
}

li span.unread-count,
tr.unread span.unread-count {
  background: #dd0000;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
}

div.item-list-tabs ul li a span.unread-count {
  padding: 1px 6px;
  color: #fff;
}

div#message-thread div.message-box {
  margin: 0;
  padding: 15px;
}

div#message-thread div.alt {
  background: #f4f4f4;
}

div#message-thread p#message-recipients {
  margin: 10px 0 20px 0;
}

div#message-thread img.avatar {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

div#message-thread strong {
  font-size: 100%;
  margin: 0;
}

div#message-thread strong a {
  text-decoration: none;
}

div#message-thread strong span.activity {
  margin-top: 4px;
}

div#message-thread div.message-metadata {
  overflow: hidden;
}

div#message-thread div.message-content {
  margin-left: 45px;
}

div#message-thread div.message-options {
  text-align: right;
}

#message-threads img.avatar {
  max-width: none;
}

div.message-search {
  float: right;
  margin: 0 20px;
}

/*
Profile Styles
***************************************************/

table.profile-fields {
  border: 1px solid #CCC;
  width: 100%;
  margin: 0 0 30px 0;
}

table.profile-fields td {
  padding: 5px 20px;
  border-bottom: #ccc 1px solid;
}

table.profile-fields td.label {
  border-right: 1px solid #CCC;
  width: 35%;
}

/*
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: WSPT
Author: Rising Artistry

Stylesheet: Base Mobile Stylesheet
Keep it simple, this loads on phones :)


------------------------------------------------------------------
- TABLE OF CONTENTS
------------------------------------------------------------------

1.0 - General Styles 
    1.1 - Links
    1.2 - Headings
2.0 - Layout & Grid
3.0 - Header
	3.1 - Login
    3.2 - Main Navigation
4.0 - Banners
5.0 - Homepage
	5.1 - Staff Page
	5.2 - Testimonial Page
	5.3 - Locations Page
6.0 - Single Posts
	6.1 - Pagination
7.0 - Forms
8.0 - Comments
9.0 - Sidebars
10.0 - Events Calendar Pro
11.0 - Woocommerce
12.0 - Footer


/*------------------------------------------------------------------
1.0 - General Styles
------------------------------------------------------------------*/

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #CCC;
  background-color: #111;
}

p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

p.main-content {
  font-size: 18px;
  line-height: 28px;
  padding: 60px 0 20px 0;
  font-weight: normal;
}

ul {
  list-style: disc;
  margin: 0 0 20px 0;
}

ul li {
  padding: 0 5px 5px 5px;
}

ol {
  list-style: decimal;
  margin: 0 0 20px 0;
}

ol li {
  padding: 0 5px 5px 5px;
}

ul.clearfix {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.mobile-show {
  display: block;
}

.mobile-hide {
  display: none;
}

/* Custom Font Icon styling from IcoMoon app. 
qCombined with fitText to auto scale based on parent containers width*/

a [class*="icon-"] {
  color: #95979a;
}

a [class*="icon-"]:hover {
  color: #63c6f1;
}

[class*="icon-"] {
  width: 100%;
  font-weight: normal !important;
  display: block !important;
  /* Needed to auto resize container via fitText.js*/
}

img {
  max-width: 100% !important;
}

.entry-content ol,
.entry-content ul,
#inner-content ol,
#inner-content ul {
  padding: 0 0 0 20px;
}

.centered {
  text-align: center;
}

form ul {
  padding: 0 !important;
}

form ul li {
  padding: 0;
}

form ul input {
  padding: 10px 15px !important;
  border: none;
  background-color: #deebf7;
  color: #999;
  width: 100% !important;
  display: block;
  font-size: 18px !important;
}

.gform_wrapper {
  margin: 0;
}

.contact-button button {
  border: 8px solid #f6914f;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  padding: 12px 35px;
  font-size: 45px;
  color: #f6914f;
  margin: 25px 0 10px 0;
  background-color: transparent;
}

.contact-button button:hover {
  background-color: #f6914f;
  color: white;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  margin-left: 0 !important;
}

/*------------------------------------------------------------------
1.1 - Links
------------------------------------------------------------------*/

a,
a:visited {
  color: #3eb2da;
  font-weight: normal;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #2384b5;
}

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

/*------------------------------------------------------------------
1.2 - Headings
------------------------------------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  margin: 0 0 20px 0;
}

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: 42px;
  line-height: 48px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

/*------------------------------------------------------------------
2.0 - Layout & Grid
------------------------------------------------------------------*/

.wrap {
  width: 90%;
  margin: 0 auto;
}

#inner-content {
  padding: 30px 0;
}

#inner-content .row {
  margin-bottom: 50px;
}

.ui-button-icon-only .ui-icon {
  left: 0;
  top: 0;
}

.ui-dialog {
  -webkit-box-shadow: 0px 0px 800px;
  box-shadow: 0px 0px 800px;
  padding: 0;
  border-radius: 0px;
  border: none;
  border-left: 1px solid #999;
  border-bottom: 1px solid #777;
}

.ui-widget-header {
  background: #f6914f;
  border: none;
  border-radius: 0px;
}

/*------------------------------------------------------------------
3.0 - Header
------------------------------------------------------------------*/

header {
  background: #1e1e1e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMwMzAzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(14%, #1e1e1e), color-stop(29%, #2c2c2c), color-stop(39%, #1e1e1e), color-stop(50%, #0f0f0f), color-stop(50%, #303030), color-stop(100%, #131313));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #1e1e1e 14%, #2c2c2c 29%, #1e1e1e 39%, #0f0f0f 50%, #303030 50%, #131313 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-linear-gradient(315deg, #1e1e1e 14%, #2c2c2c 29%, #1e1e1e 39%, #0f0f0f 50%, #303030 50%, #131313 100%);
  background: linear-gradient(135deg, #1e1e1e 14%, #2c2c2c 29%, #1e1e1e 39%, #0f0f0f 50%, #303030 50%, #131313 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#131313',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  color: #FFF;
  display: block;
  width: 100%;
  z-index: 5000;
  position: fixed;
  top: 0;
}

header #inner-header {
  border-top: 1px solid #111;
  background-color: #222222;
}

header ul {
  list-style: none;
}

header ul li {
  padding: 0;
}

#logo {
  display: none;
}

#mobile-logo {
  display: block;
  float: left;
  width: auto;
  max-width: 75%;
  margin: 5px 5% 0 0;
  padding: 0;
}

#mobile-logo img {
  width: 100%;
  text-align: center;
  margin: auto;
}

#mobile-logo a {
  color: white;
}

#mobile-logo .tagline {
  display: none;
}

.phone {
  padding: 7px 0;
  color: #777;
  font-size: 18px;
}

/*------------------------------------------------------------------
3.1 - Login
------------------------------------------------------------------*/

#login-container {
  padding: 10px 0 5px 0;
  border-top: 1px solid #000;
}

#login-container .login-content {
  float: right;
  display: inline-block;
  width: 100%;
  /* Changes at 768px */
  text-align: right;
}

#login-container .login-content form {
  display: inline-block;
  float: right;
  padding: 0;
  font-size: 12px;
  margin: 0 0 7px 0;
  width: 100%;
  text-align: right;
}

#login-container .login-content form input {
  margin: 0 3% 0 0;
  font-size: 13px;
  background-color: #444;
  border: none;
  color: #999;
  padding: 5px 7px;
  border-radius: 3px;
}

#login-container .login-content form #username {
  width: 35%;
}

#login-container .login-content form #password {
  width: 35%;
}

#login-container .login-content form input[type="submit"] {
  width: 22%;
  background-color: #eee;
  color: #333;
  padding: 5px 7px;
  margin: 0;
  font-size: 13px;
  line-height: 15px;
}

#login-container .login-content form input[type="submit"]:hover {
  background-color: #3eb2da;
  color: #fff !important;
}

#login-container .login-content .sign-up {
  display: none;
}

#login-container .login-content #loggedIn {
  display: inline-block;
  margin: 5px 15px 0 0;
}

#login-container .login-content .logout-buttons {
  float: right;
  display: inline-block;
  margin: 5px 0 0 0;
}

#login-container .login-content .logout-buttons .my-profile,
#login-container .login-content .logout-buttons .log-out {
  margin: 0 0 10px 10px !important;
  float: right;
  display: inline-block;
  background-color: #3eb2da;
  color: #FFF;
  padding: 5px 7px !important;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 15px;
  border-radius: 3px;
  width: auto;
}

#login-container .login-content .logout-buttons .my-profile:hover,
#login-container .login-content .logout-buttons .log-out:hover {
  background-color: #2384b5;
}

#login-container .login-content .logout-buttons .log-out {
  background-color: #EEE;
  color: #333;
}

#login-container .login-content .logout-buttons .log-out:hover {
  background-color: #2384b5;
  color: #FFF;
}

/*------------------------------------------------------------------
3.2 - Main Navigation
------------------------------------------------------------------*/

/*
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.
*/

.mobile-nav-icon {
  float: right;
  background-color: #3eb2da;
  max-width: 20%;
  margin: 10px 0;
  border-radius: 3px;
}

.mobile-nav-icon a {
  display: block;
  padding: 5px 8px;
  color: white;
  font-weight: 300;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu-container {
  display: none;
  width: 100%;
  z-index: 3000;
  float: right;
  text-align: right;
  padding: 10px 0 20px 0;
}

.mobile-menu-container ul {
  width: 100%;
}

.mobile-menu-container ul li {
  width: 100%;
  display: block;
  float: right;
  border-bottom: 1px dashed #777;
}

.nav {
  clear: right;
  border-bottom: 0;
  margin: 0;
  float: right;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}

.nav li {
  border-right: 1px solid #333;
  /*
  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: 12px 25px;
  color: #3eb2da;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #222;
  border-right: 1px solid #111;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}

.nav li a:hover,
.nav li a:focus {
  background-color: #111;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current-page-ancestor a {
  color: #2384b5;
}

/* end .nav */

.secondary-nav {
  display: none;
}

/*------------------------------------------------------------------
4.0 - Banners
------------------------------------------------------------------*/

/* Default Banner style. 
Add this class to every div with a full width background banner. */

.light h1,
.light h2,
.light h3 {
  color: #222 !important;
  text-shadow: none !important;
}

.light a {
  background-color: #333 !important;
  color: #fff;
}

.light a:hover {
  background-color: #3eb2da !important;
}

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

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

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

.mobile-banner {
  display: block;
}

.mobile-banner .content {
  padding: 15px 0 20px 0;
  text-align: center;
}

.mobile-banner .content h1 {
  font-size: 26px;
  line-height: 30px;
}

.mobile-banner .content h2 {
  font-size: 26px;
  line-height: 30px;
}

.mobile-banner .content h3 {
  font-size: 14px;
  line-height: 18px;
}

.mobile-banner .content a,
.mobile-banner .content p {
  font-size: 14px;
  line-height: 18px;
}

.desktop-banner {
  display: none;
  background-position: top;
}

.banner-desc {
  display: none;
  background-color: white;
}

.banner-desc-content {
  color: #808080;
  padding: 40px 0;
  text-align: center;
}

.banner-desc-content p {
  font-size: 26px;
  line-height: 45px;
  font-style: italic;
}

.main-banner {
  padding: 60px 40px 80px 40px;
}

/*------------------------------------------------------------------
5.0 - Homepage
------------------------------------------------------------------*/

#inner-content .row {
  margin-bottom: 0;
}

.desktop-only {
  display: none;
}

#home-hero {
  text-align: center;
  background-image: url(../images/mobile-home-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 75px 0;
}

#home-hero h1 {
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  text-shadow: -2px 3px 0px rgba(0, 0, 0, 0.9);
  margin: 0 0 5px 0;
}

#home-hero h2 {
  font-size: 30px;
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.9);
  color: #FFF;
}

#home-hero .button {
  font-size: 30px;
  padding: 4px 15px;
  margin-top: 20px;
  clear: both;
  display: inline-block;
  height: auto;
  background-color: #333;
}

#home-hero .callouts {
  margin-top: 20px;
  -webkit-box-shadow: -6px 2px 16px 0px rgba(0, 0, 0, 0.91);
  box-shadow: -6px 2px 16px 0px rgba(0, 0, 0, 0.91);
}

#home-hero .callouts:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.callout-btn {
  background-color: #FFF;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 10px;
}

.callout-btn:hover {
  background-color: #333;
  color: #FFF !important;
}

.button {
  margin: auto;
  width: 150px;
  float: none;
  text-align: center;
  display: block;
  padding: 10px;
  margin-top: 12px;
}

.home-fixed-nav {
  margin-bottom: 30px;
}

#belowfold {
  position: relative;
  z-index: 1;
  background-image: url(../images/carbon-fiber-pattern.gif);
  border-top: 4px solid #333;
}

/*------------------------------------------------------------------
5.1 - Staff Page
------------------------------------------------------------------*/

.bio-thumb-container {
  display: none;
}

.bio-content {
  width: 100%;
  background-color: #222;
  color: #AAA;
  padding: 30px;
  margin: 0 0 20px 0;
}

.bio-content img {
  float: left;
  margin: 0 10px 10px 0;
}

/*------------------------------------------------------------------
5.2 - Testimonial Page
------------------------------------------------------------------*/

.testimonial-slide .bio-thumb-container,
.testimonial-slide .bio-thumb,
.testimonial-slide .bio-thumb-back {
  height: auto;
}

.testimonial-slide .bio-thumb-back {
  padding: 20px;
  color: #eee;
}

.testimonial-slide .bio-thumb-back h2 {
  font-size: 28px;
  line-height: 32px;
}

.testimonial-slide .bio-thumb-back h4 {
  font-size: 18px;
  line-height: 21px;
}

.testimonial-slide .bio-thumb-back p {
  font-size: 14px;
  line-height: 18px;
}

/*------------------------------------------------------------------
5.3 - Locations Page
------------------------------------------------------------------*/

.locations-banner {
  color: #333;
}

.locations-banner h2 {
  margin-top: 0px !important;
  color: #FFF !important;
}

.locations-banner ul {
  width: 50%;
}

.locations-banner ul li {
  list-style: none;
  display: inline-block;
  float: left;
}

.locations-banner ul li a {
  border: none;
  background-color: #333;
  padding: 8px 15px;
  margin: 0 0 10px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.locations-banner ul li a:hover {
  background-color: #FFF;
  border: none;
  color: #333;
}

span.location {
  border: 2px solid #222;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}

span.location .location-content {
  display: none;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3eb2da;
  color: #FFF;
  width: 100%;
  z-index: 500;
  cursor: text;
}

span.location:hover .location-content {
  display: block;
}

span.location img {
  line-height: 0;
}

span.location span {
  width: 100%;
  background-color: #3eb2da;
  color: #FFF;
  padding: 15px;
  font-size: 24px;
  display: inline-block;
}

/*------------------------------------------------------------------
6.0 - Single Posts
------------------------------------------------------------------*/

#content {
  margin: 0;
}

/* end .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 {
  color: #999;
}

/* entry content */

.entry-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.
  */
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */

/* image gallery styles */

/* end .gallery */

/* gallery caption styles */

/*------------------------------------------------------------------
6.1 - Pagination
------------------------------------------------------------------*/

.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}

.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}

.pagination ul li a,
.pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}

.pagination ul li span.current {
  font-weight: bold;
}

/* 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 */

/*------------------------------------------------------------------
7.0 - Forms
------------------------------------------------------------------*/

/*------------------------------------------------------------------
8.0 - Comments
------------------------------------------------------------------*/

h3#comments {
  margin-top: 30px;
}

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* 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;
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}

.commentlist .odd {
  background: #eee;
}

.commentlist .even {
  background: #fefefe;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  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: 0.9em;
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */

.respond-form {
  margin: 40px 0 0 0;
  background-color: #f8f7f7;
  padding: 15px 25px 0 25px;
}

.respond-form .alert-info {
  display: none;
}

.respond-form form {
  margin: 0.75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
  display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment form title */

#comment-form-title {
  margin-top: 0;
}

/* allowed tags */

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */

.nocomments {
  margin: 0 20px 1.1em;
}

/*------------------------------------------------------------------
9.0 - Sidebars
------------------------------------------------------------------*/

/*------------------------------------------------------------------
10.0 Events Calendar Pro
------------------------------------------------------------------*/

.tribe-events-list .vevent.hentry {
  border-bottom: 1px solid #CCC;
}

#tribe-events-pg-template {
  max-width: none;
  margin: 0 auto;
}

#tribe-geo-map-wrapper {
  border: none !important;
  padding: 0;
}

.tribe-events-event-image img {
  width: 100%;
}

.tribe-events-back {
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #CCC;
}

/*------------------------------------------------------------------
11.0 - Woocommerce
------------------------------------------------------------------*/

.woocommerce {
  background-color: #FFF;
  color: #333;
}

a.button,
input.button,
button.button {
  background-color: #3eb2da !important;
  color: #FFF !important;
  background: none;
}

a.button:hover,
input.button:hover,
button.button:hover {
  background-color: #2384b5 !important;
  background: none;
}

ul.product-categories,
ul.cart_list {
  padding: 0 !important;
}

#searchsubmit {
  padding: 10px 10px;
  font-size: 12px;
  margin: 0;
  display: inline-block;
  width: 40%;
}

input#s {
  float: left;
  display: inline-block;
  width: 60%;
  padding: 8px;
  font-weight: normal;
  font-size: 12px;
}

.screen-reader-text {
  display: none;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin: 0 0 20px 20px;
  padding: 0 20px 10px 0;
  font-size: .92em;
  color: #777;
  border-bottom: 1px solid #CCC;
}

.shop-container {
  background-color: #FFF;
  margin-bottom: 80px;
}

.products-container {
  height: 100%;
}

.products-container h1.page-title {
  padding: 20px;
  background-color: #222;
}

.products-container p.woocommerce-result-count {
  padding: 0 0 0 20px;
}

.products-container .woocommerce-ordering {
  padding: 0 20px 0 0;
}

.products-container .woocommerce-ordering .orderby {
  background-color: #fff !important;
}

.products-container .woocommerce-pagination {
  border-top: 1px dotted #CCC;
  padding: 10px 20px 5px;
}

.products-container a h3 {
  color: #999;
}

.products-container img {
  background-color: #fff;
}

div.product,
.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce-page .products ul,
.woocommerce-page ul.products {
  margin: 0 0 1em;
  padding: 20px;
  list-style: none outside;
  clear: both;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  vertical-align: top;
  background-color: #111 !important;
  color: #777;
  border: none;
  padding: 5px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: none !important;
  border-right: 0;
  margin: 3px;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
  border-right: none;
  padding: 0;
  margin: 2px;
  float: left;
  display: inline;
  overflow: hidden;
  background-color: transparent;
}

.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  color: #aaa;
  text-shadow: none;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
  margin: 0;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2px;
  left: auto;
  color: #4a90ce;
  text-shadow: none;
  border: none;
  background: none;
  display: inline-block;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
  background: none;
}

/*********************
Woocommerce - Cart Page
*********************/

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: none;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
}

tr.cart_item {
  background-color: #EEE;
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: auto;
  clear: right;
  float: right;
  background-color: #EEE;
  padding: 10px 20px 0 20px;
  text-align: right;
  text-shadow: none;
  margin: 20px 0 0 0;
}

.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
  text-shadow: none;
  font-size: 24px;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------
12.0 - Footer
------------------------------------------------------------------*/

.footer {
  clear: both;
  background-color: #222;
  color: white;
  padding: 40px 0 20px 0;
  font-size: 12px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.footer a {
  color: white !important;
}

.footer a:hover {
  color: white !important;
}

.footer nav {
  float: left;
  color: white;
  margin: 0 0 15px 0;
  text-align: center;
  /* highlight current page */
  /* end current highlighters */
}

.footer nav li {
  margin: 0 5px 5px 0;
}

.footer nav li a {
  padding: 10px 20px;
  font-size: 12px;
}

.footer nav li a:hover {
  color: white;
}

.footer nav li.current-menu-item a,
.footer nav li.current_page_item a,
.footer nav li.current-page-ancestor a {
  color: white;
}

.footer .footer-nav {
  text-align: center;
  color: white;
  margin: auto !important;
  width: 100%;
}

.footer .footer-nav li {
  margin: 0 20px 0 0;
  padding: 0;
}

.footer .footer-nav li a {
  padding: 0;
  text-transform: uppercase;
}

.footer a.author-link {
  color: white;
  text-align: center;
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
}

.footer a.author-link:hover {
  color: white;
}

.copyright {
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  float: left;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  width: 100%;
}

.copyright a {
  color: white;
}

/*
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 */

  .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
  *********************/

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

  /* end .entry-content */

  /*********************
  HOMEPAGE
  *********************/

  /*********************
  FOOTER STYLES
  *********************/

  /*
  check your menus here. do they look good?
  do they need tweaking?
  */

  /* end .footer-links */
}

/*
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 (appends to _grid_base.scss)
  
  ******************************************************************/

  .wrap {
    max-width: 1200px;
  }

  .col-1 {
    width: 5.83333%;
  }

  .col-2 {
    width: 14.16666%;
  }

  .col-3 {
    width: 22.5%;
  }

  .col-4 {
    width: 30.83333%;
  }

  .col-5 {
    width: 39.16666%;
  }

  .col-6 {
    width: 47.5%;
  }

  .col-7 {
    width: 55.83333%;
  }

  .col-8 {
    width: 64.16666%;
  }

  .col-9 {
    width: 72.5%;
  }

  .col-10 {
    width: 80.83333%;
  }

  .col-11 {
    width: 89.16666%;
  }

  .col-12 {
    width: 97.5%;
  }

  .offset-1 {
    margin-left: 10.83333%;
  }

  .offset-2 {
    margin-left: 19.16666%;
  }

  .offset-3 {
    margin-left: 27.5%;
  }

  .offset-4 {
    margin-left: 35.83333%;
  }

  .offset-5 {
    margin-left: 44.16666%;
  }

  .offset-6 {
    margin-left: 52.5%;
  }

  .offset-7 {
    margin-left: 60.83333%;
  }

  .offset-8 {
    margin-left: 69.16666%;
  }

  .offset-9 {
    margin-left: 77.5%;
  }

  .offset-10 {
    margin-left: 85.83333%;
  }

  .offset-11 {
    margin-left: 94.16666%;
  }

  /*------------------------------------------------------------------
  Site Name: WSPT
  Author: Rising Artistry
  
  Stylesheet: Tablet & Small Desktop Stylesheet 
  (Screens Sizes 768px and Up)
  
  
  ------------------------------------------------------------------
  - TABLE OF CONTENTS
  ------------------------------------------------------------------
  
  1.0 - General Styles 
      1.1 - Links
      1.2 - Headings
  2.0 - Layout & Grid
  3.0 - Header
  	3.1 - Login
      3.2 - Main Navigation
  4.0 - Banners
  5.0 - Pages
  	5.1 - Homepage
  	5.2 - Staff Page
  6.0 - Single Posts
  	6.1 - Pagination
  7.0 - Forms
  8.0 - Comments
  9.0 - Sidebars
  10.0 - Events Calendar Pro
  11.0 - Woocommerce
  12.0 - Footer
  
  
  
  /*------------------------------------------------------------------
  1.0 - General Styles
  ------------------------------------------------------------------*/

  body {
    padding-top: 0;
  }

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

  .mobile-hide {
    display: inherit;
  }

  /*------------------------------------------------------------------
  1.1 - Links
  ------------------------------------------------------------------*/

  /*------------------------------------------------------------------
  1.2 - Headings
  ------------------------------------------------------------------*/

  /*------------------------------------------------------------------
  2.0 - Layout & Grid
  ------------------------------------------------------------------*/

  .wrap {
    max-width: 1140px;
    width: 95%;
  }

  #content {
    margin: 0 0 50px 0;
  }

  /*------------------------------------------------------------------
  3.0 - Header
  ------------------------------------------------------------------*/

  .header {
    position: relative;
  }

  #logo {
    display: block;
    float: left;
    width: auto;
    margin: 0;
  }

  #logo a {
    color: white;
  }

  #logo .tagline {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-style: italic;
    color: #63c6f1;
    margin-top: -15px;
  }

  /*------------------------------------------------------------------
  3.1 - Login
  ------------------------------------------------------------------*/

  #login-container .login-content {
    margin-top: 10px;
    width: 45%;
    float: right;
  }

  #login-container .login-content form {
    margin: 10px 10px 0 0;
    text-align: right;
    float: right;
    width: 80%;
    display: inline-block;
  }

  #login-container .login-content form #username {
    width: 35%;
  }

  #login-container .login-content form input[type="submit"] {
    width: auto;
  }

  #login-container .login-content .sign-up {
    margin: 11px 0 0 0 !important;
    float: right;
    display: inline-block;
    background-color: #3eb2da;
    color: #FFF !important;
    padding: 5px 7px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    border-radius: 3px;
    margin: 0 0 0 10px;
  }

  #login-container .login-content .sign-up:hover {
    background-color: #2384b5;
  }

  #login-container .login-content #loggedIn {
    margin: 10px 15px 0 0;
  }

  #login-container .login-content .logout-buttons {
    margin: 10px 0 0 0;
  }

  /*------------------------------------------------------------------
  3.2 - Main Navigation
  ------------------------------------------------------------------*/

  nav {
    border: 0;
  }

  .nav {
    border: 0;
    margin-top: 10px;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }

  .nav ul {
    margin-top: 0;
  }

  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }

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

  .nav li .sub-menu::after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: -4px;
    width: 15px;
    height: 15px;
    border-color: #FFF;
    border-width: 1px;
    border-style: none none solid solid;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: -1;
  }

  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
    z-index: 11;
    /* highlight sub-menu current page */
  }

  .nav li ul.sub-menu li,
  .nav li ul.children li {
    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 {
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px 20px;
    color: #222;
  }

  .nav li ul.sub-menu li a:hover,
  .nav li ul.sub-menu li a:focus,
  .nav li ul.children li a:hover,
  .nav li ul.children li a:focus {
    color: #3eb2da;
  }

  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }

  .nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }

  /* end .nav */

  .secondary-nav {
    float: right;
  }

  .secondary-nav .nav {
    float: left;
    margin: 0 0 5px 0;
  }

  .secondary-nav .nav li {
    margin: 0;
  }

  .secondary-nav .nav li a {
    padding: 7px 15px;
    background-color: #395975;
    font-size: 11px;
  }

  .secondary-nav .nav li a:hover {
    background-color: #e74d3b;
    color: white;
  }

  .secondary-nav .nav li.current-menu-item a,
  .secondary-nav .nav li.current_page_item a,
  .secondary-nav .nav li.current-page-ancestor a {
    background-color: #3eb2da;
    color: white;
  }

  /*------------------------------------------------------------------
  4.0 - Banners
  ------------------------------------------------------------------*/

  /* Default Banner style. 
  Add this class to every div with a full width background banner. */

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

  .desktop-banner {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    padding: 80px 0 80px 0;
  }

  .desktop-banner .headline {
    margin: 0 10%;
  }

  .desktop-banner .headline h2 {
    font-weight: 900;
  }

  .desktop-banner h1,
  .desktop-banner h2 {
    margin-top: 150px;
    color: #EEE;
    font-size: 70px;
    line-height: 60px;
    text-shadow: -2px 1px 0px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    font-weight: 900;
  }

  .desktop-banner h3 {
    color: #EEE;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    text-shadow: -2px 1px 0px rgba(0, 0, 0, 0.7);
  }

  .desktop-banner a {
    text-transform: uppercase;
    padding: 10px 20px;
    border: 5px solid #FFF;
    color: white;
    display: inline-block;
    width: auto;
    -webkit-box-shadow: -8px 10px 4px -9px rgba(0, 0, 0, 0.75);
    box-shadow: -8px 10px 4px -9px rgba(0, 0, 0, 0.75);
    margin: 30px 0 20px 0;
  }

  .desktop-banner a:hover {
    background-color: #f6914f;
    border: 5px solid #f6914f;
    color: #fff;
  }

  .banner-desc {
    display: block;
  }

  .banner-desc-content {
    padding: 60px 0;
  }

  /*------------------------------------------------------------------
  5.0 - Pages
  ------------------------------------------------------------------*/

  /*------------------------------------------------------------------
  5.1 - Homepage
  ------------------------------------------------------------------*/

  .home-content {
    min-height: 800px;
  }

  #intro-logo {
    min-height: 400px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    background-image: url(../images/intro-screen.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #000;
    /*IE Full Background Fix*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/intro-screen.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/intro-screen.jpg', sizingMethod='scale')";
  }

  #home-hero {
    text-align: center;
    position: relative;
    padding: 20% 0 0 0;
    margin-bottom: 400px;
    display: none;
    background-image: none !important;
  }

  #home-hero h1 {
    font-size: 80px;
    line-height: 90px;
    color: #FFF;
    text-shadow: -2px 3px 0px rgba(0, 0, 0, 0.9);
    margin: 0 0 5px 0;
  }

  #home-hero h2 {
    font-size: 45px;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.9);
    color: #FFF;
  }

  #home-hero .button {
    font-size: 30px;
    padding: 4px 15px;
    margin-top: 20px;
    clear: both;
    display: inline-block;
    height: auto;
    background-color: #333;
  }

  #home-hero .callouts {
    margin-top: 20px;
    -webkit-box-shadow: -6px 2px 16px 0px rgba(0, 0, 0, 0.91);
    box-shadow: -6px 2px 16px 0px rgba(0, 0, 0, 0.91);
  }

  #home-hero .callouts:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .home-fixed-nav {
    margin-bottom: 0;
  }

  /******************************************************************
  Fullscreen Video Background
  ******************************************************************/

  .desktop-only {
    display: block !important;
  }

  video#bgvid {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .home-fixed-nav {
    border-top: solid 1px #111;
    background-color: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5000;
    padding: 20px 0;
  }

  .video-nav-btn {
    background-color: #111;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 2px;
    line-height: 0;
    display: inline-block;
  }

  .video-nav-btn:hover {
    background-color: #3eb2da;
  }

  #belowfold {
    position: relative;
    z-index: 1;
    background-image: url(../images/carbon-fiber-pattern.gif);
    padding: 50px 0 100px 0;
    border-top: 4px solid #333;
    display: none;
  }

  /*------------------------------------------------------------------
  5.2 - Staff Page
  ------------------------------------------------------------------*/

  .bio-thumb-container {
    border-radius: 2px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }

  .bio-thumb-container .bio-thumb {
    width: 100%;
    overflow: hidden;
    margin: 0 0 7px 0;
    position: relative;
    background-color: #777;
  }

  .bio-thumb-container .bio-thumb img {
    width: 100%;
    height: auto;
  }

  .bio-thumb-container .bio-thumb .bio-title {
    padding: 7px;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.75);
    background: #787878;
    /* RGBa with 0.6 opacity */
    background: rgba(20, 20, 20, 0.85);
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bio-content {
    width: 100%;
    display: none;
  }

  /* entire container, keeps perspective */

  .bio-thumb-container {
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
  }

  /* flip the pane when hovered */

  .bio-thumb-container:hover .flipper,
  .bio-thumb-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .bio-thumb-container,
  .bio-thumb,
  .bio-thumb-back {
    width: 100%;
    height: 120px;
    display: block;
  }

  /* flip speed goes here */

  .flipper {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
  }

  /* hide back of pane during swap */

  .bio-thumb,
  .bio-thumb-back {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 5px 10px black;
    box-shadow: 0px 5px 10px black;
  }

  /* front pane, placed above back */

  .bio-thumb {
    z-index: 2;
  }

  /* back, initially hidden pane */

  .bio-thumb-back {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #19517f;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTk1MTdmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhMmY1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #19517f), color-stop(100%, #0a2f54));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #19517f 0%, #0a2f54 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(315deg, #19517f 0%, #0a2f54 100%);
    background: linear-gradient(135deg, #19517f 0%, #0a2f54 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19517f', endColorstr='#0a2f54',GradientType=1 );
    /* IE6-8 fallback on horizontal gradient */
    overflow: hidden;
  }

  .bio-thumb-back a {
    color: #FFF;
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .bio-thumb-back a:hover {
    color: #FFF;
  }

  /*------------------------------------------------------------------
  6.0 - Single Posts
  ------------------------------------------------------------------*/

  /*------------------------------------------------------------------
  6.1 - Pagination
  ------------------------------------------------------------------*/

  /*------------------------------------------------------------------
  7.0 - Forms
  ------------------------------------------------------------------*/

  /*------------------------------------------------------------------
  8.0 - Comments
  ------------------------------------------------------------------*/

  /*------------------------------------------------------------------
  9.0 - Sidebars
  ------------------------------------------------------------------*/

  #sidebar1 {
    border-right: solid 1px #E5E5E5;
  }

  .widgettitle {
    border-bottom: 1px dotted #BBB;
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 18px;
  }

  .widget {
    padding: 0 20px 0 0;
    margin: 0 0 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 */

  /*------------------------------------------------------------------
  10.0 Events Calendar Pro
  ------------------------------------------------------------------*/

  /*------------------------------------------------------------------
  11.0 - Woocommerce
  ------------------------------------------------------------------*/

  /*------------------------------------------------------------------
  12.0 - Footer
  ------------------------------------------------------------------*/

  /*
  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 */

  .footer .footer-nav {
    width: auto;
  }

  .footer ul.footer-contact-info {
    text-align: left !important;
  }

  .footer a.author-link {
    text-align: right !important;
    float: right;
  }

  .footer .copyright {
    text-align: left !important;
  }
}

/*
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: WSPT
  Author: Rising Artistry
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/

  /*********************
  Staff Page
  *********************/

  /* back, initially hidden pane */

  .bio-thumb-back a {
    padding: 20px;
    line-height: 18px;
    font-size: 13px;
  }

  .bio-thumb-container,
  .bio-thumb,
  .bio-thumb-back {
    height: 150px;
  }
}

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/

@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: WSPT
  Author: Rising Artistry
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/

  /*********************
  Staff Page
  *********************/

  .bio-thumb-container,
  .bio-thumb,
  .bio-thumb-back {
    height: 180px;
  }
}

/*
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.
  
  ******************************************************************/
}

/*
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;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

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