/**
 * Table of Contents
 *
 * 1.0 - Bootstrap
 *   1.1 - Normalize
 *   1.2 - Scaffolding
 *   1.3 - Typography
 *   1.4 - Code
 *   1.5 - Grid System
 *   1.6 - Buttons
 *   1.7 - Embeds responsive
 *   1.8 - Utility Classes
 *   1.9 - Responsive: Utility Classes
 * 2.0 - Scaffolding [Theme specific scaffolding]
 * 3.0 - WordPress Core
 * 4.0 - Layout
 * 5.0 - Slidable Sidebar
 * 6.0 - Button
 * 7.0 - Pagination
 * 8.0 - Scroll To Top
 * 9.0 - Header
 *   9.1 - Social Navigation
 *   9.2 - Search
 *   9.3 - Site Branding
 *   9.4 - Main Navigation
 * 10.0 - Mean Menu
 * 11.0 - Footer
 * 12.0 - Banner
 * 13.0 - Intro
 * 14.0 - Post Carousel
 * 15.0 - Contact Page
 * 16.0 - Blog
 *    16.1 - Blog Single
 *    16.2 - Comments
 *    16.3 - Respond
 * 17.0 - Blog Variation One
 * 18.0 - Blog Variation Three
 * 19.0 - Blog Variation Four
 * 20.0 - 404 Page
 * 21.0 - Widgets
 * 22.0 - Shortcodes
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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-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;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.875;
  color: #4b4b4b;
  background-color: #f2f2f2;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4b4b4b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.875;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3125;
  color: #000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 75%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.post-author-section small,
.btn,
.pagination,
.site-title,
.main-navigation div.primary-menu > ul > li > a,
.main-navigation .primary-menu > li > a,
.main-navigation div.primary-menu > ul .children a,
.main-navigation .primary-menu .children a,
.main-navigation div.primary-menu > ul .sub-menu a,
.main-navigation .primary-menu .sub-menu a,
.post-meta-common .entry-meta,
.position-cat-link .cat-links:not(:empty),
cite,
.inspiry-blog-single-one .entry-footer h4,
.inspiry-blog-single-one .related-posts h3,
.inspiry-blog-single-one .similar-posts-title,
.inspiry-blog-single-one .inspiry-post-share-title,
.about-author .author-name,
#comments-title,
.inspiry-blog-single-one #reply-title,
.page #reply-title,
.post-carousel .cat-links:not(:empty),
button[type="submit"],
input[type="submit"],
.post-common .entry-meta,
.blog-post .cat-links:not(:empty),
.single-post .entry-meta,
.single-post .cat-links:not(:empty),
.widget-post-content .entry-meta,
.top-posts-carousel .top-post-cat-links:not(:empty),
.top-posts-carousel .top-post-entry-meta,
.null-instagram-feed p a {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 1.875;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.875;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.875;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.875;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn,
button[type="submit"],
input[type="submit"],
.null-instagram-feed p a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.875;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.null-instagram-feed p a:focus,
.null-instagram-feed p a:active:focus,
.null-instagram-feed p a.active:focus,
.null-instagram-feed p a.focus,
.null-instagram-feed p a:active.focus,
.null-instagram-feed p a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.null-instagram-feed p a:hover,
.null-instagram-feed p a:focus,
.null-instagram-feed p a.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.null-instagram-feed p a:active,
.null-instagram-feed p a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.null-instagram-feed p a.disabled,
.null-instagram-feed p a[disabled],
fieldset[disabled] .null-instagram-feed p a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn,
a.null-instagram-feed p a.disabled,
fieldset[disabled] a.null-instagram-feed p a {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #000;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #4b4b4b;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*-----------------------------------------------------------------------------------*/
/* 2.0 - Scaffolding
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
}
dl,
ul,
ol {
  margin-bottom: 20px;
}
dd {
  margin-left: 15px;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
td,
th {
  padding: 5px 8px;
  border: 1px solid transparent;
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus,
.btn:focus,
input[type="submit"]:focus,
.null-instagram-feed p a:focus {
  outline: none;
  outline-offset: 0;
}
iframe {
  display: block;
  width: 100%;
}
a:focus {
  outline: none;
}
pre {
  white-space: pre-wrap;
}
.btn-transition,
.btn,
.main-navigation div.primary-menu > ul a,
.main-navigation .primary-menu a,
.position-cat-link .cat-links:not(:empty),
.error-404 .back-to-home,
.tagcloud a,
.widget-post-image:hover img,
.instagram-pics li a,
.widget_search input[type="submit"],
.post-carousel .cat-links:not(:empty),
button[type="submit"],
input[type="submit"],
.blog-post .cat-links:not(:empty),
.single-post .cat-links:not(:empty),
.tag-links a,
.top-posts-carousel .top-post-cat-links:not(:empty),
.null-instagram-feed p a,
.jetpack_subscription_widget input[type="submit"] {
  transition: all 0.1s linear;
}
a,
.text-transition {
  transition: color 0.1s linear;
}
.alter-font-family,
.post-author-section small,
.btn,
.pagination,
.site-title,
.main-navigation,
.site-footer,
.post-carousel .read-more-text,
.post-meta-common .entry-meta,
.position-cat-link .cat-links:not(:empty),
cite,
.inspiry-blog-variation-three .site-main .read-more-text,
.error-404 small,
.widget_latest_tweets_widget .tweet-details,
.instagram-feeds .widget-title,
.post-carousel .cat-links:not(:empty),
button[type="submit"],
input[type="submit"],
.post-common .entry-meta,
.blog-post .cat-links:not(:empty),
.single-post .entry-meta,
.single-post .cat-links:not(:empty),
.widget-post-content .entry-meta,
.top-posts-carousel .top-post-cat-links:not(:empty),
.top-posts-carousel .top-post-entry-meta,
.null-instagram-feed p a {
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vertically-middle-content,
.site-branding,
.main-navigation,
.main-navigation div.primary-menu > ul,
.main-navigation .primary-menu {
  display: inline-block;
  vertical-align: middle;
}
.list-style-reset,
.social-links-menu,
.main-navigation ul,
.commentlist,
.commentlist .children,
.widget ul,
.tabs-container .tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qe-faqs-toggles-group {
  margin-bottom: 35px;
}
.qe-testimonial-wrapper .qe-testimonial-img {
  margin-bottom: 12px;
}
.qe-testimonial-wrapper .qe-testimonial-img img {
  border: 5px solid transparent;
}
.qe-testimonial-wrapper .qe-testimonial-text {
  margin: 7px 0 0;
}
.qe-testimonial-wrapper .qe-testimonial-byline {
  font-weight: 500;
}
.qe-testimonial-text:before {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  margin: 0 auto 15px;
}
/*-----------------------------------------------------------------------------------*/
/* 3.0 - WordPress Core
/*-----------------------------------------------------------------------------------*/
.alignnone {
  margin: 5px 30px 30px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 25px 30px;
}
.alignleft {
  float: left;
  margin: 5px 30px 25px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 25px 30px;
}
a img.alignnone {
  margin: 5px 30px 30px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 30px 25px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid transparent;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 30px 30px 0;
}
.wp-caption.alignleft {
  margin: 5px 30px 30px 0;
}
.wp-caption.alignright {
  margin: 5px 0 30px 30px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* 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 {
  border-radius: 3px;
  clip: auto !important;
  display: block;
  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. */
}
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  width: 100%;
  margin: 0;
}
.wp-caption-text {
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  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-icon img {
  margin: 0 auto;
}
.gallery-caption {
  display: block;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/* 4.0 - Layouts
/*-----------------------------------------------------------------------------------*/
.site-content {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .site-content {
    margin-bottom: 30px;
  }
}
.col-centered {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.page-title {
  margin-bottom: 25px;
  font-size: 32px;
}
@media (min-width: 480px) {
  .page-title {
    font-size: 38px;
  }
}
.content-area-mixin,
.floated-area .content-area,
.none-floated-area .content-area,
.search-no-results .no-results {
  padding: 50px;
}
.content-area-mixin .post-thumbnail,
.floated-area .content-area .post-thumbnail,
.none-floated-area .content-area .post-thumbnail,
.search-no-results .no-results .post-thumbnail {
  margin: -50px -50px 0;
}
.content-area-mixin .post-thumbnail img,
.floated-area .content-area .post-thumbnail img,
.none-floated-area .content-area .post-thumbnail img,
.search-no-results .no-results .post-thumbnail img {
  width: 100%;
}
.site-content .content-width,
.candor-content-fullwidth .content-area {
  padding-right: 40px;
  padding-left: 40px;
}
.site-content .content-width .post-thumbnail,
.candor-content-fullwidth .content-area .post-thumbnail {
  margin-right: -40px;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .site-content .content-width,
  .candor-content-fullwidth .content-area {
    padding-right: 60px;
    padding-left: 60px;
  }
  .site-content .content-width .post-thumbnail,
  .candor-content-fullwidth .content-area .post-thumbnail {
    margin-right: -60px;
    margin-left: -60px;
  }
}
@media (min-width: 992px) {
  .site-content .content-width,
  .candor-content-fullwidth .content-area {
    padding-right: 145px;
    padding-left: 145px;
  }
  .site-content .content-width .post-thumbnail,
  .candor-content-fullwidth .content-area .post-thumbnail {
    margin-right: -145px;
    margin-left: -145px;
  }
}
@media (min-width: 1200px) {
  .site-content .content-width,
  .candor-content-fullwidth .content-area {
    padding-right: 245px;
    padding-left: 245px;
  }
  .site-content .content-width .post-thumbnail,
  .candor-content-fullwidth .content-area .post-thumbnail {
    margin-right: -245px;
    margin-left: -245px;
  }
}
.floated-area .content-area {
  margin-top: -120px;
}
@media (min-width: 768px) {
  .floated-area .content-area {
    margin-top: -140px;
  }
}
.no-results input[type="text"],
.no-results input[type="search"] {
  width: 60%;
  padding-top: 13px;
  padding-bottom: 13px;
  vertical-align: middle;
}
.no-results input[type="submit"] {
  padding-top: 18px;
  padding-bottom: 13px;
}
.page.none-floated-area .content-area .post-thumbnail,
.page.floated-area .content-area .post-thumbnail {
  margin-bottom: 35px;
}
/* Author Section */
.post-author-section,
.search-section,
.category-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-author-section .thumbnail {
  text-align: center;
  border-radius: 50%;
}
@media (min-width: 470px) {
  .post-author-section .thumbnail {
    float: left;
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .post-author-section .thumbnail {
    margin-right: 30px;
  }
}
.post-author-section img {
  border-radius: 50%;
}
.post-author-section .author-info {
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 470px) {
  .post-author-section .author-info {
    display: table;
    padding-top: 38px;
    text-align: left;
  }
}
.post-author-section .author-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1;
}
.post-author-section small {
  display: block;
  font-size: 14px;
}
.post-author-section .social-networks {
  margin-top: 5px;
}
.post-author-section .social-networks a {
  display: inline-block;
  margin-right: 20px;
}
.post-author-section .social-networks a:last-child {
  margin-right: 0;
}
.post-author-section .author-details {
  padding-top: 30px;
  padding-left: 22px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .post-author-section .author-details {
    padding-top: 35px;
  }
}
.post-author-section p {
  margin-bottom: 0;
}
/* Search Section */
.search-section .search-term {
  margin-bottom: 0;
  text-transform: capitalize;
}
.search-section .fa-search {
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-size: 18px;
}
/* Category Section */
.category-section {
  text-align: center;
}
.category-section .category-title {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1;
}
.category-section p {
  margin-top: 20px;
  margin-bottom: 0;
}
.candor-content-fullwidth {
  width: 100%;
}
.wp-block-columns .wp-block-column {
  padding-left: 15px;
  padding-right: 15px;
}
/*-----------------------------------------------------------------------------------*/
/* 5.0 - Slidable Sidebar
/*-----------------------------------------------------------------------------------*/
.slidable-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  padding: 60px 35px 40px;
  overflow-y: auto;
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 991px) {
  .slidable-sidebar {
    z-index: 3000;
    width: 400px;
    border-left: 1px solid transparent;
  }
}
.slidable-sidebar.show {
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.slidable-sidebar .close-slidable-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
}
.slidable-sidebar .sidebar {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .slidable-sidebar .sidebar {
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  .page-wrapper {
    position: relative;
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: left 0.5s ease-in-out;
  }
  .page-wrapper.slide {
    left: -400px;
  }
}
/*-----------------------------------------------------------------------------------*/
/* 6.0 - Button
/*-----------------------------------------------------------------------------------*/
.btn,
button[type="submit"],
input[type="submit"],
.null-instagram-feed p a {
  padding: 12px 30px 8px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
}
.btn-xs {
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 11px;
}
.btn-sm {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 12px;
}
.btn-lg {
  padding-top: 14px;
  padding-bottom: 8px;
  font-size: 14px;
}
/*-----------------------------------------------------------------------------------*/
/* 7.0 - Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
}
.pagination a {
  font-weight: 700;
}
.pagination .prev,
.pagination .next {
  display: block;
}
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
.page-numbers {
  display: none;
}
.page-links {
  padding: 0 10px;
  border: 1px solid transparent;
}
/*-----------------------------------------------------------------------------------*/
/* 8.0 - Scroll To Top
/*-----------------------------------------------------------------------------------*/
#scroll-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 13px;
  z-index: 9999;
  height: 42px;
  width: 42px;
  line-height: 36px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.25s ease-in-out;
}
/*-----------------------------------------------------------------------------------*/
/* 9.0 - Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 700px) {
  .site-header {
    text-align: center;
  }
}
@media (min-width: 700px) {
  .header-left,
  .header-center,
  .header-right {
    float: left;
  }
  .header-right {
    text-align: right;
  }
}
@media (min-width: 700px) {
  .left-aligned-header .header-left,
  .left-aligned-header .header-right {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .left-aligned-header .header-left {
    width: 70%;
  }
  .left-aligned-header .header-right {
    width: 30%;
  }
}
@media (min-width: 700px) {
  .center-aligned-header .header-center,
  .center-aligned-header .header-right {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .center-aligned-header .header-left,
  .center-aligned-header .header-right {
    width: 40%;
  }
  .center-aligned-header .header-center {
    width: 20%;
    margin-top: 11px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .center-aligned-header .site-branding:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    margin: 2px auto 0;
  }
}
.positioned-site-header .site-header {
  position: absolute;
  top: auto;
  z-index: 100;
  width: 100%;
  background-color: transparent;
}
/*-----------------------------------------------------------------------------------*/
/* 9.1 - Social Navigation
/*-----------------------------------------------------------------------------------*/
.social-links-menu {
  font-size: 16px;
}
@media (min-width: 992px) {
  .social-links-menu {
    margin-top: 10px;
  }
}
.social-links-menu li {
  position: relative;
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}
@media (min-width: 700px) {
  .social-links-menu li:first-child {
    margin-left: 0;
  }
  .social-links-menu li:last-child {
    margin-right: 0;
  }
}
/*-----------------------------------------------------------------------------------*/
/* 9.2 - Search
/*-----------------------------------------------------------------------------------*/
.mobile-menu {
  position: relative;
}
.mobile-menu .search-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999999;
  width: 50px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
}
.search-overlay .close-search {
  position: absolute;
  font-size: 28px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.search-overlay form {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 90%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .search-overlay form {
    width: 70%;
  }
}
@media (min-width: 1199px) {
  .search-overlay form {
    width: 50%;
  }
}
.search-overlay .fa-search {
  position: absolute;
  top: 0;
  left: 0;
  padding: 28px 25px;
  font-size: 28px;
}
@media (max-width: 480px) {
  .search-overlay .fa-search {
    padding: 22px;
    font-size: 18px;
  }
}
.search-overlay .search-field {
  width: 100%;
  padding: 19px 20px 20px 80px;
  font-size: 32px;
  border: none;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .search-overlay .search-field {
    padding-left: 65px;
    font-size: 18px;
  }
}
.inner-screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* 9.3 - Site Branding
/*-----------------------------------------------------------------------------------*/
@media (max-width: 700px) {
  .site-branding {
    margin-bottom: 10px;
  }
}
.site-branding img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
/*-----------------------------------------------------------------------------------*/
/* 9.5 - Main Navigation
/*-----------------------------------------------------------------------------------*/
.site-branding + .main-navigation:before {
  content: "";
  display: block;
  float: left;
  height: 13px;
  margin: 17px 20px 0;
  border-left: 1px solid transparent;
}
@media (min-width: 1200px) {
  .site-branding + .main-navigation:before {
    margin-right: 28px;
    margin-left: 28px;
  }
}
.main-navigation {
  position: relative;
  font-size: 14px;
}
.main-navigation div.primary-menu > ul > li,
.main-navigation .primary-menu > li {
  float: left;
}
.main-navigation div.primary-menu > ul > li > a,
.main-navigation .primary-menu > li > a {
  margin-right: 20px;
  padding: 13px 0;
}
@media (min-width: 1200px) {
  .main-navigation div.primary-menu > ul > li > a,
  .main-navigation .primary-menu > li > a {
    margin-right: 28px;
  }
}
.main-navigation div.primary-menu > ul > li:last-child > a,
.main-navigation .primary-menu > li:last-child > a {
  margin-right: 0;
}
.main-navigation div.primary-menu > ul > .page_item_has_children:hover > a:before,
.main-navigation .primary-menu > .page_item_has_children:hover > a:before,
.main-navigation div.primary-menu > ul > .menu-item-has-children:hover > a:before,
.main-navigation .primary-menu > .menu-item-has-children:hover > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.main-navigation div.primary-menu > ul li,
.main-navigation .primary-menu li {
  position: relative;
}
.main-navigation div.primary-menu > ul a,
.main-navigation .primary-menu a {
  display: block;
  font-weight: 700;
}
.main-navigation div.primary-menu > ul .children,
.main-navigation .primary-menu .children,
.main-navigation div.primary-menu > ul .sub-menu,
.main-navigation .primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 500;
  width: 220px;
  padding: 15px 0 10px;
}
.main-navigation div.primary-menu > ul .children a,
.main-navigation .primary-menu .children a,
.main-navigation div.primary-menu > ul .sub-menu a,
.main-navigation .primary-menu .sub-menu a {
  padding: 12px 20px;
  line-height: 1;
}
.main-navigation div.primary-menu > ul .children .children,
.main-navigation .primary-menu .children .children,
.main-navigation div.primary-menu > ul .sub-menu .children,
.main-navigation .primary-menu .sub-menu .children,
.main-navigation div.primary-menu > ul .children .sub-menu,
.main-navigation .primary-menu .children .sub-menu,
.main-navigation div.primary-menu > ul .sub-menu .sub-menu,
.main-navigation .primary-menu .sub-menu .sub-menu {
  top: 0;
  left: 220px;
}
/*-----------------------------------------------------------------------------------*/
/* 10.0 - Mean Menu
/*-----------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal {
  border-right: 1px solid transparent;
}
.mean-container .mean-bar {
  padding: 0;
  border-bottom: 1px solid transparent !important;
}
.mean-container .mean-nav {
  margin-top: 46px;
}
.mean-container .mean-nav ul li a {
  border-top: 1px solid transparent;
}
.mean-container .mean-nav ul li a.mean-expand {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-left: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid transparent;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li li li a {
  padding-top: 9px;
  padding-bottom: 9px;
}
/*-----------------------------------------------------------------------------------*/
/* 11.0 - Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  padding: 22px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
  font-weight: 600;
}
/*-----------------------------------------------------------------------------------*/
/* 12.0 - Banner
/*-----------------------------------------------------------------------------------*/
.banner {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner {
    max-height: 135px;
  }
}
@media (min-width: 1199px) {
  .banner {
    min-height: 210px;
  }
}
.banner > img {
  width: 100%;
}
.banner .container {
  position: relative;
}
.banner .blog-post {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 556px;
  padding-bottom: 55px;
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
@media (min-width: 1200px) {
  .banner .blog-post {
    top: 55%;
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }
}
.banner .blog-post .cat-links {
  max-height: 95px;
  overflow-y: hidden;
}
.banner .blog-post .entry-title {
  margin-bottom: 16px;
}
.banner .blog-post .entry-header {
  padding-top: 54px;
}
.banner .blog-post .entry-summary {
  padding-top: 15px;
}
.banner .intro {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 556px;
  padding: 35px;
  text-align: center;
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
@media (min-width: 991px) {
  .banner .intro {
    padding: 50px;
  }
}
.page-head {
  position: relative;
  z-index: -1;
  min-height: 160px;
  overflow: hidden;
}
@media (min-width: 1199px) {
  .page-head {
    min-height: 210px;
  }
}
.banner-overlay .banner:before,
.banner-overlay .page-head:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
}
@media (max-width: 767px) {
  .banner-overlay .banner:before,
  .banner-overlay .page-head:before {
    height: 100%;
  }
}
.banner-overlay .page-head:before {
  height: 120%;
}
/*-----------------------------------------------------------------------------------*/
/* 13.0 - Intro
/*-----------------------------------------------------------------------------------*/
.intro {
  text-align: center;
}
.intro-title {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 991px) {
  .intro-title {
    font-size: 38px;
  }
}
.intro-description {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1199px) {
  .inspiry-blog-variation-one .intro {
    text-align: left;
  }
}
.inspiry-blog-variation-one .intro,
.inspiry-blog-variation-four .intro {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1199px) {
  .inspiry-blog-variation-one .intro,
  .inspiry-blog-variation-four .intro {
    padding-bottom: 85px;
  }
  .inspiry-blog-variation-one .intro-title,
  .inspiry-blog-variation-four .intro-title {
    margin-bottom: 0;
    font-size: 60px;
  }
  .inspiry-blog-variation-one .intro-description,
  .inspiry-blog-variation-four .intro-description {
    font-size: 18px;
  }
  .inspiry-blog-variation-one .intro .col-description,
  .inspiry-blog-variation-four .intro .col-description {
    margin-top: 26px;
    padding-left: 25px;
  }
}
.inspiry-blog-variation-four .intro-inner {
  max-width: 750px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1199px) {
  .inspiry-blog-variation-four .intro-title {
    margin-bottom: 5px;
  }
}
/*-----------------------------------------------------------------------------------*/
/* 14.0 - Post Carousel
/*-----------------------------------------------------------------------------------*/
.post-carousel .hentry {
  position: relative;
}
.post-carousel .post-thumbnail,
.post-carousel .entry-header,
.post-carousel .inner-wrapper {
  transition: all 0.4s ease;
}
.post-carousel .inner-wrapper {
  padding: 0 25px;
}
.post-carousel .entry-header {
  padding: 20px 0 7px;
}
.post-carousel .cat-links {
  max-height: 74px;
  overflow-y: hidden;
}
.post-carousel .entry-summary {
  padding-bottom: 20px;
}
.post-carousel .entry-title {
  margin-bottom: 0;
  font-size: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.post-carousel p {
  display: inline;
  margin-bottom: 0;
}
.post-carousel .read-more-text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .post-carousel .hentry:hover .post-thumbnail {
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  .post-carousel .hentry:hover .inner-wrapper {
    bottom: 0 !important;
  }
  .post-carousel .hentry:hover .entry-header {
    padding-bottom: 7px;
  }
  .post-carousel .inner-wrapper {
    position: absolute;
    width: 100%;
  }
  .post-carousel .entry-header {
    padding-bottom: 20px;
  }
}
/* Owl Carousel */
.owl-carousel .owl-item {
  z-index: 1;
  overflow: hidden;
}
.owl-carousel .owl-item img {
  height: auto;
}
.owl-carousel {
  overflow: hidden;
  position: relative;
}
.owl-carousel:hover .owl-prev {
  left: 0;
}
.owl-carousel:hover .owl-next {
  right: 0;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 40%;
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
}
.owl-carousel .owl-prev {
  left: -60px;
}
.owl-carousel .owl-next {
  right: -60px;
}
.owl-carousel .fa-chevron-left,
.owl-carousel .fa-chevron-right {
  position: relative;
}
.owl-carousel .fa-chevron-left {
  left: -1px;
}
.owl-carousel .fa-chevron-right {
  right: -2px;
}
@media (min-width: 991px) {
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    top: 50%;
    margin-top: -25px;
  }
}
/*-----------------------------------------------------------------------------------*/
/* 15.0 - Contact Page
/*-----------------------------------------------------------------------------------*/
label {
  font-size: 14px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  padding: 9px 10px;
  font-size: 14px;
  line-height: normal;
  border: 1px solid transparent;
}
.input-width,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
  width: 50%;
}
@media (max-width: 767px) {
  .input-width,
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"] {
    width: 100%;
  }
}
.textarea-width,
textarea {
  width: 80%;
}
@media (max-width: 767px) {
  .textarea-width,
  textarea {
    width: 100%;
  }
}
textarea {
  display: block;
  height: 130px;
}
button[type="submit"],
input[type="submit"] {
  padding-top: 16px;
  padding-bottom: 12px;
  line-height: 1;
}
.contact-form,
.wpcf7-form,
.ninja-forms-form {
  margin-top: 5px;
  padding-top: 25px;
  border-top: 1px solid transparent;
}
.contact-form label {
  display: block;
}
.contact-form p label span {
  margin-left: 3px;
}
.contact-form p input[type=text] {
  margin-bottom: 0;
}
.contact-form input[type="submit"] {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .contact-form input[type=email],
  .contact-form input[type=text],
  .contact-form textarea,
  .contact-form p textarea,
  .contact-form div textarea {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form p {
  font-size: 14px;
}
.wpcf7 .ajax-loader {
  display: inline-block;
}
.wpcf7 .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.ninja-forms-required-items {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ninja-forms-cont .ninja-forms-form input:not([type="submit"]) {
    width: 50%;
  }
  .ninja-forms-cont .ninja-forms-form .textarea-wrap textarea {
    width: 80%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  button,
  input:not([type="radio"]),
  input:not([type="checkbox"]),
  textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
}
/*-----------------------------------------------------------------------------------*/
/* 16.0 - Blog
/*-----------------------------------------------------------------------------------*/
.post-thumbnail {
  position: relative;
  text-align: center;
}
.post-thumbnail img {
  display: inline-block;
}
.entry-header {
  position: relative;
  z-index: 25;
}
.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* common styles for every post */
.entry-title {
  word-break: break-word;
}
.post-common .entry-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 767px) {
  .post-common .entry-title {
    font-size: 32px;
  }
}
/* Specific post styles class */
.blog-post {
  padding-bottom: 64px;
  text-align: center;
}
.blog-post .post-content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 767px) {
  .blog-post .post-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.blog-post .entry-header {
  padding-top: 62px;
}
.blog-post .entry-summary {
  padding-top: 18px;
}
.blog-post p {
  margin-bottom: 0;
}
.blog-post .read-more-text {
  margin-top: 35px;
}
.blog-post.format-aside:not(.has-post-thumbnail) .cat-links,
.blog-post.format-standard:not(.has-post-thumbnail) .cat-links {
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.blog-post.format-aside:not(.has-post-thumbnail) .entry-header,
.blog-post.format-standard:not(.has-post-thumbnail) .entry-header {
  margin-top: 65px;
}
/* Post Scaffolding */
.post-meta-common .entry-meta,
.post-common .entry-meta,
.single-post .entry-meta,
.widget-post-content .entry-meta,
.top-posts-carousel .top-post-entry-meta {
  font-size: 14px;
  overflow: hidden;
}
.meta-separator,
.single-post .entry-meta-item:not(.cat-links) + .entry-meta-item:before,
.inspiry-blog-variation-one .entry-meta-item:not(.cat-links) + .entry-meta-item:before,
.inspiry-blog-variation-two .entry-meta-item:not(.cat-links) + .entry-meta-item:before,
.inspiry-blog-variation-three .entry-meta-item + .entry-meta-item:before,
.col-post .post-meta-common span + span:before,
.top-posts-carousel .top-post-meta-item + .top-post-meta-item:before,
.col-post .post-common span + span:before,
.col-post .single-post span + span:before,
.col-post .widget-post-content span + span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: -4px 10px 0 6px;
  border-radius: 50%;
}
.position-cat-link .cat-links:not(:empty),
.post-carousel .cat-links:not(:empty),
.blog-post .cat-links:not(:empty),
.single-post .cat-links:not(:empty),
.top-posts-carousel .top-post-cat-links:not(:empty) {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 6px 20px 3px;
  font-size: 12px;
  font-weight: 600;
}
.left-position-cat-link .cat-links,
.post-carousel .cat-links {
  left: 0;
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.center-position-cat-link .cat-links,
.blog-post .cat-links,
.single-post .cat-links,
.top-posts-carousel .top-post-cat-links {
  left: 50%;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.multiple-post-categories .cat-links {
  display: none;
  height: 30px;
  overflow: hidden;
}
/* Sticky Post */
.sticky {
  position: relative;
}
.sticky:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  border-top: 55px solid transparent;
  border-right: 55px solid transparent;
}
.sticky:after {
  content: "\f08d";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 8px;
  left: 11px;
  z-index: 200;
  -ms-transform: rotate(-48deg);
  transform: rotate(-48deg);
}
/*-----------------------------------------------------------------------------------*/
/* 16.1 - Blog Single
/*-----------------------------------------------------------------------------------*/
.single-post .entry-header {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.single-post .entry-title {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 767px) {
  .single-post .entry-title {
    font-size: 40px;
  }
}
.single-post .entry-content > p {
  margin-bottom: 30px;
}
.single-post blockquote,
.single-post .wp-block-quote {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 26px;
  font-style: italic;
  line-height: 1.5;
}
@media (max-width: 380px) {
  .single-post blockquote,
  .single-post .wp-block-quote {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
  }
}
.single-post blockquote cite,
.single-post .wp-block-quote cite {
  display: block;
  margin-top: 10px;
  font-weight: 500;
}
.single-post blockquote p,
.single-post .wp-block-quote p {
  margin-bottom: 0;
}
cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
.single-post-variation-one {
  margin-bottom: 50px;
}
.single-post-variation-one .entry-footer {
  margin-top: 20px;
  padding-top: 50px;
  border-top: 1px solid transparent;
}
.single-post-variation-two {
  margin-bottom: 50px;
}
.single-post-variation-two .entry-footer {
  margin-top: 20px;
}
.single-post-variation-two .tag-links a {
  padding-top: 2px;
  padding-bottom: 2px;
}
.single-post-variation-one.format-standard:not(.has-post-thumbnail) .entry-header,
.single-post-variation-two.format-standard:not(.has-post-thumbnail) .entry-header {
  margin-top: 50px;
}
.inspiry-blog-single-one .entry-footer h4,
.inspiry-blog-single-one .related-posts h3,
.inspiry-blog-single-one .similar-posts-title,
.inspiry-blog-single-one .inspiry-post-share-title {
  font-weight: 500;
}
.entry-footer h4,
.related-posts h3,
.similar-posts-title,
.inspiry-post-share-title {
  font-size: 18px;
}
.tag-links {
  display: inline-block;
}
.tag-links a {
  text-transform: capitalize;
}
.tag-links a:last-child {
  margin-right: 0;
}
.inspiry-post-share {
  margin-bottom: 60px;
  padding-top: 60px;
  border-top: 1px solid transparent;
}
.inspiry-post-share-links {
  line-height: 1;
}
.inspiry-post-share-links a {
  display: inline-block;
  margin-right: 22px;
}
.similar-posts {
  margin-bottom: 50px;
  padding-top: 60px;
  padding-bottom: 16px;
  border-top: 1px solid transparent;
}
@media (max-width: 320px) {
  .similar-posts .col-xs-6 {
    width: 100%;
  }
  .similar-posts .col-xs-6:first-child {
    margin-bottom: 30px;
  }
}
.related-posts {
  padding-top: 60px;
  margin-bottom: 50px;
  border-top: 1px solid transparent;
}
.related-posts .title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .related-posts .col-sm-6:not(:last-child) {
    margin-bottom: 30px;
  }
}
.post-navigation-with-image {
  text-align: center;
}
.post-navigation-with-image a {
  position: relative;
  display: block;
}
.post-navigation-with-image img {
  width: 100%;
}
.post-navigation-with-image img + .meta-nav {
  position: absolute;
  bottom: 0;
  padding: 7px 24px 4px;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media (max-width: 480px) {
  .post-navigation-with-image img + .meta-nav {
    position: relative;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.post-navigation-with-image .fa {
  font-size: 14px;
}
.post-navigation-with-title {
  border-top: 1px solid transparent;
}
.post-navigation-with-title .post-title {
  word-wrap: break-word;
}
.post-navigation-with-title .meta-nav {
  display: block;
}
.post-navigation-with-title .nav-previous,
.post-navigation-with-title .nav-next {
  padding-top: 40px;
  padding-bottom: 40px;
}
.post-navigation-with-title .nav-previous {
  padding-right: 10px;
}
.post-navigation-with-title .nav-next {
  padding-left: 10px;
  text-align: right;
  border-left: 1px solid transparent;
}
.post-navigation-with-title .nav-previous,
.post-navigation-with-title .nav-next {
  width: 50%;
}
.post-navigation-with-title .nav-previous {
  float: left;
}
.post-navigation-with-title .nav-next {
  float: right;
}
.about-author {
  margin-bottom: 50px;
  padding-top: 60px;
  padding-bottom: 10px;
  border-top: 1px solid transparent;
}
@media (max-width: 599px) {
  .about-author {
    text-align: center;
  }
}
.about-author .author-name {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
}
.about-author .image-thumb {
  margin-bottom: 30px;
}
.about-author .image-thumb img {
  border-radius: 50%;
}
@media (min-width: 600px) {
  .about-author .image-thumb {
    float: left;
    margin: 2px 42px 0 0;
  }
}
.about-author .author-info {
  display: table;
}
.about-author p {
  margin-bottom: 0;
}
.about-author .social-networks {
  margin-top: 20px;
  line-height: 1;
}
.about-author .social-networks a {
  display: inline-block;
  margin-top: 14px;
  margin-right: 15px;
}
.about-author .social-networks a:last-child {
  margin-right: 0;
}
.post-password-form label {
  vertical-align: middle;
}
.post-password-form input[type="text"],
.post-password-form input[type="password"] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.post-password-form input[type="submit"] {
  padding-top: 18px;
  padding-bottom: 13px;
  vertical-align: middle;
}
.aligncenter,
div.aligncenter {
  margin-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/
/* 16.2 - Comments
/*-----------------------------------------------------------------------------------*/
#comments-title {
  margin-bottom: 50px;
  font-size: 18px;
}
.commentlist {
  overflow: hidden;
  margin-bottom: 52px;
  padding-bottom: 50px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 599px) {
  .commentlist {
    text-align: center;
  }
}
.comment-body ul,
.comment-body ol {
  margin-bottom: 20px;
}
.comment-body ul ul,
.comment-body ol ul,
.comment-body ul ol,
.comment-body ol ol {
  margin-bottom: 0;
}
.page-template #comments {
  padding-top: 35px;
}
#comments {
  padding-top: 60px;
  border-top: 1px solid transparent;
}
#comments .comment {
  display: block;
}
#comments .comment-body {
  margin-bottom: 15px;
}
#comments .author-photo {
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 600px) {
  #comments .author-photo {
    float: left;
    margin: 28px 15px 25px 0;
  }
}
#comments .author-photo img {
  box-sizing: content-box;
  border-radius: 50%;
}
#comments .author-photo img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#comments .comment-wrapper {
  position: relative;
  padding: 20px 30px;
}
@media (min-width: 600px) {
  #comments .comment-wrapper {
    margin-left: 110px;
  }
  #comments .comment-wrapper:after,
  #comments .comment-wrapper:before {
    content: " ";
    position: absolute;
    right: 100%;
    top: 50px;
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
  }
  #comments .comment-wrapper:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 9px;
    margin-top: -9px;
  }
  #comments .comment-wrapper:before {
    border-color: rgba(215, 215, 215, 0);
    border-width: 10px;
    margin-top: -10px;
  }
}
#comments .comment-author,
#comments .reply {
  display: inline-block;
}
#comments .reply:before {
  content: "-";
}
#comments .fn {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 18px;
}
#comments .pingback {
  list-style: none;
  padding: 0 0 20px 0;
  line-height: 1.4;
}
#comments .pingback p {
  margin-bottom: 0;
}
#comments time {
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #comments .depth-2 article {
    margin-left: 111px;
  }
}
@media (min-width: 991px) {
  #comments .depth-3 article {
    margin-left: 222px;
  }
}
@media (min-width: 1200px) {
  #comments .depth-4 article {
    margin-left: 333px;
  }
}
.bypostauthor .comment-wrapper {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.inspiry-blog-single-one #comments .comment-wrapper,
.page #comments .comment-wrapper {
  border: 1px solid transparent;
}
.inspiry-blog-single-two #comments-title {
  display: none;
}
.inspiry-blog-single-two .commentlist {
  margin-bottom: 0;
  border-bottom: none;
}
.inspiry-blog-single-two #reply-title {
  font-size: 28px;
}
/*-----------------------------------------------------------------------------------*/
/* 16.3 - Respond
/*-----------------------------------------------------------------------------------*/
#reply-title {
  font-size: 18px;
}
#cancel-comment-reply-link {
  font-weight: 700;
  margin-left: 15px;
}
#respond .comment-notes {
  margin-bottom: 30px;
}
#respond label {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 991px) {
  #respond input[type="text"],
  #respond input[type="url"],
  #respond input[type="email"] {
    width: 45%;
  }
}
#respond textarea {
  resize: vertical;
}
@media (min-width: 768px) {
  #respond textarea {
    width: 100%;
  }
}
#respond input[type="submit"] {
  margin-top: 7px;
}
.comment-subscription-form {
  margin-top: 14px;
  margin-bottom: 0;
  line-height: 1;
}
.form-allowed-tags {
  font-size: 15px;
}
/*-----------------------------------------------------------------------------------*/
/* 17.0 - Blog Variation One
/*-----------------------------------------------------------------------------------*/
.inspiry-blog-variation-one .format-standard:not(.has-post-thumbnail),
.inspiry-blog-variation-two .format-standard:not(.has-post-thumbnail) {
  border-top: 1px solid transparent;
}
.inspiry-blog-variation-one .entry-meta-item + .entry-meta-item {
  font-style: italic;
}
/*-----------------------------------------------------------------------------------*/
/* 18.0 - Blog Variation Three
/*-----------------------------------------------------------------------------------*/
.inspiry-blog-variation-three .sticky:before {
  display: none;
}
.inspiry-blog-variation-three .sticky:after {
  top: 4px;
  right: -6px;
  left: auto;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inspiry-blog-variation-three .banner .cat-links + span:before {
  display: none;
}
.inspiry-blog-variation-three .site-main .hentry {
  margin-bottom: 43px;
  padding-bottom: 43px;
  border-bottom: 1px solid transparent;
}
.inspiry-blog-variation-three .site-main .entry-meta {
  margin-bottom: 14px;
}
.inspiry-blog-variation-three .site-main p {
  margin-bottom: 25px;
}
.inspiry-blog-variation-three .site-main .read-more-text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
/*-----------------------------------------------------------------------------------*/
/* 19.0 - Blog Variation Four
/*-----------------------------------------------------------------------------------*/
.inspiry-blog-variation-four .paging-navigation {
  display: none;
}
.col-post {
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .col-post {
    width: 100%;
  }
  .col-post img {
    width: 100%;
  }
}
.col-post .post-content-wrapper {
  padding: 18px 28px 25px;
}
.col-post .entry-header {
  margin-bottom: 10px;
}
.col-post .cat-links {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.col-post .post-common .entry-meta {
  font-size: 11px;
  text-transform: uppercase;
}
.col-post .entry-title {
  font-size: 22px;
  margin-bottom: 9px;
}
.col-post .entry-meta span + span:before {
  margin-right: 6px;
}
.col-post p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}
.loader-img-wrapper {
  margin-bottom: 20px;
  min-height: 34px;
}
.load-more-msg {
  display: none;
}
.load-more-msg p {
  display: inline-block;
  margin-bottom: 0;
  padding: 15px 30px;
}
/*-----------------------------------------------------------------------------------*/
/* 20.0 - 404 Page
/*-----------------------------------------------------------------------------------*/
.error-404 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.error-404 .title {
  margin-bottom: 40px;
  font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 112px;
  line-height: 0.75;
}
@media (min-width: 768px) {
  .error-404 .title {
    font-size: 300px;
  }
}
.error-404 small {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
.error-404 p {
  margin-bottom: 20px;
}
.error-404 .back-to-home {
  display: inline-block;
  padding: 10px 40px 9px;
  font-size: 14px;
}
/*-----------------------------------------------------------------------------------*/
/* 21.0 - Widgets
/*-----------------------------------------------------------------------------------*/
.widget {
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget img {
  max-width: 100%;
}
.widget-title {
  margin-bottom: 20px;
  font-size: 24px;
}
.widget-common,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
#calendar_wrap,
.tagcloud,
.about-widget-content,
.widget_search,
.jetpack_subscription_widget,
.widget_contact_info,
.widget_jetpack_display_posts_widget,
.widget-grofile {
  padding: 30px;
}
.slidable-sidebar .qaet-tweets,
.slidable-sidebar .widget-common,
.slidable-sidebar .widget_recent_entries ul,
.slidable-sidebar .widget_recent_comments ul,
.slidable-sidebar .widget_categories ul,
.slidable-sidebar .widget_pages ul,
.slidable-sidebar .widget_meta ul,
.slidable-sidebar .widget_archive ul,
.slidable-sidebar #calendar_wrap,
.slidable-sidebar .tagcloud,
.slidable-sidebar .about-widget-content,
.slidable-sidebar .widget_search,
.slidable-sidebar .jetpack_subscription_widget,
.slidable-sidebar .widget_contact_info,
.slidable-sidebar .widget_jetpack_display_posts_widget,
.slidable-sidebar .widget-grofile,
.slidable-sidebar .top-posts-carousel .blog-post,
.slidable-sidebar .widget .widget-post-list,
.slidable-sidebar .widget_inspiry_author_profile .inspiry-author-profile {
  padding: 0;
}
.slidable-sidebar .widget_inspiry_author_profile .author-gravatar {
  margin-right: 0;
  margin-left: 0;
}
.slidable-sidebar .top-posts-carousel .post-content-wrapper {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_archive li {
  padding-top: 6px;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_archive li:last-child {
  padding-bottom: 0;
}
.widget_recent_entries li ul,
.widget_recent_comments li ul,
.widget_categories li ul,
.widget_pages li ul,
.widget_meta li ul,
.widget_archive li ul {
  padding: 0 0 0 25px;
}
/* Calendar Widget */
#calendar_wrap {
  padding: 15px 25px;
  text-align: center;
}
#calendar_wrap caption {
  margin-bottom: 13px;
  text-align: left;
}
@media (min-width: 1199px) {
  #calendar_wrap td,
  #calendar_wrap th {
    padding: 0;
  }
}
/* Tag Cloud Widget */
.tagcloud a,
.tag-links a {
  display: inline-block;
  margin: 0 4px 8px 0;
  padding: 5px 10px;
  font-size: 13px !important;
}
/* About Me Widget */
.about-widget {
  text-align: center;
}
.about-widget img {
  width: 100%;
}
.about-widget p {
  margin-bottom: 20px;
}
.about-widget .btn,
.about-widget .null-instagram-feed p a {
  min-width: 186px;
}
.about-widget-content {
  padding-bottom: 34px;
}
/* Post List Widget */
.widget .widget-post-list {
  padding: 30px 26px;
}
.widget .widget-post-list li {
  padding-bottom: 20px;
  margin-bottom: 19px;
  overflow: hidden;
  border-bottom: 1px solid transparent;
}
.widget .widget-post-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.widget .widget-post-list .widget-post-content .entry-meta {
  font-size: 11px;
}
.widget-post-image {
  float: left;
  margin-right: 19px;
}
.widget-post-image img {
  width: 70px;
  height: 70px;
}
.widget-post-image:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.widget-post-content {
  display: table;
}
.widget-post-title {
  font-size: 16px;
  margin-bottom: 5px;
}
/* Top Posts Widget */
.top-posts-carousel .post-content-wrapper {
  position: relative;
  padding: 40px 25px 50px;
  text-align: center;
}
.top-posts-carousel .top-post-title {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.top-posts-carousel .top-post-cat-links {
  max-height: 95px;
  overflow-y: hidden;
}
.top-posts-carousel .top-post-entry-meta {
  margin-bottom: 15px;
}
.top-posts-carousel .top-post-summary p {
  margin-bottom: 30px;
}
.top-posts-carousel .owl-controls {
  position: absolute;
  top: 118px !important;
  left: 0;
  right: 0;
  height: 48px;
  margin-top: -24px;
}
.top-posts-carousel .owl-controls .owl-prev,
.top-posts-carousel .owl-controls .owl-next {
  top: 0;
  margin-top: 0;
}
/* Twitter Widget */
.widget_latest_tweets_widget .latest-tweets {
  padding: 30px;
}
.widget_latest_tweets_widget li:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid transparent;
}
.widget_latest_tweets_widget .tweet-text {
  margin-bottom: 5px;
}
.widget_latest_tweets_widget .tweet-text a {
  font-weight: 700;
}
.widget_latest_tweets_widget .tweet-details {
  margin-bottom: 0;
  font-size: 13px;
}
/* Instagram Feeds */
.instagram-feeds {
  text-align: center;
  overflow: hidden;
}
.instagram-feeds .widget {
  margin-bottom: 0;
}
.instagram-feeds .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.instagram-feeds img {
  display: block;
  max-width: 100%;
  height: auto;
}
.null-instagram-feed p {
  margin-top: 20px;
}
.instagram-pics {
  overflow: hidden;
}
.instagram-pics li {
  float: left;
  width: 10%;
}
@media (max-width: 600px) {
  .instagram-pics li {
    width: 16.66666667%;
  }
}
.instagram-pics li a {
  display: block;
}
.instagram-pics li a:hover {
  opacity: 0.85;
}
.instagram-size-small li {
  width: 16.66666667%;
}
.instagram-size-large li {
  width: 25%;
}
.instagram-size-original li {
  width: 33.33333333%;
}
/*  Widget Search */
.widget_search input[type="text"],
.widget_search input[type="email"],
.widget_search input[type="search"] {
  float: left;
  width: 70%;
  height: 46px;
  padding: 0 15px;
  font-size: 13px;
  border: 1px solid transparent;
  border-right: none;
  box-sizing: border-box;
}
.widget_search input[type="submit"],
.jetpack_subscription_widget input[type="submit"] {
  width: 30%;
  height: 46px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border: 1px solid transparent;
}
/* Inspiry Author Profile Widgets */
.widget_inspiry_author_profile .author-gravatar {
  display: block;
  margin: 0 -35px 35px;
}
.widget_inspiry_author_profile img {
  display: block;
  width: 100%;
  height: auto;
}
.widget_inspiry_author_profile .author-name {
  text-transform: capitalize;
}
.widget_inspiry_author_profile .inspiry-author-profile {
  padding: 0 35px 35px;
}
.widget_inspiry_author_profile .social-icons a {
  margin-right: 15px;
}
.widget_inspiry_author_profile .social-icons a:last-child {
  margin-right: 0;
}
/* Inspiry Author Profile Widgets */
.qaet-tweets {
  padding: 34px 30px;
}
.qaet-tweets .qaet-tweet {
  position: relative;
  padding-left: 50px;
}
.qaet-tweets .qaet-tweet:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "\f099";
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 1.4rem;
}
.qaet-tweets .qaet-tweet:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid transparent;
}
.qaet-tweets p {
  margin-bottom: 0;
}
.qaet-tweets small {
  display: block;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
/* Jetpack Widgets */
/* Subscribe Widget */
.jetpack_subscription_widget #subscribe-email p {
  margin-bottom: 0;
}
.jetpack_subscription_widget #subscribe-email input {
  width: 100%;
  padding: 13px 10px;
  border-right: none;
}
.jetpack_subscription_widget #subscribe-email {
  float: left;
  width: 70%;
  height: 46px;
  font-size: 13px;
  border-right: none;
  box-sizing: border-box;
}
.widget_contact_info .contact-map {
  margin-bottom: 15px;
}
.widget-grofile img {
  margin-bottom: 15px;
}
.widget-grofile p {
  margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/* 22.0 - Shortcodes
/*-----------------------------------------------------------------------------------*/
.toggle,
.accordion {
  margin-bottom: 40px;
  padding: 0;
}
.toggle > dt,
.accordion > dt {
  position: relative;
  padding: 12px 50px 12px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  border-top: none;
}
.toggle > dt:first-of-type,
.accordion > dt:first-of-type {
  border-top: 1px solid transparent;
}
.toggle > dt:after,
.accordion > dt:after {
  font-size: 13px;
  display: block;
  position: absolute;
  top: 17px;
  right: 20px;
  content: "\f067";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toggle > dt.current:after,
.accordion > dt.current:after {
  content: "\f068";
}
.toggle > dd,
.accordion > dd {
  display: none;
  margin: 0;
  padding: 25px;
  border: 1px solid transparent;
  border-top: 0;
}
/* Tabs */
.tabs-container {
  margin-bottom: 40px;
}
.tabs-container .tabs-nav {
  border-bottom: 1px solid transparent;
}
.tabs-container .tabs-nav li {
  float: left;
  margin: 0;
  padding: 12px 5px 12px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
@media (min-width: 400px) {
  .tabs-container .tabs-nav li {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
}
.tabs-container .tabs-nav li:last-child {
  border-right: 1px solid transparent;
}
.tabs-container .tabs-nav li.active {
  margin-bottom: -1px;
  padding-bottom: 13px;
}
.tabs-container .tab-content {
  display: none;
  margin: 0;
  padding: 25px;
  border: 1px solid transparent;
  border-top: none;
}
/* Progress Bars */
.progress-bar-outer {
  position: relative;
  margin-bottom: 30px;
  padding: 7px;
}
.progress-bar-inner {
  height: 38px;
}
.progress-bar-skill-level {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 18px;
}
/* Alerts */
.alert {
  margin-bottom: 30px;
  padding: 15px 25px;
  border-radius: 3px;
}
/* Contrast Content */
.contrast-content {
  padding: 50px 15%;
  font-size: 18px;
  line-height: 2.2;
}
.contrast-content *:last-child {
  margin-bottom: 0;
}
/* Video Responsive */
.embed-responsive {
  margin-bottom: 30px;
}
/* Wide Image */
.content-width .hentry .alignwide,
.candor-content-fullwidth .hentry .alignwide,
.wp-block-cover.alignwide,
.wp-block-cover-image.alignwide,
.wide-content {
  width: auto;
  max-width: initial;
  margin: 0 -20px 30px;
}
@media (min-width: 768px) {
  .content-width .hentry .alignwide,
  .candor-content-fullwidth .hentry .alignwide,
  .wp-block-cover.alignwide,
  .wp-block-cover-image.alignwide,
  .wide-content {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  .content-width .hentry .alignwide,
  .candor-content-fullwidth .hentry .alignwide,
  .wp-block-cover.alignwide,
  .wp-block-cover-image.alignwide,
  .wide-content {
    margin-right: -72.5px;
    margin-left: -72.5px;
  }
}
@media (min-width: 1200px) {
  .content-width .hentry .alignwide,
  .candor-content-fullwidth .hentry .alignwide,
  .wp-block-cover.alignwide,
  .wp-block-cover-image.alignwide,
  .wide-content {
    margin-right: -122.5px;
    margin-left: -122.5px;
  }
}
.content-width .hentry .alignwide img,
.candor-content-fullwidth .hentry .alignwide img,
.wp-block-cover.alignwide img,
.wp-block-cover-image.alignwide img,
.wide-content img {
  width: 100%;
}
.content-width .hentry .alignfull,
.candor-content-fullwidth .hentry .alignfull,
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull,
.full-width-content,
.contrast-content {
  width: initial;
  max-width: initial;
  margin: 0 -40px 30px;
}
@media (min-width: 768px) {
  .content-width .hentry .alignfull,
  .candor-content-fullwidth .hentry .alignfull,
  .wp-block-cover.alignfull,
  .wp-block-cover-image.alignfull,
  .full-width-content,
  .contrast-content {
    margin-right: -60px;
    margin-left: -60px;
  }
}
@media (min-width: 992px) {
  .content-width .hentry .alignfull,
  .candor-content-fullwidth .hentry .alignfull,
  .wp-block-cover.alignfull,
  .wp-block-cover-image.alignfull,
  .full-width-content,
  .contrast-content {
    margin-right: -145px;
    margin-left: -145px;
  }
}
@media (min-width: 1200px) {
  .content-width .hentry .alignfull,
  .candor-content-fullwidth .hentry .alignfull,
  .wp-block-cover.alignfull,
  .wp-block-cover-image.alignfull,
  .full-width-content,
  .contrast-content {
    margin-right: -245px;
    margin-left: -245px;
  }
}
.content-width .hentry .alignfull img,
.candor-content-fullwidth .hentry .alignfull img,
.wp-block-cover.alignfull img,
.wp-block-cover-image.alignfull img,
.full-width-content img,
.contrast-content img {
  width: 100%;
}
