@charset "UTF-8";
/*
Theme Name: Alimo
Theme URI: http://www.layerblend.com/alimo/
Author: Layer Blend
Author URI: http://www.layerblend.com/
Description: An Empowering WordPress Blog Theme for Passionate People.
Version: 1.2.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: alimo
Tags: custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, editor-style, threaded-comments, translation-ready
*/
/*
-------------------------------------------------------------------------

      1.  CSS Reset
      2.  Global HTML Elements Styling
      3.  Typography
      4.  Widget related Styling
      5.  Custom Components
      6.  Header + Menu Styling
      7.  Blog Layouts Styling
      8.  Single Post Styling + Post Features
      9.  Plugins Related Styling

-------------------------------------------------------------------------
*/
/*
-------------------------------------------------------------------------
    1.  CSS Reset
-------------------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  word-wrap: break-word; }

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

ol, ul {
  padding-left: 2rem; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

body {
  line-height: 1; }

dd {
  margin-bottom: 1rem; }

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

img {
  height: auto;
  max-width: 100%; }

*, *:focus, *:active {
  outline: none; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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: inherit;
  font-weight: 700;
  line-height: 1.1em;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 55px; }

h2, .h2 {
  font-size: 40px; }

h3, .h3 {
  font-size: 34px; }

h4, .h4 {
  font-size: 29px; }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 18px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

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, .initialism {
  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; }

.bg-primary {
  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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  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: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  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.42857;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.no-padding {
  padding: 0; }

.no-lpadding {
  padding-left: 0; }

.no-rpadding {
  padding-right: 0; }

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

.glitch-fof {
  font-size: 20vw;
  font-family: Consolas, Monaco, monospace;
  line-height: initial;
  margin: 0 auto;
  color: #2700FF;
  position: relative; }

@-webkit-keyframes glitch-anim-1 {
  0% {
    clip: rect(173px, 705px, 182px, 0); }
  5.88235% {
    clip: rect(239px, 705px, 46px, 0); }
  11.76471% {
    clip: rect(81px, 705px, 36px, 0); }
  17.64706% {
    clip: rect(55px, 705px, 237px, 0); }
  23.52941% {
    clip: rect(96px, 705px, 285px, 0); }
  29.41176% {
    clip: rect(293px, 705px, 78px, 0); }
  35.29412% {
    clip: rect(296px, 705px, 263px, 0); }
  41.17647% {
    clip: rect(164px, 705px, 188px, 0); }
  47.05882% {
    clip: rect(256px, 705px, 64px, 0); }
  52.94118% {
    clip: rect(264px, 705px, 66px, 0); }
  58.82353% {
    clip: rect(87px, 705px, 74px, 0); }
  64.70588% {
    clip: rect(283px, 705px, 149px, 0); }
  70.58824% {
    clip: rect(149px, 705px, 154px, 0); }
  76.47059% {
    clip: rect(229px, 705px, 175px, 0); }
  82.35294% {
    clip: rect(271px, 705px, 107px, 0); }
  88.23529% {
    clip: rect(103px, 705px, 12px, 0); }
  94.11765% {
    clip: rect(195px, 705px, 254px, 0); }
  100% {
    clip: rect(87px, 705px, 243px, 0); } }

@keyframes glitch-anim-1 {
  0% {
    clip: rect(173px, 705px, 182px, 0); }
  5.88235% {
    clip: rect(239px, 705px, 46px, 0); }
  11.76471% {
    clip: rect(81px, 705px, 36px, 0); }
  17.64706% {
    clip: rect(55px, 705px, 237px, 0); }
  23.52941% {
    clip: rect(96px, 705px, 285px, 0); }
  29.41176% {
    clip: rect(293px, 705px, 78px, 0); }
  35.29412% {
    clip: rect(296px, 705px, 263px, 0); }
  41.17647% {
    clip: rect(164px, 705px, 188px, 0); }
  47.05882% {
    clip: rect(256px, 705px, 64px, 0); }
  52.94118% {
    clip: rect(264px, 705px, 66px, 0); }
  58.82353% {
    clip: rect(87px, 705px, 74px, 0); }
  64.70588% {
    clip: rect(283px, 705px, 149px, 0); }
  70.58824% {
    clip: rect(149px, 705px, 154px, 0); }
  76.47059% {
    clip: rect(229px, 705px, 175px, 0); }
  82.35294% {
    clip: rect(271px, 705px, 107px, 0); }
  88.23529% {
    clip: rect(103px, 705px, 12px, 0); }
  94.11765% {
    clip: rect(195px, 705px, 254px, 0); }
  100% {
    clip: rect(87px, 705px, 243px, 0); } }

@-webkit-keyframes glitch-anim-2 {
  0% {
    clip: rect(274px, 705px, 190px, 0); }
  5.88235% {
    clip: rect(136px, 705px, 254px, 0); }
  11.76471% {
    clip: rect(172px, 705px, 25px, 0); }
  17.64706% {
    clip: rect(183px, 705px, 106px, 0); }
  23.52941% {
    clip: rect(128px, 705px, 31px, 0); }
  29.41176% {
    clip: rect(56px, 705px, 172px, 0); }
  35.29412% {
    clip: rect(69px, 705px, 75px, 0); }
  41.17647% {
    clip: rect(194px, 705px, 269px, 0); }
  47.05882% {
    clip: rect(108px, 705px, 296px, 0); }
  52.94118% {
    clip: rect(86px, 705px, 244px, 0); }
  58.82353% {
    clip: rect(200px, 705px, 161px, 0); }
  64.70588% {
    clip: rect(298px, 705px, 164px, 0); }
  70.58824% {
    clip: rect(242px, 705px, 243px, 0); }
  76.47059% {
    clip: rect(57px, 705px, 153px, 0); }
  82.35294% {
    clip: rect(265px, 705px, 172px, 0); }
  88.23529% {
    clip: rect(245px, 705px, 220px, 0); }
  94.11765% {
    clip: rect(218px, 705px, 228px, 0); }
  100% {
    clip: rect(104px, 705px, 131px, 0); } }

@keyframes glitch-anim-2 {
  0% {
    clip: rect(274px, 705px, 190px, 0); }
  5.88235% {
    clip: rect(136px, 705px, 254px, 0); }
  11.76471% {
    clip: rect(172px, 705px, 25px, 0); }
  17.64706% {
    clip: rect(183px, 705px, 106px, 0); }
  23.52941% {
    clip: rect(128px, 705px, 31px, 0); }
  29.41176% {
    clip: rect(56px, 705px, 172px, 0); }
  35.29412% {
    clip: rect(69px, 705px, 75px, 0); }
  41.17647% {
    clip: rect(194px, 705px, 269px, 0); }
  47.05882% {
    clip: rect(108px, 705px, 296px, 0); }
  52.94118% {
    clip: rect(86px, 705px, 244px, 0); }
  58.82353% {
    clip: rect(200px, 705px, 161px, 0); }
  64.70588% {
    clip: rect(298px, 705px, 164px, 0); }
  70.58824% {
    clip: rect(242px, 705px, 243px, 0); }
  76.47059% {
    clip: rect(57px, 705px, 153px, 0); }
  82.35294% {
    clip: rect(265px, 705px, 172px, 0); }
  88.23529% {
    clip: rect(245px, 705px, 220px, 0); }
  94.11765% {
    clip: rect(218px, 705px, 228px, 0); }
  100% {
    clip: rect(104px, 705px, 131px, 0); } }
  .glitch-fof:before, .glitch-fof:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    clip: rect(0, 0, 0, 0); }
  .glitch-fof:after {
    left: 2px;
    text-shadow: -1px 0 #34F800;
    animation: glitch-anim-1 2s infinite linear alternate-reverse; }
  .glitch-fof:before {
    left: -2px;
    text-shadow: 2px 0 #00e1ff;
    animation: glitch-anim-2 3s infinite linear alternate-reverse; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

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

.form-control,
select,
input[type=text],
input[type=email],
input[type=search],
input[type=tel],
textarea,
.post-password-form input[type=password],
.cart-collaterals .input-text,
.create-account .input-text,
.login .input-text {
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  line-height: 1.5rem;
  padding: 1.7rem 1.5rem;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.86);
  font-family: inherit;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control:hover, .form-control:active, .form-control:focus,
  select:hover,
  select:active,
  select:focus,
  input[type=text]:hover,
  input[type=text]:active,
  input[type=text]:focus,
  input[type=email]:hover,
  input[type=email]:active,
  input[type=email]:focus,
  input[type=search]:hover,
  input[type=search]:active,
  input[type=search]:focus,
  input[type=tel]:hover,
  input[type=tel]:active,
  input[type=tel]:focus,
  textarea:hover,
  textarea:active,
  textarea:focus,
  .post-password-form input[type=password]:hover,
  .post-password-form input[type=password]:active,
  .post-password-form input[type=password]:focus,
  .cart-collaterals .input-text:hover,
  .cart-collaterals .input-text:active,
  .cart-collaterals .input-text:focus,
  .create-account .input-text:hover,
  .create-account .input-text:active,
  .create-account .input-text:focus,
  .login .input-text:hover,
  .login .input-text:active,
  .login .input-text:focus {
    border-color: #2700FF;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn, input[type=submit], button[type=submit] {
  display: inline-block;
  outline: none;
  background: rgba(39, 0, 255, 0.8);
  color: #FFF;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn i, input[type=submit] i, button[type=submit] i {
    line-height: 2.4rem; }
  .btn:hover, .btn:active, input[type=submit]:hover, input[type=submit]:active, button[type=submit]:hover, button[type=submit]:active {
    text-decoration: none;
    outline: none;
    background: #2700FF;
    border-color: transparent; }

.button.add_to_cart_button[data-product_id],
.button.update_cart,
.woocommerce input.button[type=submit] {
  font-size: 1.3rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.86); }
  .button.add_to_cart_button[data-product_id]:hover,
  .button.update_cart:hover,
  .woocommerce input.button[type=submit]:hover {
    background-color: transparent;
    border-color: #2700FF;
    color: #2700FF; }

.select2-container .select2-selection--single {
  height: 52px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 52px;
  line-height: 52px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px; }

.select2-search--dropdown .select2-search__field {
  margin-bottom: 0; }

.alert .icon-alert {
  float: left;
  margin-right: 15px; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table th {
    text-align: left;
    font-weight: 400; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #ddd; }

.tooltip {
  background-color: initial;
  pointer-events: none; }
  .tooltip.in {
    pointer-events: initial; }
  .tooltip .tooltip-inner {
    white-space: nowrap;
    color: white;
    border-radius: 1rem;
    font-weight: 600;
    background-color: #2700FF; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #2700FF; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius: 0; }

.input-group input:hover, .input-group input:focus, .input-group input:active {
  background: none; }

.center-block {
  float: none; }

/*

@media (min-width: 1370px) {
  .container {
    width: 1265px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}

@media (min-width: 1650px) {
  .container {
    width: 1600px;
  }
}*/
/*!
 *  Font Awesome 4.7.0 by $davegandy - http://fontawesome.io - $fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.lbli {
  display: inline-block;
  width: 1em;
  height: 1em; }
  .lbli svg {
    width: 100%;
    overflow: visible; }

/*
-------------------------------------------------------------------------
    2.  Global HTML Elements Styling
-------------------------------------------------------------------------
*/
html {
  background-color: #fff;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 100%; }
  html body {
    background-color: #fff;
    font-family: "Muli", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 2.1rem;
    min-height: 100%;
    padding-top: 7.2rem;
    -webkit-font-smoothing: antialiased; }
    html body.transparent-header {
      padding-top: 0; }

::-moz-selection {
  color: #fff;
  background-color: #2700FF; }

::selection {
  color: #fff;
  background-color: #2700FF; }

body.infinite-scroll .posts-pagination {
  display: none; }

p.comment-subscription-form {
  margin: 1rem 0;
  font-size: 1.3rem; }

body.wp-editor {
  margin: 20px 40px; }

:focus {
  outline: none; }

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

/* Theme Check */
.wp-caption-text {
  font-weight: normal; }

.gallery-caption {
  font-weight: normal; }

.bypostauthor {
  font-weight: normal; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

abbr[title], abbr[data-original-title] {
  border: none;
  text-decoration: none; }

a.post-edit-link, a#vc_load-inline-editor {
  font-size: 1.2rem;
  padding-right: 1rem; }
  a.post-edit-link:before, a#vc_load-inline-editor:before {
    content: "\f040";
    display: inline-block;
    font-family: 'FontAwesome',serif;
    margin-right: 1rem; }

.gallery {
  display: grid;
  grid-template: 1fr/repeat(3, 1fr);
  grid-gap: 30px; }

.gallery .gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap; }
  .gallery .gallery-item .gallery-icon > a {
    display: block;
    width: 100%; }
    .gallery .gallery-item .gallery-icon > a img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 150px; }

.gallery-columns-1 .gallery-item .gallery-icon > a img {
  height: 300px; }

.gallery-columns-2 .gallery-item .gallery-icon > a img {
  height: 220px; }

.gallery-columns-5 .gallery-item .gallery-icon > a img {
  height: 140px; }

.gallery-columns-6 .gallery-item .gallery-icon > a img {
  height: 130px; }

.gallery-columns-7 .gallery-item .gallery-icon > a img {
  height: 120px; }

.gallery-columns-8 .gallery-item .gallery-icon > a img {
  height: 110px; }

.gallery-columns-9 .gallery-item .gallery-icon > a img {
  height: 100px; }

.gallery img {
  padding: 8px;
  background: #f2f2f2;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
  -webkit-transition-duration: 1s, 1.5s;
          transition-duration: 1s, 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.88, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0.88, 0.25, 1);
  -webkit-transition-delay: 0.1s, 0s;
          transition-delay: 0.1s, 0s; }

.gallery img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: white; }

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 100%; }

.gallery-columns-1 {
  grid-template-columns: repeat(1, 1fr); }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px; }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px; }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 5px; }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px; }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 5px; }

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
  line-height: 1.5em;
  padding: 8px; }

.gallery dl, .gallery dt {
  margin: 0; }

.gallery br {
  display: none; }

.posts-slider .slick-track, .posts-slider .slick-list {
  height: 100%; }

.posts-slider .nextArrow, .posts-slider .prevArrow {
  opacity: 0.2; }

.posts-slider.layout-1 .slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .posts-slider.layout-1 .slide .post-details {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.posts-slider.layout-2 .slide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left; }
  .posts-slider.layout-2 .slide .post-details {
    margin-left: 90px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.posts-slider.layout-3 .slide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left; }
  .posts-slider.layout-3 .slide .post-details {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 40px;
    max-width: 500px; }
    .posts-slider.layout-3 .slide .post-details h2 {
      font-size: 24px;
      line-height: 1.5 !important;
      margin: 0.75em 0 0.25em !important; }

.posts-slider.layout-4 .slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center; }
  .posts-slider.layout-4 .slide .post-details {
    margin-bottom: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.posts-slider .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: #3c3c3c !important;
  position: relative;
  height: 100%; }
  .posts-slider .slide .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .posts-slider .slide .post-details {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 30px;
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .posts-slider .slide .post-details h2 {
      color: inherit;
      font-size: 54px;
      line-height: 1.1 !important;
      margin: 1rem 0 !important;
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      -webkit-transition: all 1s cubic-bezier(0.18, 0.64, 0, 1);
      transition: all 1s cubic-bezier(0.18, 0.64, 0, 1);
      -webkit-transition-delay: .45s;
              transition-delay: .45s; }
      .posts-slider .slide .post-details h2 a {
        color: inherit;
        outline: none; }
      .posts-slider .slide .post-details h2.size1 {
        font-size: 14px; }
      .posts-slider .slide .post-details h2.size2 {
        font-size: 24px; }
      .posts-slider .slide .post-details h2.size3 {
        font-size: 34px; }
      .posts-slider .slide .post-details h2.size4 {
        font-size: 44px; }
      .posts-slider .slide .post-details h2.size5 {
        font-size: 54px; }
    .posts-slider .slide .post-details .post-categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .posts-slider .slide .post-details .post-categories li:last-child {
        margin-right: 0; }
    .posts-slider .slide .post-details .post-categories li a, .posts-slider .slide .post-details .post-meta {
      color: rgba(0, 0, 0, 0.86); }
    .posts-slider .slide .post-details .post-meta, .posts-slider .slide .post-details .post-categories {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    .posts-slider .slide .post-details .post-date {
      border-left: 1px solid;
      margin-left: 1rem;
      padding-left: 1rem; }
    .posts-slider .slide .post-details.white-text {
      color: white; }
      .posts-slider .slide .post-details.white-text .post-categories li a, .posts-slider .slide .post-details.white-text .post-meta {
        color: rgba(255, 255, 255, 0.86); }
      .posts-slider .slide .post-details.white-text .post-categories li {
        border-bottom-color: white; }
    .posts-slider .slide .post-details.black-text {
      color: black; }
      .posts-slider .slide .post-details.black-text .post-categories li a, .posts-slider .slide .post-details.black-text .post-meta {
        color: rgba(0, 0, 0, 0.38); }
  .posts-slider .slide.slick-active .post-meta, .posts-slider .slide.slick-active .post-categories {
    opacity: 1; }
  .posts-slider .slide.slick-active .post-details h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.posts-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .posts-slider .slick-dots li button {
    background: none;
    width: 30px;
    height: 30px;
    margin: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    color: white; }
  .posts-slider .slick-dots li.slick-active button {
    border-color: white; }

.posts-slider.navi-dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: white;
  opacity: 0.7;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.posts-slider.navi-dots .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.posts-slider.center-mode .prevArrow {
  left: 50px; }

.posts-slider.center-mode .nextArrow {
  right: 50px; }

.vc_row[data-overlay="true"] {
  position: relative; }
  .vc_row[data-overlay="true"] .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.alimo-image-slider .slick-track, .alimo-image-slider .slick-list {
  height: 100%; }

.alimo-image-slider .slide {
  height: 100%; }
  .alimo-image-slider .slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.alimo-image-slider .slick-arrow {
  margin: 0 10px;
  cursor: pointer;
  background-color: transparent; }

.alimo-image-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .alimo-image-slider .slick-dots li button {
    background: none;
    margin: 8px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(0.8);
            transform: translate3d(0px, 0px, 1px) scale(0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .alimo-image-slider .slick-dots li:hover button {
    opacity: 1;
    background-color: #2700FF; }
  .alimo-image-slider .slick-dots li.slick-active button {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 1px) scale(1);
            transform: translate3d(0px, 0px, 1px) scale(1); }

.wpb_gallery .wpb_gallery_slides.flexslider {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0; }
  .wpb_gallery .wpb_gallery_slides.flexslider .flex-control-paging {
    margin-top: -50px; }
    .wpb_gallery .wpb_gallery_slides.flexslider .flex-control-paging li a {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .wpb_gallery .wpb_gallery_slides.flexslider .flex-control-paging li a:hover {
        background-color: #2700FF; }
  .wpb_gallery .wpb_gallery_slides.flexslider .flex-direction-nav li .flex-prev:before, .wpb_gallery .wpb_gallery_slides.flexslider .flex-direction-nav li .flex-next:before {
    font-family: 'FontAwesome', serif;
    font-size: 40px;
    display: inline-block; }
  .wpb_gallery .wpb_gallery_slides.flexslider .flex-direction-nav li .flex-prev {
    left: 30px; }
    .wpb_gallery .wpb_gallery_slides.flexslider .flex-direction-nav li .flex-prev:before {
      content: "\f104"; }
  .wpb_gallery .wpb_gallery_slides.flexslider .flex-direction-nav li .flex-next {
    right: 30px; }
    .wpb_gallery .wpb_gallery_slides.flexslider .flex-direction-nav li .flex-next:before {
      content: "\f105"; }
  .wpb_gallery .wpb_gallery_slides.flexslider .wpb_gallery .wpb_flexslider .flex-control-paging {
    margin-top: -50px; }

.alimo-button {
  margin: 5px; }
  .alimo-button.text-inline {
    display: inline-block; }
  .alimo-button .btn {
    border-width: 2px;
    border-style: solid;
    line-height: 2.2rem; }
    .alimo-button .btn span, .alimo-button .btn i {
      display: inline-block;
      padding: 0 5px; }
    .alimo-button .btn i {
      line-height: inherit; }
    .alimo-button .btn.rounded {
      border-radius: 50px; }
    .alimo-button .btn.square {
      border-radius: 0; }
    .alimo-button .btn.outline {
      background-color: transparent !important; }
    .alimo-button .btn.text_only {
      background-color: transparent !important;
      border-color: transparent !important; }
  .alimo-button .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .alimo-button .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .alimo-button .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5; }

.alimo_video_bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.vc_row[data-lb-video-bg] {
  overflow: hidden;
  position: relative; }

.lb_parallax_inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }

@keyframes fade-in-up {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fade-in-up {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0;
    overflow: hidden; }
  to {
    opacity: 1;
    overflow: visible; } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate-in {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: .45s;
          animation-duration: .45s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.fade-in-up {
  opacity: 0;
  overflow: visible;
  animation-name: fade-in-up;
  -webkit-animation-name: fade-in-up; }

.fade-in {
  opacity: 0;
  animation-name: fade-in;
  -webkit-animation-name: fade-in; }

.articles-container-interlaced article.animate-in .featured-image {
  -webkit-transform: translateX(-6rem);
          transform: translateX(-6rem);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.articles-container-interlaced article.animate-in .article-wrapper {
  -webkit-transform: translateX(16rem);
          transform: translateX(16rem);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.articles-container-interlaced article.animate-in.fade-in .featured-image, .articles-container-interlaced article.animate-in.fade-in .article-wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.articles-container-interlaced article.animate-in:nth-child(2n+2) .featured-image {
  -webkit-transform: translateX(6rem);
          transform: translateX(6rem); }

.articles-container-interlaced article.animate-in:nth-child(2n+2) .article-wrapper {
  -webkit-transform: translateX(-16rem);
          transform: translateX(-16rem); }

.articles-container-interlaced article.animate-in:nth-child(2n+2).fade-in .featured-image, .articles-container-interlaced article.animate-in:nth-child(2n+2).fade-in .article-wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

/*
-------------------------------------------------------------------------
    3.  Typography
-------------------------------------------------------------------------
*/
p {
  margin-bottom: 1.35em; }

blockquote, q {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 50px 30px;
  font-style: italic;
  border: none;
  background: rgba(210, 210, 210, 0.1);
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease; }
  blockquote:hover, q:hover {
    -webkit-box-shadow: 0 18px 28px -16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 18px 28px -16px rgba(0, 0, 0, 0.1); }
  blockquote:before, q:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.7em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10d";
    color: white;
    background-color: #2700FF;
    top: 0;
    left: 50%;
    padding: 15px;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
  blockquote cite, q cite {
    display: block; }

cite {
  font-size: 1em;
  margin-top: 2rem;
  opacity: 0.7;
  font-style: normal;
  font-family: "Muli", Helvetica, Arial, sans-serif; }

a {
  color: #2700FF;
  text-decoration: none; }
  a:focus {
    text-decoration: none; }

p em {
  font-style: italic; }

p strong {
  font-weight: 600; }

p small {
  font-size: 0.7em; }

.post-content-wrapper h1, .post-content-wrapper h2, .post-content-wrapper h3, .post-content-wrapper h4, .post-content-wrapper h5, .post-content-wrapper h6,
.post-content-wrapper .h1, .post-content-wrapper .h2, .post-content-wrapper .h3, .post-content-wrapper .h4, .post-content-wrapper .h5, .post-content-wrapper .h6,
.page-content-wrapper h1,
.page-content-wrapper h2,
.page-content-wrapper h3,
.page-content-wrapper h4,
.page-content-wrapper h5,
.page-content-wrapper h6,
.page-content-wrapper .h1,
.page-content-wrapper .h2,
.page-content-wrapper .h3,
.page-content-wrapper .h4,
.page-content-wrapper .h5,
.page-content-wrapper .h6 {
  line-height: 1.25em;
  font-weight: 700; }

.drop-cap:first-letter {
  font-weight: 400;
  font-size: 2.8em;
  float: left;
  border-bottom: 3px solid #2700FF;
  line-height: 1em;
  margin-right: 0.2em; }

.articles-container h2 a,
.articles-container-interlaced h2 a,
.articles-container-masonry h2 a,
.articles-container-grid h2 a {
  font: inherit;
  color: inherit;
  line-height: inherit;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.articles-container-masonry h2,
.articles-container-grid h2 {
  font-size: 1.625em;
  line-height: 1.5em; }

pre {
  background-color: #fafafa;
  padding: 2rem 3rem;
  border-radius: 3px;
  margin-bottom: 1.35em; }

@media screen and (max-width: 768px) {
  pre {
    width: calc(100% - 30px); } }

/*
-------------------------------------------------------------------------
    4.  Widget related Styling
-------------------------------------------------------------------------
*/
section.widget {
  margin-bottom: 3rem; }

.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .widget ul.children {
    padding-left: 10px; }

.widget select {
  height: 5rem; }

h2.widget-title:first-of-type {
  margin-top: 0; }

.widget .widget_media_video .mejs-overlay-button {
  background: none; }

.widget > h3, .widget > h2, .widget .title-widget {
  color: rgba(0, 0, 0, 0.86);
  font-size: 2.4rem;
  padding-bottom: 1rem;
  padding-top: 0;
  line-height: 1.5em; }
  .widget > h3 a, .widget > h2 a, .widget .title-widget a {
    color: rgba(0, 0, 0, 0.86);
    font-family: inherit;
    font-weight: inherit; }
    .widget > h3 a:hover, .widget > h2 a:hover, .widget .title-widget a:hover {
      text-decoration: none; }
    .widget > h3 a img, .widget > h2 a img, .widget .title-widget a img {
      margin: 0; }

.widget p {
  font-size: 1.4rem; }

.widget .navbar-form {
  padding: 0;
  float: none !important; }
  .widget .navbar-form .form-group {
    width: 100%; }
    .widget .navbar-form .form-group input[type=text] {
      width: 100%;
      margin-bottom: 1rem; }

.widget .wp-caption {
  margin-bottom: 1rem; }
  .widget .wp-caption img {
    margin-bottom: 0;
    margin-top: 0; }

.widget ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .widget ul li {
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .widget ul li a {
      color: rgba(0, 0, 0, 0.86); }
      .widget ul li a:hover {
        text-decoration: none;
        color: #2700FF; }

.widget select {
  position: relative;
  width: 100%;
  font-weight: 400;
  padding: 1.5rem 1.5rem;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: rgba(0, 0, 0, 0.38);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.widget .select-container {
  position: relative; }
  .widget .select-container:before {
    content: '\f107';
    position: absolute;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.38);
    right: 1.5rem;
    top: 50%;
    z-index: 1;
    margin-top: -0.7rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.widget .navbar-right {
  margin-right: 0; }

.widget.alimo_author_widget {
  text-align: left; }
  .widget.alimo_author_widget h3 {
    padding: 0 1rem;
    margin-top: 0;
    text-align: center; }
  .widget.alimo_author_widget figure {
    text-align: center;
    padding: 2rem 3vw; }
    .widget.alimo_author_widget figure a {
      display: inline-block;
      width: 100%;
      padding-top: 100%;
      position: relative;
      border-radius: 50%;
      overflow: hidden;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .widget.alimo_author_widget figure a img {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        border-radius: 50%; }
      .widget.alimo_author_widget figure a:hover {
        -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1); }
  .widget.alimo_author_widget .author-description {
    padding: 0 10px; }
    .widget.alimo_author_widget .author-description p {
      font-size: 1.3rem; }

.widget .social-profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .widget .social-profiles a {
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.86); }
    .widget .social-profiles a:hover {
      color: #2700FF; }

.widget .search-form {
  text-align: left; }
  .widget .search-form label {
    text-align: left;
    width: 100%; }
    .widget .search-form label span {
      display: block;
      margin-bottom: 1rem;
      font-size: 1.4rem;
      font-weight: 400; }
    .widget .search-form label input {
      margin-bottom: 0; }
  .widget .search-form input[type=submit] {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.widget .widget_shopping_cart_content {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 15px; }

.widget.woocommerce p {
  margin: 0; }

.alimo_widget_recent_comments li.recentcomments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .alimo_widget_recent_comments li.recentcomments:first-child {
    padding-top: 0; }
  .alimo_widget_recent_comments li.recentcomments > a {
    font-size: 1.6rem; }
  .alimo_widget_recent_comments li.recentcomments .comment-author-link, .alimo_widget_recent_comments li.recentcomments .comment-date {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0; }
  .alimo_widget_recent_comments li.recentcomments .rc-post-title {
    font-size: 1.6rem;
    line-height: 2.4rem; }
  .alimo_widget_recent_comments li.recentcomments .comment-date {
    margin-top: 1rem;
    opacity: 0.5; }
  .alimo_widget_recent_comments li.recentcomments .user-avatar {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    border-radius: 5rem;
    overflow: hidden;
    margin-top: 4px; }
  .alimo_widget_recent_comments li.recentcomments:nth-child(2n) .user-avatar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .alimo_widget_recent_comments li.recentcomments:nth-child(2n) .comment-author-link, .alimo_widget_recent_comments li.recentcomments:nth-child(2n) .comment-content, .alimo_widget_recent_comments li.recentcomments:nth-child(2n) .comment-date {
    text-align: right; }
  .alimo_widget_recent_comments li.recentcomments:nth-child(2n) .comment-content {
    padding-right: 1rem;
    padding-left: 0; }
  .alimo_widget_recent_comments li.recentcomments .comment-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1rem; }

.widget_categories {
  list-style-type: none; }
  .widget_categories li {
    float: none;
    margin-bottom: 0 !important; }
    .widget_categories li a {
      color: inherit;
      padding: 0;
      text-transform: capitalize; }
      .widget_categories li a:hover {
        text-decoration: none; }
  .widget_categories .post_count {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2700FF; }
    .widget_categories .post_count:before {
      content: '';
      display: inline-block;
      height: 1rem;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.38);
      margin-bottom: -1px;
      margin-right: 5px; }

.widget_calendar table caption {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 11px;
  letter-spacing: 2px; }

.widget_calendar table thead > tr > th {
  border-bottom-width: 1px;
  font-weight: 700; }

.widget_calendar table tbody > tr > td {
  border: none; }
  .widget_calendar table tbody > tr > td a {
    font-weight: 700; }

.widget_rss li {
  padding-bottom: 1rem; }
  .widget_rss li > a {
    font-weight: 700; }
  .widget_rss li .rss-date {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.38);
    display: block; }

.alimo_widget_recent_entries > ul > li {
  margin-bottom: 2.1rem;
  padding-bottom: 2.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.alimo_widget_recent_entries .post-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: block; }
  .alimo_widget_recent_entries .post-title img {
    padding-bottom: 1.3rem;
    max-width: 100%;
    width: 100%; }

.alimo_widget_recent_entries .post-date {
  font-size: 1.3rem;
  opacity: 0.5; }

.alimo_widget_recent_entries span {
  font-weight: 600; }

.alimo_widget_recent_entries footer {
  font-size: 1.3rem;
  padding-top: 1rem; }
  .alimo_widget_recent_entries footer .article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .alimo_widget_recent_entries footer .article-meta > div {
      margin-right: 0.8rem;
      text-align: right; }
      .alimo_widget_recent_entries footer .article-meta > div:last-child {
        margin-right: 0; }
    .alimo_widget_recent_entries footer .article-meta .share {
      position: relative; }

.alimo_widget_recent_entries ul.share-dd {
  padding-left: 0;
  left: initial;
  right: 0;
  -webkit-transform: initial;
          transform: initial; }

aside.widget_facebook {
  min-height: 53rem; }

.above-footer-widget .col-md-12 {
  padding: 0; }

.above-footer-widget h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  margin-bottom: 4.2rem; }

.above-footer-widget section.widget {
  margin-bottom: 0; }

.slick-arrow {
  background-color: white;
  background-image: url("assets/img/blog/arrow.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 0 40px; }
  .slick-arrow.nextArrow {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .slick-arrow:hover {
    opacity: 1; }

.null-instagram-feed p.clear {
  display: none; }

/**
 * Newsletter Plugin
 * @link : http://www.thenewsletterplugin.com
 */
.tnp-widget-minimal form {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content; }

.tnp-widget-minimal .tnp-submit {
  margin-bottom: 2rem; }

.tnp-field-privacy {
  margin-bottom: 2rem; }

.lb-invert-color form {
  color: white; }
  .lb-invert-color form input:not([type="submit"]) {
    background-color: #fff;
    color: black; }

.tnp form .tnp-field input {
  margin-bottom: 2rem; }

.widget_twitter_timeline {
  border: 1px solid rgba(15, 70, 100, 0.12); }
  .widget_twitter_timeline > iframe {
    padding: 0 1px !important; }

@media (max-width: 800px) {
  .slick-arrow {
    margin: 0 1rem; } }

/*
-------------------------------------------------------------------------
    5.  Custom Components
-------------------------------------------------------------------------
*/
.revtp-searchform, #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

.infinite-loader {
  position: absolute;
  left: 50%;
  margin-left: -1.5rem; }

.big-logo-area {
  text-align: center;
  padding: 5.5rem 8rem; }
  .big-logo-area a {
    display: inline-block;
    max-width: 100%; }
    .big-logo-area a img {
      min-height: 8rem;
      max-height: 20rem; }

#infinite-handle {
  display: none; }

.search-form .input-group {
  margin-bottom: 2.1rem;
  display: block; }
  .search-form .input-group input.search-field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.6rem 2rem;
    letter-spacing: 0;
    color: black;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 600;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border: 0; }
  .search-form .input-group .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%; }
  .search-form .input-group button.search-submit {
    height: 100%;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.38);
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border: 0; }

.customize-support:not(.vc_editor) .sticky-sidebar {
  top: 10.4rem;
  height: calc(100vh - 10.4rem); }
  .customize-support:not(.vc_editor) .sticky-sidebar:hover, .customize-support:not(.vc_editor) .sticky-sidebar.top {
    top: 10.4rem !important; }

.null-instagram-feed ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; }
  .null-instagram-feed ul .instagram-widget-item {
    width: auto;
    margin: 0; }

.above-footer-widget .null-instagram-feed .instagram-pics {
  display: block; }
  .above-footer-widget .null-instagram-feed .instagram-pics:after {
    display: block;
    clear: both;
    content: ''; }

.above-footer-widget .null-instagram-feed p.clear a {
  display: block;
  width: 70%;
  border: 1px solid #2700FF;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border-radius: 5rem;
  margin: 0 auto; }
  .above-footer-widget .null-instagram-feed p.clear a i {
    margin-right: 0.5rem; }
  .above-footer-widget .null-instagram-feed p.clear a:hover {
    text-decoration: none; }

.main-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .main-footer .overlay {
    padding: 5rem 0; }
  .main-footer .widget ul li a {
    line-height: 2em;
    color: inherit; }
    .main-footer .widget ul li a:hover {
      text-decoration: underline; }
  .main-footer .widget p {
    font-size: inherit;
    line-height: inherit; }
  .main-footer .widget .widget-title {
    color: inherit;
    font-size: inherit;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    padding-bottom: 1em;
    padding-top: 0.5rem; }
  .main-footer .copyright {
    float: left;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.38);
    text-transform: uppercase;
    line-height: 2.2rem; }
  .main-footer .footer-share {
    float: right; }
    .main-footer .footer-share > span {
      float: left;
      text-transform: uppercase;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.38);
      font-size: 1.2rem;
      line-height: 2.2rem;
      margin-right: 1rem;
      letter-spacing: 1px; }
    .main-footer .footer-share ul {
      float: left;
      padding-left: 0;
      list-style: none;
      margin-bottom: 0; }
      .main-footer .footer-share ul li {
        float: left;
        margin-left: 0.5rem; }
        .main-footer .footer-share ul li a {
          width: 2.2rem;
          height: 2.2rem;
          border-radius: 50%;
          display: block;
          border: none;
          padding: 0;
          font-size: 1.1rem;
          background: #2700FF;
          color: #fff;
          text-align: center;
          line-height: 2.4rem; }
          .main-footer .footer-share ul li a:hover {
            background: rgba(0, 0, 0, 0.38); }
        .main-footer .footer-share ul li:first-child {
          margin-left: 0; }

.fixed-sidebar {
  float: right; }
  .fixed-sidebar.left-sidebar {
    float: left; }

.sticky-sidebar {
  background: #fff;
  position: fixed;
  top: 7.2rem;
  height: calc(100vh - 7.2rem);
  min-height: 40rem;
  overflow-y: scroll;
  z-index: 4;
  -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1);
  padding: 0 1.5rem;
  width: 31rem;
  -webkit-transition: right .3s ease-in-out, left 0.3s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: right .3s ease-in-out, left 0.3s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
  overflow: -moz-scrollbars-none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .sticky-sidebar.left-sidebar {
    left: -25.7rem; }
  .sticky-sidebar.right-sidebar {
    right: -25.7rem; }
  .sticky-sidebar::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    opacity: 0;
    display: none; }
  .sticky-sidebar::-webkit-scrollbar-button:start:decrement, .sticky-sidebar::-webkit-scrollbar-button:end:increment {
    opacity: 0;
    display: none;
    height: 0;
    background-color: transparent; }
  .sticky-sidebar::-webkit-scrollbar-track-piece {
    opacity: 0;
    background-color: #FAFAFA;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    display: none; }
  .sticky-sidebar::-webkit-scrollbar-thumb:vertical {
    opacity: 0;
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 8px;
    display: none; }
  .sticky-sidebar::-webkit-scrollbar-thumb:horizontal {
    opacity: 0;
    width: 50px;
    background-color: #999;
    -webkit-border-radius: 8px;
    display: none; }
  .sticky-sidebar.visible-sidebar {
    opacity: 1;
    -webkit-animation-duration: 1s;
            animation-duration: 1s; }
    .sticky-sidebar.visible-sidebar.left-sidebar {
      -webkit-animation-name: sidebarBXS-left;
              animation-name: sidebarBXS-left;
      left: -25.7rem; }
    .sticky-sidebar.visible-sidebar.right-sidebar {
      -webkit-animation-name: sidebarBXS-right;
              animation-name: sidebarBXS-right;
      right: -25.7rem; }
  .sticky-sidebar.hidden-sidebar {
    opacity: 0; }
    .sticky-sidebar.hidden-sidebar.left-sidebar {
      left: -31rem; }
    .sticky-sidebar.hidden-sidebar.right-sidebar {
      right: -31rem; }
  .sticky-sidebar .sidebar-content {
    opacity: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .sticky-sidebar .sidebar-open-trigger {
    cursor: pointer;
    width: 5.2rem;
    padding: 1.5rem;
    margin: 0 -1.5rem;
    height: 5.2rem;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 1.5rem;
    opacity: 1;
    /*transition: opacity 0.5s ease-in-out;*/ }
    .sticky-sidebar .sidebar-open-trigger span {
      display: block;
      height: 1px;
      margin-bottom: 4px;
      position: relative;
      background: rgba(0, 0, 0, 0.38);
      top: 0;
      width: 2.2rem;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transition-delay: 0;
      transition-delay: 0;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-property: all;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
      .sticky-sidebar .sidebar-open-trigger span:last-child {
        margin-bottom: 0; }
  .sticky-sidebar.is-opened {
    opacity: 1; }
    .sticky-sidebar.is-opened.left-sidebar {
      left: 0; }
    .sticky-sidebar.is-opened.right-sidebar {
      right: 0; }
    .sticky-sidebar.is-opened .sidebar-content {
      opacity: 1; }
    .sticky-sidebar.is-opened .sidebar-open-trigger {
      background: #FFF; }
      .sticky-sidebar.is-opened .sidebar-open-trigger span:first-child {
        opacity: 1;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 1rem; }
      .sticky-sidebar.is-opened .sidebar-open-trigger span {
        opacity: 0; }
      .sticky-sidebar.is-opened .sidebar-open-trigger span:last-child {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .sticky-sidebar.left-sidebar {
    right: auto;
    border-left: none;
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); }
    .sticky-sidebar.left-sidebar .sidebar-open-trigger {
      float: right; }
    .sticky-sidebar.left-sidebar.is-opened {
      right: auto;
      left: 0; }
      .sticky-sidebar.left-sidebar.is-opened .sidebar-open-trigger {
        right: 0; }

body.transparent-header.scroll-top .sticky-sidebar:not(.is-opened) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  body.transparent-header.scroll-top .sticky-sidebar:not(.is-opened) .sidebar-open-trigger span {
    background-color: #fff; }

a.alimo_social_profile {
  color: inherit; }
  a.alimo_social_profile i {
    font-size: 1.4em;
    padding-right: 1rem;
    width: 2.4rem;
    text-align: center; }
  a.alimo_social_profile:hover {
    color: #2700FF; }

@-webkit-keyframes sidebarBXS-right {
  0% {
    -webkit-box-shadow: -3px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: -3px 0 20px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1); } }

@keyframes sidebarBXS-right {
  0% {
    -webkit-box-shadow: -3px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: -3px 0 20px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1); } }

@-webkit-keyframes sidebarBXS-left {
  0% {
    -webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); } }

@keyframes sidebarBXS-left {
  0% {
    -webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); } }

.contact-container {
  padding: 6rem 0 4rem 0; }
  .contact-container .contact-info h3 {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.38);
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: 300;
    padding-bottom: 2rem; }
  .contact-container .contact-info p {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.8rem;
    color: rgba(0, 0, 0, 0.38);
    font-size: 1.4rem;
    font-weight: 300; }
    .contact-container .contact-info p i {
      width: 1.5rem;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1.8rem;
      text-align: center; }
  .contact-container .contact-info ul {
    float: left;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 1rem; }
    .contact-container .contact-info ul li {
      float: left;
      margin-left: 0.5rem; }
      .contact-container .contact-info ul li a {
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 50%;
        display: block;
        border: none;
        padding: 0;
        font-size: 1.1rem;
        background: #2700FF;
        color: #fff;
        text-align: center;
        line-height: 2.4rem; }
        .contact-container .contact-info ul li a:hover {
          background: rgba(0, 0, 0, 0.38); }
      .contact-container .contact-info ul li:first-child {
        margin-left: 0; }

#selectionSharerPopover .selectionSharerPopover-arrow {
  background-color: #2700FF; }

#selectionSharerPopover-inner {
  background-color: transparent;
  z-index: 2; }
  #selectionSharerPopover-inner a {
    color: #fff; }
  #selectionSharerPopover-inner li {
    cursor: pointer;
    background-color: #2700FF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
  #selectionSharerPopover-inner li:hover {
    background-color: #fff; }
    #selectionSharerPopover-inner li:hover a {
      color: #2700FF; }

@media (max-width: 1220px) {
  .big-logo-area a {
    height: auto !important; }
    .big-logo-area a img {
      position: relative;
      z-index: 0;
      left: 0;
      top: 0 !important;
      -webkit-transform: translateX(0) scale(1) !important;
              transform: translateX(0) scale(1) !important; } }

@media (max-width: 1030px) {
  .sticky-sidebar .sidebar-content {
    margin-top: 3rem; }
  .sticky-sidebar > .clearfix {
    z-index: -1;
    position: fixed;
    left: 0;
    top: 7.2rem;
    visibility: hidden;
    right: 0;
    bottom: 0; }
  .sticky-sidebar.is-opened > .clearfix {
    visibility: visible; } }

@media (max-width: 768px) {
  .big-logo-area {
    padding: 3.4rem 0; }
    .big-logo-area .site-title {
      font-size: 3em;
      line-height: 1.5em; } }

@media (max-width: 500px) {
  .main-sidebar {
    display: none; }
  .sticky-sidebar, .sticky-sidebar.bottom, .sticky-sidebar.top, .sticky-sidebar.inside {
    position: fixed;
    width: 100%;
    right: auto;
    top: 7.2rem !important;
    bottom: 0 !important;
    left: 100%;
    margin-left: -5.3rem;
    overflow-y: auto; }
  .sticky-sidebar.is-opened {
    left: 0;
    margin-left: 0; } }

/*
-------------------------------------------------------------------------
    6.  Header + Menu Styling
-------------------------------------------------------------------------
*/
body.customize-support:not(.vc_editor) .main-header {
  top: 32px; }
  body.customize-support:not(.vc_editor) .main-header.headroom--unpinned {
    top: -7.2rem; }
    body.customize-support:not(.vc_editor) .main-header.headroom--unpinned.visible-sidebar {
      top: 32px; }
  body.customize-support:not(.vc_editor) .main-header.menu-on.headroom--unpinned, body.customize-support:not(.vc_editor) .main-header.search-active.headroom--unpinned {
    top: 32px; }

.main-header {
  height: 7.2rem;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding-right: 5.3rem;
  padding-left: 5.3rem;
  background-color: white;
  z-index: 6;
  -webkit-transition-property: top, background-color, -webkit-box-shadow;
  transition-property: top, background-color, -webkit-box-shadow;
  transition-property: top, background-color, box-shadow;
  transition-property: top, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  .main-header.transparent-header.headroom--top {
    background: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .main-header.header-shadow {
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2); }
  .main-header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .main-header p.no-menu {
    line-height: 7.1rem; }
  .main-header.boxed-header {
    padding: 0; }
  .main-header.headroom--unpinned {
    top: -7.2rem; }
    .main-header.headroom--unpinned.visible-sidebar, .main-header.headroom--unpinned.minicart-open, .main-header.headroom--unpinned.product-added, .main-header.headroom--unpinned.menu-on, .main-header.headroom--unpinned.search-active {
      top: 0; }
  .main-header .site-title {
    padding: 0;
    margin: 0;
    height: 100%;
    line-height: 7.1rem; }
    .main-header .site-title a {
      line-height: inherit;
      color: inherit; }
  .main-header ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
  .main-header .main-logo {
    max-height: 7.1rem;
    position: relative;
    z-index: 2;
    margin-right: 2.1rem;
    float: left;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap; }
    .main-header .main-logo.large {
      max-width: 340px; }
      .main-header .main-logo.large a img {
        padding: 0.7rem 0; }
      .main-header .main-logo.large .no-logo {
        font-size: 32px; }
    .main-header .main-logo.medium {
      max-width: 220px; }
      .main-header .main-logo.medium a img {
        padding: 1.7rem 0; }
      .main-header .main-logo.medium .no-logo {
        font-size: 24px; }
    .main-header .main-logo.small {
      max-width: 180px; }
      .main-header .main-logo.small a img {
        padding: 2.2rem 0; }
      .main-header .main-logo.small .no-logo {
        font-size: 18px; }
    .main-header .main-logo a {
      height: 100%;
      display: block;
      font-weight: 700; }
      .main-header .main-logo a img {
        padding: 0.7rem 0;
        height: 100%;
        width: auto;
        float: left;
        -o-object-fit: contain;
           object-fit: contain; }
  .main-header .social-profiles {
    float: right;
    padding: 2.45rem 0; }
    .main-header .social-profiles > span {
      float: left;
      text-transform: uppercase;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.38);
      font-size: 1.2rem;
      line-height: 2.2rem;
      margin-right: 1rem;
      letter-spacing: 1px; }
    .main-header .social-profiles ul {
      float: left;
      white-space: nowrap; }
      .main-header .social-profiles ul li {
        display: inline-block;
        margin-left: 0.5rem;
        padding: 0;
        cursor: pointer; }
        .main-header .social-profiles ul li a {
          display: block;
          border: none;
          padding-right: 0.8rem;
          font-size: 2.1rem;
          color: rgba(0, 0, 0, 0.86);
          text-align: center;
          line-height: 2.4rem;
          text-decoration: none;
          -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          .main-header .social-profiles ul li a:before {
            content: unset; }
          .main-header .social-profiles ul li a:hover {
            opacity: 1;
            color: #2700FF; }
          .main-header .social-profiles ul li a i {
            font-size: inherit;
            padding: 0; }
        .main-header .social-profiles ul li:first-child {
          margin-left: 0; }
  .main-header.transparent-header.headroom--top .social-profiles ul li a:hover {
    color: #2700FF; }
  .main-header.banner-header {
    border-bottom: none; }
    .main-header.banner-header .social-share {
      float: right; }
  .main-header .search-container {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 5.1rem;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-out; }
    .main-header .search-container .search-trigger-bg {
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 2rem;
      right: 1.1rem;
      border-radius: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: 0;
      -webkit-transform-origin: 50%;
              transform-origin: 50%;
      -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .main-header .search-container.hovered .search-trigger-bg, .main-header .search-container:hover .search-trigger-bg {
      background: #2700FF; }
    .main-header .search-container.hovered .search-open, .main-header .search-container:hover .search-open {
      color: white; }
    .main-header .search-container .search-open, .main-header .search-container .search-close {
      top: -999rem;
      right: 0.9rem;
      position: absolute;
      color: black;
      font-size: 1.4rem;
      padding: 1rem;
      cursor: pointer; }
    .main-header .search-container .search-open {
      top: 1.8rem;
      -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .main-header .main-search {
    position: relative;
    right: 999rem;
    top: 15rem;
    display: block; }
    .main-header .main-search:not(.container) {
      width: 100%; }
    .main-header .main-search input#main-search-input, .main-header .main-search input#main-search-input:focus {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: 0;
      width: 10rem;
      height: 7rem;
      line-height: 7rem;
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s;
      -webkit-transition-property: opacity;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-property: opacity;
      transition-duration: 0.5s;
      transition-timing-function: ease-out;
      padding: 0 1rem 1rem 1rem;
      opacity: 0;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 0;
      -webkit-border-radius: 0;
      -webkit-appearance: none;
      font-size: 4rem;
      text-transform: initial;
      background-color: transparent; }

.banner-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

body.search-active .main-header .main-search {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-property: top;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-property: top;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  top: 13rem;
  right: 0; }
  body.search-active .main-header .main-search input#main-search-input,
  body.search-active .main-header .main-search input#main-search-input:focus {
    opacity: 1;
    z-index: 9999;
    width: 90vw;
    border-radius: 0 !important;
    -webkit-border-radius: 0; }
  body.search-active .main-header .main-search.container input#main-search-input,
  body.search-active .main-header .main-search.container input#main-search-input:focus {
    width: calc(100% - 25px); }

body.search-active .main-header .search-container {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  height: 25rem;
  width: 100vw;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
  body.search-active .main-header .search-container .search-close {
    top: 1.8rem;
    right: 1.1rem;
    color: #000;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: color;
    -webkit-transition-duration: 1.5s;
    -webkit-transition-timing-function: ease-out;
    transition-property: color;
    transition-duration: 1.5s;
    transition-timing-function: ease-out; }
  body.search-active .main-header .search-container .search-open {
    top: -999rem; }
  body.search-active .main-header .search-container .search-trigger-bg {
    background: #FFF;
    -webkit-transform: scale(120);
            transform: scale(120);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }

@media (min-width: 1420px) {
  body.search-active .main-header .search-container .search-trigger-bg {
    -webkit-transform: scale(180);
            transform: scale(180); } }

@media (max-width: 768px) {
  body.customize-support:not(.vc_editor) .main-header.headroom--pinned {
    top: 46px; }
  body.customize-support:not(.vc_editor) .main-header.headroom--unpinned {
    top: -7.2rem; }
  body.customize-support:not(.vc_editor) .main-header.menu-on.headroom--unpinned, body.customize-support:not(.vc_editor) .main-header.search-active.headroom--unpinned {
    top: 46px; }
  .main-header {
    padding-left: 0; }
    .main-header > div {
      display: block;
      margin: 0; }
      .main-header > div.container {
        padding: 0 5.3rem 0 0;
        width: 100%; }
    .main-header .main-nav.centered {
      position: initial;
      -webkit-transform: initial;
              transform: initial; }
    .main-header .main-logo {
      position: absolute;
      padding: 0;
      margin: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      white-space: nowrap; }
      .main-header .main-logo.large a img {
        padding: 0.5rem; }
      .main-header .main-logo.medium a img {
        padding: 1rem; }
      .main-header .main-logo.small a img {
        padding: 2rem; }
    .main-header .social-share {
      padding-right: 5.3rem; }
    .main-header .main-search input {
      width: 30rem; } }

@media (max-width: 600px) {
  body.customize-support:not(.vc_editor) .main-header {
    position: absolute;
    top: 46px; }
    body.customize-support:not(.vc_editor) .main-header.headroom--not-top {
      top: 0;
      position: fixed; }
    body.customize-support:not(.vc_editor) .main-header.headroom--unpinned {
      top: -7.2rem; }
      body.customize-support:not(.vc_editor) .main-header.headroom--unpinned.visible-sidebar {
        top: -7.2rem; }
    body.customize-support:not(.vc_editor) .main-header.menu-on.headroom--unpinned, body.customize-support:not(.vc_editor) .main-header.search-active.headroom--unpinned {
      top: 46px; }
    body.customize-support:not(.vc_editor) .main-header.menu-on.headroom--not-top, body.customize-support:not(.vc_editor) .main-header.search-active.headroom--not-top {
      top: 0; }
  .main-header .main-logo .no-logo a {
    font-size: 0.8em; }
  .main-header .social-share {
    display: none; }
  .main-header .main-search {
    border-left: none; }
    .main-header .main-search input {
      width: 20rem; } }

/*
    Menu Styling
*/
.main-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .main-nav .phone-menu-trigger {
    display: none;
    position: relative;
    float: left;
    z-index: 3; }
  .main-nav .menu-bar {
    width: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.86);
    padding-bottom: 4px;
    display: block;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .main-nav .menu-bar:nth-child(2) {
      margin-left: -1px;
      padding-right: 16px; }
  .main-nav .header-menu {
    height: calc(100% + 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main-nav .header-menu .main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .main-nav .header-menu .main-menu li {
        float: left;
        padding: 0 1.5rem;
        cursor: pointer;
        position: relative;
        z-index: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap; }
        .main-nav .header-menu .main-menu li a {
          color: #000;
          font-size: 1.2rem;
          line-height: 1.5em;
          display: inline-block;
          position: relative;
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
          -webkit-transition: color 0.3s ease !important;
          transition: color 0.3s ease !important; }
          .main-nav .header-menu .main-menu li a:before {
            content: '';
            display: block;
            width: 0;
            position: absolute;
            height: 2px;
            bottom: -5px;
            background: #2700FF;
            left: 50%;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            transform: translateX(-50%);
            -webkit-transform: translate3d(-50%, 0, 0);
            -webkit-backface-visibility: hidden; }
          .main-nav .header-menu .main-menu li a.active {
            text-decoration: none;
            color: #2700FF; }
            .main-nav .header-menu .main-menu li a.active:before {
              width: 100%; }
          .main-nav .header-menu .main-menu li a:hover {
            text-decoration: none; }
            .main-nav .header-menu .main-menu li a:hover:before {
              width: 100%; }
        .main-nav .header-menu .main-menu li.menu-item-has-children {
          position: relative;
          margin-right: 1rem; }
          .main-nav .header-menu .main-menu li.menu-item-has-children > .toggle-submenu {
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
            position: absolute;
            top: calc(50% - 8px);
            right: 0;
            padding-left: 4px;
            width: 1em;
            height: 1em;
            display: block;
            text-align: center; }
        .main-nav .header-menu .main-menu li.current-menu-item > a, .main-nav .header-menu .main-menu li.current-menu-item > .toggle-submenu {
          color: #2700FF; }
        .main-nav .header-menu .main-menu li.current-menu-item > a:before {
          width: 100%; }
        .main-nav .header-menu .main-menu li:hover > a, .main-nav .header-menu .main-menu li:hover > .toggle-submenu {
          color: #2700FF; }
        .main-nav .header-menu .main-menu li:hover > ul.sub-menu {
          pointer-events: initial;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          visibility: visible;
          left: -2.6rem; }
      .main-nav .header-menu .main-menu ul.sub-menu {
        pointer-events: none;
        opacity: 0;
        -webkit-transform: translateY(-1rem);
                transform: translateY(-1rem);
        visibility: hidden;
        position: absolute;
        left: -2.6rem;
        background: white;
        text-align: left;
        padding: 2.25rem 0;
        -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.12);
                box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.12);
        top: 7.5rem;
        border-radius: 3px;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
        .main-nav .header-menu .main-menu ul.sub-menu li {
          min-width: 20rem;
          position: relative;
          float: none;
          padding: 0.75rem 4rem;
          white-space: normal; }
          .main-nav .header-menu .main-menu ul.sub-menu li a {
            line-height: 2rem; }
            .main-nav .header-menu .main-menu ul.sub-menu li a:before {
              content: initial; }
          .main-nav .header-menu .main-menu ul.sub-menu li.menu-item-has-children {
            margin-right: 16px; }
            .main-nav .header-menu .main-menu ul.sub-menu li.menu-item-has-children .toggle-submenu {
              top: 10px;
              right: 20px; }
          .main-nav .header-menu .main-menu ul.sub-menu li ul.sub-menu {
            left: 100%;
            top: -2.25rem; }
  .main-nav.centered .main-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.transparent-header.headroom--top .main-nav .header-menu .main-menu > li:hover > a, .transparent-header.headroom--top .main-nav .header-menu .main-menu > li:hover > .toggle-submenu, .transparent-header.headroom--top .main-nav .header-menu .main-menu > li.current-menu-item > a, .transparent-header.headroom--top .main-nav .header-menu .main-menu > li.current-menu-item > .toggle-submenu {
  color: #2700FF; }

@media (max-width: 768px) {
  .main-nav {
    position: absolute; }
    .main-nav .phone-menu-trigger {
      display: block;
      padding: 2.6rem 2rem; }
      .main-nav .phone-menu-trigger:hover .menu-bar, .main-nav .phone-menu-trigger:focus .menu-bar, .main-nav .phone-menu-trigger:active .menu-bar {
        border-color: #2700FF; }
    .main-nav .header-menu {
      background-color: #fff;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1), -webkit-box-shadow 0.5s ease;
      transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1), -webkit-box-shadow 0.5s ease;
      transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1), box-shadow 0.5s ease;
      transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1), box-shadow 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1), -webkit-box-shadow 0.5s ease;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      width: 80vw;
      height: 100vh;
      max-height: initial;
      top: 0;
      padding: 7.1rem 2rem 2rem 2rem;
      z-index: 2;
      position: absolute;
      text-align: left;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      display: block; }
      .main-nav .header-menu .main-menu {
        display: block;
        max-height: 90%;
        overflow-y: auto; }
        .main-nav .header-menu .main-menu li {
          float: none;
          display: block;
          margin: 1rem 0;
          padding: 0; }
          .main-nav .header-menu .main-menu li a {
            display: inline-block;
            white-space: normal;
            font-size: 1.6rem !important; }
            .main-nav .header-menu .main-menu li a:before {
              display: none; }
          .main-nav .header-menu .main-menu li.menu-item-has-children {
            margin-right: 0; }
            .main-nav .header-menu .main-menu li.menu-item-has-children .toggle-submenu {
              width: 34px;
              height: 21px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              top: 5px; }
              .main-nav .header-menu .main-menu li.menu-item-has-children .toggle-submenu.open {
                -webkit-transform: scaleY(-1);
                        transform: scaleY(-1); }
        .main-nav .header-menu .main-menu > li {
          opacity: 0;
          -webkit-transform: translateY(8px);
                  transform: translateY(8px);
          -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: transform 0.3s ease, opacity 0.3s ease;
          transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
          -webkit-transition-delay: 1.2s;
                  transition-delay: 1.2s; }
          .main-nav .header-menu .main-menu > li > a {
            font-size: 2.1rem !important; }
          .main-nav .header-menu .main-menu > li:nth-child(1) {
            -webkit-transition-delay: .2s;
                    transition-delay: .2s; }
          .main-nav .header-menu .main-menu > li:nth-child(2) {
            -webkit-transition-delay: .3s;
                    transition-delay: .3s; }
          .main-nav .header-menu .main-menu > li:nth-child(3) {
            -webkit-transition-delay: .4s;
                    transition-delay: .4s; }
          .main-nav .header-menu .main-menu > li:nth-child(4) {
            -webkit-transition-delay: .5s;
                    transition-delay: .5s; }
          .main-nav .header-menu .main-menu > li:nth-child(5) {
            -webkit-transition-delay: .6s;
                    transition-delay: .6s; }
          .main-nav .header-menu .main-menu > li:nth-child(6) {
            -webkit-transition-delay: .7s;
                    transition-delay: .7s; }
          .main-nav .header-menu .main-menu > li:nth-child(7) {
            -webkit-transition-delay: .8s;
                    transition-delay: .8s; }
          .main-nav .header-menu .main-menu > li:nth-child(8) {
            -webkit-transition-delay: .9s;
                    transition-delay: .9s; }
          .main-nav .header-menu .main-menu > li:nth-child(9) {
            -webkit-transition-delay: 1s;
                    transition-delay: 1s; }
          .main-nav .header-menu .main-menu > li:nth-child(10) {
            -webkit-transition-delay: 1.1s;
                    transition-delay: 1.1s; }
        .main-nav .header-menu .main-menu ul.sub-menu {
          width: 100%;
          left: 0 !important;
          margin-top: 0 !important;
          visibility: visible;
          pointer-events: initial;
          background-color: initial !important;
          -webkit-box-shadow: none;
                  box-shadow: none;
          top: 0;
          border: none;
          position: relative;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          padding: 0;
          background: none;
          overflow: hidden;
          max-height: 0;
          -webkit-transition: all 0.35s linear;
          transition: all 0.35s linear; }
          .main-nav .header-menu .main-menu ul.sub-menu.open {
            max-height: 500px; }
          .main-nav .header-menu .main-menu ul.sub-menu li {
            padding: 0 1.5rem;
            min-width: initial;
            max-width: 100%; }
            .main-nav .header-menu .main-menu ul.sub-menu li.menu-item-has-children {
              margin-right: 0; }
              .main-nav .header-menu .main-menu ul.sub-menu li.menu-item-has-children .toggle-submenu {
                top: 0;
                right: 0; }
              .main-nav .header-menu .main-menu ul.sub-menu li.menu-item-has-children ul li .toggle-submenu {
                right: -15px; }
          .main-nav .header-menu .main-menu ul.sub-menu li ul.sub-menu {
            left: 0;
            top: 0;
            width: calc(100% + 29px);
            padding-right: 29px; }
      .main-nav .header-menu .social-profiles {
        float: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 2rem; }
        .main-nav .header-menu .social-profiles .social-icons {
          float: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
          .main-nav .header-menu .social-profiles .social-icons li {
            float: none; }
    .main-nav.menu-is-opened .header-menu {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
      .main-nav.menu-is-opened .header-menu .main-menu > li {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1); } }

/*
-------------------------------------------------------------------------
    7.  Blog Layouts Styling
-------------------------------------------------------------------------
*/
/* General Blog Styling */
.wp-caption {
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    margin-top: 1rem;
    padding: .5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 1.2rem;
    line-height: 1.9rem; }

.wp-caption.alignleft .wp-caption-text {
  text-align: left; }

.wp-caption.alignright .wp-caption-text {
  text-align: right; }

.alignleft {
  float: left;
  margin: 0 15px 30px 0; }

.aligncenter {
  display: block;
  margin: 0 auto 30px auto; }

.alignright {
  float: right;
  margin: 0 0 30px 15px; }

.alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0; }
  .alignnone img {
    width: auto !important; }

p .alignleft {
  float: left;
  margin: 5px 15px 30px 0; }

p .aligncenter {
  display: block;
  margin: 5px auto 30px auto; }

p .alignright {
  float: right;
  margin: 5px 0 30px 15px; }

p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0; }

div.author-info {
  padding: 5rem 0 2.5rem 12rem;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative; }
  div.author-info .left-author-info {
    top: 3rem;
    left: 0;
    position: absolute; }
    div.author-info .left-author-info figure {
      overflow: hidden;
      width: 10rem;
      height: 10rem; }
      div.author-info .left-author-info figure img {
        width: 100%;
        border-radius: 50%; }

.center-articles {
  text-align: center; }
  .center-articles > * {
    display: inline-block;
    float: none; }

.zilla-likes-postfix {
  display: none; }

.main-content {
  min-height: 500px; }

.template-blog .articles-container,
.template-blog .articles-container-masonry,
.template-blog .articles-container-interlaced,
.template-blog .articles-container-grid, body.archive .articles-container,
body.archive .articles-container-masonry,
body.archive .articles-container-interlaced,
body.archive .articles-container-grid, body.search .articles-container,
body.search .articles-container-masonry,
body.search .articles-container-interlaced,
body.search .articles-container-grid, body.blog .articles-container,
body.blog .articles-container-masonry,
body.blog .articles-container-interlaced,
body.blog .articles-container-grid {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem; }

.main-sidebar.fixed-sidebar,
.post-content-wrapper,
.default-page {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem; }

.default-page .page-title {
  margin-top: 0; }

.articles-container.vc_alimo_posts_listing,
.articles-container-masonry.vc_alimo_posts_listing,
.articles-container-interlaced.vc_alimo_posts_listing,
.articles-container-grid.vc_alimo_posts_listing {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.article-content p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 2.3rem;
  font-size: 1.6rem; }
  .article-content p:last-of-type {
    margin-bottom: 0; }

.articles-container .search-form input[type=submit] {
  vertical-align: bottom; }

.articles-container .search-form input, .articles-container .search-form label {
  margin-bottom: 0 !important; }

.articles-container .row .col-md-3 {
  position: inherit; }

.articles-container .row .col-md-9 {
  float: right; }

.articles-container article {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 5rem;
  text-align: left; }
  .articles-container article figure a {
    display: inline-block; }
    .articles-container article figure a img {
      border-radius: 50%;
      width: 4rem;
      height: 4rem;
      margin-right: 0.5rem; }
    .articles-container article figure a:hover {
      text-decoration: none;
      color: rgba(0, 0, 0, 0.86); }
  .articles-container article figure figcaption {
    position: relative;
    top: 2px;
    padding: 0; }
  .articles-container article .categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .articles-container article .left-article-side {
    padding-bottom: 10rem;
    font-weight: 600; }
    .articles-container article .left-article-side i {
      text-align: center;
      margin-right: 0.2rem; }
    .articles-container article .left-article-side a {
      line-height: 2rem; }
    .articles-container article .left-article-side .social-article-share {
      list-style: none; }
      .articles-container article .left-article-side .social-article-share li {
        display: inline-block;
        margin-right: 1rem; }
        .articles-container article .left-article-side .social-article-share li a {
          display: block;
          text-align: center;
          width: 1.8rem;
          height: 1.8rem;
          line-height: 1.8rem;
          color: rgba(0, 0, 0, 0.86);
          font-size: 1.8rem; }
        .articles-container article .left-article-side .social-article-share li:hover a {
          color: #2700FF; }
    .articles-container article .left-article-side .author-details, .articles-container article .left-article-side .social-article-share, .articles-container article .left-article-side .tags, .articles-container article .left-article-side .like, .articles-container article .left-article-side .comments {
      margin: 0 0 1.3rem 0;
      padding: 0; }
    .articles-container article .left-article-side .zilla-likes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left; }
      .articles-container article .left-article-side .zilla-likes span {
        font-weight: 600; }
    .articles-container article .left-article-side .zilla-likes-count {
      padding: 0 0.4rem; }
    .articles-container article .left-article-side .zilla-likes-postfix {
      display: initial; }
    .articles-container article .left-article-side .bottom-side {
      position: absolute;
      bottom: 5.7rem;
      left: 0; }
      .articles-container article .left-article-side .bottom-side .read-more {
        display: block;
        width: 100%;
        margin-top: 1.3rem;
        font-size: 1.3rem; }
        .articles-container article .left-article-side .bottom-side .read-more a {
          text-transform: capitalize;
          color: #2700FF; }
        .articles-container article .left-article-side .bottom-side .read-more a, .articles-container article .left-article-side .bottom-side .read-more span {
          font-weight: 600; }
        .articles-container article .left-article-side .bottom-side .read-more span {
          color: rgba(0, 0, 0, 0.38);
          padding-left: 1.5rem;
          margin-left: 1.5rem;
          border-left: 1px solid rgba(0, 0, 0, 0.38); }
      .articles-container article .left-article-side .bottom-side .read-time {
        color: rgba(0, 0, 0, 0.86);
        margin-bottom: 1.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .articles-container article .left-article-side .bottom-side .read-time span {
          padding-left: 0.4rem; }
      .articles-container article .left-article-side .bottom-side span {
        font-weight: 600; }
  .articles-container article header h2 {
    margin-top: 0; }
    .articles-container article header h2 a:hover {
      color: #2700FF;
      text-decoration: none; }
  .articles-container article .featured-image {
    overflow: hidden;
    border-radius: 0.3rem;
    margin-top: 2rem; }
    .articles-container article .featured-image a {
      display: block; }
      .articles-container article .featured-image a img {
        max-width: 100%; }
  .articles-container article .article-entries {
    padding: 0 0 2rem;
    margin-top: 2rem; }
  .articles-container article:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.articles-container.right-title article .row > * {
  float: right; }

.articles-container.right-title article .left-article-side .bottom-side {
  left: auto;
  right: 0;
  width: 25%;
  padding-left: 2.5rem; }

.articles-container.right-title article .left-article-side .article-details {
  padding-top: 2rem; }

.archive-page {
  text-align: center;
  padding-top: 3.5rem;
  background-size: cover;
  background-position: center center; }
  .archive-page.author-page {
    padding-bottom: 10.5rem; }
  .archive-page h3 {
    font-size: 3rem;
    padding: 0;
    margin: 0;
    text-transform: capitalize; }

.author-profile {
  text-align: center;
  margin-top: -10.5rem; }
  .author-profile .social-icons {
    list-style-type: none;
    padding: 1rem 0;
    margin: 0; }
    .author-profile .social-icons li {
      display: inline-block;
      margin-right: 0.8rem;
      font-size: 2.1rem; }
      .author-profile .social-icons li a {
        color: rgba(0, 0, 0, 0.12);
        width: 2em;
        height: 2em;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 50%; }
        .author-profile .social-icons li a:hover {
          border-color: transparent;
          background-color: rgba(0, 0, 0, 0.12); }
        .author-profile .social-icons li a i {
          line-height: 2em; }
  .author-profile .author-photo {
    width: 21rem;
    height: 21rem;
    border-radius: 50%;
    border: 1rem solid #fff; }

.post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.7); }
  .post-categories li {
    float: left;
    margin-right: 2.1rem;
    margin-bottom: 1.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    line-height: 1.1rem;
    padding-bottom: 0.5rem;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .post-categories li:hover {
      color: black;
      border-color: rgba(0, 0, 0, 0.12); }
  .post-categories a {
    color: inherit;
    padding: 0;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: capitalize; }
    .post-categories a:hover {
      text-decoration: none; }

.tags, .tagcloud {
  padding: 0;
  text-align: left; }
  .tags a, .tagcloud a {
    font-size: 1.1rem !important;
    text-transform: capitalize;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.38);
    border-radius: 2px;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0 0.8rem;
    display: inline-block;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
  .tags a:hover, .tagcloud a:hover {
    border-color: rgba(0, 0, 0, 0.12);
    color: black;
    text-decoration: none; }

ul.share-dd {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: calc(100% + 5px);
  right: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  background: white;
  -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.38);
          box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.38);
  border-radius: 0.3rem;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  ul.share-dd li {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0 !important; }
    ul.share-dd li a {
      display: block;
      padding: 1rem 1.3rem;
      color: rgba(0, 0, 0, 0.86);
      font-size: 1.2rem;
      line-height: 2rem; }
      ul.share-dd li a i {
        font-size: 1.3rem;
        display: inline-block;
        width: 1.5rem;
        line-height: 2rem;
        text-align: center; }
      ul.share-dd li a span {
        display: inline-block; }
      ul.share-dd li a:hover {
        text-decoration: none;
        color: #2700FF; }

.share:hover ul.share-dd {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

.articles-container-masonry header figure.no-featured-image {
  padding-top: 2rem; }

.articles-container-grid .content, .articles-container-grid #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.articles-container-grid .featured-image {
  min-height: 190px;
  padding-top: 50%;
  display: block;
  background-color: rgba(0, 0, 0, 0.12);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .articles-container-grid .featured-image img {
    width: 100%; }

.articles-container-grid article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .articles-container-grid article .article-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .articles-container-grid article .article-wrapper header h2 {
      padding: 0; }
    .articles-container-grid article .article-wrapper header figure figcaption {
      padding: 0; }

.default-page.left-sidebar {
  float: right; }

.article-wrapper .post-content-wrapper .featured {
  float: left;
  margin-right: 1.3rem;
  font-size: 2rem; }

.articles-container .author-details, .articles-container-masonry .author-details, .articles-container-interlaced .author-details, .articles-container-grid .author-details, .post-content-wrapper .author-details {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 10px;
  font-size: 1.3rem; }
  .articles-container .author-details a.author-name, .articles-container .author-details a.post-date, .articles-container-masonry .author-details a.author-name, .articles-container-masonry .author-details a.post-date, .articles-container-interlaced .author-details a.author-name, .articles-container-interlaced .author-details a.post-date, .articles-container-grid .author-details a.author-name, .articles-container-grid .author-details a.post-date, .post-content-wrapper .author-details a.author-name, .post-content-wrapper .author-details a.post-date {
    font-weight: 700;
    font-size: inherit; }
  .articles-container .author-details a.post-date, .articles-container-masonry .author-details a.post-date, .articles-container-interlaced .author-details a.post-date, .articles-container-grid .author-details a.post-date, .post-content-wrapper .author-details a.post-date {
    color: rgba(0, 0, 0, 0.38); }
  .articles-container .author-details .author-photo, .articles-container-masonry .author-details .author-photo, .articles-container-interlaced .author-details .author-photo, .articles-container-grid .author-details .author-photo, .post-content-wrapper .author-details .author-photo {
    grid-row-end: span 2;
    display: block;
    float: left; }
    .articles-container .author-details .author-photo img, .articles-container-masonry .author-details .author-photo img, .articles-container-interlaced .author-details .author-photo img, .articles-container-grid .author-details .author-photo img, .post-content-wrapper .author-details .author-photo img {
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      margin-right: 1rem;
      margin-bottom: 0; }
  .articles-container .author-details .author-name, .articles-container-masonry .author-details .author-name, .articles-container-interlaced .author-details .author-name, .articles-container-grid .author-details .author-name, .post-content-wrapper .author-details .author-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1; }
  .articles-container .author-details .post-date, .articles-container-masonry .author-details .post-date, .articles-container-interlaced .author-details .post-date, .articles-container-grid .author-details .post-date, .post-content-wrapper .author-details .post-date {
    line-height: 1.2rem; }

.articles-container .like, .articles-container .read-time, .articles-container .comments, .articles-container .share, .articles-container-masonry .like, .articles-container-masonry .read-time, .articles-container-masonry .comments, .articles-container-masonry .share, .articles-container-interlaced .like, .articles-container-interlaced .read-time, .articles-container-interlaced .comments, .articles-container-interlaced .share, .articles-container-grid .like, .articles-container-grid .read-time, .articles-container-grid .comments, .articles-container-grid .share, .post-content-wrapper .like, .post-content-wrapper .read-time, .post-content-wrapper .comments, .post-content-wrapper .share {
  cursor: pointer;
  font-size: 1.3rem;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.86);
  line-height: 1.6rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .articles-container .like:hover, .articles-container .read-time:hover, .articles-container .comments:hover, .articles-container .share:hover, .articles-container-masonry .like:hover, .articles-container-masonry .read-time:hover, .articles-container-masonry .comments:hover, .articles-container-masonry .share:hover, .articles-container-interlaced .like:hover, .articles-container-interlaced .read-time:hover, .articles-container-interlaced .comments:hover, .articles-container-interlaced .share:hover, .articles-container-grid .like:hover, .articles-container-grid .read-time:hover, .articles-container-grid .comments:hover, .articles-container-grid .share:hover, .post-content-wrapper .like:hover, .post-content-wrapper .read-time:hover, .post-content-wrapper .comments:hover, .post-content-wrapper .share:hover {
    color: #2700FF; }
  .articles-container .like > a, .articles-container .read-time > a, .articles-container .comments > a, .articles-container .share > a, .articles-container-masonry .like > a, .articles-container-masonry .read-time > a, .articles-container-masonry .comments > a, .articles-container-masonry .share > a, .articles-container-interlaced .like > a, .articles-container-interlaced .read-time > a, .articles-container-interlaced .comments > a, .articles-container-interlaced .share > a, .articles-container-grid .like > a, .articles-container-grid .read-time > a, .articles-container-grid .comments > a, .articles-container-grid .share > a, .post-content-wrapper .like > a, .post-content-wrapper .read-time > a, .post-content-wrapper .comments > a, .post-content-wrapper .share > a {
    color: inherit; }
  .articles-container .like i, .articles-container .read-time i, .articles-container .comments i, .articles-container .share i, .articles-container-masonry .like i, .articles-container-masonry .read-time i, .articles-container-masonry .comments i, .articles-container-masonry .share i, .articles-container-interlaced .like i, .articles-container-interlaced .read-time i, .articles-container-interlaced .comments i, .articles-container-interlaced .share i, .articles-container-grid .like i, .articles-container-grid .read-time i, .articles-container-grid .comments i, .articles-container-grid .share i, .post-content-wrapper .like i, .post-content-wrapper .read-time i, .post-content-wrapper .comments i, .post-content-wrapper .share i {
    font-size: 2rem;
    width: 2rem; }

.articles-container .comments i, .articles-container-masonry .comments i, .articles-container-interlaced .comments i, .articles-container-grid .comments i, .post-content-wrapper .comments i {
  margin-top: -2px;
  margin-bottom: 2px; }

.articles-container .read-time, .articles-container-masonry .read-time, .articles-container-interlaced .read-time, .articles-container-grid .read-time, .post-content-wrapper .read-time {
  cursor: auto; }

.articles-container .featured, .articles-container .sticky-post, .articles-container-masonry .featured, .articles-container-masonry .sticky-post, .articles-container-interlaced .featured, .articles-container-interlaced .sticky-post, .articles-container-grid .featured, .articles-container-grid .sticky-post, .post-content-wrapper .featured, .post-content-wrapper .sticky-post {
  margin-right: 1.3rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .articles-container .featured i, .articles-container .sticky-post i, .articles-container-masonry .featured i, .articles-container-masonry .sticky-post i, .articles-container-interlaced .featured i, .articles-container-interlaced .sticky-post i, .articles-container-grid .featured i, .articles-container-grid .sticky-post i, .post-content-wrapper .featured i, .post-content-wrapper .sticky-post i {
    color: #2700FF; }

.articles-container .article-entries, .articles-container footer, .articles-container-masonry .article-entries, .articles-container-masonry footer, .articles-container-interlaced .article-entries, .articles-container-interlaced footer, .articles-container-grid .article-entries, .articles-container-grid footer, .post-content-wrapper .article-entries, .post-content-wrapper footer {
  padding: 1rem 2rem; }

.articles-container footer .post-meta, .articles-container-masonry footer .post-meta, .articles-container-interlaced footer .post-meta, .articles-container-grid footer .post-meta, .post-content-wrapper footer .post-meta {
  float: right;
  font-weight: 600; }
  .articles-container footer .post-meta .like, .articles-container footer .post-meta .read-time, .articles-container footer .post-meta .comments, .articles-container footer .post-meta .share, .articles-container-masonry footer .post-meta .like, .articles-container-masonry footer .post-meta .read-time, .articles-container-masonry footer .post-meta .comments, .articles-container-masonry footer .post-meta .share, .articles-container-interlaced footer .post-meta .like, .articles-container-interlaced footer .post-meta .read-time, .articles-container-interlaced footer .post-meta .comments, .articles-container-interlaced footer .post-meta .share, .articles-container-grid footer .post-meta .like, .articles-container-grid footer .post-meta .read-time, .articles-container-grid footer .post-meta .comments, .articles-container-grid footer .post-meta .share, .post-content-wrapper footer .post-meta .like, .post-content-wrapper footer .post-meta .read-time, .post-content-wrapper footer .post-meta .comments, .post-content-wrapper footer .post-meta .share {
    float: left;
    font-size: 1.3rem;
    text-align: center;
    padding: 0 1rem;
    text-transform: capitalize;
    position: relative; }
    .articles-container footer .post-meta .like:last-child, .articles-container footer .post-meta .read-time:last-child, .articles-container footer .post-meta .comments:last-child, .articles-container footer .post-meta .share:last-child, .articles-container-masonry footer .post-meta .like:last-child, .articles-container-masonry footer .post-meta .read-time:last-child, .articles-container-masonry footer .post-meta .comments:last-child, .articles-container-masonry footer .post-meta .share:last-child, .articles-container-interlaced footer .post-meta .like:last-child, .articles-container-interlaced footer .post-meta .read-time:last-child, .articles-container-interlaced footer .post-meta .comments:last-child, .articles-container-interlaced footer .post-meta .share:last-child, .articles-container-grid footer .post-meta .like:last-child, .articles-container-grid footer .post-meta .read-time:last-child, .articles-container-grid footer .post-meta .comments:last-child, .articles-container-grid footer .post-meta .share:last-child, .post-content-wrapper footer .post-meta .like:last-child, .post-content-wrapper footer .post-meta .read-time:last-child, .post-content-wrapper footer .post-meta .comments:last-child, .post-content-wrapper footer .post-meta .share:last-child {
      padding-right: 0; }
  .articles-container footer .post-meta i, .articles-container-masonry footer .post-meta i, .articles-container-interlaced footer .post-meta i, .articles-container-grid footer .post-meta i, .post-content-wrapper footer .post-meta i {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    height: 1.8rem; }

.articles-container .article-wrapper, .articles-container-masonry .article-wrapper, .articles-container-interlaced .article-wrapper {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); }

.articles-container-masonry .tags, .articles-container-interlaced .tags, .articles-container-grid .tags {
  padding: 0.5rem 2rem; }

.articles-container-masonry article, .articles-container-interlaced article, .articles-container-grid article {
  padding-bottom: 3rem;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .articles-container-masonry article a.author-masonry, .articles-container-interlaced article a.author-masonry, .articles-container-grid article a.author-masonry {
    color: rgba(0, 0, 0, 0.38);
    font-weight: 400;
    padding-left: 0;
    border: none;
    padding-right: 1rem !important; }
    .articles-container-masonry article a.author-masonry img, .articles-container-interlaced article a.author-masonry img, .articles-container-grid article a.author-masonry img {
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      margin-right: 0.5rem; }
  .articles-container-masonry article header figure > a, .articles-container-interlaced article header figure > a, .articles-container-grid article header figure > a {
    display: block;
    margin-bottom: 2rem; }
    .articles-container-masonry article header figure > a img, .articles-container-interlaced article header figure > a img, .articles-container-grid article header figure > a img {
      width: 100%; }
  .articles-container-masonry article header figure figcaption, .articles-container-interlaced article header figure figcaption, .articles-container-grid article header figure figcaption {
    padding: 0 2rem; }
    .articles-container-masonry article header figure figcaption a i, .articles-container-interlaced article header figure figcaption a i, .articles-container-grid article header figure figcaption a i {
      margin-right: 0.5rem; }
    .articles-container-masonry article header figure figcaption a.tag, .articles-container-interlaced article header figure figcaption a.tag, .articles-container-grid article header figure figcaption a.tag {
      border-left: none;
      padding: 0 0.5rem; }
      .articles-container-masonry article header figure figcaption a.tag:last-child, .articles-container-interlaced article header figure figcaption a.tag:last-child, .articles-container-grid article header figure figcaption a.tag:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0.38);
        padding: 0 1rem; }
    .articles-container-masonry article header figure figcaption a:hover, .articles-container-interlaced article header figure figcaption a:hover, .articles-container-grid article header figure figcaption a:hover {
      text-decoration: none;
      color: rgba(0, 0, 0, 0.86); }
  .articles-container-masonry article header .categories-list, .articles-container-interlaced article header .categories-list, .articles-container-grid article header .categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .articles-container-masonry article header h2, .articles-container-interlaced article header h2, .articles-container-grid article header h2 {
    padding: 0 2rem;
    margin-top: 0;
    line-height: 1.3em; }
    .articles-container-masonry article header h2 a:hover, .articles-container-interlaced article header h2 a:hover, .articles-container-grid article header h2 a:hover {
      text-decoration: none;
      color: #2700FF; }
  .articles-container-masonry article .article-entries .read-more, .articles-container-interlaced article .article-entries .read-more, .articles-container-grid article .article-entries .read-more {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    padding-top: 2rem; }
    .articles-container-masonry article .article-entries .read-more a, .articles-container-interlaced article .article-entries .read-more a, .articles-container-grid article .article-entries .read-more a {
      text-transform: capitalize;
      color: #2700FF; }
      .articles-container-masonry article .article-entries .read-more a i, .articles-container-interlaced article .article-entries .read-more a i, .articles-container-grid article .article-entries .read-more a i {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 5px;
        position: relative; }
      .articles-container-masonry article .article-entries .read-more a:hover, .articles-container-interlaced article .article-entries .read-more a:hover, .articles-container-grid article .article-entries .read-more a:hover {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.86); }
        .articles-container-masonry article .article-entries .read-more a:hover i, .articles-container-interlaced article .article-entries .read-more a:hover i, .articles-container-grid article .article-entries .read-more a:hover i {
          left: 10px; }
    .articles-container-masonry article .article-entries .read-more a, .articles-container-masonry article .article-entries .read-more span, .articles-container-interlaced article .article-entries .read-more a, .articles-container-interlaced article .article-entries .read-more span, .articles-container-grid article .article-entries .read-more a, .articles-container-grid article .article-entries .read-more span {
      font-weight: 600; }
    .articles-container-masonry article .article-entries .read-more span, .articles-container-interlaced article .article-entries .read-more span, .articles-container-grid article .article-entries .read-more span {
      color: rgba(0, 0, 0, 0.86);
      margin-left: 1.5rem;
      line-height: inherit;
      float: right; }
  .articles-container-masonry article footer, .articles-container-interlaced article footer, .articles-container-grid article footer {
    padding: 2rem; }
    .articles-container-masonry article footer time, .articles-container-interlaced article footer time, .articles-container-grid article footer time {
      font-weight: 600;
      font-size: 1.3rem;
      color: rgba(0, 0, 0, 0.38);
      text-align: center;
      -webkit-transition-delay: 0;
      transition-delay: 0;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
      .articles-container-masonry article footer time span, .articles-container-interlaced article footer time span, .articles-container-grid article footer time span {
        text-transform: capitalize; }
      .articles-container-masonry article footer time:hover, .articles-container-interlaced article footer time:hover, .articles-container-grid article footer time:hover {
        color: #000; }
  .articles-container-masonry article .footer-container, .articles-container-interlaced article .footer-container, .articles-container-grid article .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .articles-container-masonry article .footer-container .post-meta, .articles-container-interlaced article .footer-container .post-meta, .articles-container-grid article .footer-container .post-meta {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .articles-container-masonry article .author-details, .articles-container-interlaced article .author-details, .articles-container-grid article .author-details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 1.3rem; }
    .articles-container-masonry article .author-details a, .articles-container-interlaced article .author-details a, .articles-container-grid article .author-details a {
      color: rgba(0, 0, 0, 0.86); }
    .articles-container-masonry article .author-details .author-photo, .articles-container-interlaced article .author-details .author-photo, .articles-container-grid article .author-details .author-photo {
      display: block;
      float: left; }
      .articles-container-masonry article .author-details .author-photo img, .articles-container-interlaced article .author-details .author-photo img, .articles-container-grid article .author-details .author-photo img {
        width: 3.6rem;
        height: 3.6rem;
        border-radius: 50%;
        margin-right: 0.5rem; }
    .articles-container-masonry article .author-details .post-date, .articles-container-interlaced article .author-details .post-date, .articles-container-grid article .author-details .post-date {
      line-height: 1.2rem;
      display: block; }

article .author-details a {
  color: inherit;
  font-weight: 400; }

article .author-details a:hover {
  color: #2700FF; }

.articles-container-interlaced article {
  position: relative;
  padding: 4rem 0;
  margin-bottom: 6rem; }
  .articles-container-interlaced article:nth-child(2n+2) > a {
    left: auto;
    right: 0; }
  .articles-container-interlaced article:nth-child(2n+2) .article-wrapper {
    float: left; }
  .articles-container-interlaced article:last-of-type {
    margin-bottom: 0; }
  .articles-container-interlaced article > a {
    position: absolute;
    z-index: 0;
    width: 55%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.12); }
  .articles-container-interlaced article .article-wrapper {
    float: right;
    width: 50%;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);*/
    padding: 6rem 4rem; }
  .articles-container-interlaced article .post-mini-info a {
    color: rgba(0, 0, 0, 0.38);
    font-weight: 400;
    padding: 0 1rem;
    font-size: 1.2rem; }
    .articles-container-interlaced article .post-mini-info a i {
      margin-right: 0.5rem; }
    .articles-container-interlaced article .post-mini-info a:hover {
      text-decoration: none;
      color: #000; }
  .articles-container-interlaced article .post-mini-info .categories {
    color: rgba(0, 0, 0, 0.38);
    padding: 0 1rem; }
    .articles-container-interlaced article .post-mini-info .categories i {
      margin-right: 0.5rem; }
    .articles-container-interlaced article .post-mini-info .categories a {
      padding: 0;
      border: none; }
      .articles-container-interlaced article .post-mini-info .categories a:after {
        content: '';
        margin: 0 0.5rem 0 0; }
      .articles-container-interlaced article .post-mini-info .categories a:last-child {
        padding-right: 0; }
        .articles-container-interlaced article .post-mini-info .categories a:last-child:after {
          display: none; }
  .articles-container-interlaced article .post-mini-info a {
    padding-left: 0;
    border: none; }
  .articles-container-interlaced article header {
    border-radius: 0.3rem 0.3rem 0 0; }
  .articles-container-interlaced article header figure figcaption {
    padding: 0; }
  .articles-container-interlaced article header h2 {
    padding: 0; }
  .articles-container-interlaced article .tags {
    margin-top: 1.3rem;
    padding: 0; }
  .articles-container-interlaced article .article-entries {
    padding: 2rem 0; }
  .articles-container-interlaced article footer {
    padding: 0;
    margin-top: 20px;
    border-radius: 0 0 0.3rem 0.3rem; }

.articles-container-interlaced.full-width article {
  padding: 2rem; }
  .articles-container-interlaced.full-width article > a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }

.posts-pagination {
  padding: 3rem 0; }
  .posts-pagination .screen-reader-text {
    display: none; }
  .posts-pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .posts-pagination .page-numbers {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.86);
    font-size: 1.3rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 2rem;
    padding: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 3rem; }
    .posts-pagination .page-numbers.current, .posts-pagination .page-numbers:focus, .posts-pagination .page-numbers:active {
      border-color: #2700FF;
      color: #2700FF; }
    .posts-pagination .page-numbers.current:hover {
      border-color: #2700FF; }
    .posts-pagination .page-numbers:hover {
      border-color: rgba(39, 0, 255, 0.3);
      color: #2700FF; }
    .posts-pagination .page-numbers.dots, .posts-pagination .page-numbers.next, .posts-pagination .page-numbers.prev {
      border-radius: initial;
      border: initial;
      width: auto; }
      .posts-pagination .page-numbers.dots:hover, .posts-pagination .page-numbers.dots:focus, .posts-pagination .page-numbers.dots:active, .posts-pagination .page-numbers.next:hover, .posts-pagination .page-numbers.next:focus, .posts-pagination .page-numbers.next:active, .posts-pagination .page-numbers.prev:hover, .posts-pagination .page-numbers.prev:focus, .posts-pagination .page-numbers.prev:active {
        background-color: initial;
        color: inherit; }

body.black-white .instagram-follow a:after {
  display: none; }

body.black-white .instagram-follow a img {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

body.black-white .instagram-follow a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

body.black-white .single-article-featured-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

body.black-white .main-content img, body.black-white .main-content iframe, body.black-white .main-content .posts-navigation .prev-post figure span.next-prev-thumb, body.black-white .main-content .posts-navigation .next-post figure span.next-prev-thumb, body.black-white .main-content .related-posts-box article {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out; }
  body.black-white .main-content img:hover, body.black-white .main-content iframe:hover, body.black-white .main-content .posts-navigation .prev-post figure span.next-prev-thumb:hover, body.black-white .main-content .posts-navigation .next-post figure span.next-prev-thumb:hover, body.black-white .main-content .related-posts-box article:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

body.black-white .instagram-follow img, body.black-white .reading-mode-container img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out; }
  body.black-white .instagram-follow img:hover, body.black-white .reading-mode-container img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

.single-article-audio-bg {
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 2rem 1.4rem 1rem 1.4rem;
  z-index: 5; }
  .single-article-audio-bg i {
    font-size: 8rem;
    width: 8rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.86);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
  .single-article-audio-bg span {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    display: block;
    font-size: 8rem;
    width: 8rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.86);
    margin-bottom: 5rem; }
  .single-article-audio-bg audio {
    display: none; }
  .single-article-audio-bg.count-done span {
    opacity: 0;
    visibility: hidden;
    font-size: 2.4rem;
    width: 2.4rem; }
  .single-article-audio-bg.count-done i {
    font-size: 2.4rem;
    width: 2.4rem; }

/* Blog Layout Styling */
@media (min-width: 1370px) {
  .articles-container-masonry article .author-details, .articles-container-interlaced article .author-details {
    width: 60%; } }

@media (max-width: 1370px) {
  .articles-container article .left-article-side .bottom-side {
    bottom: 5.3rem; } }

@media (min-width: 1030px) {
  .single-article-featured-image.video-format .video-format-container {
    height: 57.6rem; }
    .single-article-featured-image.video-format .video-format-container iframe {
      height: 100% !important; } }

@media (max-width: 1030px) {
  .single-article-featured-image.video-format .video-format-container {
    margin: 0 auto;
    max-width: 1024px;
    height: auto;
    position: relative; }
  .single-article-featured-image .single-post-title h1 .featured {
    top: auto;
    width: 100%;
    bottom: 100%;
    left: 0; }
  .reading-mode-container .reading-mode-content-container {
    text-align: justify;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .alignleft {
    margin-left: 0; }
  .alignright {
    margin-right: 0; }
  .single-article-featured-image {
    text-align: center; }
    .single-article-featured-image .single-post-top-author-info {
      display: none; }
  .sticky-sidebar {
    visibility: hidden;
    opacity: 0; }
  .articles-container.right-title article .left-article-side .bottom-side {
    width: 41.66666667%; } }

@media (min-width: 768px) {
  .articles-container.left-sidebar, .articles-container-masonry.left-sidebar, .articles-container-grid.left-sidebar, .articles-container-interlaced.left-sidebar, .woocommerce-wrapper.left-sidebar {
    float: right; } }

@media (width: 768px) {
  .articles-container.col-sm-9 {
    width: 100%; } }

@media (max-width: 768px) {
  aside.main-sidebar {
    display: none; }
  ul.share-dd {
    padding-left: 0;
    left: initial;
    right: 0;
    -webkit-transform: initial;
            transform: initial; }
  .articles-container,
  .articles-container-masonry,
  .articles-container-interlaced,
  .articles-container-grid,
  .main-sidebar.fixed-sidebar,
  .post-content-wrapper {
    margin-top: 3.2rem; }
  .single-post-title h1 {
    margin-top: 1rem !important; }
  .articles-container article h2, .articles-container-masonry article h2, .articles-container-grid article h2, .articles-container-interlaced article h2 {
    font-size: 1.625em;
    line-height: 1.5em; }
  .articles-container footer .footer-container, .articles-container-masonry footer .footer-container, .articles-container-grid footer .footer-container, .articles-container-interlaced footer .footer-container {
    margin-top: -20px;
    display: block; }
    .articles-container footer .footer-container .post-meta, .articles-container-masonry footer .footer-container .post-meta, .articles-container-grid footer .footer-container .post-meta, .articles-container-interlaced footer .footer-container .post-meta {
      margin-top: 20px; }
    .articles-container footer .footer-container .author-details, .articles-container-masonry footer .footer-container .author-details, .articles-container-grid footer .footer-container .author-details, .articles-container-interlaced footer .footer-container .author-details {
      margin-top: 20px;
      width: auto; }
  .single-article-featured-image .single-post-title h1 .tooltip {
    display: none !important; }
  .reading-mode-container .posts-navigation {
    padding: 2rem 0;
    margin-bottom: 0; }
  .reading-mode-container .posts-navigation .prev-post figure span.next-prev-thumb, .reading-mode-container .posts-navigation .next-post figure span.next-prev-thumb {
    width: 5rem;
    height: 5rem;
    top: 1rem; }
  .reading-mode-container .posts-navigation i {
    display: none; }
  .reading-mode-container .posts-navigation .prev-post figure {
    padding-left: 7rem; }
  .reading-mode-container .posts-navigation .next-post figure {
    padding-right: 7rem; }
  .reading-mode-container .posts-navigation .prev-post figure figcaption span, .reading-mode-container .posts-navigation .next-post figure figcaption span {
    font-size: 1.3rem;
    line-height: 1.5rem;
    display: block; }
  .reading-mode-container .posts-navigation .prev-post figure figcaption, .reading-mode-container .posts-navigation .next-post figure figcaption {
    display: block;
    vertical-align: top; }
  .reading-mode-container .posts-navigation .prev-post figure figcaption h2, .reading-mode-container .posts-navigation .next-post figure figcaption h2 {
    font-size: 2rem;
    line-height: 2rem; }
  .reading-mode-container .posts-navigation .prev-post figure, .reading-mode-container .posts-navigation .next-post figure {
    height: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .single-article-featured-image .single-post-title h1 .featured {
    top: -1.5rem;
    width: 100%;
    bottom: auto;
    left: 0; }
  .post-content p {
    text-align: left; }
  .alignright, .alignleft {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0; }
    .alignright img, .alignleft img {
      width: 100%; }
  .single-article-featured-image .single-post-title h1 {
    font-size: 4.4rem;
    line-height: 4.6rem; }
  .single-article-featured-image.video-format {
    padding: 0; }
  .single-article-featured-image .single-post-title .under-single-post-title ul li {
    font-size: 1.4rem; }
    .single-article-featured-image .single-post-title .under-single-post-title ul li a {
      font-size: 1.4rem; }
  .main-content > .container .col-sm-12.no-padding,
  .main-content > .container .col-sm-9.no-padding {
    padding: 0; }
  .articles-container-interlaced.full-width article {
    padding: 2rem 0; }
  .articles-container-interlaced article figure figcaption {
    width: 100%;
    float: none; }
  .articles-container-interlaced article > a {
    width: 70%; }
  .articles-container-interlaced article figure > a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50%; }
  .articles-container-interlaced article .article-wrapper {
    width: 90%; }
  .articles-container-masonry article {
    width: 100%; }
  .articles-container article .left-article-side {
    position: relative;
    padding-bottom: 0; }
  .articles-container article .left-article-side .bottom-side {
    left: 0;
    bottom: 0;
    margin: 0;
    position: initial; }
    .articles-container article .left-article-side .bottom-side .like {
      display: block !important;
      position: absolute;
      right: 0;
      top: 16px; }
  .articles-container.right-title article .row > * {
    float: none; }
  .articles-container article .left-article-side .article-details, .articles-container article .left-article-side .social-article-share {
    display: none; }
  .articles-container article .author-details {
    margin-bottom: 2rem; }
    .articles-container article .author-details .author-photo {
      float: none;
      display: initial; }
      .articles-container article .author-details .author-photo img {
        margin-right: 0; }
    .articles-container article .author-details .author-name {
      display: initial; }
  .articles-container article .article-entries {
    padding: 0 0 2rem; }
  .articles-container article figure figcaption {
    padding: 0; }
  .articles-container article header h2 {
    padding-bottom: 1rem; }
  .articles-container article .featured-image {
    margin-bottom: 2rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .posts-slider .prevArrow, .posts-slider .nextArrow {
    margin: 0 10px;
    font: normal normal normal 14px/1 FontAwesome;
    background: none;
    font-size: 30px;
    color: white; }
  .posts-slider .prevArrow:after {
    content: "\f104"; }
  .posts-slider .nextArrow {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    text-align: right; }
    .posts-slider .nextArrow:after {
      content: "\f105"; }
  .posts-slider.center-mode .prevArrow {
    left: 0; }
  .posts-slider.center-mode .nextArrow {
    right: 0; }
  .posts-slider .slide .post-details {
    max-width: 80% !important;
    padding: 10px; }
    .posts-slider .slide .post-details h2 {
      font-size: 24px; }
      .posts-slider .slide .post-details h2.size1 {
        font-size: 14px; }
      .posts-slider .slide .post-details h2.size2 {
        font-size: 18px; }
      .posts-slider .slide .post-details h2.size3 {
        font-size: 20px; }
      .posts-slider .slide .post-details h2.size4 {
        font-size: 22px; }
      .posts-slider .slide .post-details h2.size5 {
        font-size: 24px; }
  .posts-slider.layout-2 .slide .post-details {
    margin-left: 20px; }
  .posts-slider.layout-3 .slide .post-details {
    margin: 20px; }
  .cart-outer .cart-notification.visible {
    min-width: calc(100vw - 106px); } }

/*
-------------------------------------------------------------------------
    8.  Single Post Styling + Post Features
-------------------------------------------------------------------------
*/
.single-article-featured-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  position: relative;
  z-index: 0;
  height: 40vw; }
  .single-article-featured-image.video-format {
    background-image: none !important;
    background: #000;
    height: 56.25vw; }
  .single-article-featured-image .overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .single-article-featured-image > .container {
    display: table-cell;
    vertical-align: middle;
    position: initial; }
    .single-article-featured-image > .container > .row > div {
      position: inherit; }

.single-post-title h1 {
  word-wrap: break-word;
  margin-top: 0 !important; }

.single-post article .col-md-9 {
  position: inherit; }

.single-post .main-article .post-content-wrapper .post-meta {
  font-size: 1.3rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .single-post .main-article .post-content-wrapper .post-meta .comment-count-link {
    color: inherit;
    white-space: nowrap; }
    .single-post .main-article .post-content-wrapper .post-meta .comment-count-link:hover {
      color: #2700FF; }

.single-post .main-article .post-content-wrapper .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.single-post .main-article .post-content-wrapper .author-details {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .single-post .main-article .post-content-wrapper .author-details .author-photo {
    margin: 0 0.5rem;
    float: none;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .single-post .main-article .post-content-wrapper .author-details .author-photo img {
      margin-right: 0; }
  .single-post .main-article .post-content-wrapper .author-details .author-name {
    display: inline-block;
    width: auto;
    overflow: visible;
    margin-right: 1rem; }

.single-post .main-article .post-content-wrapper .post-date {
  position: relative;
  color: rgba(0, 0, 0, 0.38);
  display: inline-block; }
  .single-post .main-article .post-content-wrapper .post-date:before {
    content: '';
    display: block;
    width: 2px;
    height: 1em;
    background: rgba(0, 0, 0, 0.38);
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: 0;
    left: -.5rem; }

.single-post .main-article .post-content-wrapper .footer-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .single-post .main-article .post-content-wrapper .footer-meta .featured {
    padding-top: 0.5rem;
    margin-bottom: 0.8rem; }

.main-article .left-sidebar.fixed-sidebar {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.post-content {
  padding-top: 2rem;
  color: rgba(0, 0, 0, 0.7); }
  .post-content .fluid-width-video-wrapper {
    margin-bottom: 0rem; }
  .post-content input {
    display: inline-block !important;
    border: 1px solid rgba(0, 0, 0, 0.86);
    height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .post-content input[type=submit] {
      padding: 1rem 2.1rem 0.9rem;
      border: none;
      top: 2px; }
  .post-content label {
    font-weight: 300;
    margin-bottom: 0;
    display: inline-block; }
  .post-content p {
    text-align: justify;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }

.footer-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0; }
  .footer-share .title {
    float: left;
    margin-right: 2rem; }
  .footer-share .like {
    float: left; }
    .footer-share .like .zilla-likes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer-share .like .zilla-likes-count {
      padding: 0 1rem;
      font-size: 1.6rem; }
  .footer-share .social-article-share {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left; }
    .footer-share .social-article-share li {
      float: left;
      padding: 0 1rem; }
      .footer-share .social-article-share li a {
        color: rgba(0, 0, 0, 0.86); }
        .footer-share .social-article-share li a:hover {
          color: #2700FF; }

.posts-navigation {
  padding: 5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 5rem; }
  .posts-navigation a:hover {
    text-decoration: none; }
  .posts-navigation .prev-post, .posts-navigation .next-post {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    position: relative; }
    .posts-navigation .prev-post i, .posts-navigation .next-post i {
      position: absolute;
      font-size: 3rem;
      color: rgba(0, 0, 0, 0.38);
      top: 50%;
      margin-top: -1.5rem;
      -webkit-transition-delay: 0;
      transition-delay: 0;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
    .posts-navigation .prev-post span.next-prev-thumb, .posts-navigation .next-post span.next-prev-thumb {
      border-radius: 50%;
      width: 10rem;
      height: 10rem;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center center;
      background-color: #bdbdbd; }
    .posts-navigation .prev-post .post, .posts-navigation .next-post .post {
      position: relative;
      height: 10rem;
      display: table-cell;
      vertical-align: middle; }
      .posts-navigation .prev-post .post.prev.thumb, .posts-navigation .next-post .post.prev.thumb {
        text-align: left;
        padding-left: 13rem; }
      .posts-navigation .prev-post .post.next.thumb, .posts-navigation .next-post .post.next.thumb {
        text-align: right;
        padding-right: 13rem; }
    .posts-navigation .prev-post .nav-label, .posts-navigation .next-post .nav-label {
      text-transform: capitalize;
      color: rgba(0, 0, 0, 0.38);
      font-weight: 600;
      font-size: 1.3rem; }
    .posts-navigation .prev-post .post-title, .posts-navigation .next-post .post-title {
      padding: 0;
      font-size: 2rem;
      color: rgba(0, 0, 0, 0.86);
      font-weight: 700;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .posts-navigation .prev-post:hover span.next-prev-thumb, .posts-navigation .prev-post:hover span.next-prev-thumb, .posts-navigation .next-post:hover span.next-prev-thumb, .posts-navigation .next-post:hover span.next-prev-thumb {
      -webkit-filter: grayscale(0%) !important;
      filter: grayscale(0%) !important; }
    .posts-navigation .prev-post:hover .post-title, .posts-navigation .next-post:hover .post-title {
      color: #2700FF; }
  .posts-navigation .prev-post {
    float: left; }
    .posts-navigation .prev-post i {
      left: -4rem; }
    .posts-navigation .prev-post:hover i {
      left: -5rem; }
  .posts-navigation .next-post {
    text-align: right;
    float: right; }
    .posts-navigation .next-post i {
      right: -4rem; }
    .posts-navigation .next-post span.next-prev-thumb {
      right: 0;
      left: auto; }
    .posts-navigation .next-post:hover i {
      right: -5rem; }

.reading-mode {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 32px;
  cursor: pointer;
  margin: 20px 20px 14px 20px;
  z-index: 5; }
  .reading-mode #rm-icon {
    width: 100%;
    fill: rgba(0, 0, 0, 0.86);
    float: left; }
    .reading-mode #rm-icon #upper-dash, .reading-mode #rm-icon #middle-dash, .reading-mode #rm-icon #lower-dash, .reading-mode #rm-icon #letter {
      -webkit-transition-delay: 0;
      transition-delay: 0;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
    .reading-mode #rm-icon:hover #upper-dash, .reading-mode #rm-icon:hover #middle-dash, .reading-mode #rm-icon:hover #lower-dash {
      -webkit-transform: translateX(0.2rem);
              transform: translateX(0.2rem); }
    .reading-mode #rm-icon:hover #middle-dash {
      -webkit-transition-delay: 0.15s;
              transition-delay: 0.15s; }
    .reading-mode #rm-icon:hover #lower-dash {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .reading-mode #rm-icon:hover #letter {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .reading-mode.dark.active #rm-icon {
    fill: #fff; }
  .reading-mode.active #rm-icon {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
    .reading-mode.active #rm-icon #letter {
      -webkit-transform: translateX(-16px);
              transform: translateX(-16px); }
    .reading-mode.active #rm-icon #middle-dash {
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
    .reading-mode.active #rm-icon #upper-dash {
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transform-origin: 11px 11px;
              transform-origin: 11px 11px;
      -webkit-transform: rotateZ(45deg) scaleX(2.6) translateX(-7px);
              transform: rotateZ(45deg) scaleX(2.6) translateX(-7px); }
    .reading-mode.active #rm-icon #lower-dash {
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transform-origin: 8px 22px;
              transform-origin: 8px 22px;
      -webkit-transform: rotate(-45deg) scaleX(1.3) translate(-0.5px, 0.5px);
              transform: rotate(-45deg) scaleX(1.3) translate(-0.5px, 0.5px); }
    .reading-mode.active #rm-icon:hover #upper-dash {
      -webkit-transform: rotateZ(45deg) scaleX(2.6) translateX(-7px);
              transform: rotateZ(45deg) scaleX(2.6) translateX(-7px); }
    .reading-mode.active #rm-icon:hover #lower-dash {
      -webkit-transform: rotate(-45deg) scaleX(1.3) translate(-0.5px, 0.5px);
              transform: rotate(-45deg) scaleX(1.3) translate(-0.5px, 0.5px); }

.reading-mode-container {
  z-index: 4;
  top: 0;
  position: absolute;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background: #fff;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out; }
  .reading-mode-container.dark {
    background: #333; }
    .reading-mode-container.dark .reading-mode-content-container * {
      color: #fff; }
    .reading-mode-container.dark .reading-options #rm-settings {
      fill: #fff; }
  .reading-mode-container.light {
    background: #fff; }
    .reading-mode-container.light .reading-mode-content-container * {
      color: rgba(0, 0, 0, 0.86); }
    .reading-mode-container.light .reading-options .reading-options-trigger {
      color: rgba(0, 0, 0, 0.86); }
  .reading-mode-container.sepia {
    background: #F4ECD8; }
    .reading-mode-container.sepia .reading-mode-content-container * {
      color: rgba(0, 0, 0, 0.86); }
    .reading-mode-container.sepia .reading-options .reading-options-trigger {
      color: rgba(0, 0, 0, 0.86); }
  .reading-mode-container .reading-mode-content-container {
    margin: 5rem auto; }
    .reading-mode-container .reading-mode-content-container.serif * {
      font-family: "Poppins", Georgia, Times, serif, serif; }
    .reading-mode-container .reading-mode-content-container.sans-serif * {
      font-family: "Muli", Helvetica, Arial, sans-serif, sans-serif; }
    .reading-mode-container .reading-mode-content-container .wp-caption .wp-caption-text {
      position: relative;
      border: none;
      padding-top: 0;
      font-style: italic;
      left: 0;
      top: 0;
      right: 0;
      padding-left: 0;
      padding-right: 0;
      font-size: 1.6rem;
      width: 100%;
      text-align: left;
      margin-top: 1rem;
      margin-bottom: 0; }
    .reading-mode-container .reading-mode-content-container .alignnone {
      margin-bottom: 0; }
    .reading-mode-container .reading-mode-content-container blockquote, .reading-mode-container .reading-mode-content-container q {
      font-style: italic; }
    .reading-mode-container .reading-mode-content-container li {
      margin-bottom: 0 !important; }
    .reading-mode-container .reading-mode-content-container.size-1 p, .reading-mode-container .reading-mode-content-container.size-1 * {
      font-size: 1.6rem; }
    .reading-mode-container .reading-mode-content-container.size-1 p {
      margin-bottom: 2rem; }
    .reading-mode-container .reading-mode-content-container.size-1 blockquote, .reading-mode-container .reading-mode-content-container.size-1 q {
      margin: 3rem 0; }
    .reading-mode-container .reading-mode-content-container.size-1 h1,
    .reading-mode-container .reading-mode-content-container.size-1 .h1 {
      font-size: 3.8rem; }
    .reading-mode-container .reading-mode-content-container.size-1 h2,
    .reading-mode-container .reading-mode-content-container.size-1 .h2 {
      font-size: 3rem; }
    .reading-mode-container .reading-mode-content-container.size-1 h3,
    .reading-mode-container .reading-mode-content-container.size-1 .h3 {
      font-size: 2.4rem; }
    .reading-mode-container .reading-mode-content-container.size-1 h4,
    .reading-mode-container .reading-mode-content-container.size-1 .h4 {
      font-size: 1.8rem; }
    .reading-mode-container .reading-mode-content-container.size-1 h5,
    .reading-mode-container .reading-mode-content-container.size-1 .h5 {
      font-size: 1.4rem; }
    .reading-mode-container .reading-mode-content-container.size-1 h6,
    .reading-mode-container .reading-mode-content-container.size-1 .h6 {
      font-size: 1.2rem; }
    .reading-mode-container .reading-mode-content-container.size-2 p, .reading-mode-container .reading-mode-content-container.size-2 * {
      font-size: 2rem; }
    .reading-mode-container .reading-mode-content-container.size-2 p {
      margin-bottom: 3rem; }
    .reading-mode-container .reading-mode-content-container.size-2 blockquote, .reading-mode-container .reading-mode-content-container.size-2 q {
      margin: 4rem 0;
      font-size: 2rem; }
    .reading-mode-container .reading-mode-content-container.size-2 h1,
    .reading-mode-container .reading-mode-content-container.size-2 .h1 {
      font-size: 4.2rem; }
    .reading-mode-container .reading-mode-content-container.size-2 h2,
    .reading-mode-container .reading-mode-content-container.size-2 .h2 {
      font-size: 3.4rem; }
    .reading-mode-container .reading-mode-content-container.size-2 h3,
    .reading-mode-container .reading-mode-content-container.size-2 .h3 {
      font-size: 2.8rem; }
    .reading-mode-container .reading-mode-content-container.size-2 h4,
    .reading-mode-container .reading-mode-content-container.size-2 .h4 {
      font-size: 2.2rem; }
    .reading-mode-container .reading-mode-content-container.size-2 h5,
    .reading-mode-container .reading-mode-content-container.size-2 .h5 {
      font-size: 1.8rem; }
    .reading-mode-container .reading-mode-content-container.size-2 h6,
    .reading-mode-container .reading-mode-content-container.size-2 .h6 {
      font-size: 1.6rem; }
    .reading-mode-container .reading-mode-content-container.size-3 p, .reading-mode-container .reading-mode-content-container.size-3 * {
      font-size: 2.4rem; }
    .reading-mode-container .reading-mode-content-container.size-3 p {
      margin-bottom: 3rem; }
    .reading-mode-container .reading-mode-content-container.size-3 blockquote, .reading-mode-container .reading-mode-content-container.size-3 q {
      margin: 4rem 0;
      font-size: 2.4rem; }
    .reading-mode-container .reading-mode-content-container.size-3 h1,
    .reading-mode-container .reading-mode-content-container.size-3 .h1 {
      font-size: 4.6rem;
      font-weight: 500; }
    .reading-mode-container .reading-mode-content-container.size-3 h2,
    .reading-mode-container .reading-mode-content-container.size-3 .h2 {
      font-size: 3.8rem;
      font-weight: 500; }
    .reading-mode-container .reading-mode-content-container.size-3 h3,
    .reading-mode-container .reading-mode-content-container.size-3 .h3 {
      font-size: 3.2rem;
      font-weight: 500; }
    .reading-mode-container .reading-mode-content-container.size-3 h4,
    .reading-mode-container .reading-mode-content-container.size-3 .h4 {
      font-size: 2.6rem; }
    .reading-mode-container .reading-mode-content-container.size-3 h5,
    .reading-mode-container .reading-mode-content-container.size-3 .h5 {
      font-size: 2.2rem; }
    .reading-mode-container .reading-mode-content-container.size-3 h6,
    .reading-mode-container .reading-mode-content-container.size-3 .h6 {
      font-size: 2rem; }
    .reading-mode-container .reading-mode-content-container.size-4 p, .reading-mode-container .reading-mode-content-container.size-4 * {
      font-size: 2.8rem;
      font-weight: 300; }
    .reading-mode-container .reading-mode-content-container.size-4 p {
      margin-bottom: 3rem; }
    .reading-mode-container .reading-mode-content-container.size-4 blockquote, .reading-mode-container .reading-mode-content-container.size-4 q {
      margin: 4rem 0;
      font-size: 2.8rem; }
    .reading-mode-container .reading-mode-content-container.size-4 h1,
    .reading-mode-container .reading-mode-content-container.size-4 .h1 {
      font-size: 5rem;
      font-weight: 500; }
    .reading-mode-container .reading-mode-content-container.size-4 h2,
    .reading-mode-container .reading-mode-content-container.size-4 .h2 {
      font-size: 4.2rem;
      font-weight: 500; }
    .reading-mode-container .reading-mode-content-container.size-4 h3,
    .reading-mode-container .reading-mode-content-container.size-4 .h3 {
      font-size: 3.8rem;
      font-weight: 500; }
    .reading-mode-container .reading-mode-content-container.size-4 h4,
    .reading-mode-container .reading-mode-content-container.size-4 .h4 {
      font-size: 3rem;
      font-weight: 500; }
    .reading-mode-container .reading-mode-content-container.size-4 h5,
    .reading-mode-container .reading-mode-content-container.size-4 .h5 {
      font-size: 2.6rem;
      font-weight: 500; }
    .reading-mode-container .reading-mode-content-container.size-4 h6,
    .reading-mode-container .reading-mode-content-container.size-4 .h6 {
      font-size: 2.4rem;
      font-weight: 500; }
    .reading-mode-container .reading-mode-content-container.lineHeight-1 * {
      line-height: 1.15em; }
    .reading-mode-container .reading-mode-content-container.lineHeight-2 * {
      line-height: 1.25em; }
    .reading-mode-container .reading-mode-content-container.lineHeight-3 * {
      line-height: 1.5em; }
    .reading-mode-container .reading-mode-content-container.lineHeight-4 * {
      line-height: 2em; }
  .reading-mode-container .reading-options {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s; }
    .reading-mode-container .reading-options .reading-options-trigger {
      margin: 2rem;
      cursor: pointer;
      width: 3.2rem;
      height: 3.2rem; }
      .reading-mode-container .reading-options .reading-options-trigger #rm-settings {
        width: 100%; }
        .reading-mode-container .reading-options .reading-options-trigger #rm-settings #left-top-bar, .reading-mode-container .reading-options .reading-options-trigger #rm-settings #left-control, .reading-mode-container .reading-options .reading-options-trigger #rm-settings #left-bottom-bar,
        .reading-mode-container .reading-options .reading-options-trigger #rm-settings #right-top-bar, .reading-mode-container .reading-options .reading-options-trigger #rm-settings #right-control, .reading-mode-container .reading-options .reading-options-trigger #rm-settings #right-bottom-bar {
          -webkit-transition-delay: 0;
          transition-delay: 0;
          -webkit-transition-property: all;
          -webkit-transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-out;
          transition-property: all;
          transition-duration: 0.2s;
          transition-timing-function: ease-out; }
      .reading-mode-container .reading-options .reading-options-trigger:hover #rm-settings #left-control, .reading-mode-container .reading-options .reading-options-trigger.active #rm-settings #left-control {
        -webkit-transform: translateY(-3.24px);
                transform: translateY(-3.24px); }
      .reading-mode-container .reading-options .reading-options-trigger:hover #rm-settings #left-top-bar, .reading-mode-container .reading-options .reading-options-trigger.active #rm-settings #left-top-bar {
        height: 4.31px; }
      .reading-mode-container .reading-options .reading-options-trigger:hover #rm-settings #left-bottom-bar, .reading-mode-container .reading-options .reading-options-trigger.active #rm-settings #left-bottom-bar {
        height: 7.54px; }
      .reading-mode-container .reading-options .reading-options-trigger:hover #rm-settings #right-control, .reading-mode-container .reading-options .reading-options-trigger.active #rm-settings #right-control {
        -webkit-transform: translateY(3.24px);
                transform: translateY(3.24px); }
      .reading-mode-container .reading-options .reading-options-trigger:hover #rm-settings #right-top-bar, .reading-mode-container .reading-options .reading-options-trigger.active #rm-settings #right-top-bar {
        height: 7.54px; }
      .reading-mode-container .reading-options .reading-options-trigger:hover #rm-settings #right-bottom-bar, .reading-mode-container .reading-options .reading-options-trigger.active #rm-settings #right-bottom-bar {
        height: 4.31px; }
    .reading-mode-container .reading-options .reading-options-container {
      position: absolute;
      left: 100%;
      top: 1rem;
      width: 35rem;
      max-width: calc(100vw - 72px - 15px);
      border-radius: 0.4rem;
      overflow: hidden;
      border: 1px solid rgba(0, 0, 0, 0.2);
      background: #fff;
      margin-left: 15px;
      opacity: 0;
      visibility: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-align: center;
      font-size: 1.4rem;
      -webkit-transition-delay: 0;
      transition-delay: 0;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
      .reading-mode-container .reading-options .reading-options-container .font-box:hover {
        background: rgba(0, 0, 0, 0.1); }
      .reading-mode-container .reading-options .reading-options-container .font-box:active {
        background: rgba(0, 0, 0, 0.2); }
      .reading-mode-container .reading-options .reading-options-container .control-title {
        margin-bottom: 0;
        padding: 1rem 0; }
      .reading-mode-container .reading-options .reading-options-container .ff-options {
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .reading-mode-container .reading-options .reading-options-container .ff-options .font-box {
          cursor: pointer;
          float: left;
          text-align: center;
          width: 50%;
          padding: 2rem 0; }
          .reading-mode-container .reading-options .reading-options-container .ff-options .font-box .typeface {
            font-size: 6.2rem;
            line-height: 6.2rem;
            display: block;
            margin-bottom: 0;
            font-weight: 500; }
          .reading-mode-container .reading-options .reading-options-container .ff-options .font-box.sans-serif .typeface {
            font-family: "Muli", Helvetica, Arial, sans-serif; }
          .reading-mode-container .reading-options .reading-options-container .ff-options .font-box.serif {
            border-left: 1px solid rgba(0, 0, 0, 0.2); }
            .reading-mode-container .reading-options .reading-options-container .ff-options .font-box.serif .typeface {
              font-family: "Poppins", Georgia, Times, serif; }
          .reading-mode-container .reading-options .reading-options-container .ff-options .font-box.active, .reading-mode-container .reading-options .reading-options-container .ff-options .font-box:active {
            -webkit-box-shadow: inset 0 -3px 0 #2700FF;
                    box-shadow: inset 0 -3px 0 #2700FF;
            color: #2700FF; }
      .reading-mode-container .reading-options .reading-options-container .fz-options {
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .reading-mode-container .reading-options .reading-options-container .fz-options .font-size, .reading-mode-container .reading-options .reading-options-container .fz-options .line-height {
          width: 50%;
          float: left; }
        .reading-mode-container .reading-options .reading-options-container .fz-options .line-height {
          border-left: 1px solid rgba(0, 0, 0, 0.2); }
        .reading-mode-container .reading-options .reading-options-container .fz-options .control {
          cursor: pointer;
          float: left;
          width: 50%;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          font-size: 2rem;
          color: #B5B5B5;
          font-weight: 300;
          padding: 1rem 0; }
          .reading-mode-container .reading-options .reading-options-container .fz-options .control:hover {
            background: rgba(0, 0, 0, 0.1); }
          .reading-mode-container .reading-options .reading-options-container .fz-options .control:active {
            background: rgba(0, 0, 0, 0.2); }
          .reading-mode-container .reading-options .reading-options-container .fz-options .control.minus p {
            position: relative;
            top: -0.4rem; }
          .reading-mode-container .reading-options .reading-options-container .fz-options .control.decrease {
            border-left: 1px solid rgba(0, 0, 0, 0.2); }
          .reading-mode-container .reading-options .reading-options-container .fz-options .control:hover p {
            color: rgba(0, 0, 0, 0.86); }
      .reading-mode-container .reading-options .reading-options-container .cs-options {
        text-align: center; }
        .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option {
          cursor: pointer;
          width: 33.333333333333333%;
          float: left;
          padding: 2rem 1rem;
          font-weight: 500;
          color: rgba(0, 0, 0, 0.86); }
          .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option:hover {
            background-color: rgba(0, 0, 0, 0.1); }
          .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option:active {
            background-color: rgba(0, 0, 0, 0.2); }
          .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option.dark {
            border-left: 1px solid rgba(0, 0, 0, 0.2);
            border-right: 1px solid rgba(0, 0, 0, 0.2); }
          .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option:after {
            content: '';
            display: block;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            margin: 10px auto 0; }
          .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option.light:after {
            border: 1px solid rgba(0, 0, 0, 0.2); }
          .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option.dark:after {
            background-color: #333333; }
          .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option.sepia:after {
            background: #F4ECD8; }
          .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option.active, .reading-mode-container .reading-options .reading-options-container .cs-options .cs-option:active {
            -webkit-box-shadow: inset 0 -3px 0 #2700FF;
                    box-shadow: inset 0 -3px 0 #2700FF;
            color: #2700FF; }
      .reading-mode-container .reading-options .reading-options-container.active {
        opacity: 1;
        visibility: visible;
        margin-left: 0; }
  .reading-mode-container #reading-mode-article-wrapper {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.3s ease, transform 0.5s ease;
    transition: opacity 0.3s ease, transform 0.5s ease, -webkit-transform 0.5s ease; }
  .reading-mode-container .posts-navigation a i {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 3rem !important; }
  .reading-mode-container .posts-navigation figure figcaption {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
  .reading-mode-container .posts-navigation .prev-post:hover figure figcaption, .reading-mode-container .posts-navigation .next-post:hover figure figcaption {
    opacity: 0.7; }
  .reading-mode-container .posts-navigation .prev-post {
    margin-bottom: 4rem; }

.customize-support .reading-options {
  top: 32px; }

.customize-support .reading-mode-container {
  margin-top: 32px; }

.reading-mode-active .main-content .article-wrapper, .reading-mode-active #main-footer, .reading-mode-active .above-footer-widget, .reading-mode-active .article-footer {
  display: none; }

.reading-mode-active .main-header {
  display: none; }

.reading-mode-active .reading-mode-container {
  visibility: visible;
  pointer-events: initial; }
  .reading-mode-active .reading-mode-container .reading-options {
    opacity: 1; }

.reading-mode-active .comments-section {
  display: none; }

.reading-mode-active #reading-mode-article-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.reading-position {
  position: fixed;
  bottom: 0;
  width: 0;
  height: 0.6rem;
  left: 0;
  background: #2700FF;
  z-index: 4; }

.share-widget {
  position: fixed;
  left: 6rem;
  top: 13rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 1.6rem; }
  .share-widget.fade-in {
    opacity: 1; }
  .share-widget.sidebar-left {
    left: initial;
    right: 10rem; }
  .share-widget .like {
    padding: 0.5rem 0; }
    .share-widget .like i {
      color: rgba(0, 0, 0, 0.86);
      -webkit-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    .share-widget .like:hover i, .share-widget .like:hover a {
      color: #2700FF; }
  .share-widget a {
    color: rgba(0, 0, 0, 0.86);
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .share-widget a:hover {
      color: #2700FF; }
  .share-widget .zilla-likes-count {
    display: block; }
  .share-widget .social-article-share {
    list-style-type: none;
    padding: 0; }
    .share-widget .social-article-share li {
      padding: 0.5rem 0; }

.comment-form {
  padding-bottom: 3rem; }
  .comment-form .logged-in-as {
    font-size: 1.3rem; }

.comment-form-theme, .comments .comment-respond {
  text-align: left; }
  .comment-form-theme h3.comment-reply-title, .comments .comment-respond h3.comment-reply-title {
    color: rgba(0, 0, 0, 0.86);
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: 400;
    padding-bottom: 2rem; }
    .comment-form-theme h3.comment-reply-title small a, .comments .comment-respond h3.comment-reply-title small a {
      color: rgba(0, 0, 0, 0.38);
      font-size: 1.6rem; }
      .comment-form-theme h3.comment-reply-title small a:hover, .comments .comment-respond h3.comment-reply-title small a:hover {
        text-decoration: none; }
  .comment-form-theme #cancel-comment-reply-link, .comments .comment-respond #cancel-comment-reply-link {
    float: right;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: capitalize; }
  .comment-form-theme > p, .comments .comment-respond > p {
    color: rgba(0, 0, 0, 0.7); }
  .comment-form-theme .comment-form-inputs, .comments .comment-respond .comment-form-inputs {
    padding-left: 0;
    list-style: none;
    margin: 1.2rem 0 0; }
    .comment-form-theme .comment-form-inputs:after, .comment-form-theme .comment-form-inputs:before, .comments .comment-respond .comment-form-inputs:after, .comments .comment-respond .comment-form-inputs:before {
      content: " ";
      display: table; }
    .comment-form-theme .comment-form-inputs:after, .comments .comment-respond .comment-form-inputs:after {
      clear: both; }
    .comment-form-theme .comment-form-inputs li, .comments .comment-respond .comment-form-inputs li {
      width: 33.333333333333333%;
      float: left;
      padding: 0 0.6rem; }
      .comment-form-theme .comment-form-inputs li:first-child, .comments .comment-respond .comment-form-inputs li:first-child {
        padding-left: 0; }
      .comment-form-theme .comment-form-inputs li:last-child, .comments .comment-respond .comment-form-inputs li:last-child {
        padding-right: 0; }
      .comment-form-theme .comment-form-inputs li input, .comments .comment-respond .comment-form-inputs li input {
        width: 100%;
        margin-bottom: 0; }
        .comment-form-theme .comment-form-inputs li input::-webkit-input-placeholder, .comments .comment-respond .comment-form-inputs li input::-webkit-input-placeholder {
          color: #8e8e8e; }
        .comment-form-theme .comment-form-inputs li input:-moz-placeholder, .comments .comment-respond .comment-form-inputs li input:-moz-placeholder {
          /* Firefox 18- */
          color: #8e8e8e; }
        .comment-form-theme .comment-form-inputs li input::-moz-placeholder, .comments .comment-respond .comment-form-inputs li input::-moz-placeholder {
          /* Firefox 19+ */
          color: #8e8e8e; }
        .comment-form-theme .comment-form-inputs li input:-ms-input-placeholder, .comments .comment-respond .comment-form-inputs li input:-ms-input-placeholder {
          color: #8e8e8e; }
  .comment-form-theme textarea, .comments .comment-respond textarea {
    width: 100%;
    resize: vertical;
    margin-bottom: 0; }
    .comment-form-theme textarea::-webkit-input-placeholder, .comments .comment-respond textarea::-webkit-input-placeholder {
      color: #8e8e8e; }
    .comment-form-theme textarea:-moz-placeholder, .comments .comment-respond textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #8e8e8e; }
    .comment-form-theme textarea::-moz-placeholder, .comments .comment-respond textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #8e8e8e; }
    .comment-form-theme textarea:-ms-input-placeholder, .comments .comment-respond textarea:-ms-input-placeholder {
      color: #8e8e8e; }
    .comment-form-theme textarea:hover, .comment-form-theme textarea:active, .comment-form-theme textarea:focus, .comments .comment-respond textarea:hover, .comments .comment-respond textarea:active, .comments .comment-respond textarea:focus {
      border-color: #2700FF; }
  .comment-form-theme .form-submit, .comments .comment-respond .form-submit {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; }
    .comment-form-theme .form-submit input[type=submit], .comments .comment-respond .form-submit input[type=submit] {
      padding: 1.7rem 4.5rem;
      -webkit-transition-delay: 0;
      transition-delay: 0;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
    .comment-form-theme .form-submit i, .comments .comment-respond .form-submit i {
      float: right;
      margin-left: 0.5rem; }

.comment-container .title-comments {
  text-align: left;
  padding: 0;
  font-size: 2.1rem;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.86);
  text-transform: capitalize;
  padding-bottom: 3rem; }

.comment-container .leave-reply a {
  font-weight: 600;
  font-size: 1.3rem; }

.comment-container ul {
  padding: 0; }

.comment-container ul.comments {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 6rem;
  list-style: none; }
  .comment-container ul.comments ul.children {
    list-style: none; }
    .comment-container ul.comments ul.children > li {
      padding-left: 1.6em; }
  .comment-container ul.comments li {
    word-wrap: break-word; }
    .comment-container ul.comments li .comment, .comment-container ul.comments li .pingback {
      margin-bottom: 2.5rem; }
      .comment-container ul.comments li .comment .left-section img, .comment-container ul.comments li .pingback .left-section img {
        width: 8rem;
        max-width: 8rem;
        border-radius: 50%; }
      .comment-container ul.comments li .comment .right-section a.comment-reply-link, .comment-container ul.comments li .pingback .right-section a.comment-reply-link {
        float: right;
        color: rgba(0, 0, 0, 0.86);
        font-size: 1.3rem;
        line-height: 2.4rem;
        padding: 0 1.5rem;
        font-weight: 600;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.15s;
        -webkit-transition-timing-function: ease-out;
        transition-property: all;
        transition-duration: 0.15s;
        transition-timing-function: ease-out; }
        .comment-container ul.comments li .comment .right-section a.comment-reply-link:hover, .comment-container ul.comments li .pingback .right-section a.comment-reply-link:hover {
          text-decoration: none;
          color: #2700FF;
          border-color: #2700FF; }
          .comment-container ul.comments li .comment .right-section a.comment-reply-link:hover i, .comment-container ul.comments li .pingback .right-section a.comment-reply-link:hover i {
            color: #2700FF; }
        .comment-container ul.comments li .comment .right-section a.comment-reply-link i, .comment-container ul.comments li .pingback .right-section a.comment-reply-link i {
          color: rgba(0, 0, 0, 0.86);
          margin-right: 0.5rem;
          line-height: 2.4rem;
          float: left;
          -webkit-transition-delay: 0;
          transition-delay: 0;
          -webkit-transition-property: all;
          -webkit-transition-duration: 0.15s;
          -webkit-transition-timing-function: ease-out;
          transition-property: all;
          transition-duration: 0.15s;
          transition-timing-function: ease-out; }
      .comment-container ul.comments li .comment .right-section .comment-author, .comment-container ul.comments li .pingback .right-section .comment-author {
        color: #000;
        font-size: 1.3rem;
        font-weight: 600; }
        .comment-container ul.comments li .comment .right-section .comment-author a, .comment-container ul.comments li .pingback .right-section .comment-author a {
          color: #000;
          font-size: 1.3rem;
          font-weight: 600; }
          .comment-container ul.comments li .comment .right-section .comment-author a:hover, .comment-container ul.comments li .pingback .right-section .comment-author a:hover {
            color: #2700FF; }
      .comment-container ul.comments li .comment .right-section .comment-time, .comment-container ul.comments li .pingback .right-section .comment-time {
        font-size: 1.3rem;
        color: rgba(0, 0, 0, 0.38);
        font-weight: 600;
        font-family: inherit;
        margin-bottom: 1rem; }
      .comment-container ul.comments li .comment .right-section .comment-text p, .comment-container ul.comments li .pingback .right-section .comment-text p {
        color: rgba(0, 0, 0, 0.7);
        font-weight: 400; }
  .comment-container ul.comments > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 3rem; }

.comments-section .fb-comments {
  width: 100% !important; }
  .comments-section .fb-comments > span {
    width: 100% !important; }
    .comments-section .fb-comments > span > iframe {
      width: 100% !important; }

@media (max-width: 1080px) {
  .share-widget {
    left: 1rem; }
    .share-widget.sidebar-left {
      left: initial;
      right: 1rem; } }

@media (min-width: 992px) {
  .post-content-wrapper.left-sidebar.fixed-sidebar {
    margin-left: 0;
    margin-right: 8.3333%; } }

@media (min-width: 768px) {
  .main-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .comment-count-wrapper {
    text-align: right; } }

@media (max-width: 800px) {
  .share-widget, .share-widget.sidebar-left {
    top: initial;
    left: 0;
    right: 0;
    bottom: -3rem;
    width: 100%;
    height: 5.8rem;
    z-index: 3;
    background: white;
    -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2);
    padding: 1.7rem 0 2rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .share-widget.fade-in, .share-widget.sidebar-left.fade-in {
      bottom: 0; }
    .share-widget .share-buttons, .share-widget.sidebar-left .share-buttons {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      white-space: nowrap; }
    .share-widget .title, .share-widget.sidebar-left .title {
      display: none; }
    .share-widget .like, .share-widget.sidebar-left .like {
      display: inline-block;
      padding: 0; }
      .share-widget .like .zilla-likes-count, .share-widget.sidebar-left .like .zilla-likes-count {
        display: inline-block;
        padding: 0 1rem; }
    .share-widget .social-article-share, .share-widget.sidebar-left .social-article-share {
      margin-bottom: 0;
      display: inline; }
      .share-widget .social-article-share li, .share-widget.sidebar-left .social-article-share li {
        display: inline-block;
        padding: 0 1rem; }
  .comment-form-theme ul.comment-form-inputs, .comments .comment-respond ul.comment-form-inputs {
    margin-bottom: 1rem; }
    .comment-form-theme ul.comment-form-inputs li, .comments .comment-respond ul.comment-form-inputs li {
      width: 100%;
      float: none;
      padding: 0 0 1rem 0; }
      .comment-form-theme ul.comment-form-inputs li:last-child, .comments .comment-respond ul.comment-form-inputs li:last-child {
        padding-bottom: 0; } }

@media (max-width: 500px) {
  .post-content {
    padding-top: 2rem; }
  .reading-mode-container .reading-options .reading-options-container {
    top: 100%;
    left: 1rem;
    width: 28rem; }
  div.author-info .left-author-info {
    float: none;
    margin-left: 0;
    margin-top: 0; }
    div.author-info .left-author-info figure {
      overflow: hidden;
      width: 8rem;
      height: 8rem; }
  .single-post .main-article .post-date {
    margin: 0;
    padding: 0; }
    .single-post .main-article .post-date:before {
      width: 0; }
  .comment-container .title-comments {
    font-size: 1.6rem; } }

/*
-------------------------------------------------------------------------
    9.  Plugins Related Styling
-------------------------------------------------------------------------
*/
.cart-outer {
  float: right;
  position: relative;
  height: 7.2rem;
  padding: 0 30px; }
  .cart-outer:hover {
    background-color: #f7f7f7;
    overflow: visible; }
    .cart-outer:hover .cart-icon-wrap i svg {
      fill: #2700FF; }
    .cart-outer:hover .mini-cart {
      opacity: 1;
      right: -3.2rem;
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
      left: auto; }
      .cart-outer:hover .mini-cart .widget_shopping_cart_content {
        border: none; }
  .cart-outer .cart-contents .cart-icon-wrap {
    position: relative;
    top: 2.8rem; }
    .cart-outer .cart-contents .cart-icon-wrap i svg {
      -webkit-transition: fill 0.15s ease-out;
      transition: fill 0.15s ease-out; }
    .cart-outer .cart-contents .cart-icon-wrap:hover .mini-cart {
      display: block;
      opacity: 1; }
  .cart-outer .cart-contents .product-count-badge {
    position: absolute;
    top: -9px;
    right: -9px;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #2700FF; }
    .cart-outer .cart-contents .product-count-badge span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1rem;
      line-height: 1.7rem;
      font-weight: 700;
      color: white; }
  .cart-outer .cart-contents.cart-full .product-count-badge {
    visibility: visible; }
  .cart-outer .cart-contents.cart-empty .product-count-badge {
    visibility: hidden; }
  .cart-outer .cart-notification {
    position: absolute;
    opacity: 0;
    left: -999rem;
    -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.33s ease-in-out;
    transition: opacity 0.15s ease-in-out, -webkit-transform 0.33s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.33s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
    min-width: 400px;
    top: 72px;
    background: #f7f7f7;
    padding: 10px;
    -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.56);
            box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.56);
    z-index: 4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem); }
    .cart-outer .cart-notification.visible {
      right: 0;
      left: auto;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .cart-outer .mini-cart {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    left: -9999rem;
    min-width: 40rem;
    background: #f7f7f7;
    top: 7.2rem;
    -webkit-transform: translate(6rem, -6rem) scale(0.3);
            transform: translate(6rem, -6rem) scale(0.3);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    padding: 2rem;
    border-radius: 0 0 3px 3px;
    max-height: calc(100vh - 7.2rem);
    overflow: scroll; }
    .cart-outer .mini-cart .cart_list li {
      padding: 1rem 3.5rem 1rem 1.5rem;
      margin: 0 -1.5rem;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .cart-outer .mini-cart .cart_list li:hover {
        background-color: white; }
      .cart-outer .mini-cart .cart_list li a.remove {
        position: absolute;
        left: initial;
        right: 1rem;
        top: 1rem;
        line-height: 2rem; }
      .cart-outer .mini-cart .cart_list li img {
        float: left;
        width: 10rem; }
    .cart-outer .mini-cart .total {
      border-top: 2px solid rgba(0, 0, 0, 0.12);
      padding: 2rem 0 1rem;
      margin: 2rem 0 1rem; }
      .cart-outer .mini-cart .total strong {
        font-weight: 300; }
      .cart-outer .mini-cart .total .amount {
        font-size: 2.1rem;
        font-weight: 700; }
        .cart-outer .mini-cart .total .amount span {
          font-size: 1.6rem; }
    .cart-outer .mini-cart .buttons {
      margin: 0; }
      .cart-outer .mini-cart .buttons .button {
        background-color: unset;
        float: right;
        color: black;
        font-size: 1.3rem;
        line-height: 2.4rem;
        font-weight: 700;
        margin: 0; }
        .cart-outer .mini-cart .buttons .button:hover {
          color: #2700FF; }
      .cart-outer .mini-cart .buttons .checkout {
        float: left;
        background-color: rgba(39, 0, 255, 0.8);
        color: white;
        font-size: 1.3rem;
        white-space: nowrap;
        padding: 0.8rem 1.6rem;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .cart-outer .mini-cart .buttons .checkout:hover {
          color: white;
          background-color: #2700FF; }

#add_payment_method table.cart,
.woocommerce-cart table.cart,
.woocommerce-checkout table.cart {
  border: none; }
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 180px; }
  #add_payment_method table.cart th,
  .woocommerce-cart table.cart th,
  .woocommerce-checkout table.cart th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #fff; }
  #add_payment_method table.cart td,
  .woocommerce-cart table.cart td,
  .woocommerce-checkout table.cart td {
    border: none; }
  #add_payment_method table.cart td.actions,
  .woocommerce-cart table.cart td.actions,
  .woocommerce-checkout table.cart td.actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
    #add_payment_method table.cart td.actions .coupon,
    .woocommerce-cart table.cart td.actions .coupon,
    .woocommerce-checkout table.cart td.actions .coupon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
      padding: 0.8rem 1.6rem;
      width: 200px;
      border: none;
      line-height: 2.5rem; }
  #add_payment_method table.cart td.product-name a,
  .woocommerce-cart table.cart td.product-name a,
  .woocommerce-checkout table.cart td.product-name a {
    color: initial; }
    #add_payment_method table.cart td.product-name a:hover,
    .woocommerce-cart table.cart td.product-name a:hover,
    .woocommerce-checkout table.cart td.product-name a:hover {
      color: #2700FF; }

.woocommerce-message {
  border-top-color: #4cedc8; }
  .woocommerce-message:before {
    color: #4cedc8; }

.woocommerce-info {
  border-top-color: #2700FF; }
  .woocommerce-info:before {
    color: #2700FF; }

.woocommerce-error {
  border-top-color: #FF4B00; }
  .woocommerce-error:before {
    color: #FF4B00; }

.mini-cart .remove_from_cart_button, .widget_shopping_cart .remove_from_cart_button {
  position: absolute;
  right: 0; }

.mini-cart .mini_cart_item, .widget_shopping_cart .mini_cart_item {
  display: grid;
  grid-template: minmax(20px, -webkit-max-content)/65px 1fr;
  grid-template: minmax(20px, max-content)/65px 1fr;
  grid-column-gap: 10px;
  position: relative;
  font-size: 1.4rem; }

.mini-cart .product-name, .widget_shopping_cart .product-name {
  font-size: inherit;
  line-height: 1.15em;
  padding-right: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  color: initial; }
  .mini-cart .product-name:hover, .widget_shopping_cart .product-name:hover {
    color: #2700FF; }

.mini-cart dl.variation, .widget_shopping_cart dl.variation {
  margin-bottom: 0; }
  .mini-cart dl.variation dd,
  .mini-cart dl.variation p, .widget_shopping_cart dl.variation dd,
  .widget_shopping_cart dl.variation p {
    font-size: inherit;
    margin-bottom: 0; }

.mini-cart .product-image, .widget_shopping_cart .product-image {
  grid-row: span 3; }

.woocommerce-store-notice, p.demo_store {
  top: 72px;
  background-color: #2700FF; }

.woocommerce-page.left-sidebar {
  float: right; }

.woocommerce .woocommerce-breadcrumb {
  font-size: 11px;
  font-weight: 600;
  margin: 20px 0; }
  .woocommerce .woocommerce-breadcrumb a {
    font-weight: inherit; }
    .woocommerce .woocommerce-breadcrumb a:hover {
      color: #2700FF; }

.woocommerce .product .sku_wrapper {
  margin-bottom: 15px; }

.woocommerce .product .woocommerce-product-gallery__image {
  padding: 5px; }

.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
  padding: 0; }
  .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs:before {
    content: unset;
    display: none; }
  .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
    background-color: transparent;
    border: none;
    margin: 0 2rem 0 0;
    padding: 0; }
    .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:before, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:after {
      content: unset;
      display: none; }
    .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active {
      border-bottom: 2px solid #2700FF; }

.woocommerce .product .entry-summary .woocommerce-variation-price {
  margin: 20px 0; }

.woocommerce .product .entry-summary .price {
  font-size: 2.1rem;
  font-weight: 900;
  color: inherit; }
  .woocommerce .product .entry-summary .price .amount {
    color: inherit;
    font-weight: 600; }
  .woocommerce .product .entry-summary .price del {
    color: rgba(0, 0, 0, 0.38);
    display: inline-block; }
  .woocommerce .product .entry-summary .price ins {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.86); }

.woocommerce span.onsale {
  left: 1rem;
  top: 1rem;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 900;
  background-color: #2700FF;
  color: white;
  letter-spacing: 0.1rem;
  min-width: initial;
  min-height: initial;
  z-index: 2;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  line-height: initial; }

.woocommerce .star-rating span {
  color: #2700FF; }

.woocommerce .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  clear: both; }
  .woocommerce .products.related {
    display: block; }
  .woocommerce .products.columns-1 {
    grid-template-columns: repeat(1, 1fr); }
  .woocommerce .products.columns-2 {
    grid-template-columns: repeat(2, 1fr); }
  .woocommerce .products.columns-3 {
    grid-template-columns: repeat(3, 1fr); }
  .woocommerce .products.columns-4 {
    grid-template-columns: repeat(4, 1fr); }
  .woocommerce .products.columns-5 {
    grid-template-columns: repeat(5, 1fr); }
  .woocommerce .products.columns-6 {
    grid-template-columns: repeat(6, 1fr); }
  .woocommerce .products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px; }
    .woocommerce .products .product .onsale {
      top: 1rem;
      left: 1rem; }
    .woocommerce .products .product a .product-thumbnail {
      position: relative;
      width: 100%;
      padding-top: 100%;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.06, 0.96, 0.44, 0.91);
      transition: -webkit-transform 0.3s cubic-bezier(0.06, 0.96, 0.44, 0.91);
      transition: transform 0.3s cubic-bezier(0.06, 0.96, 0.44, 0.91);
      transition: transform 0.3s cubic-bezier(0.06, 0.96, 0.44, 0.91), -webkit-transform 0.3s cubic-bezier(0.06, 0.96, 0.44, 0.91);
      -webkit-transition-delay: .2s;
              transition-delay: .2s;
      overflow: hidden; }
      .woocommerce .products .product a .product-thumbnail .attachment-woocommerce_thumbnail, .woocommerce .products .product a .product-thumbnail .wp-post-image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        min-height: 100%;
        min-width: 100%; }
    .woocommerce .products .product a:hover {
      color: #2700FF; }
      .woocommerce .products .product a:hover .product-thumbnail {
        -webkit-transform: scale(1.03);
                transform: scale(1.03); }
    .woocommerce .products .product .woocommerce-loop-product__title {
      font-size: 1.8rem; }
    .woocommerce .products .product .star-rating {
      margin: 10px auto; }
    .woocommerce .products .product .price {
      margin: 20px auto;
      display: block;
      color: rgba(0, 0, 0, 0.86); }
      .woocommerce .products .product .price del {
        display: inline-block; }
        .woocommerce .products .product .price del .amount {
          text-decoration: line-through;
          color: rgba(0, 0, 0, 0.38); }
      .woocommerce .products .product .price .amount {
        font-size: 2.1rem;
        font-weight: 700;
        display: inline-block; }
      .woocommerce .products .product .price ins {
        display: inline-block;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.86); }
    .woocommerce .products .product .button.add_to_cart_button {
      -ms-flex-item-align: center;
          align-self: center; }

.woocommerce .woocommerce-pagination {
  margin-bottom: 50px; }
  .woocommerce .woocommerce-pagination ul {
    list-style-type: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border: none !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .woocommerce .woocommerce-pagination li {
    border: none !important; }
    .woocommerce .woocommerce-pagination li .page-numbers {
      background-color: transparent !important;
      border: 1px solid transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      padding: 5px;
      margin-right: 2rem;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: rgba(0, 0, 0, 0.86);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .woocommerce .woocommerce-pagination li .page-numbers.current, .woocommerce .woocommerce-pagination li .page-numbers:focus, .woocommerce .woocommerce-pagination li .page-numbers:active {
        border-color: #2700FF;
        color: #2700FF; }
      .woocommerce .woocommerce-pagination li .page-numbers.current:hover {
        border-color: #2700FF; }
      .woocommerce .woocommerce-pagination li .page-numbers:hover {
        border-color: rgba(39, 0, 255, 0.3);
        color: #2700FF; }
      .woocommerce .woocommerce-pagination li .page-numbers.dots, .woocommerce .woocommerce-pagination li .page-numbers.next, .woocommerce .woocommerce-pagination li .page-numbers.prev {
        border-radius: initial;
        border: initial;
        width: auto; }
        .woocommerce .woocommerce-pagination li .page-numbers.dots:hover, .woocommerce .woocommerce-pagination li .page-numbers.dots:focus, .woocommerce .woocommerce-pagination li .page-numbers.dots:active, .woocommerce .woocommerce-pagination li .page-numbers.next:hover, .woocommerce .woocommerce-pagination li .page-numbers.next:focus, .woocommerce .woocommerce-pagination li .page-numbers.next:active, .woocommerce .woocommerce-pagination li .page-numbers.prev:hover, .woocommerce .woocommerce-pagination li .page-numbers.prev:focus, .woocommerce .woocommerce-pagination li .page-numbers.prev:active {
          background-color: initial;
          color: inherit; }

.woocommerce .amount {
  font-weight: 600; }

.woocommerce .cart .quantity .qty {
  padding: 0.8rem 1.6rem;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.12); }

.woocommerce .cart button[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce .cart button[type="submit"] i {
    margin-right: 1rem; }
    .woocommerce .cart button[type="submit"] i svg {
      -webkit-transition: fill 0.15s ease-out;
      transition: fill 0.15s ease-out; }
  .woocommerce .cart button[type="submit"]:hover i svg {
    fill: #2700FF; }

.woocommerce .cart .variations select {
  height: 34px; }

.woocommerce .woocommerce-mini-cart__buttons .button {
  float: right; }
  .woocommerce .woocommerce-mini-cart__buttons .button.checkout {
    float: left; }

.woocommerce .widget_shopping_cart .total {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 1rem  0;
  padding: 1rem 0; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 5px; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(0, 0, 0, 0.12); }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #2700FF; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: rgba(39, 0, 255, 0.5); }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: transparent;
  font-size: 1.3rem;
  line-height: 2.4rem;
  white-space: nowrap;
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0.86); }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    color: #2700FF;
    background-color: transparent; }
  .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
  .woocommerce a.button:disabled,
  .woocommerce a.button:disabled[disabled],
  .woocommerce button.button:disabled,
  .woocommerce button.button:disabled[disabled],
  .woocommerce input.button:disabled,
  .woocommerce input.button:disabled[disabled] {
    background-color: transparent;
    padding: 0.8rem 1.6rem;
    color: rgba(0, 0, 0, 0.12); }
    .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover,
    .woocommerce a.button:disabled:hover,
    .woocommerce a.button:disabled[disabled]:hover,
    .woocommerce button.button:disabled:hover,
    .woocommerce button.button:disabled[disabled]:hover,
    .woocommerce input.button:disabled:hover,
    .woocommerce input.button:disabled[disabled]:hover {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.12); }
  .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.checkout,
  .woocommerce a.button.alt,
  .woocommerce a.button.checkout,
  .woocommerce button.button.alt,
  .woocommerce button.button.checkout,
  .woocommerce input.button.alt,
  .woocommerce input.button.checkout {
    background-color: rgba(39, 0, 255, 0.8);
    border-color: #2700FF;
    font-size: 1.3rem;
    line-height: 2.4rem;
    white-space: nowrap;
    padding: 0.8rem 1.6rem;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white; }
    .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.checkout:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce a.button.checkout:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce button.button.checkout:hover,
    .woocommerce input.button.alt:hover,
    .woocommerce input.button.checkout:hover {
      color: white;
      background-color: #2700FF; }
    .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.checkout.disabled, .woocommerce #respond input#submit.checkout.disabled:hover,
    .woocommerce a.button.alt.disabled,
    .woocommerce a.button.alt.disabled:hover,
    .woocommerce a.button.checkout.disabled,
    .woocommerce a.button.checkout.disabled:hover,
    .woocommerce button.button.alt.disabled,
    .woocommerce button.button.alt.disabled:hover,
    .woocommerce button.button.checkout.disabled,
    .woocommerce button.button.checkout.disabled:hover,
    .woocommerce input.button.alt.disabled,
    .woocommerce input.button.alt.disabled:hover,
    .woocommerce input.button.checkout.disabled,
    .woocommerce input.button.checkout.disabled:hover {
      background-color: rgba(39, 0, 255, 0.8); }

.woocommerce a.remove {
  color: rgba(0, 0, 0, 0.86) !important; }
  .woocommerce a.remove:hover {
    background-color: #2700FF; }

@media screen and (max-width: 768px) {
  .woocommerce .products.columns-3, .woocommerce .products.columns-4, .woocommerce .products.columns-5, .woocommerce .products.columns-6 {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 500px) {
  .cart-outer {
    padding: 0 10px; }
    .cart-outer .mini-cart {
      min-width: 32rem; } }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  border: 0;
  border-radius: 4px;
  margin: 0;
  padding: 1rem; }

div.wpcf7-validation-errors {
  background-color: #f7e700; }

div.wpcf7-mail-sent-ok {
  background-color: #2700FF; }

div.wpcf7-mail-sent-ng {
  background-color: #ff3168; }

div.wpcf7-spam-blocked {
  background-color: #ffa500; }

span.wpcf7-not-valid-tip {
  margin-bottom: 2rem;
  margin-top: -1.5rem;
  padding-left: 0.5rem; }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  transition: none; }

@-moz-document url-prefix() {
  .content-container:hover .filter-container {
    overflow: inherit !important; } }

#narcotic-masonry .isotope-item {
  padding: 0; }
  #narcotic-masonry .isotope-item > article {
    margin-bottom: 0;
    padding: 0; }
  #narcotic-masonry .isotope-item:nth-child(2n) > article .content-article {
    background: #191919; }

@media (max-width: 800px) {
  .isotope-item {
    width: 100% !important; } }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
          animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/*# sourceMappingURL=style.css.map */
