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

Stylesheet: Main Stylesheet

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

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

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.image-box {
  line-height: 0;
}
.image-box img {
  width: 100%;
  height: auto;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*
@font-face {
    font-family: 'akzidenzmd';
    src: url('../fontface-akzidenzmd/akzidenzgroteskbq-bdcnd-webfont.eot');
    src: url('../fontface-akzidenzmd/akzidenzgroteskbq-bdcnd-webfont.eot#iefix') format('embedded-opentype'),
         url('../fontface-akzidenzmd/akzidenzgroteskbq-bdcnd-webfont.woff') format('woff'),
         url('../fontface-akzidenzmd/akzidenzgroteskbq-bdcnd-webfont.ttf') format('truetype'),
         url('../fontface-akzidenzmd/akzidenzgroteskbq-bdcnd-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fontface-bebasneue/bebasneue-webfont.eot');
    src: url('../fontface-bebasneue/bebasneue-webfont.eot#iefix') format('embedded-opentype'),
         url('../fontface-bebasneue/bebasneue-webfont.woff') format('woff'),
         url('../fontface-bebasneue/bebasneue-webfont.ttf') format('truetype'),
         url('../fontface-bebasneue/bebasneue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fontface-gothambold/gotham-bold-webfont.eot');
    src: url('../fontface-gothambold/gotham-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fontface-gothambold/gotham-bold-webfont.woff') format('woff'),
         url('../fontface-gothambold/gotham-bold-webfont.ttf') format('truetype'),
         url('../fontface-gothambold/gotham-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fontface-opensanscondbold/OpenSans-CondBold-webfont.eot');
    src: url('../fontface-opensanscondbold/OpenSans-CondBold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fontface-opensanscondbold/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../fontface-opensanscondbold/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../fontface-opensanscondbold/OpenSans-CondBold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jersey_m54regular';
    src: url('../fontface-jerseym54/jersey_m54-webfont.eot');
    src: url('../fontface-jerseym54/jersey_m54-webfont.eot#iefix') format('embedded-opentype'),
         url('../fontface-jerseym54/jersey_m54-webfont.woff') format('woff2'),
         url('../fontface-jerseym54/jersey_m54-webfont.woff') format('woff'),
         url('../fontface-jerseym54/jersey_m54-webfont.ttf') format('truetype'),
         url('../fontface-jerseym54/jersey_m54-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'oldsansblackregular';
  src: url('../fontface-oldsansblack/oldsansblack-webfont.eot');
  src: url('../fontface-oldsansblack/oldsansblack-webfont.eot#iefix') format('embedded-opentype'), url('../fontface-oldsansblack/oldsansblack-webfont.woff') format('woff'), url('../fontface-oldsansblack/oldsansblack-webfont.ttf') format('truetype'), url('../fontface-oldsansblack/oldsansblack-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.title-font {
  font-family: "oldsansblackregular", "Trebuchet MS", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: 0px;
  font-weight: normal;
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* top margin */
.top-margin {
  margin-top: 20px;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: .5em .8em;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button span,
.button:visited span {
  font-family: "Georgia";
  font-weight: bold;
  line-height: 1.1em;
}
.button.large,
.button:visited.large {
  font-size: 1.8em;
  padding: .4em .8em;
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

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

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

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

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: "Trebuchet MS", helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #111;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
.featured img {
  width: 100%;
  height: auto;
}
.single .featured img {
  width: 100%;
  height: auto;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
.desktop {
  display: none;
}
.mobile {
  display: block;
}
.padded {
  padding: 0 20px;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #32a4d5;
  /* on hover */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #2589b4;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5,
#inner-header,
#searchsubmit,
.go {
  text-rendering: optimizelegibility;
  font-family: "oldsansblackregular", "Trebuchet MS", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: 0px;
  font-weight: normal;
  line-height: 1.3em;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.3em;
}
h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 2.0em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.1em;
}
h1.page-title {
  font-size: 2.6em !important;
  border-bottom: 1px dotted #111;
  margin: 0 0 .3em 0 !important;
  padding: 0 0 .1em 0 !important;
  line-height: 1.3em !important;
}
h2.entry-title {
  margin: 0;
}
h3.widget-title {
  font-size: 2.0em;
  margin: 0 0 .1em 0;
}
h3.widget-title a {
  color: #111;
  text-decoration: none;
}
h3.comments-title,
h3.reply-title {
  font-size: 1.85em;
  border-bottom: 1px dotted #111;
  padding: 0 0 .4em 0;
  margin-bottom: .4em;
}
/*********************
06. HEADER SYTLES
*********************/
.header #topbar {
  background: #111;
}
.header #topbar a {
  text-decoration: none;
}
.header #topbar #contact {
  margin: 0px;
}
.header #topbar #contact ul {
  margin: 0px;
  text-align: center;
}
.header #topbar #contact ul li {
  display: inline-block;
  padding: 0 3px;
  margin: .6em 0 .4em 0;
}
.header #topbar #contact ul li a {
  color: #FFFFFF;
  font-size: 1.0em;
  opacity: .8;
}
.header #topbar #contact ul li a i {
  color: #ffe100;
}
.header #topbar #contact ul li a:hover {
  opacity: 1;
}
.header #topbar #social {
  display: none;
  text-align: center;
}
.header #topbar #social .socialstickers {
  margin: 0;
}
.header #topbar #social .socialstickers .like_button {
  padding-left: 8px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  width: 140px;
}
.header #topbar #social .socialstickers .like_button iframe {
  width: 140px;
}
.header #topbar #social .icon {
  display: inline-block;
}
.header #topbar #social .icons {
  margin-top: 0.45em;
}
.header #topbar #social .icons a img {
  margin: 0.2em 0;
}
.header #logo {
  padding: 2em 0;
}
.header #logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.header nav {
  background: #111;
}
.header nav .ubermenu-responsive-toggle {
  font-size: 1.5em;
  font-family: "oldsansblackregular", "Trebuchet MS", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: 0px;
  font-weight: normal;
  color: #FFFFFF;
}
.header nav .ubermenu-responsive-toggle:hover {
  color: #32a4d5;
}
.header nav .ubermenu {
  margin-top: 0;
}
.header nav .ubermenu .ubermenu-nav > li > a {
  font-family: "oldsansblackregular", "Trebuchet MS", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: 0px;
  font-weight: normal;
  line-height: 1.7em;
  padding: 20px !important;
  color: #FFFFFF;
}
.header nav .ubermenu .ubermenu-nav > li > a span {
  font-size: 2.25em;
  text-transform: uppercase;
}
.header nav .ubermenu .ubermenu-nav > li.ubermenu-has-submenu-drop > a {
  padding-right: 25px !important;
}
.header nav .ubermenu .ubermenu-nav > li.ubermenu-current-menu-item > a {
  color: #32a4d5;
}
.header nav .ubermenu .ubermenu-nav > li .ubermenu-submenu {
  padding: 4px 0;
}
.header nav .ubermenu .ubermenu-nav > li .ubermenu-submenu li a {
  font-family: "oldsansblackregular", "Trebuchet MS", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: 0px;
  font-weight: normal;
  padding: 12px 20px;
}
.header nav .ubermenu .ubermenu-nav > li .ubermenu-submenu li a span {
  font-size: 1.85em;
  text-transform: uppercase;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  padding: 0;
}
#content #inner-content {
  padding-top: 2.5em;
  padding-bottom: 2em;
}
#content #main {
  margin-bottom: 4em;
}
#content #side {
  margin-bottom: 2em;
}
#content ol {
  list-style-type: decimal;
}
#content ul {
  list-style-type: disc;
}
#content input,
#content textarea {
  font-size: 1em;
}
#content ol,
#content ul {
  padding: 0;
  padding-left: 25px;
}
#content ol li,
#content ul li {
  padding: 0;
  margin: 8px 0;
}
#content ol li ol,
#content ul li ol,
#content ol li ul,
#content ul li ul {
  margin: 0;
}
#content ol li ol li,
#content ul li ol li,
#content ol li ul li,
#content ul li ul li {
  padding-left: 35px;
}
.page-template-page-staff-popup-php #staff-list .staff-member .photo {
  line-height: 0;
}
.page-template-page-staff-popup-php #staff-list .staff-member .photo img {
  width: 100%;
  height: auto;
}
.page-template-page-staff-popup-php #staff-list .staff-member.preview {
  margin-bottom: 15px;
}
.page-template-page-staff-popup-php #staff-list .staff-member.preview .photo {
  position: relative;
}
.page-template-page-staff-popup-php #staff-list .staff-member.preview .photo h2 {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  line-height: 1em;
  padding: 10px 15px;
  display: block;
}
.wcs3-schedule-wrapper table {
  border-collapse: separate;
  border-spacing: 1px;
}
.wcs3-schedule-wrapper tbody tr th:first-child {
  width: 95px;
  text-align: right;
  padding-right: 10px;
  background: #32a4d5;
  border-right: 5px solid #111;
  color: #FFFFFF;
}
.wcs3-schedule-wrapper tbody tr td {
  text-align: center;
  background: #F8F8F8;
}
.wcs3-schedule-wrapper tbody tr td .wcs3-details-box-container {
  background: #FFFFEE;
  border: 1px solid #e9e9a5;
  font-size: .85em;
}
.wcs3-schedule-wrapper tbody tr td .wcs3-details-box-container > span {
  display: block;
}
.wcs3-schedule-wrapper tbody tr td .wcs3-details-box-container > span a {
  text-decoration: none;
  font-weight: bold;
  color: #111;
}
.wcs3-schedule-wrapper tbody tr:first-child th {
  padding-top: 15px;
  text-transform: uppercase;
  text-align: center;
  background: #111;
  color: #FFFFFF;
}
#trainer-list .column {
  padding-bottom: 30px;
}
#trainer-list .column .photo img {
  max-width: 100%;
  height: auto;
}
#trainer-list .column .info h3 {
  margin: 0;
  font-size: 1.35em;
}
#trainer-list .column .info h3 span {
  font-family: "Georgia";
}
#trainer-list .column .info p {
  margin: 0;
  font-style: italic;
  font-size: .95em;
  color: #383838;
}
/*
	.page-children {
		padding-top: 1em;
		
		.entry-feature {
			.Photo {
				line-height: 0px;
				padding-bottom: 15px;
			}
		}
		
		.entry-preview {
			.article-header {
				h2.entry-title {
					font-size: 2.4em;
					margin-bottom: 10px;
					line-height: 1.1em;
					
					a { text-decoration: none; }
				}
			}

			.entry-content {
				display: none;
				
				p {
					margin: 12px 0;
				}
			}
			
			.article-footer {
				margin-top: 10px;
				
				.More {
					margin: 0;
					
					.button {
						margin: 0;
						font-size: 1em;
					}
				}
			}
		}
	}
*/
.trainer {
  padding: 20px 0 10px;
  /*
		.photo {
			line-height: 0px;

			img {
				width: 100%;
				height: auto;
			}

			.qualifications {
				padding: 15px; background: #EEE; margin-top: 15px;

				h4 {
					margin-top: 0;
					margin-bottom: .5em; 
					font-size: 1.4em;
				}

				ul {
					margin: 0;

					li {
						font-size: .9em;
						border-top: 1px solid #DDD;
						padding: .5em 0;
					}
				}
			}
		}
		.details {
			.title {
				padding-bottom: 15px;
				border-bottom: 1px solid #DDD;
				margin-bottom: 15px;

				h2 {
					margin: 0;
					line-height: 1.1em;
					letter-spacing: 0px;
					font-size: 2.5em;
				}
				h3 {
					color: #777;
					margin: 0;
					font-style: italic;
					line-height: 1.1em;
					letter-spacing: 0px;
					font-size: 1.7em;
				}
			}
			h4 {
				margin: 0;
				font-weight: normal;
				font-size: 1.2em;
				margin-top: 20px;
			}
			ul {
				list-style: disc;
				margin-top: .3em;
				li {
					list-style-position:inside;
				}
			}
		}
		*/
}
.trainer.preview .photo {
  line-height: 0;
}
.trainer.preview .photo img {
  width: 100%;
  height: auto;
}
.trainer.preview .qualifications,
.trainer.preview .accomplishments {
  background: #F8F8F8;
  border: 1px solid #EEE;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
  padding-bottom: 10px;
  font-size: .9em;
}
.trainer.preview .qualifications h4,
.trainer.preview .accomplishments h4 {
  margin: 0px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #AAA;
}
.trainer.preview .qualifications ul,
.trainer.preview .accomplishments ul {
  margin: 0;
}
.trainer.preview .qualifications ul li,
.trainer.preview .accomplishments ul li {
  padding: 10px 0;
  border-top: 1px dotted #AAA;
}
.trainer.preview .qualifications ul li:first-child,
.trainer.preview .accomplishments ul li:first-child {
  border-top: 0;
}
.trainer.preview .details h4 {
  margin-top: 20px;
  font-size: 1.35em;
}
.trainer.preview .details p {
  margin: .5em 0 1.2em 0;
}
.trainer.preview .details .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 15px;
}
.trainer.preview .details .title h2 {
  margin: 0;
  line-height: 1.1em;
  letter-spacing: 0px;
  font-size: 2.4em;
}
.trainer.preview .details .title h3 {
  color: #777;
  margin: 0;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: 0px;
  font-size: 1.5em;
}
.qa-faqs .qa-faq {
  border: 1px solid darkey(#DEDEDE, 10%);
  padding: 0 1em;
  margin-bottom: .5em;
  background: #DEDEDE;
}
.qa-faqs .qa-faq .qa-faq-title {
  font-size: 1.1em;
  margin: .7em 0 .5em 0;
}
.qa-faqs .qa-faq .qa-faq-title a {
  color: #111;
  font-size: 1.2em;
  text-decoration: none;
}
.qa-faqs .qa-faq .qa-faq-answer {
  border-top: 1px solid #848484;
}
.loop .hentry {
  padding: 2.0em 0 2.2em 0;
  border-top: 1px solid #DEDEDE;
}
.loop .hentry:first-child {
  padding-top: 1.5em;
  border-top: 0;
}
.loop .hentry .entry-feature {
  float: left;
  width: 110px;
  line-height: 0px;
  margin-right: 15px;
}
.loop .hentry .entry-feature .Photo {
  line-height: 0;
}
.loop .hentry .entry-feature .Photo img {
  width: 100%;
  height: auto;
}
.loop .hentry header h2.entry-title {
  font-size: 1.8em;
  line-height: 1.1em;
}
.loop .hentry header h2.entry-title a {
  text-decoration: none;
}
.loop .hentry header p.byline {
  color: #555;
  opacity: .6;
  font-size: .8em;
}
.loop .hentry section.entry-content p {
  font-size: .95em;
  margin: .4em 0;
}
.loop .hentry .article-footer p.More {
  margin-top: 12px;
  margin-bottom: 0;
}
.loop .hentry .article-footer p.More a {
  padding: .4em .6em;
  font-size: 1em;
  margin: 0;
}
.rpt_plans {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.rpt_plans .rpt_plan {
  max-width: 165px;
  margin-top: 0px;
}
.rpt_plans .rpt_plan .rpt_title {
  font-family: "oldsansblackregular", "Trebuchet MS", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: 0px;
  font-weight: normal;
  text-align: center !important;
  line-height: 1em;
  font-size: 26px;
}
.rpt_plans .rpt_plan .rpt_head {
  padding: 15px 0;
}
.rpt_plans .rpt_plan .rpt_head .rpt_price {
  padding: 0 10px;
  line-height: 1em !important;
  font-size: 50px !important;
}
.rpt_plans .rpt_plan .rpt_head .rpt_description {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.rpt_plans .rpt_plan .rpt_features {
  padding: 10px 15px;
  font-size: .9em;
}
.rpt_plans .rpt_plan .rpt_features .rpt_feature {
  padding: 6px 0;
}
.gform_wrapper ul.gform_fields {
  padding: 0 !important;
}
.gform_wrapper ul.gform_fields input[type=text],
.gform_wrapper ul.gform_fields input[type=password],
.gform_wrapper ul.gform_fields input[type=number],
.gform_wrapper ul.gform_fields input[type=tel],
.gform_wrapper ul.gform_fields input[type=url],
.gform_wrapper ul.gform_fields input[type=email],
.gform_wrapper ul.gform_fields textarea,
.gform_wrapper ul.gform_fields select {
  border: 1px solid #DDD;
  background: #FCFCFC;
  padding: 8px;
}
.gform_wrapper {
  background: #F8F8F8;
  border: 1px solid #E8E8E8;
  padding: 20px;
  padding-top: 10px;
}
.gform_wrapper .gform_body {
  width: 100%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  margin: 0 !important;
  padding-top: 15px !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label .gfield_required {
  color: #D00;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container {
  margin-top: 2px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container label {
  color: #383838;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .gform_body ul.gform_fields li.gfield.field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 2px;
}
.gform_wrapper .gform_footer {
  border-top: 1px solid #E8E8E8;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
}
.gform_wrapper .gform_footer .gform_button {
  font-size: 1.3em !important;
  line-height: 1.3em !important;
  margin: 0 !important;
}
.gform_wrapper.gform_validation_error div.validation_error {
  padding: 15px;
  font-size: .9em;
  line-height: 1.1em;
  background: #fff4f4;
  border: 1px solid #D00 !important;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #A00;
}
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required,
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
  max-width: 100% !important;
  background: none;
  border: 0px;
}
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) label.gfield_label {
  margin-top: 0;
  color: #111;
}
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input,
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .ginput_container input {
  border: 1px solid #DDD;
}
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container label,
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .ginput_container label {
  color: #383838;
}
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .validation_message,
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .validation_message {
  font-size: .8em;
  padding-top: 4px;
  color: #D00;
}
/* want to style individual post classes? Booya! */
.category-blog .wp-post-image {
  width: 100%;
  height: auto;
}
/* post meta */
.tags,
.byline,
.entry-utility {
  margin: 0;
  font-size: .9em;
  color: #999;
}
.entry-featured {
  margin-top: .5em;
  line-height: 0;
}
/* entry content */
.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%;
}
.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 */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation {
  padding-top: 2em;
  border-top: 1px solid #DEDEDE;
}
.page-navigation .bones_page_navi {
  margin: 1em 0;
  padding: 0 !important;
  list-style-type: none !important;
}
.page-navigation .bones_page_navi li {
  float: left;
  margin: 0px 2px !important;
}
.page-navigation .bones_page_navi li a {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background: #9cd3eb;
  color: #FFFFFF;
}
.page-navigation .bones_page_navi li:hover a,
.page-navigation .bones_page_navi li.bpn-current a {
  color: #FFFFFF;
  background: #32a4d5;
}
.page-navigation .bones_page_navi li:first-child {
  margin-left: 0;
}
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}
.comment-nav ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}
.comment-nav ul li {
  display: inline-block;
  width: 50%;
}
.comment-nav ul li:last-child {
  float: right;
  text-align: right;
}
.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;
}
.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: #DEDEDE;
}
.commentlist .even {
  background: #FFFFFF;
}
.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: #32a4d5;
  padding: 3px 5px;
  color: #FFFFFF;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 0;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
#side .widget-container {
  padding-bottom: 2em;
}
#side .widget-container.wod .post {
  padding: 15px;
  background: #efefef;
}
#side .widget-container.wod .post .entry-title {
  margin: 0;
  font-size: 1.8em;
  padding-bottom: .3em;
  border-bottom: 1px solid #CCC;
  line-height: 1em;
}
#side .widget-container.wod .post .entry-content {
  font-size: .9em;
}
#side .widget-container.wod .post .entry-content ul {
  padding-left: 25px;
}
#side .widget-container.wod .post .entry-content ul li {
  color: #111;
  padding: .3em 0;
  list-style-type: disc;
  text-transform: none;
  background: none;
  font-weight: normal;
}
#side .widget-container.wod .post .entry-content ul li a {
  color: #32a4d5;
}
#side .widget-container.wod .post .entry-utility {
  text-transform: none;
  font-size: 0.85em;
  color: #b8b8b8;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
#side .widget-container.wod .post .entry-utility a {
  color: #71c0e2;
}
#side .widget-container.widget_FacebookLikeBox iframe {
  background: #FFFFFF;
}
#side .widget-container.widget_subpages > ul {
  margin: 0;
  list-style-type: none;
  background: #111;
  padding: 6px 15px;
}
#side .widget-container.widget_subpages > ul > li {
  margin: 0px;
  border-top: 1px solid #444444;
}
#side .widget-container.widget_subpages > ul > li:first-child {
  border-top: 0;
}
#side .widget-container.widget_subpages > ul > li ul {
  border-top: 0;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
#side .widget-container.widget_subpages > ul > li ul li,
#side .widget-container.widget_subpages > ul > li ul li:first-child {
  border-bottom: 0;
  border-top: 1px solid #444444;
}
#side .widget-container.widget_subpages > ul > li a:hover,
#side .widget-container.widget_subpages > ul > li.current_page_item > a {
  color: #32a4d5;
}
#side .widget-container.widget_subpages > ul a {
  color: #FFFFFF;
  display: block;
  padding: 8px 12px;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 10px 0px;
  font-family: "oldsansblackregular", "Trebuchet MS", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: 0px;
  font-weight: normal;
}
#side .widget-container.advanced_recent_posts_widget ul {
  padding: 0;
  margin: 0;
}
#side .widget-container.advanced_recent_posts_widget ul li {
  border-bottom: 1px dotted #DEDEDE;
}
#side .widget-container.advanced_recent_posts_widget ul li:first-child {
  border-top: 1px dotted #DEDEDE;
}
#side .widget-container.advanced_recent_posts_widget ul li a,
#side .widget-container.advanced_recent_posts_widget ul li a.post-title {
  display: block;
  padding: 12px 0;
  font-size: 1em;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #383838;
  padding: 3em 0 2.5em 0;
}
.footer a {
  text-decoration: none;
  color: #bfbfbe;
}
.footer a:hover {
  color: #FFFFFF;
}
.footer .menu-main-menu-container ul li {
  display: inline-block;
  min-width: 100%;
}
.footer .menu-main-menu-container .sub-menu {
  display: none;
}
.footer .widget-container {
  padding-bottom: 2em;
  color: #8C8C8B;
  font-size: 1.15em;
}
.footer .widget-container .widget-title {
  color: #DEDEDE;
  font-size: 1.6em;
  border-bottom: 1px dotted #888;
  margin-bottom: .5em;
}
.footer .widget-container img {
  max-width: 100%;
  height: auto;
}
.footer .widget-container h1 {
  font-size: 2em;
}
.footer .widget-container h1,
.footer .widget-container h4,
.footer .widget-container h5,
.footer .widget-container p {
  margin: 0;
}
.footer .widget-container h4 {
  font-size: 1.3em;
  font-weight: normal;
}
.footer .widget-container input#s {
  width: 60%;
  height: 30px;
}
.footer .widget-container input#searchsubmit {
  background: #32a4d5;
  border: 1px solid #32a4d5;
  height: 30px;
}
.footer .widget-container.widget_nav_menu ul {
  margin: 0;
}
.footer .widget-container.widget_nav_menu ul li a {
  display: block;
  padding: .4em 0;
  border-top: 1px dotted #555;
}
.footer .widget-container.widget_nav_menu ul li:first-child a {
  border-top: 0;
}
#bottombar {
  margin-top: 2px;
  background-color: #111;
  text-align: center;
}
#bottombar img {
  padding: 0;
  margin: .5em .1em .1em;
  opacity: .5;
  height: 45px;
  width: auto;
}
#bottombar img:hover {
  opacity: 1;
}
/*
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.less styles.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
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;
  }
  /*********************
FOOTER STYLES
*********************/
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

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

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

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

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

/******************** 1136 Grid ******************************************/
  .onecol {
    width: 6.43%;
  }
  .twocol {
    width: 14.61%;
  }
  .threecol {
    width: 22.80%;
  }
  .fourcol {
    width: 30.99%;
  }
  .fivecol {
    width: 39.17%;
  }
  .sixcol {
    width: 47.36%;
  }
  .sevencol {
    width: 55.55%;
  }
  .eightcol {
    width: 63.73%;
  }
  .ninecol {
    width: 71.92%;
  }
  .tencol {
    width: 80.11%;
  }
  .elevencol {
    width: 88.29%;
  }
  .twelvecol {
    width: 96.48%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 1.76%;
  }
  .first {
    margin-left: 1.76%;
  }
  .last {
    float: right;
    margin-right: 1.76%;
  }
  /******************** 1131 Grid *******************************************************/
  /*
.onecol    { width: 6.90%;  } // grid_1
.twocol    { width: 15.12%; } // grid_2
.threecol  { width: 23.34%; } // grid_3
.fourcol   { width: 31.56%; } // grid_4
.fivecol   { width: 39.79%; } // grid_5
.sixcol    { width: 48.01%; } // grid_6
.sevencol  { width: 56.23%; } // grid_7
.eightcol  { width: 64.46%; } // grid_8
.ninecol   { width: 72.68%; } // grid_9
.tencol    { width: 80.90%; } // grid_10
.elevencol { width: 89.12%; } // grid_11
.twelvecol { width: 97.35%; } // grid_12

// layout & column defaults
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  position: relative;
  float: left;
  margin-left: 1.33%;
}

.first {
  margin-left: 0%;
}

.last {
  float: right;
}
*/
  /******************** 1132 Grid *******************************************************/
  /*
.onecol    { width: 8.04%;  } // grid_1
.twocol    { width: 16.08%; } // grid_2
.threecol  { width: 24.12%; } // grid_3
.fourcol   { width: 32.16%; } // grid_4
.fivecol   { width: 39.79%; } // grid_5
.sixcol    { width: 48.01%; } // grid_6
.sevencol  { width: 56.23%; } // grid_7
.eightcol  { width: 64.46%; } // grid_8
.ninecol   { width: 72.68%; } // grid_9
.tencol    { width: 80.90%; } // grid_10
.elevencol { width: 89.12%; } // grid_11
.twelvecol { width: 97.35%; } // grid_12

// layout & column defaults
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  position: relative;
  float: left;
}

.first {
  margin-left: 1.77%;
}

.last {
  float: right;
  margin-right: 1.77%
}
*/
  /******************************************************************
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
*********************/
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .padded {
    padding: 0;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2.1em;
  }
  h3 {
    font-size: 1.8em;
  }
  h4 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.2em;
  }
  h1.page-title {
    font-size: 3.0em !important;
  }
  h3.widget-title {
    font-size: 2.25em;
    margin: 0 0 .1em 0;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1140px;
  }
  /*********************
HEADER SYTLES
*********************/
  .header #topbar #contact {
    margin-left: 1.76%;
  }
  .header #topbar #contact ul li {
    float: left;
    padding: 0;
    padding-right: 1em;
  }
  .header #topbar #social {
    display: inline-block;
  }
  .header #topbar #social .icons {
    float: right;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
CONTENT STYLES
*********************/
  #content #inner-content {
    padding-top: 3em;
  }
  .loop .hentry .entry-feature {
    width: 235px;
  }
  .loop .hentry header h2.entry-title {
    font-size: 2.0em;
  }
  .loop .hentry section.entry-content p {
    font-size: 1em;
    margin: .5em 0;
  }
  .loop .hentry .article-footer p.More a {
    padding: .5em .8em;
  }
  .page-children {
    /*
	.entry-feature {
		float: left;
		
		.Photo {
			width: 250px;
			padding-bottom: 0;
			
			img { max-width: 100%; height: auto; }
		}
	}
	
	.entry-preview {
		margin-left: 270px;
		padding-top: 8px;
			
		.entry-content {
			display: block;
		}
	}
	*/
  }
  .page-template-page-staff-popup-php #trainer-list .sixcol {
    width: 49.12%;
  }
  .page-template-page-staff-popup-php #trainer-list .fourcol {
    width: 32.16%;
  }
  .page-template-page-staff-popup-php #trainer-list .threecol {
    width: 23.68%;
  }
  .page-template-page-staff-popup-php #trainer-list .twocol {
    width: 15.2%;
  }
  .page-template-page-staff-popup-php #trainer-list .twohalfcol {
    width: 18.59%;
  }
  .page-template-page-staff-list-php #trainer-list .trainer .photo {
    width: 28%;
    display: inline-block;
  }
  .page-template-page-staff-list-php #trainer-list .trainer .photo img {
    width: 100%;
    height: auto;
  }
  .page-template-page-staff-list-php #trainer-list .trainer .details {
    width: 67%;
    display: inline-block;
    font-size: 14px;
  }
  .page-template-page-staff-list-php #trainer-list .trainer .details .title h2 {
    margin: 0;
    line-height: 1.1em;
    letter-spacing: 0px;
  }
  .page-template-page-staff-list-php #trainer-list .trainer .details .title h3 {
    color: #777;
    margin: 0;
    font-style: italic;
    line-height: 1.1em;
    letter-spacing: 0px;
  }
  .page-template-page-staff-list-php #trainer-list .trainer .details h4 {
    margin: 0;
  }
  .page-template-page-staff-list-php #trainer-list .trainer .details ul {
    list-style: disc;
    margin-top: .3em;
  }
  .page-template-page-staff-list-php #trainer-list .trainer .details ul li {
    list-style-position: inside;
  }
  .rpt_plans .rpt_plan {
    max-width: 232px;
  }
  .rpt_plans .rpt_plan .rpt_title {
    font-size: 30px;
  }
  .rpt_plans .rpt_plan .rpt_head {
    padding: 20px 0;
  }
  .rpt_plans .rpt_plan .rpt_head .rpt_price {
    font-size: 65px;
  }
  .gform_wrapper.singleline_wrapper {
    width: 100%;
    padding-top: 5px;
  }
  .gform_wrapper.singleline_wrapper #field_2_4.gfield {
    float: left;
    clear: none;
    width: 34% !important;
  }
  .gform_wrapper.singleline_wrapper #field_2_2.gfield {
    float: left;
    clear: none;
    width: 38.5% !important;
    margin-left: 1.5% !important;
  }
  .gform_wrapper.singleline_wrapper #field_2_3.gfield {
    float: left;
    clear: none;
    width: 24% !important;
    margin-left: 1.5% !important;
  }
  .gform_wrapper.singleline_wrapper #field_2_4.gfield .ginput_container input,
  .gform_wrapper.singleline_wrapper #field_2_2.gfield .ginput_container input,
  .gform_wrapper.singleline_wrapper #field_2_3.gfield .ginput_container input {
    width: 100%;
    font-size: 1.1em !important;
    padding: 8px 10px !important;
  }
  .gform_wrapper.singleline_wrapper .gform_body {
    display: inline-block;
  }
  .gform_wrapper.singleline_wrapper .gform_footer {
    padding: 20px 0 0 0;
    margin: 15px 0 0 0;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  /*********************
FOOTER STYLES
*********************/
  .footer {
    padding: 4em 0 3.5em 0;
  }
  #bottombar img {
    height: 63px;
  }
}
/*
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. 

******************************************************************/
}
/*
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(https://parksidecrossfit.com/wp-content/themes/rx-parkside/library/css/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(https://parksidecrossfit.com/wp-content/themes/rx-parkside/library/css/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.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}
/*
  Theme Name: RX - Underground Barbell
  Theme URI: http://poweredbyawesome.com
  Author: Powered by Awesome
  Version: 1.0
*/
/*********************
Theme Colors
*********************/
.button,
.button:visited {
  background-color: #32a4d5;
  border-color: #2486b0;
  background-image: none;
  border-radius: 0px;
  font-family: "oldsansblackregular", "Trebuchet MS", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: 0px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 1.2em;
}
.button:hover,
.button:visited:hover {
  background-color: #2a9cce;
  color: #FFFFFF;
}
.button.accent,
.button:visited.accent {
  border-color: #ccb400;
  background-color: #ffe100;
  color: #111;
}
.button.accent:hover,
.button:visited.accent:hover {
  background-color: #f5d800;
  color: #111;
}
.button.black,
.button:visited.black {
  background: #111;
  border-color: #000000;
}
.button.black:hover,
.button:visited.black:hover {
  background: #090909;
}
.button.white,
.button:visited.white {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #32a4d5;
}
.button.large,
.button:visited.large {
  font-size: 1.6em;
  padding: .6em;
}
.button.small,
.button:visited.small {
  font-size: 1.0em;
}
/*********************
Homepage Layout
*********************/
.header #topbar #contact ul li a {
  font-size: 0.85em;
}
.header #topbar #contact ul li.desktop {
  display: none;
}
.header #inner-header {
  background: #FFFFFF;
  border-bottom: 4px solid #111;
}
.header #inner-header .wrap {
  width: 96%;
}
.header #inner-header #logo {
  width: 58%;
  float: left;
  max-width: 100%;
  padding: 0;
  height: 100px;
  line-height: 100px;
}
.header #inner-header #logo a {
  display: inline-block;
}
.header #inner-header #logo a img {
  display: inline;
  max-width: 100%;
  max-height: 80px;
  vertical-align: middle;
}
.header #inner-header nav {
  width: 40%;
  float: right;
}
.header nav {
  background: #FFFFFF;
}
.header nav .ubermenu-responsive-toggle {
  vertical-align: middle;
  line-height: 100px;
  text-align: right;
  font-size: 1.2em;
  color: #383838;
  padding: 0;
}
.header nav .ubermenu-responsive-toggle:hover {
  color: #32a4d5;
}
.header nav .ubermenu .ubermenu-nav {
  float: right;
}
.header nav .ubermenu .ubermenu-nav > li > a {
  line-height: 1.7em;
  padding: 15px !important;
  color: #111;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.header nav .ubermenu .ubermenu-nav > li > a span {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
}
.header nav .ubermenu .ubermenu-nav > li > a.ubermenu-highlight {
  background: #ffe100 !important;
  border: 1px solid #ebcf00;
  color: #111 !important;
}
.header nav .ubermenu .ubermenu-nav > li.ubermenu-has-submenu-drop > a {
  padding-right: 22px !important;
}
.header nav .ubermenu .ubermenu-nav > li.ubermenu-current-menu-parent > a,
.header nav .ubermenu .ubermenu-nav > li.ubermenu-current-menu-ancestor > a,
.header nav .ubermenu .ubermenu-nav > li.ubermenu-current-menu-item > a {
  color: #32a4d5 !important;
}
.header nav .ubermenu .ubermenu-nav > li .ubermenu-submenu {
  padding: 6px 0;
}
.header nav .ubermenu .ubermenu-nav > li .ubermenu-submenu li a {
  padding: 7px 15px;
}
.header nav .ubermenu .ubermenu-nav > li .ubermenu-submenu li a span {
  font-size: 1.25em;
  text-transform: uppercase;
}
.Section {
  margin-top: 0px;
  padding: 50px 0;
}
.Section .twelvecol {
  text-align: center;
}
.Section .twelvecol .section-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.1em;
  text-align: center;
}
.Section .twelvecol p {
  font-size: 1.2em;
  text-align: center;
}
.Section .button {
  margin: 0;
}
.Section#FreeIntro {
  padding-top: 80px;
  background: url("../../images/bg-hero.jpg") no-repeat #111;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: white;
  font-size: .9em;
}
.Section#FreeIntro .section-title {
  font-size: 3.5em;
  line-height: 1.0em;
  text-shadow: 0 0 5px #000;
}
.Section#FreeIntro p {
  margin: 0;
  margin-top: 10px;
}
.Section#FreeIntro p span {
  white-space: nowrap;
}
.Section#FreeIntro .button {
  margin-top: 20px;
  font-size: 1.4em;
  text-transform: uppercase;
}
.Section#Promotions {
  background: #FFFFFF;
  padding: 30px 0;
}
.Section#Promotions .promotion {
  padding-bottom: 20px;
  font-size: .9em;
}
.Section#Promotions .Box {
  position: relative;
}
.Section#Promotions .Box .Photo {
  line-height: 0;
  max-height: 190px;
  overflow: hidden;
}
.Section#Promotions .Box .Photo img {
  width: 100%;
  height: auto;
}
.Section#Promotions .Box .Photo img {
  position: relative;
  top: -10px;
}
.Section#Promotions .Box .Overlay {
  bottom: 0%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}
.Section#Promotions .Box .Overlay h4 {
  color: #FFFFFF;
  padding: 16px 18px;
  line-height: 1.0em;
  text-shadow: 0 0 2px #000;
  font-size: 1.8em;
  margin: 0;
}
.Section#Promotions .Box .Overlay h4 span {
  display: block;
  font-size: 1.35em;
}
.Section#Promotions .Box .Overlay p {
  margin: 10px 0;
}
.Section#Testimonials {
  background: linear-gradient(rgba(50, 164, 213, 0.88), rgba(50, 164, 213, 0.88)), /* bottom, image */ url("../../images/bg-testimonials.jpg");
  background-position: center center;
  background-size: cover;
  color: white;
}
.Section#Testimonials .story {
  background: #FFFFFF;
  padding: 10px;
  color: #111;
  text-align: left;
  display: inline-block;
  font-size: .9em;
}
.Section#Testimonials .story .Photo {
  line-height: 0;
  max-height: 180px;
  overflow: hidden;
}
.Section#Testimonials .story .Photo img {
  width: 100%;
  height: auto;
}
.Section#Testimonials .story .Photo img {
  position: relative;
  top: -10px;
}
.Section#Testimonials .story .Text p {
  margin: 0;
  margin-top: 10px;
  text-align: left;
  font-style: italic;
  color: #111;
}
.Section#Testimonials .story .Text p.Author {
  font-family: "oldsansblackregular", "Trebuchet MS", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: 0px;
  font-weight: normal;
  font-size: 1.2em;
  text-transform: none;
  font-style: normal;
  margin-top: 8px;
}
#trainer-list .fourcol .info h3 {
  font-size: 1.25em;
}
.rpt_plans .rpt_plan .rpt_title {
  font-size: 27px;
}
.footer {
  margin-top: 2px;
  padding: 4em 0 3.5em 0;
}
.footer h3 {
  margin: 0;
  color: #FFFFFF;
}
.footer .fivecol {
  text-align: center;
}
.footer .fivecol ul {
  margin-top: 5px;
  margin-bottom: 0;
}
.footer .fivecol ul li {
  padding: 5px 0;
}
.footer .fivecol ul li a i {
  color: #32a4d5;
}
/*
#side {
	.widget-container {
		
		&.widget_subpages {
			> ul {
				background: @black;
				
				> li {
					border-top: 1px solid lighten(@black, 20%);

					ul {
						li, li:first-child {
							border-top: 1px solid lighten(@black, 20%); 
						}
					}
					
					a:hover,
					&.current_page_item > a {
						color: @theme-color;	
					}
				}
				
				a {
					color: @white;
				}
			}
		}
		
		&.advanced_recent_posts_widget {
			ul {
				li {
					border-bottom: 1px dotted @light-gray;
					&:first-child { border-top: 1px dotted @light-gray; }
				}
			}
		}
	}
}
*/
/*********************
Larger Mobile Device
*********************/
/*********************
Tablet & Up
*********************/
@media only screen and (min-width: 768px) {
  .header #topbar #contact ul li a {
    font-size: 0.9em;
  }
  .header #inner-header #logo {
    width: 22.8%;
    padding: 0;
    height: 140px;
    line-height: 140px;
  }
  .header #inner-header #logo a {
    display: inline-block;
  }
  .header #inner-header #logo a img {
    display: inline;
    max-width: 100%;
    max-height: 120px;
    vertical-align: middle;
  }
  .header #inner-header nav {
    margin-top: 45px;
    width: 71.92%;
  }
  .footer {
    font-size: .95em;
  }
  .footer .sevencol .ubermenu {
    text-align: left;
    font-size: 1em;
  }
  .footer .sevencol .ubermenu ul li a {
    text-transform: none;
    padding: 4px 15px;
  }
  .footer .sevencol .ubermenu ul li a:hover {
    background: none;
  }
  .footer .sevencol .ubermenu ul li ul {
    display: none !important;
  }
  .footer .sevencol .ubermenu ul li:first-child a {
    padding-left: 0;
  }
  .footer .sevencol .ubermenu ul li.ubermenu-has-submenu-drop > a {
    padding-right: 15px !important;
  }
  .footer .sevencol .ubermenu ul li.ubermenu-has-submenu-drop > a::after {
    display: none;
  }
  .footer .fivecol h3 {
    text-align: right;
  }
  .footer .fivecol ul {
    margin: 0;
    text-align: right;
  }
  .footer .fivecol ul li {
    padding: 4px 0;
    padding-left: 1em;
    display: inline-block;
  }
  .footer .fivecol ul li a {
    font-weight: bold;
  }
  .footer .fivecol ul li a i {
    color: #ffe100;
  }
  .Section {
    padding: 100px 0;
  }
  .Section .twelvecol .section-title {
    font-size: 3em;
  }
  .Section .twelvecol p {
    padding: 0 150px;
  }
  .Section#FreeIntro {
    padding-top: 300px;
    font-size: 1.2em;
  }
  .Section#FreeIntro .section-title {
    font-size: 4.0em;
  }
  .Section#FreeIntro .section-title span {
    white-space: nowrap;
  }
  .Section#FreeIntro p {
    font-size: 1.2em;
  }
  .Section#FreeIntro .button {
    font-size: 1.3em;
  }
  .Section#Promotions {
    padding-top: 80px;
  }
  .Section#Promotions .promotion {
    font-size: 1em;
  }
  .Section#Promotions .Box {
    position: relative;
  }
  .Section#Promotions .Box .Photo {
    max-height: none;
  }
  .Section#Promotions .Box .Photo img {
    top: 0px;
  }
  .Section#Testimonials .story {
    padding: 20px;
    font-size: 1em;
  }
  .Section#Testimonials .story .Photo {
    max-height: auto;
  }
  .Section#Testimonials .story .Photo img {
    top: 0px;
  }
}
@media only screen and (max-width: 481px) {
  .header #inner-header nav .ubermenu {
    position: absolute;
    left: 0;
    margin-top: 0px;
    padding: 0px 10px;
    padding-bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
  }
  .header #inner-header nav .ubermenu ul {
    width: 100%;
  }
  .header #inner-header nav .ubermenu ul li {
    width: 50%;
    min-width: 50%;
  }
  .header #inner-header nav .ubermenu ul li a {
    color: #FFFFFF;
  }
}
/*
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: #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;
  }
}