/*
Theme Name: PageLines Bootstrap
Theme URI: https://www.pagelines.com/bootstrap
Author: PageLines
Author URI: https://www.pagelines.com
Description: PageLines Bootstrap is a free versatile and responsive theme made with Latest Bootstrap v4.0.0 alpha. You can use it for your corporate, personal, blog sites etc.

Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready, theme-options, two-columns, custom-menu, threaded-comments
Text Domain: pagelines-bootstrap

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Credits/Licences
================

Underscores Theme https://github.com/Automattic/_s
(C) 2012-2016 Automattic, Inc.
GNU General Public License v2 or later

Bootstrap v4.0.0 alpha.2 (http://v4-alpha.getbootstrap.com/)
MIT Open Source License

Flickity v1.2.1
http://flickity.metafizzy.co/
GPLv3

Font Awesome Icons v4.6.3 by @davegandy - http://fontawesome.io
MIT Open Source License

** used internally **
Demo: http://themes.pagelines.com/bootstrap/
Category: platform, framework, framework-theme, free

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

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

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 40px; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #888888;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5em; }

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# 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: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

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

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

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

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  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;
    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:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    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"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      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,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.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-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# 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:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

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

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

/*--------------------------------------------------------------
# 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;
  table-layout: fixed; }

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

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

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

.bypostauthor {
  display: block; }

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

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

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

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

/*--------------------------------------------------------------
# PageLines Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
h1 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin: 2.1rem 0 1.2rem 0; }

h2 {
  font-size: 2.5rem;
  line-height: 3.916rem;
  margin: 1.78rem 0 1.424rem 0; }

h3 {
  font-size: 2rem;
  line-height: 3.212rem;
  margin: 1.46rem 0 1.168rem 0; }

h4 {
  font-size: 1.5rem;
  line-height: 2.508rem;
  margin: 1.14rem 0 0.912rem 0; }

h5 {
  font-size: 1rem;
  line-height: 1.804rem;
  margin: 0.82rem 0 0.656rem 0; }

h6 {
  font-size: .5rem;
  line-height: 1.1rem;
  margin: 0.5rem 0 0.4rem 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  color: #222; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #888888; }

a:focus, a:hover {
  text-decoration: none; }

.inline li {
  display: inline; }

/* Margin / Padding */
.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-150 {
  margin: 150px 0; }

.pad-20 {
  padding: 20px; }

.pad-40 {
  padding: 40px; }

/* Button _s fix */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  box-shadow: none;
  text-shadow: none; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: transparent;
    box-shadow: none; }

.round {
  border-radius: 50%; }

.radius {
  border-radius: 4px; }

.entry-meta {
  margin-top: 10px; }
  .entry-meta .author {
    padding-left: 10px; }

.post {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px; }
  .post h1 {
    margin-top: 15px; }

@media screen and (max-width: 782px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.7rem; }
  h2 {
    font-size: 1.8rem;
    line-height: 2.3rem; }
  h3 {
    font-size: 1.6rem;
    line-height: 2rem; }
  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem; }
  h5 {
    font-size: 1.2rem;
    line-height: 1.5rem; }
  h6 {
    font-size: 1rem;
    line-height: 1.4rem; } }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
h1.site-title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 600; }

p.site-description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300; }

.page-header {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .page-header .page-title {
    margin: 0; }

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
#site-navigation.navbar {
  padding-top: 15px;
  padding-bottom: 15px; }
  #site-navigation.navbar .site-branding {
    margin-right: 2rem; }
  #site-navigation.navbar .navbar-form .form-control {
    margin: 8px 0;
    padding: 5px; }

#site-navigation.navbar ul {
  padding: 0;
  list-style-type: none;
  font-family: 'Open Sans', sans-serif; }
  #site-navigation.navbar ul li {
    margin-left: 40px;
    line-height: 1.375;
    position: relative;
    float: left;
    padding: 15px 0; }
    #site-navigation.navbar ul li:first-child {
      margin-left: 0; }
    #site-navigation.navbar ul li.menu-item-has-children a {
      padding-right: 16px;
      position: relative; }
      #site-navigation.navbar ul li.menu-item-has-children a:after {
        content: "\f0d7";
        font-family: "FontAwesome";
        font-size: 16px;
        position: absolute;
        top: 0;
        right: 0; }
    #site-navigation.navbar ul li.menu-item-has-children .sub-menu {
      width: 250px;
      margin: 0;
      padding: 0;
      position: absolute;
      left: 0;
      display: block;
      visibility: hidden;
      z-index: 10; }
      #site-navigation.navbar ul li.menu-item-has-children .sub-menu li {
        width: 100%;
        margin: 0;
        padding: 0; }
        #site-navigation.navbar ul li.menu-item-has-children .sub-menu li a {
          width: 100%;
          margin: 0;
          padding: 5px 10px;
          line-height: 1.6;
          display: block; }
          #site-navigation.navbar ul li.menu-item-has-children .sub-menu li a:after {
            display: none; }
        #site-navigation.navbar ul li.menu-item-has-children .sub-menu li:first-child a {
          padding-top: 10px; }
        #site-navigation.navbar ul li.menu-item-has-children .sub-menu li:last-child a {
          padding-bottom: 10px; }
      #site-navigation.navbar ul li.menu-item-has-children .sub-menu .sub-menu {
        width: 250px;
        padding-top: 0;
        top: 0;
        left: 248px; }
    #site-navigation.navbar ul li.menu-item-has-children:hover > .sub-menu {
      visibility: visible; }

@media screen and (max-width: 782px) {
  .navbar-toggler {
    padding: .9rem .75rem; }
    .navbar-toggler:focus {
      padding: .9rem .75rem;
      outline: none;
      border: 1px solid transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  #site-navigation.navbar ul {
    clear: both;
    width: 100%;
    margin: 0; }
    #site-navigation.navbar ul li {
      width: 100%;
      position: relative;
      margin: 0;
      text-align: center;
      border-bottom: 1px solid #e0e0e0; }
      #site-navigation.navbar ul li:first-child {
        border-top: 1px solid #e0e0e0; }
      #site-navigation.navbar ul li.menu-item-has-children a {
        padding-right: 0; }
        #site-navigation.navbar ul li.menu-item-has-children a:after {
          display: none; }
      #site-navigation.navbar ul li.menu-item-has-children .sub-menu {
        display: none; } }

/*--------------------------------------------------------------
# Splash
--------------------------------------------------------------*/
/* Splash Page Posts */
.splash-image-container {
  overflow: hidden;
  display: block;
  background: #000;
  position: relative; }
  .splash-image-container i {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .splash-image-container.two .splash-image {
    height: 400px; }
  .splash-image-container.three .splash-image {
    height: 300px; }
  .splash-image-container.four .splash-image {
    height: 200px; }
  .splash-image-container .splash-image {
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .splash-image-container:hover .splash-image {
    opacity: .5; }
  .splash-image-container:hover i {
    opacity: 1; }

.splash-post.card .card-title {
  margin-top: 0; }

.splash-post.card p.excerpt {
  padding-top: 20px;
  margin: 0; }

/* Splash Page Boxes */
.card.splash-box {
  margin: 50px 0; }
  .card.splash-box h3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 34px; }

.splash-posts-container {
  padding: 50px 0;
  background: #f7f7f7; }

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.splash-carousel .carousel-cell {
  width: 50%;
  height: 450px; }
  .splash-carousel .carousel-cell .splash-carousel-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%; }
  .splash-carousel .carousel-cell .splash-carousel-overlay {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='rgba(0,0,0, .8)',GradientType=0 );
    /* IE6-9 */ }
  .splash-carousel .carousel-cell .splash-carousel-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 20px 40px;
    z-index: 4;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s; }
    .splash-carousel .carousel-cell .splash-carousel-content h2 {
      font-size: 30px;
      margin-bottom: 0.724rem;
      line-height: 2.916rem;
      color: white; }
    .splash-carousel .carousel-cell .splash-carousel-content p {
      color: rgba(255, 255, 255, 0.8); }
  .splash-carousel .carousel-cell.is-selected .splash-carousel-content {
    bottom: 0; }

.splash-carousel .flickity-prev-next-button,
.splash-carousel .flickity-prev-next-button:hover {
  background: transparent; }
  .splash-carousel .flickity-prev-next-button .arrow,
  .splash-carousel .flickity-prev-next-button:hover .arrow {
    fill: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px black;
    -moz-box-shadow: 0px 0px 15px 0px black;
    box-shadow: 0px 0px 15px 0px black; }

@media screen and (max-width: 768px) {
  .splash-carousel .carousel-cell {
    width: 100%;
    text-align: center; }
    .splash-carousel .carousel-cell .splash-carousel-content p {
      display: none; }
    .splash-carousel .carousel-cell.is-selected .splash-carousel-content {
      bottom: 0; } }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary .widget {
  margin-bottom: 3rem;
  background-color: #f7f7f7;
  padding: 20px 15px 5px 15px;
  /* Recent Posts Widget */
  /* Search Widget */ }
  #secondary .widget h2.widget-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.7em;
    display: block;
    margin: 0 0 10px 0; }
    #secondary .widget h2.widget-title span {
      display: block;
      padding-bottom: 3px; }
  #secondary .widget.widget_recent_comments ul,
  #secondary .widget.widget_categories ul,
  #secondary .widget.widget_pages ul,
  #secondary .widget.widget_meta ul,
  #secondary .widget.widget_archive ul,
  #secondary .widget ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0e0e0;
    list-style: none; }
    #secondary .widget.widget_recent_comments ul li,
    #secondary .widget.widget_categories ul li,
    #secondary .widget.widget_pages ul li,
    #secondary .widget.widget_meta ul li,
    #secondary .widget.widget_archive ul li,
    #secondary .widget ul li {
      padding: 10px 0;
      border-bottom: 1px solid #e0e0e0; }
      #secondary .widget.widget_recent_comments ul li:last-child,
      #secondary .widget.widget_categories ul li:last-child,
      #secondary .widget.widget_pages ul li:last-child,
      #secondary .widget.widget_meta ul li:last-child,
      #secondary .widget.widget_archive ul li:last-child,
      #secondary .widget ul li:last-child {
        border-bottom-color: transparent; }
  #secondary .widget.widget_custom_nav_menu ul {
    margin: 0; }
    #secondary .widget.widget_custom_nav_menu ul li {
      border-bottom: 1px solid #e0e0e0; }
      #secondary .widget.widget_custom_nav_menu ul li a {
        padding: 0 20px; }
    #secondary .widget.widget_custom_nav_menu ul ul.sub-menu {
      margin: 10px 0 0 0;
      padding: 0;
      border-top: 1px solid #e0e0e0; }
      #secondary .widget.widget_custom_nav_menu ul ul.sub-menu li {
        padding: 10px 0;
        border-bottom: 1px solid #e0e0e0; }
        #secondary .widget.widget_custom_nav_menu ul ul.sub-menu li:last-child {
          padding-bottom: 0;
          border-bottom: 1px solid transparent; }
  #secondary .widget.widget_text .textwidget,
  #secondary .widget.widget_rss ul li {
    padding: 10px 0; }
  #secondary .widget.widget_calendar .calendar_wrap {
    padding: 10px 0; }
  #secondary .widget ul.rpwidget {
    padding: 0; }
  #secondary .widget .rpwidget {
    border: 0; }
    #secondary .widget .rpwidget .avatar {
      height: 100%;
      padding-top: 20px;
      position: relative; }
      #secondary .widget .rpwidget .avatar img {
        width: 80px; }
    #secondary .widget .rpwidget .item {
      line-height: 1.5rem;
      padding: 20px 20px 0 20px;
      margin: 0px;
      border-bottom: 1px solid #e0e0e0; }
  #secondary .widget a.rsswidget img {
    display: none; }

/* .widget ends */
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px; }
  .pagination ul {
    margin: 0; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
#comments {
  padding: 10px 35px;
  margin-bottom: 35px; }
  #comments .comment-list {
    margin: 0; }
  #comments .comment-author {
    padding-top: 20px; }
    #comments .comment-author img {
      margin-right: 20px; }
  #comments .comment-meta {
    display: inline; }
  #comments .reply {
    margin-bottom: 20px; }
  #comments .add-comment {
    margin-top: 15px; }

.post-navigation .nav-links a,
.posts-navigation .nav-links a {
  width: 48%;
  padding: 15px 30px;
  display: inline-block; }

.posts-navigation .nav-links a {
  width: 100%; }

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
.back-top {
  position: fixed;
  right: 15px;
  bottom: 40px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.back-top.back-top-is-visible,
.back-top.back-top-fade-out,
.no-touch .back-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.back-top.back-top-is-visible,
.back-top.back-top-fade-out {
  visibility: visible;
  opacity: 1; }
  .back-top.back-top-is-visible:hover,
  .back-top.back-top-fade-out:hover {
    opacity: 1; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.page-footer {
  margin-top: 0;
  background-color: #eeeeee;
  padding: 20px;
  font-size: 12px; }
  footer.page-footer #footer-nav {
    margin: 10px 0 20px 0; }
    footer.page-footer #footer-nav li {
      font-size: 16px;
      padding-right: 20px;
      line-height: 28px; }
  footer.page-footer .footer-social {
    margin: 10px 0 20px 0; }
    footer.page-footer .footer-social li {
      padding-right: 20px; }
  footer.page-footer .footer-copyright {
    height: auto;
    overflow: visible;
    background-color: transparent; }

@media screen and (max-width: 782px) {
  .footer-social {
    text-align: center; } }

/*--------------------------------------------------------------
# Site Colors
--------------------------------------------------------------*/
body.blue-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.blue-theme a {
    color: #1e83ec; }
    body.blue-theme a:hover, body.blue-theme a:focus, body.blue-theme a:active {
      color: #116ac6;
      outline: none; }
    body.blue-theme a:focus {
      outline: none; }
  body.blue-theme .btn-primary.back-top {
    border: 1px solid #0f5daf; }
  body.blue-theme #masthead a {
    color: #222; }
    body.blue-theme #masthead a:hover {
      color: #1e83ec; }
  body.blue-theme #masthead .navbar-toggler:focus, body.blue-theme #masthead .navbar-toggler:hover {
    color: #1e83ec; }
  body.blue-theme #masthead .page-header {
    background-color: #1e83ec; }
    body.blue-theme #masthead .page-header h1, body.blue-theme #masthead .page-header p, body.blue-theme #masthead .page-header a {
      color: #fff; }
  body.blue-theme .form-control:focus {
    border-color: #1e83ec; }
  body.blue-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.blue-theme .btn-primary {
    color: #fff;
    background-color: #1e83ec;
    border-color: #1e83ec; }
    body.blue-theme .btn-primary:hover {
      color: #fff;
      background-color: #116ac6;
      border-color: #116ac6; }
  body.blue-theme #comments {
    background-color: #F7F7F7; }
    body.blue-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.blue-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.blue-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #1e83ec; }
  body.blue-theme .post-navigation .nav-links a,
  body.blue-theme .posts-navigation .nav-links a {
    color: #1e83ec;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.blue-theme .post-navigation .nav-links a:hover,
    body.blue-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #1e83ec; }
  body.blue-theme footer.page-footer {
    background-color: #1e83ec; }
    body.blue-theme footer.page-footer .footer-copyright,
    body.blue-theme footer.page-footer a,
    body.blue-theme footer.page-footer a:hover {
      color: #FFF; }
    body.blue-theme footer.page-footer a:hover {
      opacity: .8; }

body.blue-grey-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.blue-grey-theme a {
    color: #607D8B; }
    body.blue-grey-theme a:hover, body.blue-grey-theme a:focus, body.blue-grey-theme a:active {
      color: #4b626d;
      outline: none; }
    body.blue-grey-theme a:focus {
      outline: none; }
  body.blue-grey-theme .btn-primary.back-top {
    border: 1px solid #41545e; }
  body.blue-grey-theme #masthead a {
    color: #222; }
    body.blue-grey-theme #masthead a:hover {
      color: #607D8B; }
  body.blue-grey-theme #masthead .navbar-toggler:focus, body.blue-grey-theme #masthead .navbar-toggler:hover {
    color: #607D8B; }
  body.blue-grey-theme #masthead .page-header {
    background-color: #607D8B; }
    body.blue-grey-theme #masthead .page-header h1, body.blue-grey-theme #masthead .page-header p, body.blue-grey-theme #masthead .page-header a {
      color: #fff; }
  body.blue-grey-theme .form-control:focus {
    border-color: #607D8B; }
  body.blue-grey-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.blue-grey-theme .btn-primary {
    color: #fff;
    background-color: #607D8B;
    border-color: #607D8B; }
    body.blue-grey-theme .btn-primary:hover {
      color: #fff;
      background-color: #4b626d;
      border-color: #4b626d; }
  body.blue-grey-theme #comments {
    background-color: #F7F7F7; }
    body.blue-grey-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.blue-grey-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.blue-grey-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #607D8B; }
  body.blue-grey-theme .post-navigation .nav-links a,
  body.blue-grey-theme .posts-navigation .nav-links a {
    color: #607D8B;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.blue-grey-theme .post-navigation .nav-links a:hover,
    body.blue-grey-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #607D8B; }
  body.blue-grey-theme footer.page-footer {
    background-color: #607D8B; }
    body.blue-grey-theme footer.page-footer .footer-copyright,
    body.blue-grey-theme footer.page-footer a,
    body.blue-grey-theme footer.page-footer a:hover {
      color: #FFF; }
    body.blue-grey-theme footer.page-footer a:hover {
      opacity: .8; }

body.teal-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.teal-theme a {
    color: #009688; }
    body.teal-theme a:hover, body.teal-theme a:focus, body.teal-theme a:active {
      color: #00635a;
      outline: none; }
    body.teal-theme a:focus {
      outline: none; }
  body.teal-theme .btn-primary.back-top {
    border: 1px solid #004a43; }
  body.teal-theme #masthead a {
    color: #222; }
    body.teal-theme #masthead a:hover {
      color: #009688; }
  body.teal-theme #masthead .navbar-toggler:focus, body.teal-theme #masthead .navbar-toggler:hover {
    color: #009688; }
  body.teal-theme #masthead .page-header {
    background-color: #009688; }
    body.teal-theme #masthead .page-header h1, body.teal-theme #masthead .page-header p, body.teal-theme #masthead .page-header a {
      color: #fff; }
  body.teal-theme .form-control:focus {
    border-color: #009688; }
  body.teal-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.teal-theme .btn-primary {
    color: #fff;
    background-color: #009688;
    border-color: #009688; }
    body.teal-theme .btn-primary:hover {
      color: #fff;
      background-color: #00635a;
      border-color: #00635a; }
  body.teal-theme #comments {
    background-color: #F7F7F7; }
    body.teal-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.teal-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.teal-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #009688; }
  body.teal-theme .post-navigation .nav-links a,
  body.teal-theme .posts-navigation .nav-links a {
    color: #009688;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.teal-theme .post-navigation .nav-links a:hover,
    body.teal-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #009688; }
  body.teal-theme footer.page-footer {
    background-color: #009688; }
    body.teal-theme footer.page-footer .footer-copyright,
    body.teal-theme footer.page-footer a,
    body.teal-theme footer.page-footer a:hover {
      color: #FFF; }
    body.teal-theme footer.page-footer a:hover {
      opacity: .8; }

body.green-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.green-theme a {
    color: #4CAF50; }
    body.green-theme a:hover, body.green-theme a:focus, body.green-theme a:active {
      color: #3d8b40;
      outline: none; }
    body.green-theme a:focus {
      outline: none; }
  body.green-theme .btn-primary.back-top {
    border: 1px solid #357a38; }
  body.green-theme #masthead a {
    color: #222; }
    body.green-theme #masthead a:hover {
      color: #4CAF50; }
  body.green-theme #masthead .navbar-toggler:focus, body.green-theme #masthead .navbar-toggler:hover {
    color: #4CAF50; }
  body.green-theme #masthead .page-header {
    background-color: #4CAF50; }
    body.green-theme #masthead .page-header h1, body.green-theme #masthead .page-header p, body.green-theme #masthead .page-header a {
      color: #fff; }
  body.green-theme .form-control:focus {
    border-color: #4CAF50; }
  body.green-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.green-theme .btn-primary {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50; }
    body.green-theme .btn-primary:hover {
      color: #fff;
      background-color: #3d8b40;
      border-color: #3d8b40; }
  body.green-theme #comments {
    background-color: #F7F7F7; }
    body.green-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.green-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.green-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #4CAF50; }
  body.green-theme .post-navigation .nav-links a,
  body.green-theme .posts-navigation .nav-links a {
    color: #4CAF50;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.green-theme .post-navigation .nav-links a:hover,
    body.green-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #4CAF50; }
  body.green-theme footer.page-footer {
    background-color: #4CAF50; }
    body.green-theme footer.page-footer .footer-copyright,
    body.green-theme footer.page-footer a,
    body.green-theme footer.page-footer a:hover {
      color: #FFF; }
    body.green-theme footer.page-footer a:hover {
      opacity: .8; }

body.pink-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.pink-theme a {
    color: #E91E63; }
    body.pink-theme a:hover, body.pink-theme a:focus, body.pink-theme a:active {
      color: #c1134e;
      outline: none; }
    body.pink-theme a:focus {
      outline: none; }
  body.pink-theme .btn-primary.back-top {
    border: 1px solid #aa1145; }
  body.pink-theme #masthead a {
    color: #222; }
    body.pink-theme #masthead a:hover {
      color: #E91E63; }
  body.pink-theme #masthead .navbar-toggler:focus, body.pink-theme #masthead .navbar-toggler:hover {
    color: #E91E63; }
  body.pink-theme #masthead .page-header {
    background-color: #E91E63; }
    body.pink-theme #masthead .page-header h1, body.pink-theme #masthead .page-header p, body.pink-theme #masthead .page-header a {
      color: #fff; }
  body.pink-theme .form-control:focus {
    border-color: #E91E63; }
  body.pink-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.pink-theme .btn-primary {
    color: #fff;
    background-color: #E91E63;
    border-color: #E91E63; }
    body.pink-theme .btn-primary:hover {
      color: #fff;
      background-color: #c1134e;
      border-color: #c1134e; }
  body.pink-theme #comments {
    background-color: #F7F7F7; }
    body.pink-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.pink-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.pink-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #E91E63; }
  body.pink-theme .post-navigation .nav-links a,
  body.pink-theme .posts-navigation .nav-links a {
    color: #E91E63;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.pink-theme .post-navigation .nav-links a:hover,
    body.pink-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #E91E63; }
  body.pink-theme footer.page-footer {
    background-color: #E91E63; }
    body.pink-theme footer.page-footer .footer-copyright,
    body.pink-theme footer.page-footer a,
    body.pink-theme footer.page-footer a:hover {
      color: #FFF; }
    body.pink-theme footer.page-footer a:hover {
      opacity: .8; }

body.purple-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.purple-theme a {
    color: #563d7c; }
    body.purple-theme a:hover, body.purple-theme a:focus, body.purple-theme a:active {
      color: #3e2c5a;
      outline: none; }
    body.purple-theme a:focus {
      outline: none; }
  body.purple-theme .btn-primary.back-top {
    border: 1px solid #322449; }
  body.purple-theme #masthead a {
    color: #222; }
    body.purple-theme #masthead a:hover {
      color: #563d7c; }
  body.purple-theme #masthead .navbar-toggler:focus, body.purple-theme #masthead .navbar-toggler:hover {
    color: #563d7c; }
  body.purple-theme #masthead .page-header {
    background-color: #563d7c; }
    body.purple-theme #masthead .page-header h1, body.purple-theme #masthead .page-header p, body.purple-theme #masthead .page-header a {
      color: #fff; }
  body.purple-theme .form-control:focus {
    border-color: #563d7c; }
  body.purple-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.purple-theme .btn-primary {
    color: #fff;
    background-color: #563d7c;
    border-color: #563d7c; }
    body.purple-theme .btn-primary:hover {
      color: #fff;
      background-color: #3e2c5a;
      border-color: #3e2c5a; }
  body.purple-theme #comments {
    background-color: #F7F7F7; }
    body.purple-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.purple-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.purple-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #563d7c; }
  body.purple-theme .post-navigation .nav-links a,
  body.purple-theme .posts-navigation .nav-links a {
    color: #563d7c;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.purple-theme .post-navigation .nav-links a:hover,
    body.purple-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #563d7c; }
  body.purple-theme footer.page-footer {
    background-color: #563d7c; }
    body.purple-theme footer.page-footer .footer-copyright,
    body.purple-theme footer.page-footer a,
    body.purple-theme footer.page-footer a:hover {
      color: #FFF; }
    body.purple-theme footer.page-footer a:hover {
      opacity: .8; }

body.red-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.red-theme a {
    color: #F44336; }
    body.red-theme a:hover, body.red-theme a:focus, body.red-theme a:active {
      color: #ea1c0d;
      outline: none; }
    body.red-theme a:focus {
      outline: none; }
  body.red-theme .btn-primary.back-top {
    border: 1px solid #d2190b; }
  body.red-theme #masthead a {
    color: #222; }
    body.red-theme #masthead a:hover {
      color: #F44336; }
  body.red-theme #masthead .navbar-toggler:focus, body.red-theme #masthead .navbar-toggler:hover {
    color: #F44336; }
  body.red-theme #masthead .page-header {
    background-color: #F44336; }
    body.red-theme #masthead .page-header h1, body.red-theme #masthead .page-header p, body.red-theme #masthead .page-header a {
      color: #fff; }
  body.red-theme .form-control:focus {
    border-color: #F44336; }
  body.red-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.red-theme .btn-primary {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336; }
    body.red-theme .btn-primary:hover {
      color: #fff;
      background-color: #ea1c0d;
      border-color: #ea1c0d; }
  body.red-theme #comments {
    background-color: #F7F7F7; }
    body.red-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.red-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.red-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #F44336; }
  body.red-theme .post-navigation .nav-links a,
  body.red-theme .posts-navigation .nav-links a {
    color: #F44336;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.red-theme .post-navigation .nav-links a:hover,
    body.red-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #F44336; }
  body.red-theme footer.page-footer {
    background-color: #F44336; }
    body.red-theme footer.page-footer .footer-copyright,
    body.red-theme footer.page-footer a,
    body.red-theme footer.page-footer a:hover {
      color: #FFF; }
    body.red-theme footer.page-footer a:hover {
      opacity: .8; }

body.orange-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.orange-theme a {
    color: #FF5722; }
    body.orange-theme a:hover, body.orange-theme a:focus, body.orange-theme a:active {
      color: #ee3900;
      outline: none; }
    body.orange-theme a:focus {
      outline: none; }
  body.orange-theme .btn-primary.back-top {
    border: 1px solid #d53300; }
  body.orange-theme #masthead a {
    color: #222; }
    body.orange-theme #masthead a:hover {
      color: #FF5722; }
  body.orange-theme #masthead .navbar-toggler:focus, body.orange-theme #masthead .navbar-toggler:hover {
    color: #FF5722; }
  body.orange-theme #masthead .page-header {
    background-color: #FF5722; }
    body.orange-theme #masthead .page-header h1, body.orange-theme #masthead .page-header p, body.orange-theme #masthead .page-header a {
      color: #fff; }
  body.orange-theme .form-control:focus {
    border-color: #FF5722; }
  body.orange-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.orange-theme .btn-primary {
    color: #fff;
    background-color: #FF5722;
    border-color: #FF5722; }
    body.orange-theme .btn-primary:hover {
      color: #fff;
      background-color: #ee3900;
      border-color: #ee3900; }
  body.orange-theme #comments {
    background-color: #F7F7F7; }
    body.orange-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.orange-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.orange-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #FF5722; }
  body.orange-theme .post-navigation .nav-links a,
  body.orange-theme .posts-navigation .nav-links a {
    color: #FF5722;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.orange-theme .post-navigation .nav-links a:hover,
    body.orange-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #FF5722; }
  body.orange-theme footer.page-footer {
    background-color: #FF5722; }
    body.orange-theme footer.page-footer .footer-copyright,
    body.orange-theme footer.page-footer a,
    body.orange-theme footer.page-footer a:hover {
      color: #FFF; }
    body.orange-theme footer.page-footer a:hover {
      opacity: .8; }

body.brown-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.brown-theme a {
    color: #795548; }
    body.brown-theme a:hover, body.brown-theme a:focus, body.brown-theme a:active {
      color: #593f35;
      outline: none; }
    body.brown-theme a:focus {
      outline: none; }
  body.brown-theme .btn-primary.back-top {
    border: 1px solid #49332b; }
  body.brown-theme #masthead a {
    color: #222; }
    body.brown-theme #masthead a:hover {
      color: #795548; }
  body.brown-theme #masthead .navbar-toggler:focus, body.brown-theme #masthead .navbar-toggler:hover {
    color: #795548; }
  body.brown-theme #masthead .page-header {
    background-color: #795548; }
    body.brown-theme #masthead .page-header h1, body.brown-theme #masthead .page-header p, body.brown-theme #masthead .page-header a {
      color: #fff; }
  body.brown-theme .form-control:focus {
    border-color: #795548; }
  body.brown-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.brown-theme .btn-primary {
    color: #fff;
    background-color: #795548;
    border-color: #795548; }
    body.brown-theme .btn-primary:hover {
      color: #fff;
      background-color: #593f35;
      border-color: #593f35; }
  body.brown-theme #comments {
    background-color: #F7F7F7; }
    body.brown-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.brown-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.brown-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #795548; }
  body.brown-theme .post-navigation .nav-links a,
  body.brown-theme .posts-navigation .nav-links a {
    color: #795548;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.brown-theme .post-navigation .nav-links a:hover,
    body.brown-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #795548; }
  body.brown-theme footer.page-footer {
    background-color: #795548; }
    body.brown-theme footer.page-footer .footer-copyright,
    body.brown-theme footer.page-footer a,
    body.brown-theme footer.page-footer a:hover {
      color: #FFF; }
    body.brown-theme footer.page-footer a:hover {
      opacity: .8; }

body.black-theme {
  /* Links */
  /* Header */
  /* Forms */
  /* Primary Button */
  /* Comments */
  /* Footer */ }
  body.black-theme a {
    color: #000; }
    body.black-theme a:hover, body.black-theme a:focus, body.black-theme a:active {
      color: black;
      outline: none; }
    body.black-theme a:focus {
      outline: none; }
  body.black-theme .btn-primary.back-top {
    border: 1px solid black; }
  body.black-theme #masthead a {
    color: #222; }
    body.black-theme #masthead a:hover {
      color: #000; }
  body.black-theme #masthead .navbar-toggler:focus, body.black-theme #masthead .navbar-toggler:hover {
    color: #000; }
  body.black-theme #masthead .page-header {
    background-color: #000; }
    body.black-theme #masthead .page-header h1, body.black-theme #masthead .page-header p, body.black-theme #masthead .page-header a {
      color: #fff; }
  body.black-theme .form-control:focus {
    border-color: #000; }
  body.black-theme fieldset {
    border: 1px solid transparent;
    padding: 0.35em 0 0.75em; }
  body.black-theme .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    body.black-theme .btn-primary:hover {
      color: #fff;
      background-color: black;
      border-color: black; }
  body.black-theme #comments {
    background-color: #F7F7F7; }
    body.black-theme #comments .comment-list .comment .comment-body {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.black-theme #comments .comment-list .comment a.btn-reply {
      color: #888888;
      background-color: rgba(0, 0, 0, 0.1); }
      body.black-theme #comments .comment-list .comment a.btn-reply:hover {
        color: #f7f7f7;
        background-color: #000; }
  body.black-theme .post-navigation .nav-links a,
  body.black-theme .posts-navigation .nav-links a {
    color: #000;
    background-color: #f7f7f7;
    border-color: transparent; }
    body.black-theme .post-navigation .nav-links a:hover,
    body.black-theme .posts-navigation .nav-links a:hover {
      color: #f7f7f7;
      background-color: #000; }
  body.black-theme footer.page-footer {
    background-color: #000; }
    body.black-theme footer.page-footer .footer-copyright,
    body.black-theme footer.page-footer a,
    body.black-theme footer.page-footer a:hover {
      color: #FFF; }
    body.black-theme footer.page-footer a:hover {
      opacity: .8; }
