/*
Theme Name: Shale
Theme URI: http://siteturner.com/shale/
Author: Siteturner
Author URI: http://siteturner.com/
Description: A modern, clean and light-weight responsive theme perfect for news, political, lifestyle, food, travel and culture blogs and simple magazines.  Easy to use, and features a homepage slider and several useful options via the WordPress Customizer. Developed using SASS, Compass and Susy for grid layouts. SEO friendly.
Version: 1.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns,right-sidebar,custom-colors,custom-menu,sticky-post,custom-background,featured-images,theme-options,blog,custom-header
Text Domain: shale

This theme, like WordPress, is licensed under the GPL.
*/
/**
 * Table of Contents
 *
 * 1.0  - Reset
 * 2.0  - Global Styles
 * 3.0  - Layout
 * 4.0  - Header
 * 5.0  - Content
 * 6.0  - Comments
 * 7.0  - Sidebars
 * 8.0  - Navigation
 * 9.0  - Footer
 * 10.0 - WordPress
 * 11.0 - Helper
 * 12.0 - Flexslider
 * 12.0 - Print
 */
/**
 * 1.0 - Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.875em;
}

/**
 * 2.0 - Global
 */
body {
  font-family: "Roboto", sans-serif;
  color: #000;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background: #eee;
}

/* Bring down global font size on low-res mobile devices */
@media (max-width: 959px) {
  body {
    font-size: 0.9em;
    line-height: 1.66667em;
  }
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222;
  text-decoration: none;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

a {
  color: #842b43;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}
a:hover {
  color: #000;
}

p {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

blockquote {
  border-left: 5px solid #eee;
  padding-left: 25px;
  padding-right: 30px;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

q {
  display: inline-block;
  background: #f9f9f9;
}
q:before {
  display: inline-block;
  content: "\201C";
}
q:after {
  display: inline-block;
  content: "\201D";
}

em {
  font-style: italic;
}

var,
strong {
  font-weight: bold;
}

small {
  font-size: 0.8em;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Tables */
table {
  background: #f9f9f9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
table thead {
  font-weight: bold;
}
table th {
  font-weight: bold;
}
table th,
table td {
  padding: 0.9375rem;
}

/* Lists */
ul,
ol {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 1.875rem;
  margin: 0;
}

ul li,
ol ul li,
ul ol ul li {
  list-style: disc;
  list-style-position: inside;
}

ol li,
ul ol li,
ul ol ol li {
  list-style: decimal;
  list-style-position: inside;
}

dl {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
dl dt {
  float: left;
  width: 30%;
  font-weight: bold;
  text-align: left;
  padding: .25em;
  clear: left;
}
dl dd {
  float: left;
  width: 60%;
  color: #666;
  padding: .25em 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
dl:after {
  content: "";
  display: table;
  clear: both;
}

/* Misc */
cite {
  font-style: italic;
}

code,
kbd {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 0 5px;
}

pre {
  background: #f9f9f9;
  border: 1px solid #eee;
  font-family: "Courier", monospace;
  padding: 15px;
  margin-bottom: 30px;
  overflow-x: auto;
  white-space: pre;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 0.8em;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

abbr,
acronym {
  border-bottom: 1px dotted black;
}

address {
  margin: 0 0 30px 30px;
}

hr {
  border: none;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
hr:before {
  content: "";
  display: block;
  height: 2px;
  background: #ddd;
  margin-top: -2px;
}

/* Forms */
label {
  font-size: 1em;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}

input,
textarea,
select {
  color: #666;
  line-height: 30px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border: none;
  background: #eeeeee;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

textarea {
  width: 100%;
}

input[type="submit"],
input[type="password"],
input[type="search"] {
  padding: 0.46875rem 0.9375rem;
  border: none;
  background: #eee;
  border: 0;
}

input[type="submit"] {
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #842b43;
  transition: background-color 0.2s ease;
  min-width: 100px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
input[type="submit"]:hover {
  background-color: #333;
}

/**
 * 3.0 Layout
 */
.container {
  padding: 0 30px;
  max-width: 810px;
  max-width: 50.625rem;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 960px) {
  .container {
    max-width: 1230px;
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
  .container .main-content {
    width: 65.85366%;
    float: left;
    margin-right: 2.43902%;
  }
  .container .right-sidebar {
    width: 31.70732%;
    float: right;
    margin-right: 0;
  }

  .no-sidebar-right .container,
  .full-width.container {
    max-width: 1230px;
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  .no-sidebar-right .container:after,
  .full-width.container:after {
    content: " ";
    display: block;
    clear: both;
  }
  .no-sidebar-right .container .main-content,
  .full-width.container .main-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-widgets .widget {
    width: 31.70732%;
    float: left;
  }
  .footer-widgets .widget:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .footer-widgets .widget:nth-child(3n + 2) {
    margin-left: 34.14634%;
    margin-right: -100%;
    clear: none;
  }
  .footer-widgets .widget:nth-child(3n + 3) {
    margin-left: 68.29268%;
    margin-right: -100%;
    clear: none;
  }
}
.site-content {
  visibility: hidden;
  padding-top: 30px;
}

/**
 * 4.0 Header
 */
.custom-header-wrapper {
  background: #222;
}
.custom-header-wrapper img {
  display: block;
  margin: 0 auto;
}

.site-header {
  position: relative;
  top: 0px;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  transition: all 0.2s ease;
  z-index: 99;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(30%, #ffffff));
  background-image: -moz-linear-gradient(#f9f9f9, #ffffff 30%);
  background-image: -webkit-linear-gradient(#f9f9f9, #ffffff 30%);
  background-image: linear-gradient(#f9f9f9, #ffffff 30%);
}

.site-branding {
  color: #fff;
  text-align: center;
}

.site-title {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  background: #842b43;
  color: #fff;
  font-weight: bold;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  margin: 15px 15px 15px 0;
  transition: all 0.2s ease;
  font-size: 48px;
  font-size: 3rem;
  line-height: 60px;
  line-height: 3.75rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.site-title a {
  display: block;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.site-description {
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #222;
  margin: 30px 0;
}

.site-logo {
  float: left;
  padding-right: 15px;
}
.site-logo a img {
  display: block;
  max-height: 60px;
  width: auto;
  margin: 15px 0;
}

/* Social Links */
.social-links {
  display: block;
  float: right;
  padding: 0 0 0 15px;
  margin: 30px 0;
}
.social-links a {
  display: inline-block;
}
.social-links a:hover {
  color: #842b43;
}
.social-links .social-icon .fa {
  display: block;
  text-align: center;
  color: #333;
  height: 30px;
  width: 30px;
  transition: all 0.4s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.social-links .social-icon .fa:hover {
  color: #fff;
  background: #842b43;
}

/* Search Form */
.site-header .search-form {
  float: right;
  margin: 30px 0;
  padding-left: 15px;
}

.site-header .search-form .screen-reader-text {
  display: none;
}

.site-header .search-form input[type="submit"] {
  display: none;
}

.site-header .search-form input[type="search"] {
  display: inline-block;
  font-size: 0.8em;
  color: #000;
  padding: 0 12px;
  margin: 0;
  width: 200px;
  border: none;
  background-color: #eee;
  outline: none;
  box-shadow: none !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Shrink header on scroll */
body.admin-bar .tiny {
  margin-top: 32px;
}

.tiny {
  position: fixed;
}
.tiny .site-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.tiny .site-description {
  margin: 15px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.tiny .site-logo a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.tiny .site-logo a img {
  height: 30px;
}
.tiny .social-links {
  margin: 15px 0;
}
.tiny .social-links .social-icon .fa {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.tiny .search-form {
  margin: 15px 0;
}
.tiny .site-nav {
  height: 30px;
}
.tiny .site-nav ul li a {
  line-height: 30px;
}

@media (max-width: 959px) {
  .site-header {
    position: relative;
  }

  body.admin-bar .site-header {
    margin-top: 0;
  }

  .site-title {
    float: none;
    font-size: 40px;
    line-height: 1.2em;
    margin: 15px 30px 10px 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .social-links,
  .site-logo,
  .site-header .search-form {
    float: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }

  .site-description {
    display: none;
  }

  .site-header .search-form {
    margin-bottom: 15px;
  }

  .site-logo {
    padding: 0;
  }
  .site-logo a {
    display: block;
  }
  .site-logo a img {
    display: inline-block;
    vertical-align: top;
    height: auto;
    max-width: 320px;
    margin: 15px 0px 0px 0px;
  }
}
@media (max-width: 420px) {
  .site-title {
    font-size: 30px;
  }

  .site-logo {
    padding: 0;
  }
  .site-logo a img {
    height: auto;
    max-width: 150px;
  }
}
/**
 * 5.0 Content
 */
article {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.sticky-message {
  display: inline-block;
  background: #842b43;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.entry-header h1,
.entry-header h2 {
  margin: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.type-page .entry-header {
  padding-bottom: 0;
}

h1.entry-title {
  font-size: 55px;
  line-height: 1em;
}

h2.entry-title {
  display: inline;
  font-size: 30px;
  line-height: 1.2em;
}

.page .entry-title {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.single .entry-meta {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  color: #888;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.single .entry-meta a {
  display: inline-block;
}
.single .entry-meta .entry-category {
  display: inline-block;
  float: left;
  background-color: #222;
  padding: 0 15px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.single .entry-meta .entry-category a {
  color: #fff;
  text-transform: uppercase;
}
.single .entry-meta .entry-date {
  display: inline-block;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #ddd;
  background-color: #eee;
  font-weight: bold;
}
.single .entry-meta .entry-author {
  display: inline-block;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #ddd;
  background-color: #eee;
}
.single .entry-meta .entry-author a {
  font-weight: normal;
}
.single .entry-meta .entry-comments {
  display: inline-block;
  float: left;
  background-color: #eee;
  padding: 0 15px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.single .entry-content p:first-child {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #444;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.entry-image {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.entry-image img {
  display: block;
  height: auto;
  width: 100%;
}

.entry-content p {
  color: #444;
  margin-bottom: 1.0em;
}

/* Excerpt Layout */
.archive h1.page-title {
  color: #fff;
}

.index .entry-header,
.archive .entry-header {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.index .entry-date,
.archive .entry-date {
  color: #666;
  font-weight: bold;
}

.index .entry-author,
.archive .entry-author {
  display: inline;
  margin-bottom: 0;
  font-size: 16px;
  color: #999;
  line-height: 36px;
  vertical-align: top;
  padding-left: 5px;
}
.index .entry-author a,
.archive .entry-author a {
  font-weight: bold;
  vertical-align: top;
}

.index .entry-excerpt,
.archive .entry-excerpt {
  font-size: 1em;
  line-height: 1.5em;
  color: #555;
}

.index .has-image .entry-image,
.archive .has-image .entry-image {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.index .has-image .entry-image img,
.archive .has-image .entry-image img {
  display: block;
  object-fit: cover;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.index .entry-image,
.archive .entry-image {
  position: relative;
  width: auto;
  height: 300px;
  overflow: hidden;
}

.index .entry-image img,
.archive .entry-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 420px) {
  .index .entry-image,
  .archive .entry-image {
    height: auto;
  }

  .index .entry-image img,
  .archive .entry-image img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.is-page .entry-excerpt p:last-child {
  margin-bottom: 0;
}

.post-info {
  clear: both;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #aaa;
  padding: 7.5px 15px;
  border-bottom: 1px solid #f2f2f2;
  background: url("assets/img/stripe.png") top left repeat;
  margin-top: 15px;
  margin-top: 0.9375rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Content Action Links */
.post-edit-link {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.read-more {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
  margin-top: 1.875rem;
}

/* Tags */
.entry-tags {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
}
.entry-tags a {
  text-transform: uppercase;
}

.index .entry-tags,
.archive .entry-tags {
  margin-top: 0;
}

/* Author Bio */
.entry-author-bio {
  clear: both;
  overflow: hidden;
}

.author-info {
  background: #f4f4f4;
  padding: 30px;
  margin-top: 30px;
  margin-top: 1.875rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.author-image {
  float: left;
  padding-right: 30px;
}
.author-image img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.author-bio {
  margin-left: 130px;
}
.author-bio h4 {
  margin-bottom: 5px;
}
.author-bio p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
}
.author-bio p:last-child {
  margin-bottom: 0;
}

/* Page Navigation */
.pagination {
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  padding: 60px;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  display: inline-block;
  color: #333;
  transition: none;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  height: auto;
  width: 8em;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #842b43;
}
.pagination .page-numbers.current {
  color: #fff;
  background: #666;
}

/* Post Navigation */
.post-navigation {
  display: block;
  max-width: 1230px;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.post-navigation:after {
  content: " ";
  display: block;
  clear: both;
}
.post-navigation a {
  display: block;
  background: #f9f9f9;
  padding: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.post-navigation a:hover {
  color: #fff;
  background-color: #842b43;
}
.post-navigation span.next-post-label,
.post-navigation span.previous-post-label {
  display: inline;
  font-weight: bold;
  cursor: pointer;
}
.post-navigation .post-nav-link {
  width: 48.78049%;
}
.post-navigation .previous-post {
  float: left;
  text-align: left;
}
.post-navigation .next-post {
  float: right;
  text-align: right;
}

/* Paginated */
.page-links {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.page-links .page-links-title {
  display: none;
}
.page-links a {
  font-weight: bold;
  text-transform: uppercase;
}

/* Archives */
.page-header {
  border-top: 1px solid #f9f9f9;
  padding: 30px;
  background: #222 url("assets/img/dark-stripe.png") top left repeat;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-header h1 {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-header .taxonomy-description {
  color: #fff;
  opacity: 0.8;
}
.page-header .taxonomy-description p:last-child {
  margin-bottom: 0;
}
.page-header .taxonomy-description a {
  color: #fff;
}

/* 404 */
.error-404,
.no-results {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.error-404 .title-404,
.no-results .title-404 {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.error-404 .content-404,
.no-results .content-404 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.error-404 .search-field,
.no-results .search-field {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.error-404 .no-results-message,
.no-results .no-results-message {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

/* Mobile Padding Adjustment for Tablets and Smartphones */
@media (max-width: 959px) {
  h1.entry-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
  }

  .entry-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 420px) {
  h1.entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }

  .entry-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .author-image {
    float: none;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .author-bio {
    margin-left: 0;
  }

  .single .entry-meta {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .single .entry-meta .entry-category {
    display: block;
  }
  .single .entry-meta .entry-date {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .single .entry-meta .entry-comments {
    display: block;
  }

  .single .entry-excerpt {
    padding-right: 0;
  }

  .index .entry-author,
  .archive .entry-author {
    display: block;
    padding: 0;
    margin: 0;
  }
}
/**
 * 6.0 Comments
 */
#comments {
  font-family: Arial, sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#comments article {
  background-color: #f9f9f9;
}
#comments ul,
#comments ol {
  list-style: inside none none;
}
#comments ul li,
#comments ol li {
  list-style: inside none none;
}
#comments ul li article,
#comments ol li article {
  padding: 0;
}
#comments ul .pingback,
#comments ol .pingback {
  font-size: 0.9em;
  margin-top: 0;
}
#comments ul .pingback .comment-body,
#comments ol .pingback .comment-body {
  padding: 8px 0;
}
#comments ol li,
#comments ul ol li,
#comments ul ol ol li {
  margin-top: 1.0em;
  list-style: inside none none;
}
#comments p {
  margin-bottom: 1.0em;
}

.comments-title {
  text-transform: uppercase;
}

.comments-area {
  padding: 30px;
  padding-bottom: 15px;
  background: #f9f9f9;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.comment-body {
  background: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
}

.comment-meta {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.comment-author,
.comment-metadata,
.reply a {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.comment-content {
  font-size: 0.9em;
  margin-left: 62px;
}

.comment-metadata a {
  color: #333;
}

.comment-author .avatar {
  float: left;
  margin-right: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

li.bypostauthor {
  background-color: #f9f9f9;
}

.reply {
  text-align: right;
  padding-bottom: 7.5px;
}
.reply a {
  font-size: 0.8em;
  text-transform: capitalize;
}

.logged-in-as {
  font-size: 0.8em;
}

#reply-title {
  text-transform: uppercase;
}

#reply-title small a {
  font-size: 0.8em;
  color: #999;
  text-transform: uppercase;
}

/**
 * 7.0 Sidebar
 */
.right-sidebar {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.right-sidebar .widget {
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
  background: url("assets/img/stripe.png") top left repeat;
  border-bottom: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.right-sidebar .widget .widget-title {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  color: #fff;
  background: #222 url("assets/img/dark-stripe.png") top left repeat;
  text-transform: uppercase;
  padding: 0 15px;
  margin-bottom: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.right-sidebar .widget a {
  color: #222;
}
.right-sidebar .widget a:hover {
  color: #842b43;
}
.right-sidebar .widget ul {
  margin-bottom: 0;
}
.right-sidebar .widget ul li {
  list-style-type: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.right-sidebar .widget ul li:first-child {
  border-top: none;
}
.right-sidebar .widget ul li:last-child {
  padding-bottom: 15px;
  border-bottom: none;
}
.right-sidebar .widget ul li.recentcomments:before {
  content: "\f075 ";
  float: left;
  display: block;
  color: #666;
  font-family: FontAwesome;
  padding-right: 5px;
}
.right-sidebar .widget ul ul {
  padding: 0;
  margin: 0;
}
.right-sidebar .widget ul ul li a {
  color: #666;
}
.right-sidebar .widget ul ul li:first-child {
  border-top: 1px solid #ddd;
  margin-top: 15px;
}
.right-sidebar .widget ul ul li:last-child {
  padding-bottom: 0;
}
.right-sidebar .widget .calendar_wrap,
.right-sidebar .widget .tagcloud,
.right-sidebar .widget .textwidget {
  padding: 15px;
}
.right-sidebar .widget .widget_archive label {
  padding: 15px;
  color: #666;
  font-weight: bold;
}
.right-sidebar .widget .widget_archive select {
  margin: 15px;
}

.widget_archive label {
  padding: 15px;
  color: #666;
  font-weight: bold;
  padding-right: 0;
}
.widget_archive select {
  margin: 15px;
}

.widget_media_image img {
  display: block;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.textwidget p:last-child {
  margin-bottom: 0;
}

/* Sidebar Search */
.widget_search .search-form {
  overflow: hidden;
}
.widget_search .search-form input[type="search"].search-field {
  background: #fff;
  width: 66.6%;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.widget_search .search-form input[type="submit"].search-submit {
  min-width: 33.3%;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/**
 * 8.0 Navigation 
 */
.site-navigation {
  border-top: 1px solid #252525;
}

.nav-toggle {
  display: none;
}

.close-nav {
  display: none;
}

.site-nav {
  background: url("assets/img/dark-stripe-nav.png") top left repeat;
  border-top: 1px solid #444;
  /* Second Level */
}
.site-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: inside;
  font-size: 0;
  /* Top Level */
}
.site-nav ul li {
  position: relative;
  display: block;
  float: left;
  padding: 0 30px 0 0;
}
.site-nav ul li a {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 36px;
  color: #999;
  text-transform: uppercase;
}
.site-nav ul li a:hover {
  color: #fff;
}
.site-nav ul li.current-menu-item > a, .site-nav ul li.current-menu-parent > a, .site-nav ul li.current-menu-ancestor > a {
  font-weight: bold;
  color: #fff;
}
.site-nav li ul {
  position: absolute;
  display: none;
  background: #111;
  z-index: 100;
}
.site-nav li ul li {
  display: block;
  border-top: 1px solid #333;
  border-bottom: 1px solid #000;
  padding-right: 0;
}
.site-nav li ul li a {
  width: 250px;
  color: #ddd;
  line-height: 1.2em;
  font-weight: normal;
  padding: 8px 15px;
  transition: background-color 0.3s ease;
}
.site-nav li ul li a:hover {
  color: #fff;
  background-color: #842b43;
}
.site-nav li ul li.current-menu-item > a, .site-nav li ul li.current-menu-parent > a, .site-nav li ul li.current-menu-ancestor > a {
  font-weight: bold;
  color: #fff;
}
.site-nav li ul li ul {
  left: 100%;
  top: -1px;
}
.site-nav li:hover > ul {
  display: block;
}

/* Mobile Right Menu */
@media (max-width: 959px) {
  body {
    overflow-x: hidden;
  }

  .nav-toggle {
    display: block;
    position: absolute;
    left: 15px;
    color: #333;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
  .nav-toggle:hover {
    color: #842b43;
  }

  .close-nav {
    display: block;
    color: #aaa;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1em;
    height: 60px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    background: #111;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .close-nav:hover {
    color: #fff;
    background: #000;
  }

  #page-wrapper-inner {
    position: absolute;
    left: 0;
    width: 100%;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  #nav {
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: 99999;
    background: #151515;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .show-nav #page-wrapper-inner {
    position: relative;
    left: 80%;
  }
  .show-nav #nav {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* Mobile Navigation Styles */
  .site-nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    /* Second Level */
  }
  .site-nav .container {
    padding: 0;
  }
  .site-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-position: inside;
    text-align: left;
    font-size: 1.0em;
    background-color: #333;
    /* Top Level */
  }
  .site-nav ul li {
    position: relative;
    display: block;
    float: none;
    padding-right: 0;
  }
  .site-nav ul li a {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    color: #999;
    text-align: left;
    text-transform: uppercase;
    border-right: none;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #050505;
    padding: 15px 0 15px 15px;
    background-color: #151515;
  }
  .site-nav ul li a:hover {
    color: #fff !important;
    background-color: #842b43;
  }
  .site-nav ul li.current-menu-item > a, .site-nav ul li.current-menu-parent > a, .site-nav ul li.current-menu-ancestor > a {
    color: #fff;
  }
  .site-nav li ul {
    position: relative;
    width: 100%;
    display: block;
  }
  .site-nav li ul li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 0;
    border-top: 0;
  }
  .site-nav li ul li a {
    width: 100%;
    color: #999;
    font-size: 1em;
    line-height: 1.2em;
    border-left: none;
    background-color: #111;
    padding: 10px 30px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #000;
  }
  .site-nav li ul li a:hover {
    color: #fff !important;
  }
  .site-nav li ul li.current-menu-item > a, .site-nav li ul li.current-menu-parent > a, .site-nav li ul li.current-menu-ancestor > a {
    color: #fff;
  }
  .site-nav li ul li ul {
    left: 0;
    top: 0;
    border-top: none;
  }
  .site-nav li:hover > ul {
    visibility: visible;
  }
}
/**
 * 9.0 Sidebar
 */
#footer {
  color: #aaa;
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
  background: #222 url("assets/img/dark-stripe-nav.png") top left repeat;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#footer a {
  color: #fff;
  font-weight: normal;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .developer-credit {
  color: #777;
  text-transform: uppercase;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
#footer .developer-credit a {
  font-weight: bold;
  color: #aaa;
}
#footer .developer-credit a:hover {
  text-decoration: none;
}

.footer-widgets {
  color: #888;
  font-family: "Roboto Condensed", sans-serif;
  border-top: 1px solid #fff;
  background: #f9f9f9 url("assets/img/stripe.png") top left repeat;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.footer-widgets .widget {
  overflow: hidden;
}
.footer-widgets .widget .widget-title {
  font-size: 1em;
  color: #842b43;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-widgets .widget a {
  color: #555;
  font-weight: bold;
}
.footer-widgets .widget a:hover {
  color: #842b43;
}
.footer-widgets .widget ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer-widgets .widget ul li {
  list-style-type: none;
}
.footer-widgets .widget ul li:before {
  font-weight: bold;
  content: "\f0da  ";
  font-family: FontAwesome;
  color: #842b43;
}
.footer-widgets .widget ul li:first-child {
  padding-top: 0;
}
.footer-widgets .widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.footer-widgets .widget ul li.recentcomments:before {
  content: "\f075 ";
  float: left;
  display: block;
  color: #842b43;
  font-family: FontAwesome;
  padding-right: 5px;
}
.footer-widgets .widget ul li li a {
  color: #666;
}

/**
 * 10.0 Baked in WordPress stuff
 */
img {
  max-width: 100%;
  height: auto;
}

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

/* Image captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  text-align: center;
  background-color: #eee;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.wp-caption img {
  display: block;
  margin: 0;
  border: 0 none;
}

.wp-caption figcaption.wp-caption-text {
  line-height: 1.2em;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
  font-size: 0.8em;
  padding: 15px;
}

dl.wp-caption {
  display: none;
}

.wp-caption p:empty {
  display: none;
}

/* .bypostauthor */
.bypostauthor {
  background: #fff;
}

/* WP Password Form */
.post-password-form label {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}

/* WP Calendar */
#wp-calendar {
  width: 100%;
  background: #eee;
  margin-bottom: 0;
}
#wp-calendar caption {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#wp-calendar thead tr {
  background: #e5e5e5;
}
#wp-calendar th,
#wp-calendar td {
  padding: 0.46875rem;
  text-align: center;
}
#wp-calendar th a,
#wp-calendar td a {
  font-weight: bold;
}
#wp-calendar tfoot a {
  font-weight: bold;
  text-transform: uppercase;
}

/* Search Form */
.search-btn {
  cursor: pointer;
}

.search-form .screen-reader-text {
  display: none;
}

.widget .search-form input[type="submit"] {
  float: right;
  width: 31.70732%;
}
.widget .search-form input[type="search"] {
  float: left;
  width: 65.85366%;
}

/* Galleries */
.gallery-caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.3em;
  font-style: italic;
  max-width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-right: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

@media screen and (min-width: 30em) {
  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media screen and (min-width: 60em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/**
 * 11.0 Helper Junk
 */
.responsive {
  display: inline-block;
  width: 100%;
  height: auto;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  *zoom: 1;
}

/**
 * 12.0 Flexslider
 */
#slider {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.flexslider {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  background: #222 url("assets/img/dark-stripe.png") top left repeat;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.flexslider .slides {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.flexslider .slides li {
  list-style: none;
}
.flexslider .slides img {
  display: block;
  border-bottom: 1px solid #555;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.flexslider .flex-control-nav {
  display: block;
  height: 15px;
  bottom: 30px;
  z-index: 98;
  margin-top: 30px;
}
.flexslider .flex-control-nav li {
  height: 15px;
  list-style: none;
  margin: 0 2px;
}
.flexslider .flex-control-nav li a {
  display: inline-block;
  height: 15px;
  width: 15px;
  opacity: 0.5;
  background-color: #fff;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #842b43;
  opacity: 1;
}
.flexslider .flex-direction-nav li {
  line-height: 40px;
  list-style: none;
}
.flexslider .flex-direction-nav li a {
  display: block;
  height: 40px;
  width: 40px;
  color: #fff;
}
.flexslider .flex-direction-nav li a:hover {
  color: #fff;
}
.flexslider:hover .flex-prev {
  left: 30px;
}
.flexslider:hover .flex-next {
  right: 30px;
}

.slider-caption {
  display: block;
  width: 100%;
  color: #eee;
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 99;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.slider-caption .slider-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 45px;
  line-height: 2.8125rem;
}
.slider-caption .slider-title a {
  color: #fff;
}
.slider-caption .slider-excerpt {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.slider-caption p {
  font-weight: normal;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

@media (max-width: 959px) {
  .slider-caption {
    text-align: center;
    z-index: 99;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .slider-caption .slider-title {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .slider-caption .slider-title a {
    color: #fff;
  }
}
@media (max-width: 420px) {
  .slider-title {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }

  .slider-excerpt {
    display: none;
  }
}
/**
 * 13.0 Print Styles
 */
@media print {
  .site-header .search-form,
  .social-links,
  .site-nav,
  .right-sidebar,
  .footer-widgets,
  .comment-respond,
  .nav-toggle {
    display: none;
  }

  .site-title {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
