@charset "UTF-8";
/*
Theme Name: Limelight
Theme URI: http://wpgurus.net/limelight/
Author: WP Gurus
Author URI: http://wpgurus.net/
Description: Limelight is a clean and modernistic WordPress theme. It can be used to create any type of website, thanks to its three beautiful color schemes and a multitude of customization options. From the WordPress customizer you can change the sidebar location, add images for the homepage slider, add a favicon, create links to your favorite social media websites and much more. This WordPress theme also has a custom post template which allows you to create a widgetized homepage. In addition Limelight looks great on all screen sizes and devices.
Version: 2.6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: limelight
Tags: accessibility-ready, custom-logo, custom-colors, theme-options, threaded-comments, one-column, two-columns, featured-images, right-sidebar, left-sidebar, post-formats, sticky-post, translation-ready, custom-menu, footer-widgets

Copyright (C) 2015 WP Gurus
Theme licensed under the GPL.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
	10.4 Footer
	10.5 Social Icons
	10.6 Slider
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 0;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #737373;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  width: auto;
}

blockquote {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 1em;
  margin-bottom: 1.5em;
}
blockquote p:last-child {
  margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
  margin-top: 0.1em;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

/*
	TODO: blockquote and tables seem transparent in the comments section.
*/
tr:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.05);
}

td, th {
  padding: 10px;
}

thead tr th {
  background: #0fbe7c;
  color: #FFF;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  -khtml-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

label {
  clear: both;
  display: block;
  padding-bottom: 0.3em;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #e58000;
}
a:visited {
  color: #e58000;
}
a:hover, a:focus, a:active {
  color: #e34100;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: none;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

.mobile-navigation {
  display: block;
  text-align: center;
}
.mobile-navigation select {
  max-width: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 3px;
  position: relative;
  content: "";
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 3px;
  position: relative;
  content: "";
}

@media all and (min-width: 769px) {
  .mobile-navigation {
    display: none;
  }

  .main-navigation {
    display: block;
  }
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -khtml-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget .widget-title {
  font-size: 1.6em;
}
.widget ul {
  list-style: inside none circle;
}
.widget > ul {
  margin: 0;
}
.widget > ul li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-left: 1px;
}
.widget > ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget > ul a,
.widget > ul a:visited {
  color: #a7a7a7;
  text-decoration: none;
}
.widget > ul a:hover {
  color: #c7c7c7;
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

.widget_calendar table {
  table-layout: fixed;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.wrap, .site-content, .site-header .header-inner, .site-footer .footer-inner, .home-slider {
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (min-width: 769px) {
  .content-inner {
    display: flex;
  }

  .content-area {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    order: 1;
  }

  .site-main {
    margin-right: 1em;
  }

  .widget-area {
    flex-grow: 0;
    flex-shrink: 0;
    order: 2;
    margin-left: 1em;
  }

  .site-footer {
    clear: both;
    width: 100%;
  }

  .sidebar-content .content-area {
    order: 2;
  }
  .sidebar-content .site-main {
    margin-right: 0;
    margin-left: 1em;
  }
  .sidebar-content .widget-area {
    order: 1;
    margin-left: 0;
    margin-right: 1em;
  }

  .widget-area {
    flex-basis: 250px;
  }
  .widget-area .widget {
    max-width: 250px;
  }

  .sidebar-300 .widget-area {
    flex-basis: 300px;
  }
  .sidebar-300 .widget-area .widget {
    max-width: 300px;
  }

  .sidebar-350 .widget-area {
    flex-basis: 350px;
  }
  .sidebar-350 .widget-area .widget {
    max-width: 350px;
  }

  .sidebar-400 .widget-area {
    flex-basis: 400px;
  }
  .sidebar-400 .widget-area .widget {
    max-width: 400px;
  }
}
.fullwidth .site-main {
  margin-right: 0;
  margin-left: 0;
}
.fullwidth .widget-area {
  flex-basis: 0;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-title a,
.entry-title a:visited {
  color: #737373;
  text-decoration: none;
}
.entry-title a:hover {
  color: #e34100;
}

.entry-summary p {
  margin: 0;
}

.entry-meta,
.entry-footer {
  color: #a7a7a7;
  font-size: 0.8em;
}
.entry-meta a,
.entry-meta a:visited,
.entry-footer a,
.entry-footer a:visited {
  color: #a7a7a7;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.entry-meta a:hover,
.entry-footer a:hover {
  color: #c7c7c7;
}
.entry-meta > span:not(:first-child),
.entry-footer > span:not(:first-child) {
  margin-left: 10px;
}

.single .entry-header,
.single .post-navigation,
.page .entry-header,
.page .post-navigation {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 1.5em;
}

.hentry {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 1.5em;
}
.hentry .single-entry-thumb {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.hentry .single-entry-thumb img {
  padding: 0 0 1.2em 0;
}
.hentry .entry-thumb {
  padding-top: 0;
  padding-top: 0.6em;
  text-align: center;
}
.hentry .entry-thumb,
.hentry .entry-container {
  width: 100%;
}
@media all and (min-width: 769px) {
  .hentry .entry-thumb {
    float: left;
    padding-top: 0.6em;
    width: 27%;
  }
  .hentry .entry-container {
    float: right;
    width: 70%;
  }
  .hentry .single-entry-thumb {
    display: block;
    float: left;
    width: auto;
    max-width: 350px;
    text-align: left;
  }
  .hentry .single-entry-thumb img {
    padding: 0 1.2em 1.2em 0;
  }
}

.sticky.hentry {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0.5em 1em 1em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
  border-left: 5px solid #0fbe7c;
}

ol.comment-list {
  margin: 0;
}

ol.comment-list,
ol.comment-list ol.children {
  list-style: outside none none;
  padding: 0;
}

.comment {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.comment img.avatar {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}
.comment .comment-body {
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.comment.even > .comment-body {
  background: rgba(0, 0, 0, 0.05);
}
.comment.odd > .comment-body {
  background: #FFF;
}
.comment .comment-content {
  padding: 15px 15px 0 15px;
}
.comment .comment-meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 100%;
  color: #a7a7a7;
  content: "";
  display: table;
}
.comment .comment-meta a,
.comment .comment-meta a:visited {
  color: #a7a7a7;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.comment .comment-meta a:hover {
  border-bottom: 1px solid;
}
.comment .comment-meta .fn {
  font-style: italic;
}
.comment .comment-meta .comment-metadata,
.comment .comment-meta .says {
  font-size: 0.7em;
}
.comment .comment-meta:after {
  clear: both;
}
.comment .reply {
  padding: 0 15px 15px 15px;
  text-align: right;
}
.comment .reply a {
  position: relative;
}
.comment .reply a:before {
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 3px;
  position: relative;
  content: "";
}

/*--------------------------------------------------------------
10.4 Footer
--------------------------------------------------------------*/
.footer-widgets {
  border-bottom: 1px solid rgba(0, 0, 0, 0.225);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.footer-widgets .footer-widgets-inner {
  width: 100%;
  display: block;
}
@media all and (min-width: 769px) {
  .footer-widgets .footer-widgets-inner {
    display: table;
    table-layout: fixed;
  }
}
.footer-widgets .footer-widgets-inner .footer-widget-area {
  width: 100%;
  display: block;
}
@media all and (min-width: 769px) {
  .footer-widgets .footer-widgets-inner .footer-widget-area {
    display: table-cell;
    padding: 0 15px;
  }
  .footer-widgets .footer-widgets-inner .footer-widget-area:first-child {
    padding-left: 0;
  }
  .footer-widgets .footer-widgets-inner .footer-widget-area:last-child {
    padding-right: 0;
  }
}
.footer-widgets .footer-widgets-inner .footer-widget-area .footer-widget {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0 0 1.5em;
  padding-bottom: 1.5em;
}
.footer-widgets .footer-widgets-inner .footer-widget-area .footer-widget:last-child {
  border-bottom: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-widgets .footer-widgets-inner .footer-widget-area .footer-widget ul {
  list-style: inside none circle;
}
.footer-widgets .footer-widgets-inner .footer-widget-area .footer-widget > ul {
  margin: 0;
}
.footer-widgets .footer-widgets-inner .footer-widget-area select {
  max-width: 100%;
}

.site-copyright {
  display: table;
  float: left;
}

.site-info {
  display: table;
  float: right;
}

/*--------------------------------------------------------------
10.5 Social Icons
--------------------------------------------------------------*/
.social_wrap {
  left: 0;
  position: fixed;
  bottom: 40px;
  display: block;
  z-index: 5;
}
.social_wrap .social ul {
  margin: 0;
  padding: 0;
}
.social_wrap .social ul li {
  list-style-type: none;
  margin-left: 6px;
}
.social_wrap .social ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1;
  color: #bababa;
  color: rgba(0, 0, 0, 0.25);
}
.social_wrap .social ul li.soc_fb a:hover {
  color: #4862A3;
}
.social_wrap .social ul li.soc_tw a:hover {
  color: #00ACEE;
}
.social_wrap .social ul li.soc_plus a:hover {
  color: #DD4B39;
}
.social_wrap .social ul li.soc_rss a:hover {
  color: #E58000;
}
.social_wrap .social ul li.soc_yt a:hover {
  color: #DD4B39;
}
.social_wrap .social ul li.soc_pinterest a:hover {
  color: #DD4B39;
}
.social_wrap .social ul li.soc_instagram a:hover {
  color: #6D5648;
}

/*--------------------------------------------------------------
10.6 Slider
--------------------------------------------------------------*/
.home-slider .owl-controls {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.home-slider .home-slide-container {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
.home-slider .home-slide-container .home-slide {
  position: relative;
  vertical-align: bottom;
  width: 100%;
}
.home-slider .home-slide-container .slide-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  bottom: 20px;
  color: #fff;
  font-size: 2em;
  padding: 15px;
  position: absolute;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(img/AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  filter: Alpha(Opacity=80);
  /*IE7 fix*/
  opacity: 0.8;
  font-size: 3em;
  margin: 0;
  padding: 0 10px 15px;
  line-height: 1;
}

.owl-theme .owl-controls .owl-page span {
  opacity: 0.8;
  margin: 0px 7px;
  border: 3px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #FFF;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  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%;
}

.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%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
13.0 Overrides
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.wrap, .site-content, .site-header .header-inner, .site-footer .footer-inner, .home-slider {
  padding: 0 1em;
}
@media screen and (min-width: 1000px) {
  .wrap, .site-content, .site-header .header-inner, .site-footer .footer-inner, .home-slider {
    padding: 0;
  }
}

.site-header {
  background: #0fbe7c;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 3em;
}
.asbestos .site-header {
  background-color: #95a5a6;
}
.belize-blue .site-header {
  background-color: #4862a3;
}
.dark .site-header {
  background-color: #3b4349;
}
.midnight-blue .site-header {
  background-color: #34495D;
}
.orange .site-header {
  background-color: #f1c40f;
}
.pomegranate .site-header {
  background-color: #dd4b39;
}
.pumpkin .site-header {
  background-color: #e67e22;
}
.sea-green .site-header {
  background-color: #0fbe7c;
}
.wisteria .site-header {
  background-color: #9b59b6;
}
.site-header .header-inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .site-header .header-inner {
    display: table;
  }
}
@media screen and (min-width: 769px) {
  .site-header .site-branding,
  .site-header .main-navigation {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .site-header .site-branding {
    width: 250px;
    min-width: 250px;
  }
}
.site-header .site-description {
  display: none;
}

.site-title {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.site-title {
  font-family: "Lobster";
  text-align: center;
}
.site-title a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .site-title {
    text-align: left;
  }
}

.site-footer {
  background: #0fbe7c;
  color: #fff;
  padding: 1.5em 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.225);
}
.asbestos .site-footer {
  background-color: #95a5a6;
}
.belize-blue .site-footer {
  background-color: #4862a3;
}
.dark .site-footer {
  background-color: #3b4349;
}
.midnight-blue .site-footer {
  background-color: #34495D;
}
.orange .site-footer {
  background-color: #f1c40f;
}
.pomegranate .site-footer {
  background-color: #dd4b39;
}
.pumpkin .site-footer {
  background-color: #e67e22;
}
.sea-green .site-footer {
  background-color: #0fbe7c;
}
.wisteria .site-footer {
  background-color: #9b59b6;
}
.site-footer a {
  color: #fff;
}

.single .entry-header,
.page .entry-header {
  border: none;
  padding: 0;
}

.hentry {
  background: #fff;
  padding: 1.4em 2em 2em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-top: #0fbe7c 5px solid;
}
.asbestos .hentry {
  border-top-color: #95a5a6;
}
.belize-blue .hentry {
  border-top-color: #4862a3;
}
.dark .hentry {
  border-top-color: #3b4349;
}
.midnight-blue .hentry {
  border-top-color: #34495D;
}
.orange .hentry {
  border-top-color: #f1c40f;
}
.pomegranate .hentry {
  border-top-color: #dd4b39;
}
.pumpkin .hentry {
  border-top-color: #e67e22;
}
.sea-green .hentry {
  border-top-color: #0fbe7c;
}
.wisteria .hentry {
  border-top-color: #9b59b6;
}
.hentry.sticky {
  background: #fff;
  border: none;
  border-top: #e58000 5px solid;
  padding: 1.4em 2em 2em;
}

.entry-content {
  border-top: #ededed 5px solid;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

.entry-summary {
  margin-bottom: 1.5em;
}

.entry-title a,
.entry-title a:visited {
  color: #2e2e2e;
  text-decoration: none;
}
.entry-title a:hover {
  color: #0fbe7c;
}
.entry-title a:hover a:hover {
  color: #0fbe7c;
}
.asbestos .entry-title a:hover {
  color: #95a5a6;
}
.belize-blue .entry-title a:hover {
  color: #4862a3;
}
.dark .entry-title a:hover {
  color: #3b4349;
}
.midnight-blue .entry-title a:hover {
  color: #34495D;
}
.orange .entry-title a:hover {
  color: #f1c40f;
}
.pomegranate .entry-title a:hover {
  color: #dd4b39;
}
.pumpkin .entry-title a:hover {
  color: #e67e22;
}
.sea-green .entry-title a:hover {
  color: #0fbe7c;
}
.wisteria .entry-title a:hover {
  color: #9b59b6;
}

.widget {
  font-weight: 300;
  border-bottom: #d4d4d4 1px solid;
  box-shadow: 0 1px #fff;
}
.widget > ul a,
.widget > ul a:visited {
  color: #2e2e2e;
}
.widget > ul a:hover {
  color: #a7a7a7;
}
.widget > ul li {
  border-bottom: 1px dotted #c7c7c7;
}

.home-slider {
  background: #fff;
  margin-bottom: 3em;
  padding: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.home-slider .owl-controls {
  bottom: 10px;
}
.home-slider .home-slide-container .slide-caption {
  background: #0fbe7c;
  padding: 4px 15px;
  font-weight: 300;
}
.asbestos .home-slider .home-slide-container .slide-caption {
  background-color: #95a5a6;
}
.belize-blue .home-slider .home-slide-container .slide-caption {
  background-color: #4862a3;
}
.dark .home-slider .home-slide-container .slide-caption {
  background-color: #3b4349;
}
.midnight-blue .home-slider .home-slide-container .slide-caption {
  background-color: #34495D;
}
.orange .home-slider .home-slide-container .slide-caption {
  background-color: #f1c40f;
}
.pomegranate .home-slider .home-slide-container .slide-caption {
  background-color: #dd4b39;
}
.pumpkin .home-slider .home-slide-container .slide-caption {
  background-color: #e67e22;
}
.sea-green .home-slider .home-slide-container .slide-caption {
  background-color: #0fbe7c;
}
.wisteria .home-slider .home-slide-container .slide-caption {
  background-color: #9b59b6;
}

.main-navigation .nav-inner {
  float: right;
  padding: 0;
}
.main-navigation ul {
  content: "";
  display: table;
}
.main-navigation a {
  background: #0fbe7c;
  padding: 30px 25px;
  color: #fff;
  border-color: #0b8f5d;
  border-style: solid;
  border-width: 0 1px 0 0;
}
.asbestos .main-navigation a {
  background-color: #95a5a6;
  border-color: #798d8f;
}
.belize-blue .main-navigation a {
  background-color: #4862a3;
  border-color: #384d80;
}
.dark .main-navigation a {
  background-color: #3b4349;
  border-color: #24292d;
}
.midnight-blue .main-navigation a {
  background-color: #34495D;
  border-color: #222f3c;
}
.orange .main-navigation a {
  background-color: #f1c40f;
  border-color: #c29d0b;
}
.pomegranate .main-navigation a {
  background-color: #dd4b39;
  border-color: #c23321;
}
.pumpkin .main-navigation a {
  background-color: #e67e22;
  border-color: #bf6516;
}
.sea-green .main-navigation a {
  background-color: #0fbe7c;
  border-color: #0b8f5d;
}
.wisteria .main-navigation a {
  background-color: #9b59b6;
  border-color: #804399;
}
.main-navigation li:first-child a {
  border-width: 0 1px;
}
.main-navigation ul ul {
  left: 0;
  top: 100%;
  display: none;
}
.main-navigation ul ul li:first-child a,
.main-navigation ul ul a {
  border-width: 0 0 1px;
}
.main-navigation ul ul a {
  padding: 1.2em;
}
.main-navigation ul ul ul {
  top: 0;
  left: 100%;
}
.main-navigation li:hover > ul {
  display: block;
}

.mobile-navigation {
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

thead tr th {
  background: #0fbe7c;
}
.asbestos thead tr th {
  background-color: #95a5a6;
}
.belize-blue thead tr th {
  background-color: #4862a3;
}
.dark thead tr th {
  background-color: #3b4349;
}
.midnight-blue thead tr th {
  background-color: #34495D;
}
.orange thead tr th {
  background-color: #f1c40f;
}
.pomegranate thead tr th {
  background-color: #dd4b39;
}
.pumpkin thead tr th {
  background-color: #e67e22;
}
.sea-green thead tr th {
  background-color: #0fbe7c;
}
.wisteria thead tr th {
  background-color: #9b59b6;
}
