@charset "UTF-8";
/*!
Theme Name: Louis By Fat
Theme URI: http://fatthemes.com/louis
Author: Fat Themes
Author URI: http://fatthemes.com
Description: Nice and simple personal blog/magazine theme
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: louis-by-fat

louis is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# External assets

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*! 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 {
  outline: none; }

a:hover {
  outline: none; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1, .site-title {
  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; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.375;
  color: #555;
  background-color: #fff; }

h1, .site-title, h2, h3, h4, h5, h6, .entry-meta .byline, .entry-meta .posted-on {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #000;
  text-decoration: none; }
  a:focus, a:hover {
    color: red;
    text-decoration: none; }
  a:focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

h1, .site-title, h2, h3, h4, h5, h6, .entry-meta .byline, .entry-meta .posted-on,
.h1, .h2, .h3, .h4, .mfp-bottom-bar, .shareaholic-canvas div.shareaholic-recommendations-header, .h5, .page-links, .shareaholic-canvas .recommendation-article-title, .h6 {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.25;
  color: inherit; }

h1, .site-title, .h1,
h2, .h2,
h3, .h3 {
  margin-bottom: 1rem; }

h4, .h4, .mfp-bottom-bar, .shareaholic-canvas div.shareaholic-recommendations-header,
h5, .h5, .page-links, .shareaholic-canvas .recommendation-article-title,
h6,
.entry-meta .byline,
.entry-meta .posted-on, .h6 {
  margin-bottom: 1rem; }

h1, .site-title, .h1 {
  font-size: 1.875rem;
  line-height: 1.25em; }

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.15em; }

h3, .h3 {
  font-size: 1.375rem;
  line-height: 1.125em; }

h4, .h4, .mfp-bottom-bar, .shareaholic-canvas div.shareaholic-recommendations-header {
  font-size: 1.125rem;
  line-height: 1.1em; }

h5, .h5, .page-links, .shareaholic-canvas .recommendation-article-title {
  font-size: 1rem;
  line-height: 1.1em; }

h6, .entry-meta .byline, .entry-meta .posted-on, .h6 {
  font-size: 0.9rem;
  line-height: 1.1em; }

@media (min-width: 34em) {
  h1, .site-title, .h1 {
    font-size: 2.5rem;
    line-height: 1.125em; }
  h2, .h2 {
    font-size: 1.625rem;
    line-height: 1.25em; }
  h3, .h3 {
    font-size: 1.375rem;
    line-height: 1.25em; } }

@media (min-width: 48em) {
  h1, .site-title, .h1 {
    font-size: 3rem;
    line-height: 1.25em; }
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 1.25em; }
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 1.25em; } }

.lead {
  font-size: 1.25rem;
  font-weight: 700; }

.display-1 {
  font-size: 3.5rem;
  font-weight: 300; }

.display-2 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 6rem;
  font-weight: 300; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1); }

small,
.small,
.navbar-navigation,
.main-navigation,
.widget_nav_menu,
.left-sidebar-content .site-info,
.widget-title span,
.category-list span,
.comments-title span,
.comment-reply-title span,
.louis-page-intro p,
.site-footer,
.wp-caption .wp-caption-text {
  font-size: 80%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled, .widget ul {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

.dl-horizontal {
  margin-right: -2.5rem;
  margin-left: -2.5rem; }
  .dl-horizontal:before, .dl-horizontal:after {
    content: " ";
    display: table; }
  .dl-horizontal:after {
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  border-left: 1px solid #000;
  line-height: 1.25;
  font-style: italic; }
  .blockquote p:last-child,
  .blockquote ul:last-child,
  .blockquote ol:last-child {
    margin-bottom: 0; }
  .blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.375;
    color: #818a91; }
    .blockquote footer:before {
      content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 2rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }
  .blockquote-reverse footer:before {
    content: ""; }
  .blockquote-reverse footer:after {
    content: "\00A0 \2014"; }

.figure {
  display: inline-block; }
  .figure > img {
    line-height: 1;
    margin-bottom: 1rem; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 34em) {
    .container {
      max-width: 34rem; } }
  @media (min-width: 48em) {
    .container {
      max-width: 45rem; } }
  @media (min-width: 62em) {
    .container {
      max-width: 60rem; } }
  @media (min-width: 75em) {
    .container {
      max-width: 72.25rem; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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, .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, .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, .post-navigation, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 34em) {
  .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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 48em) {
  .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, .post-navigation {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12, .post-navigation {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 62em) {
  .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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 75em) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #363636;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, .site-title, h2, h3, h4, h5, h6, .entry-meta .byline, .entry-meta .posted-on {
  clear: both; }

.site-title {
  text-transform: uppercase; }

.site-title a {
  color: #363636; }

.single .post .entry-title, .page .page .entry-title, .site-title {
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 1.25rem; }

.site-branding {
  position: relative;
  text-align: center;
  padding: 2.5rem 0; }

.site-description, .site-title {
  margin: 0; }

.blog .entry-title, .archive .entry-title, .search .entry-title {
  margin-bottom: 0; }

.blog .content-area .entry-title, .archive .content-area .entry-title, .search .content-area .entry-title {
  line-height: 1.4;
  margin-top: .375em;
  margin-bottom: .375em;
  font-weight: 700;
  letter-spacing: -0.01em; }

@media (min-width: 48em) {
  .blog .content-area .entry-title, .archive .content-area .entry-title, .search .content-area .entry-title {
    font-size: 1.6rem; } }

.blog .content-area .entry-title a, .archive .content-area .entry-title a, .search .content-area .entry-title a {
  color: #363738; }

.comment-respond p {
  margin-bottom: .5em; }

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

@media (min-width: 48em) {
  blockquote {
    font-size: 1.5rem;
    line-height: 1.5;
    border-left: 0; } }

address {
  margin: 0 0 1.5em; }

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

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

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

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

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

blockquote, q {
  quotes: "" "";
  margin-bottom: 0;
  border-left: 0;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.375; }
  blockquote cite, q cite {
    font-weight: 300; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

.masonry img {
  width: 100%; }

.single blockquote cite, .single q cite, .page blockquote cite, .page q cite {
  display: block;
  font-size: 1rem;
  text-align: right;
  margin-bottom: 1em;
  margin-top: 1em; }

.single blockquote cite:before, .single q cite:before, .page blockquote cite:before, .page q cite:before {
  content: "- "; }

.single blockquote cite:after, .single q cite:after, .page blockquote cite:after, .page q cite:after {
  content: " -"; }

@media (min-width: 48em) {
  .post blockquote, .post q, .post .entry-content img.alignleft, .post .entry-content img.alignnone, .post .entry-content figure.alignleft, .post .entry-content figure.alignnone {
    /*margin-left: -21.666%;*/ 
    }
  .post .entry-content img.alignnone, .post .entry-content figure.alignnone {
    min-width: 121.666%; }
  .single blockquote, .single q, .page blockquote, .page q {
    padding-left: 0; } }

table {
  margin-bottom: 1em; }

:focus {
  outline: transparent; }

svg {
  max-width: 24px;
  max-height: 24px;
  fill: #363636; }
  svg:hover {
    fill: #b55f3a; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#louis-load-more .btn {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  text-transform: uppercase;
  transition: .5s;
  background-color: transparent;
  padding: .5em 1em;
  border: 1px solid #363636; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  #louis-load-more .btn:hover {
    background-color: #363636;
    color: #fff; }

#louis-load-more {
  padding: 2em 0;
  margin-bottom: 0; }

#louis-load-more .btn {
  width: 100%; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.3125rem;
  color: #666;
  border: 1px solid #ddd; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input, textarea {
  background-color: transparent; }

textarea {
  width: 100%;
  height: 5rem; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #b55f3a; }

a:focus {
  outline: none; }

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

h1 a, .site-title a, h2 a, h3 a, h4 a, h5 a, h6 a, .entry-meta .byline a, .entry-meta .posted-on a, .navigation a, .main-navigation a {
  border-bottom: none; }

.edit-link {
  margin-left: 2em;
  font-weight: 700; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-navigation {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: .15em;
  box-shadow: 0 1px 4px #ddd; }
  .navbar-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: center;
    background-color: #fff; }
    .navbar-navigation ul .menu-item-has-children,
    .navbar-navigation ul .page-item-has-children {
      position: relative; }
    .navbar-navigation ul ul {
      float: left;
      position: absolute;
      top: 4.5em;
      left: -999em;
      z-index: 99999;
      border: 1px solid #292f33;
      background-color: #292f33; }
      .navbar-navigation ul ul ul {
        left: -999em; }
      .navbar-navigation ul ul .expand-submenu {
        display: none; }
      .navbar-navigation ul ul li a {
        width: 240px;
        padding: 1.25rem 0;
        margin: 0 1.25rem;
        border-bottom: 1px solid #525a60;
        color: #fff;
        text-transform: none; }
        .navbar-navigation ul ul li a:hover {
          color: #aeb3b7; }
      .navbar-navigation ul ul li:focus > ul,
      .navbar-navigation ul ul li.focus > ul {
        left: 100%; }
      .navbar-navigation ul ul li:last-of-type a {
        border-bottom: none; }
    .navbar-navigation ul li {
      position: relative;
      display: inline-block; }
    .navbar-navigation ul a {
      display: inline-block;
      text-decoration: none;
      padding: 2.5em .75em 2.5em 1.25em; }
    .navbar-navigation ul .expand-submenu {
      transform-origin: 27% 50% 0; }
  .navbar-navigation li {
    position: relative;
    display: inline; }
  .navbar-navigation a {
    display: inline;
    text-decoration: none;
    text-align: left;
    border: none;
    color: #555;
  }
    .navbar-navigation a:hover, .navbar-navigation a:focus {
      color: #b55f3a; }
      .menu-img{
        width: 100px;
      }
  .navbar-navigation .current_page_item > a,
  .navbar-navigation .current-menu-item > a,
  .navbar-navigation .current_page_ancestor > a,
  .navbar-navigation .current-menu-ancestor > a,
  .navbar-navigation .current_page_item > .expand-submenu,
  .navbar-navigation .current-menu-item > .expand-submenu,
  .navbar-navigation .current_page_ancestor > .expand-submenu,
  .navbar-navigation .current-menu-ancestor > .expand-submenu {
    color: #b55f3a; }

.home .navbar-navigation {
  box-shadow: none; }

.main-navigation, .widget_nav_menu {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 2.5rem 0;
  text-transform: uppercase;
  letter-spacing: .15em; }
  .main-navigation ul, .widget_nav_menu ul {
    list-style: none;
    padding-left: 0; }
    .main-navigation ul .expand-submenu, .widget_nav_menu ul .expand-submenu {
      padding: .125rem 0 .125rem .75rem; }
    .main-navigation ul ul, .widget_nav_menu ul ul {
      margin-bottom: 1.5em;
      display: none;
      text-transform: none; }
      .main-navigation ul ul a, .widget_nav_menu ul ul a {
        padding: .25em 0; }
      .main-navigation ul ul .expand-submenu, .widget_nav_menu ul ul .expand-submenu {
        padding: 0; }
    .main-navigation ul .current_page_item > a,
    .main-navigation ul .current-menu-item > a,
    .main-navigation ul .current_page_ancestor > a,
    .main-navigation ul .current-menu-ancestor > a,
    .main-navigation ul .current_page_item > .expand-submenu,
    .main-navigation ul .current-menu-item > .expand-submenu,
    .main-navigation ul .current_page_ancestor > .expand-submenu,
    .main-navigation ul .current-menu-ancestor > .expand-submenu, .widget_nav_menu ul .current_page_item > a,
    .widget_nav_menu ul .current-menu-item > a,
    .widget_nav_menu ul .current_page_ancestor > a,
    .widget_nav_menu ul .current-menu-ancestor > a,
    .widget_nav_menu ul .current_page_item > .expand-submenu,
    .widget_nav_menu ul .current-menu-item > .expand-submenu,
    .widget_nav_menu ul .current_page_ancestor > .expand-submenu,
    .widget_nav_menu ul .current-menu-ancestor > .expand-submenu {
      color: #b55f3a; }
  .main-navigation li, .widget_nav_menu li {
    margin: 1em 0;
    text-align: left; }
  .main-navigation a, .widget_nav_menu a {
    display: inline-block;
    padding: .75em 0;
    width: 200px;
    text-align: center; }
  .main-navigation .expand-submenu, .widget_nav_menu .expand-submenu {
    transform-origin: 70% 50% 0; }
  .main-navigation a:hover, .widget_nav_menu a:hover {
    color: #b55f3a; }

.expand-submenu {
  cursor: pointer;
  font-size: 1.25rem;
  padding: 1.5675rem .625rem 1.5675rem 0;
  display: block;
  float: right; }
  .expand-submenu:hover {
    color: #b55f3a; }

.louis-search-panel {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #fff; }
  .louis-search-panel .louis-search-panel-close {
    float: right;
    padding: .75em 1em;
    margin: 1.5em;
    color: #000;
    border: none; }
    .louis-search-panel .louis-search-panel-close:hover {
      color: #b55f3a;
      background-color: #fff; }
  .louis-search-panel .search-submit {
    display: none; }
  .louis-search-panel label {
    width: 70%;
    padding: 0 1em; }
  .louis-search-panel .search-field {
    font-size: 1.25rem;
    font-weight: 300;
    width: 100%;
    border-radius: 0;
    padding-left: .75rem;
    margin-top: 1.125em; }

.left-sidebar-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 320px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1047; }

#left-sidebar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: white;
  width: 320px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1048; }
  #left-sidebar .left-header, #left-sidebar .main-navigation, #left-sidebar .left-nav-social, #left-sidebar .site-info, #left-sidebar .widget {
    max-width: 240px; }

.left-sidebar-content {
  padding: 1em 3em 0 2em;
  height: 100%;
  width: 105%;
  overflow: auto; }
  .left-sidebar-content .site-info {
    text-align: right;
    padding: 1.5em 1em;
    width: 100%; }
    .left-sidebar-content .site-info a {
      border-bottom: 1px solid #ccc;
      color: #ccc; }

.left-header {
  text-align: center; }

.left-logo {
  padding: .75em 0;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase; }
  .left-logo a {
    border: none;
    width: 200px;
    text-align: center;
    display: inline-block; }

.menu-logo {
  text-align: center; }
  .menu-logo img {
    max-height: 40px;
    margin: 1.375rem 1rem; }
  .menu-logo .menu-blogname {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0; }

.home .menu-logo {
  display: none; }

.menu-toggle {
  float: left; }

.search-toggle {
  float: right; }

.left-sidebar-close {
  padding: 0 .125rem .125rem;
  float: right;
  color: #000;
  border: none; }
  .left-sidebar-close:hover {
    color: #b55f3a;
    background-color: #fff; }

.menu-toggle, .search-toggle {
  padding: .875rem .9375rem .75rem;
  margin: .875rem;
  border: none; }
  .menu-toggle svg, .search-toggle svg {
    fill: #363636; }
  .menu-toggle:hover svg, .search-toggle:hover svg {
    fill: #fff; }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.nav-social, .left-nav-social {
  text-align: center; }
  .nav-social a, .left-nav-social a {
    display: inline-block;
    color: #363636;
    border-bottom: none; }
    .nav-social a:hover svg, .left-nav-social a:hover svg {
      color: #b55f3a;
      transition: .5s; }
    .nav-social a svg, .left-nav-social a svg {
      height: 1rem;
      margin: 0 .75em; }

.nav-social {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em 2em 1em 1em; }

.left-nav-social {
  margin-bottom: 2.5rem; }

.louis-next-article, .louis-previous-article {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75em;
  letter-spacing: .05em;
  color: #999; }

.louis-next-article-title, .louis-previous-article-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #444; }

.nav-links a:hover > .louis-next-article-title,
.nav-links a:hover > .louis-previous-article-title,
.nav-links a:hover > .louis-next-article,
.nav-links a:hover > .louis-previous-article {
  color: #b55f3a; }

.nav-previous {
  padding-right: 1.25rem; }

.nav-next {
  padding-left: 1.25rem; }

.page-links {
  text-align: center; }
  .footer__soc-list {
    list-style-type: none;
    width: 100px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.footer__item {
    display: inline-block;
}

.footer__link {
    text-decoration: none;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
}

.footer__link:active,.footer__link:hover {
    background-color: #000000;
}

.footer__link:active path,.footer__link:hover path {
    fill: #fff;
}

.footer__link svg {
    margin: auto;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float:left;
  margin-right: 1.25rem; }
.single-post article img.alignleft,
.single-post article img.alignright{
    float:none;
    margin: 0 auto 10px;
    display: block;
    max-height: 560px;
    width: auto;
    margin-bottom: 10px;
}
.single-post article p{
    font-size:17px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.25rem; }

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

.alignleft, .alignright, .aligncenter {
  margin-bottom: 0.625rem; }

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 2.5rem;
  font-weight: 300;
  /* Make sure select elements fit in widgets. */ }
  .widget ul {
    margin-left: 0;
    margin-bottom: 0; }
  .widget li {
    margin-bottom: .75em; }
  .widget select {
    max-width: 100%;
    background-color: #f1f1f1;
    padding: .25rem;
    border: 1px solid #ddd; }
  .widget.widget_search .search-form label {
    width: 100%; }
  .widget.widget_search .search-form .search-field {
    width: calc(100% - 0.75rem); }
  .widget.widget_categories label {
    color: #111; }

#secondary .widget {
  padding: 2.5rem; }

#secondary .widget:nth-of-type(3n+1) {
  background-color: #f1f0ec; }

#secondary .widget:nth-of-type(3n+2) {
  background-color: #ffeb3b; }

#secondary .widget:nth-of-type(3n+3) {
  background-color: #00bcd4; }

#tetriary .widget {
  padding: 0; }

.widget-title, .category-list, .comments-title, .comment-reply-title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  color: #363636;
  /* 
        border-top: 1px solid #404040;
        content:"";
        //margin: 0 auto; // /* this centers the line to the full width specified 
        position: absolute; // /* positioning must be absolute here, and relative positioning must be applied to the parent 
        top: 50%;
        //left: 0; 
        right: 0; 
        bottom: 0;
        width: 100%;
        z-index: -1;
        display:inline-block;
            */ }
  .widget-title span, .category-list span, .comments-title span, .comment-reply-title span {
    padding: .5em; }

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

.widget_recent_entries, .widget_recent_comments, .widget_archive, .widget_categories, .widget_search, .widget_meta {
  line-height: 1.25; }

.widget_recent_entries a {
  border: 0 transparent; }

.widget-area {
  display: none; }

@media (min-width: 62em) {
  .widget-area {
    display: block; } }

#top-widget .widget-title, #top-widget .category-list, #top-widget .comments-title, #top-widget .comment-reply-title, #tetriary .widget-title, #tetriary .category-list, #tetriary .comments-title, #tetriary .comment-reply-title {
  margin-bottom: 1rem; }

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

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

.byline {
  display: inline; }

.entry-meta .byline, .entry-meta .posted-on {
  font-family: "Roboto", sans-serif;
  font-size: .75rem;
  margin: 0;
  padding-top: .375rem;
  padding-bottom: .375rem; }

.entry-meta, .entry-meta a {
  color: #666; }

.single .entry-meta .byline, .single .entry-meta .posted-on, .page .entry-meta .byline, .page .entry-meta .posted-on {
  line-height: 1.625;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase; }

.single .entry-meta .byline, .single .entry-meta .byline a, .page .entry-meta .byline, .page .entry-meta .byline a {
  color: #666; }

.single .entry-meta, .page .entry-meta {
  min-width: 100px;
  padding-right: 0.3125rem; }

.single .entry-meta .posted-on, .single .entry-meta .posted-on a, .page .entry-meta .posted-on, .page .entry-meta .posted-on a {
  color: #666; }

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

.louis-page-intro {
  margin-bottom: 1rem;
  text-align: center;
  color: #404040; }
  .louis-page-intro h1, .louis-page-intro .site-title, .louis-page-intro h2 {
    position: relative;
    line-height: 1.1; }
  .louis-page-intro h1, .louis-page-intro .site-title {
    margin-bottom: 0; }
  .louis-page-intro p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .2em; }
  .louis-page-intro #today-date {
    text-align: center; }

.archive .archive-louis-page-intro-row {
  margin: 0; }

.home .louis-page-intro {
  margin-bottom: 0; }

@media (min-width: 48em) {
  .louis-page-intro h2 {
    font-size: 3em;
    font-weight: 300; }
  .home .louis-page-intro {
    margin-bottom: 2.5rem; } }

.category-list {
  margin-bottom: 1.25rem;
  font-size: .75em; }

.category-list a:hover {
  text-decoration: none; }

.site-content {
  padding-top: 2.5rem; }

.blog article, .archive article, .search article {
  box-shadow: 0 2px 6px #dddbdb;
  background-color: #fff;
  padding: 1.25rem; }

.blog .masonry, .archive .masonry, .search .masonry {
  margin-bottom: 2.5rem; }

.blog .post .row, .archive .post .row, .search .post .row, .single .post .entry-header, .single .attachment .entry-header, .page .page .entry-header, .page .attachment .entry-header {
  margin-bottom: 2.5rem; }

.louis-list.post .row {
  margin-bottom: 0; }

@media (min-width: 34em) {
  .blog .post .row, .archive .post .row, .search .post .row {
    display: flex;
    align-items: center;
    justify-content: left; } }

.blog .post .featured-image img, .archive .post .featured-image img, .search .post .featured-image img {
  /*margin-bottom: -1.5em;*/ }

.featured-image-cat {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .75rem;
  padding: .25rem .5rem .125rem 0;
  margin-bottom: 0;
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase; }
  .featured-image-cat a {
    text-transform: uppercase;
    color: #666; }
  .featured-image-cat span {
    margin: .25em; }

.single article, .page article {
  padding-bottom: 1.875rem; }
  .single article h1, .single article .site-title, .single article h2, .single article h3, .single article h4, .single article h5, .single article h6, .single article .entry-meta .byline, .entry-meta .single article .byline, .single article .entry-meta .posted-on, .entry-meta .single article .posted-on, .page article h1, .page article .site-title, .page article h2, .page article h3, .page article h4, .page article h5, .page article h6, .page article .entry-meta .byline, .entry-meta .page article .byline, .page article .entry-meta .posted-on, .entry-meta .page article .posted-on {
    font-weight: 700; }

.about-author {
  padding-bottom: 2em; }

.author-avatar {
  display: inline-block;
  padding: 1px;
  border: 1px solid #ddd;
  width: 100%; }
  .author-avatar .avatar {
    width: 100%; }

.louis-author-social-icons {
  margin-top: .25rem; }
  .louis-author-social-icons a {
    border: 0; }
    .louis-author-social-icons a svg {
      fill: #666;
      height: 1rem;
      margin: .125rem; }
    .louis-author-social-icons a:hover svg {
      fill: #b55f3a; }

.author-avatar-wrapper {
  padding-bottom: 1em; }

@media (min-width: 48em) {
  .author-avatar-wrapper {
    text-align: right; } }

.content-area {
  padding-bottom: 1rem; }

.entry-footer {
  margin: 2.5rem 0 1.25rem; }
  .entry-footer .tags-links {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700; }
  .entry-footer .tags-links a {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    text-transform: none;
    font-style: italic; }

.page .entry-footer {
  text-align: right; }

.site-footer {
  text-align: center;
  padding: 1.5em 1em;
  width: 100%; }

.no-results.not-found, .error-404.not-found {
  text-align: center;
  padding-bottom: 3em; }
  .no-results.not-found p, .error-404.not-found p {
    padding: 1em 0 0 0; }
  .no-results.not-found .lead, .error-404.not-found .lead {
    display: block;
    padding: 1em 0 0 0; }
  .no-results.not-found .search-submit, .error-404.not-found .search-submit {
    display: none; }
  .no-results.not-found label, .error-404.not-found label {
    width: 100%; }
  .no-results.not-found .search-field, .error-404.not-found .search-field {
    padding: .5em .5em .25em;
    width: 60%;
    border-radius: 0;
    border-color: transparent;
    border-bottom-color: #000; }

.louis-post-format-icon {
  position: absolute;
  right: 2.5rem;
  padding: .25rem;
  background-color: #fff; }
  .louis-post-format-icon svg {
    height: 1.125rem; }

.widget .louis-post-format-icon {
  background-color: transparent; }

.louis-list .louis-post-format-icon {
  right: 1.25rem; }

.louis-404 h1, .louis-404 .site-title {
  text-align: center;
  color: #ddd;
  margin: 0;
  font-size: 10em; }

@media (min-width: 48em) {
  .louis-404 h1, .louis-404 .site-title {
    font-size: 16em; } }

.site-info p {
  margin: 0; }

.site-info img {
  margin: 1.25rem;
  max-height: 40px;
  opacity: 0.5;
  transition: .5s; }
  .site-info img:hover {
    opacity: 1; }

.mejs-audio {
  margin-bottom: 1em; }

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area ul {
  list-style: none; }

.comments-area .children {
  margin-left: .75em;
  padding-left: .75em; }

.comments-title {
  margin-bottom: 1.875rem; }

.comment-reply-title {
  margin-bottom: 1.875rem; }

.comment-content a {
  word-wrap: break-word; }

.comment footer a {
  border-bottom: 0 transparent; }

.bypostauthor {
  display: block; }

.comments-avatar {
  margin: 0 .5em .5em 0;
  padding: 1px;
  border: 1px solid #ddd; }

.comment-author.vcard {
  display: flex;
  align-items: flex-start;
  justify-content: left; }

.comment-meta .fn {
  font-style: normal;
  text-transform: uppercase; }

.comment-form label {
  display: none; }

.comment-fields {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: column; }

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-ur {
  padding: 0 0 0.3125rem 0;
  margin: 0; }
  .comment-form-comment input, .comment-form-comment textarea, .comment-form-author input, .comment-form-author textarea, .comment-form-email input, .comment-form-email textarea, .comment-form-ur input, .comment-form-ur textarea {
    width: 100%; }

.comment-form-author, .comment-form-email, .comment-form-ur {
  width: 100%; }

@media (min-width: 48em) {
  .comment-content {
    padding-left: 60px; }
  .comment-fields {
    flex-direction: row; }
  .comment-form-author {
    padding-right: 1.25rem; }
  .comment-form-email {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .comment-form-ur {
    padding-left: 1.25rem; } }

#cancel-comment-reply-link {
  float: right; }

.comment-list {
  padding: 0; }

article.comment {
  padding-bottom: 1em; }

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

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

#infscr-loading {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px; }

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  font-weight: 400;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    color: #888888;
    padding: .125em; }

.wp-caption-text:focus {
  border: 0 transparent; }

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

.gallery-item {
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  /*
	.gallery-columns-2 & {
		max-width: 50%;
	}

	.gallery-columns-3 & {
		max-width: 33.33%;
	}

	.gallery-columns-4 & {
		max-width: 25%;
	}

	.gallery-columns-5 & {
		max-width: 20%;
	}

	.gallery-columns-6 & {
		max-width: 16.66%;
	}

	.gallery-columns-7 & {
		max-width: 14.28%;
	}

	.gallery-columns-8 & {
		max-width: 12.5%;
	}

	.gallery-columns-9 & {
		max-width: 11.11%;
	}*/ }

.gallery-caption {
  display: block;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  padding-top: .5em;
  text-align: left; }

.gallery-item.slick-slide img {
  width: 100%; }

/*--------------------------------------------------------------
# External assets
--------------------------------------------------------------*/
.fat-wpp-image-cat {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .625rem;
  letter-spacing: .05em;
  display: inline-block;
  padding: .25rem .5rem .25rem 0; }
  .fat-wpp-image-cat span {
    margin: .25em; }

.fat-wpp-image-cat a {
  text-transform: uppercase;
  color: #666; }

.fat-wpp-list > li {
  margin-bottom: 2.5rem;
  position: relative; }

.fat-wpp-list > li > h2 {
  font-size: 1.25em;
  line-height: 1.1875;
  margin-bottom: 0;
  font-weight: 700; }

.fat-wpp-list > li > h2 > a {
  color: #363738; }

.fat-wpp-image {
  position: relative; }

.fat-wpp-image img {
  width: 100%; }

.popular-posts .louis-post-format-icon {
  right: 0;
  padding-right: 0; }
  .popular-posts .louis-post-format-icon svg {
    height: 1.125rem; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 999;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: 0 solid transparent;
  border-radius: 50%;
  outline: none;
  opacity: .6; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #fff; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 2px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 20px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 20px; }
  [dir="rtl"] .slick-next {
    left: 20px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  background: url("./slick/ajax-loader.gif") center center no-repeat; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 32px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 1; }

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next,
.slick-slider:focus .slick-prev,
.slick-slider:focus .slick-next {
  outline: none;
  background: #fff; }
  .slick-slider:hover .slick-prev:before,
  .slick-slider:hover .slick-next:before,
  .slick-slider:focus .slick-prev:before,
  .slick-slider:focus .slick-next:before {
    color: #000; }

.featured-posts {
  margin-bottom: 2.5rem; }
  .featured-posts .featured-category {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    color: #f1f1f1; }
    .featured-posts .featured-category span {
      margin: .25em; }
  .featured-posts a {
    color: #f1f1f1; }

.louis-featured-slider {
  background: url("./slick/ajax-loader.gif") center center no-repeat; }

.louis-featured-slider-wrapper {
  position: relative;
  display: none;
  background-color: #000; }

.louis-featured-slider .featured-image {
  position: relative;
  opacity: 0.8; }

.no-featured-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #363636; }

.louis-featured-slider-header {
  margin-bottom: 0;
  line-height: 1.15; }

.louis-featured-slider-header a {
  font-weight: 700; }

.louis-featured-slider-title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.louis-featured-slider-title {
  padding: 2.5rem 3.75rem 2.5rem 5rem;
  max-width: 640px; }

@media (min-width: 48em) {
  .louis-featured-slider-header {
    font-size: 2.75em; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.90;
  filter: alpha(opacity=90); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.shareaholic-canvas .recommendation-article-title {
  color: #000; }

.shareaholic-canvas div.shareaholic-recommendations-header {
  color: #000;
  text-transform: uppercase; }
.home .entry-content p{
    width: 35%;
    float: left;
    font-size: 15px;
    text-align:justify;
    font-style: italic;
}
.cards_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
}
#voice{
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 15px;
    cursor:pointer;
}
@media (max-width: 768px) {
    .home .entry-content p{
        width: 100%;
        text-align:justify;
    }
    .home .entry-content img{
        width: 100%;
    }
}