/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   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,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * 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.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

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

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

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

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

/******************************************************************
Stylesheet: Variables
******************************************************************/
/*********************
COLORS
*********************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
/*********************
FONT FACE
*********************/
@font-face {
  font-family: 'MyriadProBold';
  src: url("../fonts/myriadpro-bold.eot");
  src: url("../fonts/myriadpro-bold.eot") format("embedded-opentype"), url("../fonts/myriadpro-bold.woff") format("woff"), url("../fonts/myriadpro-bold.ttf") format("truetype"), url("../fonts/myriadpro-bold.svg#MyriadProBold") format("svg");
}
@font-face {
  font-family: 'MyriadProRegular';
  src: url("../fonts/myriadpro-regular.eot");
  src: url("../fonts/myriadpro-regular.eot") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#MyriadProRegular") format("svg");
}
/******************************************************************
Stylesheet: Sass Functions
******************************************************************/
/******************************************************************
Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
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);
*/
/*********************
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? */
/******************************************************************
Stylesheet: Grid Stylesheet
******************************************************************/
/* 960 Grid System (http://960.gs/ ) */
.container_12, .wrap {
  width: 984px;
  margin: 0 auto;
}

/* layout options ( all have margins right & left of 2.1276596%) */
.container_12 .grid_1 {
  width: 62px;
}

.container_12 .grid_2 {
  width: 144px;
}

.container_12 .grid_3 {
  width: 226px;
}

.container_12 .grid_4 {
  width: 308px;
}

.container_12 .grid_5 {
  width: 390px;
}

.container_12 .grid_6 {
  width: 472px;
}

.container_12 .grid_7 {
  width: 554px;
}

.container_12 .grid_8 {
  width: 636px;
}

.container_12 .grid_9 {
  width: 718px;
}

.container_12 .grid_10 {
  width: 800px;
}

.container_12 .grid_11 {
  width: 882px;
}

.container_12 .grid_12 {
  width: 964px;
}

.full {
  width: 100%;
  min-width: 984px;
}

/* layout & column defaults */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

/* default styles & fixes */
.alpha {
  margin-left: 0;
}

/* fixes alignment */
.omega {
  margin-right: 0;
}

/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Stylesheet: Button Styles
******************************************************************/
/******************************************************************
Stylesheet: Form Styles
******************************************************************/
.wpcf7 form {
  text-align: center;
}
.wpcf7 form div {
  margin: 0;
}
.wpcf7 form div p {
  margin: 0;
}
.wpcf7 form div span input, .wpcf7 form div span textarea {
  outline: 0;
  border: 1px solid #363636;
  border-radius: 3px;
  font-size: 12px;
  position: relative;
  padding: 10px;
  width: 267px;
  left: 0;
  margin: 2px 0;
}
.wpcf7 form div span textarea {
  height: 64px;
}
.wpcf7 form div span span.wpcf7-not-valid-tip {
  display: none;
  text-indent: -9999px;
}
.wpcf7 form div .submit-container {
  background: url("../images/sprites.png") no-repeat 22px -159px;
}
.wpcf7 form div input.wpcf7-submit {
  border: 0;
  outline: 0;
  background: #e44145;
  color: white;
  font-family: "MyriadProBold";
  font-size: 18px;
  padding: 10px 40px;
  margin: 34px 0 0 0;
  text-transform: uppercase;
}
.wpcf7 form .wpcf7-response-output {
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  border: 0;
  margin-top: 0;
}
.wpcf7 .wpcf7-not-valid {
  background: #F7A0A0;
  border: 1px solid #F76767;
  color: white;
}
.wpcf7 .ajax-loader {
  display: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #363636;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #363636;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #363636;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #363636;
}

/*********************
INPUTS
*********************/
/*********************
BASE (MOBILE) SIZE
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: black;
  background: url("../images/background-main.png") #363636;
  -webkit-font-smoothing: antialiased;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.topleft,
.topright,
.bottomleft,
.bottomright {
  position: absolute;
  background: url("../images/sprites.png") no-repeat -115px -132px;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
}

.topleft {
  top: 0;
  left: 0;
}

.topright {
  top: 0;
  right: 0;
}

.bottomleft {
  bottom: 0;
  left: 0;
}

.bottomright {
  bottom: 0;
  right: 0;
}

/*********************
LINK STYLES
*********************/
a {
  color: #e44145;
}
a:hover {
  color: #d41e23;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
}
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 {
  color: #363636;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin: 16px 0 10px;
  text-align: center;
  text-transform: uppercase;
}

.catch-container {
  background: url("../images/nail.png") no-repeat 50%;
}

.catch {
  background: #e44145;
  color: white;
  font-family: "MyriadProBold";
  padding: 6px 0;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  width: 226px;
  margin: 0 auto;
}

h2, .h2 {
  color: #e44145;
  font-size: 20px;
  line-height: 26px;
  margin: 12px 0 6px;
  text-align: center;
  text-transform: uppercase;
}

h3, .h3 {
  color: #e44145;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 10px 0 6px;
  text-transform: uppercase;
}

h4, .h4 {
  color: #363636;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  margin: 10px 0 4px;
}

h5, .h5 {
  color: #363636;
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0 2px;
}

/*********************
HEADER STYLES
*********************/
#inner-header {
  background: white;
  padding: 10px 0;
  position: relative;
  z-index: 999;
  box-shadow: 0px 1px 5px 0px black;
}

.header-info {
  background: #f4f4f4;
}
.header-info p {
  margin: 0 0 10px 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #363636;
}
.header-info .phone {
  font-family: "MyriadProBold";
  font-size: 18px;
  color: #e44145;
  padding: 0 0 0 20px;
  background: url("../images/sprites.png") no-repeat -2px -91px;
}
.header-info .slogan {
  text-transform: uppercase;
}
.header-info .email {
  display: block;
  color: #f7941d;
  text-decoration: none;
  font-weight: 700;
  padding: 0 0 0 30px;
  text-transform: uppercase;
  background: url("../images/sprites.png") no-repeat -192px -51px;
  -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -ms-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
.header-info .email:hover {
  color: #e44145;
  background: url("../images/sprites.png") no-repeat -192px -20px #363636;
}

/*********************
BANNER SECTION
*********************/
#banner {
  background: url("../images/banner-main.png") no-repeat 50%;
  background-size: cover;
  margin: -27px 0 0 0;
}
#banner #banner-overlay {
  background: url("../images/banner-overlay-sub.png") no-repeat 50%;
  display: block;
  height: 202px;
}
#banner.banner-main {
  min-height: 564px;
  box-shadow: inset 0px 1px 5px 1px black;
}
#banner.banner-main #banner-text {
  background: url("../images/banner-overlay-main.png") no-repeat 50%;
}
#banner.banner-sub {
  min-height: 202px;
  box-shadow: inset 0px 1px 5px 1px black;
}
#banner .banner-half {
  min-height: 282px;
}
#banner .banner-half p {
  margin: 0;
  color: white;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.75);
}
#banner .banner-half p.top {
  padding: 120px 0 0 0;
}
#banner .banner-half p.bottom {
  padding: 60px 0 0 0;
  text-align: right;
}

/*********************
NAVIGATION STYLES
*********************/
.nav {
  margin: 0;
  background: #363636;
}
.nav.left-nav li:first-child {
  margin: 0 0 0 4px;
}
.nav.right-nav li:first-child {
  margin: 0 0 0 16px;
}
.nav li {
  float: left;
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 12px 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: white;
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
  -ms-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
.nav li a:hover, .nav li a:focus, .nav li a:visited:hover, .nav li a:visited:focus {
  background: #e44145;
}
.nav li:hover ul.sub-menu,
.nav li ul.children {
  left: auto;
}
.nav li ul.sub-menu,
.nav li ul.children {
  background: #363636;
  position: absolute;
  left: -9999em;
  z-index: 9999;
  width: 200px;
  margin: 0;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  width: 200px;
  color: white;
}
.nav li ul.sub-menu li:first-child,
.nav li ul.children li:first-child {
  margin: 0;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#main {
  margin-top: -56px;
  background: white;
  box-shadow: 0px -1px 5px 0px black;
  position: relative;
  padding: 15px 0;
}

.article-header .page-sub-title {
  font-family: "MyriadProBold";
  font-size: 20px;
  line-height: 20px;
  margin: 6px;
}

.entry-content {
  padding: 0 20px 20px 20px;
}
.entry-content p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #636363;
  margin: 10px 0 20px;
}
.entry-content.main-text {
  text-align: center;
}
.entry-content ul li, .entry-content ol li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #636363;
  margin: 6px 0 6px 20px;
  padding: 0 20px;
  list-style-position: inside;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content blockquote {
  font-weight: 600;
  font-style: italic;
}
.entry-content img {
  margin: 0 0 10px 0;
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 10px;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 10px;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

#brands #brands-list {
  background: #f4f4f4;
  padding: 6px 0 0 0;
}
#brands #brands-list li {
  text-align: center;
}

#cta-blocks .cta-block h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
#cta-blocks .cta-block img {
  display: block;
}
#cta-blocks .cta-block li {
  list-style-image: url("../images/bullet-icon.png");
  margin: 10px 0 10px 24px;
  padding: 0 0 0 8px;
  font-size: 14px;
}
#cta-blocks .cta-block ul.cycle-slideshow {
  margin: 0;
}
#cta-blocks .cta-block ul.cycle-slideshow li {
  margin: 0;
  padding: 0;
}
#cta-blocks .cta-block .testimonial {
  font-family: "Varela Round";
  font-size: 15px;
  text-align: center;
}
#cta-blocks .cta-block .commenter {
  display: block;
  text-align: center;
  font-style: italic;
  font-family: "MyriadProRegular";
  color: #e44145;
  padding: 0 0 10px 0;
}

#services {
  background: #f4f4f4;
  padding: 4px 0 20px 0;
}
#services .service-name {
  color: #e44145;
  font-size: 24px;
  text-align: left;
}
#services .service-name .icon {
  float: left;
  margin: 0 4px 0 0;
}
#services .service-name .name a {
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: color 0.1s linear 0s;
  -moz-transition: color 0.1s linear 0s;
  -o-transition: color 0.1s linear 0s;
  -ms-transition: color 0.1s linear 0s;
  transition: color 0.1s linear 0s;
  text-decoration: none;
  display: block;
  line-height: 24px;
}
#services .service-name .name a:hover {
  color: #363636;
}
#services .service-description {
  color: #404042;
  font-size: 12px;
}

#review-us .review-locations {
  background: #f4f4f4;
}
#review-us .review-locations li {
  margin: 30px 0 30px 90px;
  display: inline-block;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
}
.pagination .current {
  cursor: default;
  color: black;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: white;
  color: black;
}

.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/*********************
SIDEBARS & ASIDES
*********************/
/*********************
FOOTER STYLES
*********************/
#main-footer {
  background: url("../images/background-footer.png");
  min-height: 467px;
  margin: -74px 0 0 0;
  padding: 100px 0 0 0;
}

#inner-footer h1 {
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
#inner-footer .h1 {
  margin: 0;
  color: white;
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 400;
  text-transform: none;
}
#inner-footer .info {
  text-align: center;
}
#inner-footer .info h2 {
  font-size: 16px;
  text-transform: uppercase;
}
#inner-footer .info p {
  margin: 0;
  font-size: 12px;
  color: white;
}
#inner-footer .info p span {
  display: inline-block;
  text-indent: -9999em;
  margin: 0 0 0 8px;
  width: 164px;
  height: 21px;
  background: url("../images/sprites.png") no-repeat -160px -131px;
}
#inner-footer .info ul {
  margin: 0;
}
#inner-footer .info ul.social {
  text-align: center;
}
#inner-footer .info ul.social li {
  display: inline-block;
  margin: 30px 0 0 15px;
}
#inner-footer .info ul.social li:first-child {
  margin: 30px 0 0 0;
}
#inner-footer .info ul li {
  color: white;
  font-size: 12px;
  margin: 15px 0;
}
#inner-footer .info ul li .info-address {
  padding: 2px 0 2px 28px;
  background: url("../images/sprites.png") no-repeat -2px -1px;
}
#inner-footer .info ul li .info-phone {
  padding: 2px 0 2px 19px;
  background: url("../images/sprites.png") no-repeat -160px -93px;
}
#inner-footer .info ul li .info-email {
  padding: 2px 0 2px 23px;
  background: url("../images/sprites.png") no-repeat -320px -91px;
}
#inner-footer .info ul li .info-email a {
  color: white;
  text-decoration: none;
}
#inner-footer .info ul li.facebook, #inner-footer .info ul li.twitter, #inner-footer .info ul li.linkedin {
  width: 21px;
  height: 21px;
  text-indent: -9999em;
}
#inner-footer .info ul li.facebook a, #inner-footer .info ul li.twitter a, #inner-footer .info ul li.linkedin a {
  display: block;
  width: 21px;
  height: 21px;
}
#inner-footer .info ul li.facebook {
  background: url("../images/sprites.png") no-repeat -10px -130px;
}
#inner-footer .info ul li.twitter {
  background: url("../images/sprites.png") no-repeat -40px -130px;
}
#inner-footer .info ul li.linkedin {
  background: url("../images/sprites.png") no-repeat -70px -130px;
}
#inner-footer .gallery-events .footer-gallery {
  width: 210px;
  margin: 0 auto 30px auto;
}
#inner-footer .gallery-events #upcoming-events {
  width: 210px;
  margin: 0 auto;
}
#inner-footer .gallery-events .event-date {
  background: #e44145;
  border-radius: 19px;
  width: 38px;
  height: 38px;
  float: left;
}
#inner-footer .gallery-events .month,
#inner-footer .gallery-events .date {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "MyriadProBold";
  color: white;
}
#inner-footer .gallery-events .month {
  margin: 0 0 -8px 0;
  padding: 3px 0 0 0;
  font-size: 12px;
}
#inner-footer .gallery-events .date {
  font-size: 16px;
}
#inner-footer .gallery-events .event-title {
  font-size: 14px;
  padding: 0 0 0 10px;
  float: left;
}
#inner-footer .gallery-events .event-title a {
  color: white;
  text-decoration: none;
}

#mini-footer {
  background: #363636;
}

#inner-mini-footer p {
  margin: 0;
  min-height: 30px;
  line-height: 30px;
  color: white;
  font-size: 10px;
}
#inner-mini-footer p span {
  padding: 0 0 0 16px;
  margin: 0 0 0 20px;
  background: url("../images/sprites.png") no-repeat -390px -5px;
}
#inner-mini-footer p span#to-top {
  cursor: pointer;
}
#inner-mini-footer a {
  color: white;
  text-decoration: none;
}
#inner-mini-footer a:hover {
  text-decoration: underline;
}

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

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

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