/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Reset Styles                         ||
||          2.  Preloader Page                       ||
||          3. 	Header                               ||
||          4. 	Menu                                 ||
||          5. 	Breadcrumbs                          ||
||          6. 	Works                                ||
||          7. 	Works Single                         ||
||          8. 	Blog                                 ||
||          9.  Blog single                          ||
||          10. Comments                             ||
||          11. Pagination                           ||
||          12. Widget                               ||
||          13. Contact Form                         ||
||          14. 404 page                             ||
||          15. Footer                               ||
||          16. Footer                               ||
||          17. Search form Full Width               ||
||          18. Mobile Menu                          ||
||          19. Change Layout                        ||
||          20. Related Post Single                  ||
||          21. Responsive                           ||
||          22. Login Form                           ||
||          23. Load More Button Style               ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word; }

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,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

a:focus, a:active, a:visited {
  outline: none !important; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"], button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

label {
  display: block;
  margin-bottom: 10px; }

b,
strong {
  font-weight: 700; }

.wp-caption, .wp-caption-text {
  word-wrap: break-word; }

/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
#fl-main-holder {
  overflow: hidden; }

.fl_content {
  width: 100%; }

.fl--header-title {
  word-wrap: break-word;
  letter-spacing: 1px;
  font-size: 80px;
  margin-bottom: 0;
  color: #fff; }

.fl--sub-title {
  font-size: 25px; }

.fl--post-pre-title {
  font-size: 15px;
  color: #cbcbcb;
  margin-bottom: 5px; }

h3.logo {
  margin-bottom: 0; }

body {
  text-rendering: optimizeLegibility; }

/*-------------------------------------------------------------------

==  Header style

-------------------------------------------------------------------*/
.mask-header-img-archive, .mask-header-img-woo-archive, .mask-header-img-single, .mask-header-img-woo_single, .mask-header-img-404, .mask-header-post {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.page_heading {
  overflow: hidden;
  height: 100%;
  min-height: 600px; }

.parallax-content_header {
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .parallax-content_header .container {
    width: 100%; }

.content_header {
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .content_header .container {
    width: 100%; }

.page_heading-disable-parallax {
  min-height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .page_heading-disable-parallax .parallax-off-img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

/*-------------------------------------------------------------------

==  Jarallax

-------------------------------------------------------------------*/
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: -1; }

/*-------------------------------------------------------------------

==  Padding page

-------------------------------------------------------------------*/
.fl-page-padding {
  width: 100%;
  height: 80px;
  display: block; }

/*-------------------------------------------------------------------

==  Text meant only for screen readers.

-------------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/*-------------------------------------------------------------------

==  Form

-------------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  min-height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase; }

button {
  outline: none !important; }

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
select {
  background-color: #fff;
  font-weight: 400;
  color: #7b7d7f !important;
  font-family: inherit;
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  margin-bottom: 20px;
  padding: 8px 15px;
  font-size: 12px;
  border: 1px solid;
  letter-spacing: .02em; }
  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=url]:hover,
  input[type=url]:active,
  input[type=url]:focus,
  input[type=search]:hover,
  input[type=search]:active,
  input[type=search]:focus,
  input[type=password]:hover,
  input[type=password]:active,
  input[type=password]:focus,
  input[type=tel]:hover,
  input[type=tel]:active,
  input[type=tel]:focus,
  select:hover,
  select:active,
  select:focus {
    -webkit-transition: border-color ease-in-out .15s, color .3s ease, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color .3s ease, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease, -webkit-box-shadow ease-in-out .15s; }
  input[type=text]:focus::-webkit-input-placeholder, input[type=text]:active::-webkit-input-placeholder,
  input[type=email]:focus::-webkit-input-placeholder,
  input[type=email]:active::-webkit-input-placeholder,
  input[type=url]:focus::-webkit-input-placeholder,
  input[type=url]:active::-webkit-input-placeholder,
  input[type=search]:focus::-webkit-input-placeholder,
  input[type=search]:active::-webkit-input-placeholder,
  input[type=password]:focus::-webkit-input-placeholder,
  input[type=password]:active::-webkit-input-placeholder,
  input[type=tel]:focus::-webkit-input-placeholder,
  input[type=tel]:active::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  select:active::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }

textarea {
  color: #7b7d7f;
  outline: none;
  resize: none;
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  margin-bottom: 20px;
  padding: 8px 15px;
  font-size: 12px;
  border: 1px solid;
  letter-spacing: .02em; }
  textarea:hover, textarea:active, textarea:focus {
    -webkit-transition: border-color ease-in-out .15s, color .3s ease, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color .3s ease, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease, -webkit-box-shadow ease-in-out .15s;
    box-shadow: 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 !important;
    -moz-box-shadow: 0 0 0 !important; }
  textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    border-color: #ff343b; }

/*-------------------------------------------------------------------

==  Helping Class

-------------------------------------------------------------------*/
.fl_overflow_hidden {
  overflow: hidden; }

/*-------------------------------------------------------------------

==  Float & Align

-------------------------------------------------------------------*/
.float-left {
  float: left  !important; }

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

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify !important; }

/*-------------------------------------------------------------------

Clearfix

-------------------------------------------------------------------*/
.cf:before, .clearfix:before,
.cf:after, .clearfix:after {
  content: "";
  display: table; }

.cf:after, .clearfix:after {
  clear: both; }

.clear {
  clear: both; }

/*-------------------------------------------------------------------

==  Links

-------------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer; }

.fl_custom_text__block ul {
  margin-left: 0 !important;
  list-style: none; }
  .fl_custom_text__block ul > li {
    list-style: none !important;
    position: relative;
    line-height: 2;
    padding-left: 25px;
    margin: 10px 0; }
    .fl_custom_text__block ul > li:before {
      content: "";
      float: left;
      display: block;
      width: 6px;
      height: 6px;
      position: relative;
      top: 1em;
      left: 0;
      margin-top: -3px;
      margin-left: -25px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .fl_custom_text__block ul > li > ul {
      margin-left: 0 !important;
      list-style: none; }
      .fl_custom_text__block ul > li > ul li {
        list-style: none !important; }
        .fl_custom_text__block ul > li > ul li:before {
          background: #7b7d7f !important; }

/*====================================================================
==  Clearfix for the .slides element
====================================================================*/
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.gallery-caption {
  font-size: 100%; }

.bypostauthor {
  font-size: 100%; }

.fl-post-pages {
  text-align: center; }
  .fl-post-pages .fl-pagination-text {
    margin-right: 5px;
    font-weight: bold; }
  .fl-post-pages .page-numbers {
    font-size: 13px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    color: #ffffff;
    background: #282828; }
  .fl-post-pages a .page-numbers {
    color: #232323;
    background: #f1f1f1;
    font-size: 13px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer; }
  .fl-post-pages a:hover .page-numbers {
    color: #ffffff;
    background: #282828;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }

form.fl-form-password-protected .fl-input-group {
  margin-bottom: 15px; }
  form.fl-form-password-protected .fl-input-group input[type="password"] {
    width: 50% !important;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0; }

button {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 11px;
  line-height: 1;
  min-height: 40px;
  letter-spacing: 0.3px;
  border: 0; }

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

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

iframe {
  max-width: 100%;
  width: 100%; }

.sticky .fl-post--title {
  padding-left: 20px;
  position: relative; }
  .sticky .fl-post--title:after {
    position: absolute;
    left: 0;
    top: 2px;
    content: '\f08d';
    font-family: FontAwesome;
    font-size: 17px; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*====================================================================
==  Setting Header Font
====================================================================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  line-height: 1.1; }

/*====================================================================
==  Blockquote Style post
====================================================================*/
blockquote {
  position: relative;
  padding: 74px 20px 15px 20px;
  text-align: center;
  letter-spacing: .02em;
  font-size: 20px;
  line-height: 1.5;
  color: #222; }
  blockquote a {
    color: #252c30;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out; }
    blockquote a:hover {
      color: inherit;
      -webkit-transition: 400ms ease-in-out;
      -o-transition: 400ms ease-in-out;
      transition: 400ms ease-in-out; }
  blockquote p {
    text-align: inherit;
    padding-top: 15px; }
    blockquote p cite {
      margin-top: 20px;
      display: block; }
      blockquote p cite a {
        -webkit-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
        font-size: 13px; }
        blockquote p cite a:hover {
          opacity: 1;
          -webkit-transition: 300ms ease;
          -o-transition: 300ms ease;
          transition: 300ms ease; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote:before {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54px;
    height: 54px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    content: '\e816';
    font-family: fl-custom-icon-font;
    text-align: center;
    border: 5px solid #c1c1c1;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-style: normal; }

/*====================================================================
==  Sidebar Position style
====================================================================*/
.sidebar_left {
  float: left;
  position: relative;
  min-height: 1px; }
  .sidebar_left:not(.woo-sidebar) {
    border-right: 1px solid #eaeaeb; }
  .sidebar_left .sidebar {
    padding-right: 40px; }

.position_sidebar_left {
  float: right;
  position: relative;
  min-height: 1px; }
  .position_sidebar_left:not(.woo-sidebar-position) {
    padding-left: 60px; }

.sidebar_right {
  float: right;
  position: relative;
  min-height: 1px; }
  .sidebar_right:not(.woo-sidebar) {
    border-left: 1px solid #eaeaeb; }
  .sidebar_right .sidebar {
    padding-left: 40px; }

.position_sidebar_right {
  float: left;
  position: relative;
  min-height: 1px; }
  .position_sidebar_right:not(.woo-sidebar-position) {
    padding-right: 60px; }

/*====================================================================
==  Full width page and menu Container
====================================================================*/
.fl_main {
  overflow: hidden; }

.container-fluid-menu {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin: 0;
  position: relative; }
  .container-fluid-menu > .cf {
    width: 100%; }

/*====================================================================
==  Menu auto hide bug fixed with admin bar
====================================================================*/
body.admin-bar .fl-nav-fixed-light {
  position: fixed;
  top: 32px; }
body.admin-bar .fl-nav-fixed-dark {
  position: fixed;
  top: 32px; }

h3.logo_light, .subtitle_logo_light {
  color: #ffffff; }

/*====================================================================
==  Container fluid setting
====================================================================*/
.fl-container-fluid-padding-on {
  padding-left: .9375rem;
  padding-right: .9375rem; }
  .fl-container-fluid-padding-on:after {
    content: "";
    display: table;
    clear: both; }
  .fl-container-fluid-padding-on:before {
    content: "";
    display: table;
    clear: both; }

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/*====================================================================
==  Width helping class
====================================================================*/
.fl-width-10 {
  width: 10%; }

.fl-width-20 {
  width: 20%; }

.fl-width-30 {
  width: 30%; }

.fl-width-40 {
  width: 40%; }

.fl-width-50 {
  width: 50%; }

.fl-width-60 {
  width: 60%; }

.fl-width-70 {
  width: 70%; }

.fl-width-80 {
  width: 80%; }

.fl-width-90 {
  width: 90%; }

.fl-width-100 {
  width: 100%; }

/*====================================================================
==  Password protected
====================================================================*/
.fl-form-password-protected .fl-input-group .form-control {
  width: -webkit-calc(100% - 114px);
  width: calc(100% - 114px);
  float: left;
  padding-left: 15px;
  min-height: 46px;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .fl-form-password-protected .fl-input-group .form-control:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.fl-form-password-protected .fl-input-group .fl-pass-button {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-size: 12px;
  letter-spacing: 1px;
  float: left;
  min-height: 45px;
  max-height: 45px; }

/*====================================================================
==  Gap
====================================================================*/
.fl-gap,
.fl-gap-1,
.fl-gap-2,
.fl-gap-3,
.fl-gap-4,
.fl-gap-5,
.fl-gap-6 {
  display: block;
  height: 20px; }
  .fl-gap:after, .fl-gap:before,
  .fl-gap-1:after,
  .fl-gap-1:before,
  .fl-gap-2:after,
  .fl-gap-2:before,
  .fl-gap-3:after,
  .fl-gap-3:before,
  .fl-gap-4:after,
  .fl-gap-4:before,
  .fl-gap-5:after,
  .fl-gap-5:before,
  .fl-gap-6:after,
  .fl-gap-6:before {
    content: '';
    display: table;
    clear: both; }

.fl-gap-1 {
  height: 30px; }

.fl-gap-2 {
  height: 40px; }

.fl-gap-3 {
  height: 60px; }

.fl-gap-4 {
  height: 80px; }

.fl-gap-5 {
  height: 100px; }

.fl-gap-6 {
  height: 120px; }

/*====================================================================
==  Img animation
====================================================================*/
.fl-post--holder.fl_img_zoom_in, .fl-single-img.fl_img_zoom_in, .vc_single_image-wrapper.fl_img_zoom_in {
  overflow: hidden; }
  .fl-post--holder.fl_img_zoom_in img, .fl-single-img.fl_img_zoom_in img, .vc_single_image-wrapper.fl_img_zoom_in img {
    will-change: transform;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
  .fl-post--holder.fl_img_zoom_in:hover img, .fl-single-img.fl_img_zoom_in:hover img, .vc_single_image-wrapper.fl_img_zoom_in:hover img {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04); }
.fl-post--holder.fl_img_zoom_out, .fl-single-img.fl_img_zoom_out, .vc_single_image-wrapper.fl_img_zoom_out {
  overflow: hidden; }
  .fl-post--holder.fl_img_zoom_out img, .fl-single-img.fl_img_zoom_out img, .vc_single_image-wrapper.fl_img_zoom_out img {
    will-change: transform;
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
  .fl-post--holder.fl_img_zoom_out:hover img, .fl-single-img.fl_img_zoom_out:hover img, .vc_single_image-wrapper.fl_img_zoom_out:hover img {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
.fl-post--holder.fl_img_gray, .fl-single-img.fl_img_gray, .vc_single_image-wrapper.fl_img_gray {
  overflow: hidden; }
  .fl-post--holder.fl_img_gray img, .fl-single-img.fl_img_gray img, .vc_single_image-wrapper.fl_img_gray img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_gray:hover img, .fl-single-img.fl_img_gray:hover img, .vc_single_image-wrapper.fl_img_gray:hover img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.fl-post--holder.fl_img_gray_out, .fl-single-img.fl_img_gray_out, .vc_single_image-wrapper.fl_img_gray_out {
  overflow: hidden; }
  .fl-post--holder.fl_img_gray_out img, .fl-single-img.fl_img_gray_out img, .vc_single_image-wrapper.fl_img_gray_out img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_gray_out:hover img, .fl-single-img.fl_img_gray_out:hover img, .vc_single_image-wrapper.fl_img_gray_out:hover img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.fl-post--holder.fl_img_brightness_in, .fl-single-img.fl_img_brightness_in, .vc_single_image-wrapper.fl_img_brightness_in {
  overflow: hidden; }
  .fl-post--holder.fl_img_brightness_in img, .fl-single-img.fl_img_brightness_in img, .vc_single_image-wrapper.fl_img_brightness_in img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_brightness_in:hover img, .fl-single-img.fl_img_brightness_in:hover img, .vc_single_image-wrapper.fl_img_brightness_in:hover img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.fl-post--holder.fl_img_brightness_out, .fl-single-img.fl_img_brightness_out, .vc_single_image-wrapper.fl_img_brightness_out {
  overflow: hidden; }
  .fl-post--holder.fl_img_brightness_out img, .fl-single-img.fl_img_brightness_out img, .vc_single_image-wrapper.fl_img_brightness_out img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_brightness_out:hover img, .fl-single-img.fl_img_brightness_out:hover img, .vc_single_image-wrapper.fl_img_brightness_out:hover img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.fl-post--holder.fl_img_blur, .fl-single-img.fl_img_blur, .vc_single_image-wrapper.fl_img_blur {
  overflow: hidden; }
  .fl-post--holder.fl_img_blur img, .fl-single-img.fl_img_blur img, .vc_single_image-wrapper.fl_img_blur img {
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-filter: blur(0.35px);
            filter: blur(0.35px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_blur:hover img, .fl-single-img.fl_img_blur:hover img, .vc_single_image-wrapper.fl_img_blur:hover img {
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.margin-blog {
  text-align: center;
  margin-top: 40px;
  line-height: 46px; }

/* ------------------------------

Save Popup Plugin Style

-------------------------------- */
body.admin-bar .mfp-close {
  top: 30px !important; }
body.admin-bar .mfp-iframe-holder {
  padding-top: 82px;
  padding-bottom: 82px; }
body.admin-bar img.mfp-img {
  padding: 82px 0 82px; }
body.admin-bar .mfp-figure:after {
  top: 82px;
  bottom: 82px; }

.sidebar-container {
  position: relative;
  z-index: 3; }

.fl-blog-post-pagination-margin {
  margin-top: 40px; }

/*====================================================================
==  Grid System
====================================================================*/
.fl-load-more-btn {
  position: relative; }
  .fl-load-more-btn.loading {
    visibility: visible !important;
    -webkit-animation: loading_animation 2s infinite ease-in-out;
            animation: loading_animation 2s infinite ease-in-out; }
  .fl-load-more-btn:before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    margin-left: -6px;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent; }
  .fl-load-more-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) -2em 0 no-repeat;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    -webkit-background-size: 2em 100%;
            background-size: 2em 100%; }
  .fl-load-more-btn:hover:after {
    -webkit-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
    background-position: 150% 0; }

@-webkit-keyframes loading_animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }

@keyframes loading_animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
.fl-position-relative {
  position: relative; }

.fl-position-absolute {
  position: absolute; }

.fl-custom-icon-separator {
  display: inline-block;
  margin-right: 7px;
  margin-left: -6px;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent; }

.fl-decor-main {
  top: 12px;
  position: relative; }
  .fl-decor-main:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    content: ''; }

.fl-btn-gradient {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 25px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  letter-spacing: .02em; }
  .fl-btn-gradient i {
    border-right-color: #fff !important; }
  .fl-btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    -webkit-background-size: 2em 100%;
            background-size: 2em 100%; }
  .fl-btn-gradient:hover:after {
    -webkit-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
    background-position: 150% 0; }
  .fl-btn-gradient input[type="submit"] {
    padding: 0;
    min-height: auto !important;
    line-height: normal;
    font-size: inherit;
    font-family: inherit;
    color: inherit; }

.slider_page_header_gradient {
  width: 100%;
  height: 100%;
  opacity: 0.85 !important;
  position: absolute; }

.fl-slider-btn {
  color: #fff !important;
  position: relative;
  overflow: hidden !important;
  display: inline-block !important;
  padding: 11px 25px !important;
  font-size: 11px !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background: transparent !important;
  white-space: nowrap !important;
  letter-spacing: 0.02em !important; }
  .fl-slider-btn i {
    border-right-color: #fff !important; }
  .fl-slider-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    -webkit-background-size: 2em 100%;
            background-size: 2em 100%; }
  .fl-slider-btn:hover {
    -webkit-box-shadow: 0 0 4px 0 #ccc;
            box-shadow: 0 0 4px 0 #ccc; }
    .fl-slider-btn:hover:after {
      -webkit-transition: .7s linear;
      -o-transition: .7s linear;
      transition: .7s linear;
      background-position: 150% 0; }

.section-statistics-2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 465px;
  content: '';
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 38%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0% 100%); }

.page_heading {
  background: #141714; }

.btn-hover-effect {
  position: relative;
  overflow: hidden; }
  .btn-hover-effect:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    z-index: -1;
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .btn-hover-effect:hover:after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 500%;
    opacity: 1; }

.fl-boxed-container {
  max-width: 1780px;
  margin: 0 auto; }

input[type="checkbox"] {
  margin-right: 3px; }
  input[type="checkbox"]:before {
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #eaeaeb; }
  input[type="checkbox"] + label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.fl--light-bg {
  background-color: #f9f9f9; }

.fl-story-blog-inner, .post-inner_content, .comment-moderation, .fl-story-page-inner {
  /* Lists ------------------------------------- */
  /* VANILLA GALLERIES */ }
  .fl-story-blog-inner a, .post-inner_content a, .comment-moderation a, .fl-story-page-inner a {
    color: inherit;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .fl-story-blog-inner a:hover, .post-inner_content a:hover, .comment-moderation a:hover, .fl-story-page-inner a:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .fl-story-blog-inner .wp-block-file__button:hover, .post-inner_content .wp-block-file__button:hover, .comment-moderation .wp-block-file__button:hover, .fl-story-page-inner .wp-block-file__button:hover {
    color: #fff !important; }
  .fl-story-blog-inner .wp-block-cover-text a:hover, .post-inner_content .wp-block-cover-text a:hover, .comment-moderation .wp-block-cover-text a:hover, .fl-story-page-inner .wp-block-cover-text a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: .8;
    color: #fff !important; }
  .fl-story-blog-inner p, .post-inner_content p, .comment-moderation p, .fl-story-page-inner p {
    margin-top: 25px;
    margin-bottom: 25px; }
    .fl-story-blog-inner p:first-child, .post-inner_content p:first-child, .comment-moderation p:first-child, .fl-story-page-inner p:first-child {
      margin-top: 0; }
  .fl-story-blog-inner p + p, .post-inner_content p + p, .comment-moderation p + p, .fl-story-page-inner p + p {
    margin-top: 25px; }
  .fl-story-blog-inner ul,
  .fl-story-blog-inner ol, .post-inner_content ul,
  .post-inner_content ol, .comment-moderation ul,
  .comment-moderation ol, .fl-story-page-inner ul,
  .fl-story-page-inner ol {
    margin: 0 0 25px 0; }
  .fl-story-blog-inner ul, .post-inner_content ul, .comment-moderation ul, .fl-story-page-inner ul {
    list-style: disc; }
  .fl-story-blog-inner ul ul, .post-inner_content ul ul, .comment-moderation ul ul, .fl-story-page-inner ul ul {
    list-style: circle; }
  .fl-story-blog-inner ul ul ul, .post-inner_content ul ul ul, .comment-moderation ul ul ul, .fl-story-page-inner ul ul ul {
    list-style: square; }
  .fl-story-blog-inner ol, .post-inner_content ol, .comment-moderation ol, .fl-story-page-inner ol {
    list-style: decimal; }
  .fl-story-blog-inner ol ol, .post-inner_content ol ol, .comment-moderation ol ol, .fl-story-page-inner ol ol {
    list-style: lower-alpha; }
  .fl-story-blog-inner ol ol ol, .post-inner_content ol ol ol, .comment-moderation ol ol ol, .fl-story-page-inner ol ol ol {
    list-style: lower-roman; }
  .fl-story-blog-inner li, .post-inner_content li, .comment-moderation li, .fl-story-page-inner li {
    margin: 15px 0 0 25px; }
  .fl-story-blog-inner li > ul,
  .fl-story-blog-inner li > ol, .post-inner_content li > ul,
  .post-inner_content li > ol, .comment-moderation li > ul,
  .comment-moderation li > ol, .fl-story-page-inner li > ul,
  .fl-story-page-inner li > ol {
    margin: 0 0 0 0; }
  .fl-story-blog-inner .reset-list-style,
  .fl-story-blog-inner .reset-list-style ul,
  .fl-story-blog-inner .reset-list-style ol, .post-inner_content .reset-list-style,
  .post-inner_content .reset-list-style ul,
  .post-inner_content .reset-list-style ol, .comment-moderation .reset-list-style,
  .comment-moderation .reset-list-style ul,
  .comment-moderation .reset-list-style ol, .fl-story-page-inner .reset-list-style,
  .fl-story-page-inner .reset-list-style ul,
  .fl-story-page-inner .reset-list-style ol {
    list-style: none;
    margin: 0; }
  .fl-story-blog-inner .reset-list-style li, .post-inner_content .reset-list-style li, .comment-moderation .reset-list-style li, .fl-story-page-inner .reset-list-style li {
    margin: 0; }
  .fl-story-blog-inner dt,
  .fl-story-blog-inner dd, .post-inner_content dt,
  .post-inner_content dd, .comment-moderation dt,
  .comment-moderation dd, .fl-story-page-inner dt,
  .fl-story-page-inner dd {
    line-height: 1.5; }
  .fl-story-blog-inner dt, .post-inner_content dt, .comment-moderation dt, .fl-story-page-inner dt {
    font-weight: 700; }
  .fl-story-blog-inner dt + dd, .post-inner_content dt + dd, .comment-moderation dt + dd, .fl-story-page-inner dt + dd {
    margin-top: 15px; }
  .fl-story-blog-inner dd + dt, .post-inner_content dd + dt, .comment-moderation dd + dt, .fl-story-page-inner dd + dt {
    margin-top: 20px; }
  .fl-story-blog-inner ul ul, .post-inner_content ul ul, .comment-moderation ul ul, .fl-story-page-inner ul ul {
    margin-top: 0; }
  .fl-story-blog-inner .wp-block-archives:not(.alignwide):not(.alignfull), .fl-story-blog-inner .wp-block-categories:not(.alignwide):not(.alignfull), .fl-story-blog-inner .wp-block-code, .fl-story-blog-inner .wp-block-columns:not(.alignwide):not(.alignfull), .fl-story-blog-inner .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .fl-story-blog-inner .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .fl-story-blog-inner .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .fl-story-blog-inner .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .fl-story-blog-inner .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .fl-story-blog-inner .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .fl-story-blog-inner .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .fl-story-blog-inner .wp-block-media-text:not(.alignwide):not(.alignfull), .fl-story-blog-inner .wp-block-preformatted, .fl-story-blog-inner .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .fl-story-blog-inner .wp-block-quote, .fl-story-blog-inner .wp-block-quote.is-large, .fl-story-blog-inner .wp-block-quote.is-style-large, .fl-story-blog-inner .wp-block-verse, .fl-story-blog-inner .wp-block-video:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-archives:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-categories:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-code, .post-inner_content .wp-block-columns:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .post-inner_content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-media-text:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-preformatted, .post-inner_content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .post-inner_content .wp-block-quote, .post-inner_content .wp-block-quote.is-large, .post-inner_content .wp-block-quote.is-style-large, .post-inner_content .wp-block-verse, .post-inner_content .wp-block-video:not(.alignwide):not(.alignfull), .comment-moderation .wp-block-archives:not(.alignwide):not(.alignfull), .comment-moderation .wp-block-categories:not(.alignwide):not(.alignfull), .comment-moderation .wp-block-code, .comment-moderation .wp-block-columns:not(.alignwide):not(.alignfull), .comment-moderation .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment-moderation .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment-moderation .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment-moderation .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .comment-moderation .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment-moderation .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .comment-moderation .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .comment-moderation .wp-block-media-text:not(.alignwide):not(.alignfull), .comment-moderation .wp-block-preformatted, .comment-moderation .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .comment-moderation .wp-block-quote, .comment-moderation .wp-block-quote.is-large, .comment-moderation .wp-block-quote.is-style-large, .comment-moderation .wp-block-verse, .comment-moderation .wp-block-video:not(.alignwide):not(.alignfull), .fl-story-page-inner .wp-block-archives:not(.alignwide):not(.alignfull), .fl-story-page-inner .wp-block-categories:not(.alignwide):not(.alignfull), .fl-story-page-inner .wp-block-code, .fl-story-page-inner .wp-block-columns:not(.alignwide):not(.alignfull), .fl-story-page-inner .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .fl-story-page-inner .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .fl-story-page-inner .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .fl-story-page-inner .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .fl-story-page-inner .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .fl-story-page-inner .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .fl-story-page-inner .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .fl-story-page-inner .wp-block-media-text:not(.alignwide):not(.alignfull), .fl-story-page-inner .wp-block-preformatted, .fl-story-page-inner .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .fl-story-page-inner .wp-block-quote, .fl-story-page-inner .wp-block-quote.is-large, .fl-story-page-inner .wp-block-quote.is-style-large, .fl-story-page-inner .wp-block-verse, .fl-story-page-inner .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 25px;
    margin-top: 25px; }
  .fl-story-blog-inner .wp-block-image .alignleft, .post-inner_content .wp-block-image .alignleft, .comment-moderation .wp-block-image .alignleft, .fl-story-page-inner .wp-block-image .alignleft {
    float: left;
    margin-right: 25px; }
  .fl-story-blog-inner .wp-block-image .alignright, .post-inner_content .wp-block-image .alignright, .comment-moderation .wp-block-image .alignright, .fl-story-page-inner .wp-block-image .alignright {
    float: right;
    margin-left: 25px; }
  .fl-story-blog-inner .wp-block-image, .post-inner_content .wp-block-image, .comment-moderation .wp-block-image, .fl-story-page-inner .wp-block-image {
    margin-top: 25px;
    margin-bottom: 25px; }
  .fl-story-blog-inner .wp-block-image figcaption, .post-inner_content .wp-block-image figcaption, .comment-moderation .wp-block-image figcaption, .fl-story-page-inner .wp-block-image figcaption {
    margin-top: 10px;
    margin-bottom: 10px; }
  .fl-story-blog-inner .wp-block-button, .post-inner_content .wp-block-button, .comment-moderation .wp-block-button, .fl-story-page-inner .wp-block-button {
    margin: 15px 0; }
    .fl-story-blog-inner .wp-block-button.alignleft, .post-inner_content .wp-block-button.alignleft, .comment-moderation .wp-block-button.alignleft, .fl-story-page-inner .wp-block-button.alignleft {
      margin-top: 15px; }
  .fl-story-blog-inner .wp-block-pullquote, .post-inner_content .wp-block-pullquote, .comment-moderation .wp-block-pullquote, .fl-story-page-inner .wp-block-pullquote {
    padding: 0; }
    .fl-story-blog-inner .wp-block-pullquote.has-background, .post-inner_content .wp-block-pullquote.has-background, .comment-moderation .wp-block-pullquote.has-background, .fl-story-page-inner .wp-block-pullquote.has-background {
      padding-top: 30px; }
  .fl-story-blog-inner .wp-block-quote.is-large, .fl-story-blog-inner .wp-block-quote.is-style-large, .post-inner_content .wp-block-quote.is-large, .post-inner_content .wp-block-quote.is-style-large, .comment-moderation .wp-block-quote.is-large, .comment-moderation .wp-block-quote.is-style-large, .fl-story-page-inner .wp-block-quote.is-large, .fl-story-page-inner .wp-block-quote.is-style-large {
    padding: 60px 80px 40px 80px; }
  .fl-story-blog-inner .wp-block-pullquote.is-style-solid-color blockquote, .post-inner_content .wp-block-pullquote.is-style-solid-color blockquote, .comment-moderation .wp-block-pullquote.is-style-solid-color blockquote, .fl-story-page-inner .wp-block-pullquote.is-style-solid-color blockquote {
    background: transparent;
    text-align: center; }
  .fl-story-blog-inner .wp-block-quote.is-large p, .fl-story-blog-inner .wp-block-quote.is-style-large p, .post-inner_content .wp-block-quote.is-large p, .post-inner_content .wp-block-quote.is-style-large p, .comment-moderation .wp-block-quote.is-large p, .comment-moderation .wp-block-quote.is-style-large p, .fl-story-page-inner .wp-block-quote.is-large p, .fl-story-page-inner .wp-block-quote.is-style-large p {
    line-height: 40px;
    font-size: 30px; }
  .fl-story-blog-inner .has-large-font-size, .post-inner_content .has-large-font-size, .comment-moderation .has-large-font-size, .fl-story-page-inner .has-large-font-size {
    line-height: 1.5; }
  .fl-story-blog-inner .has-medium-font-size, .post-inner_content .has-medium-font-size, .comment-moderation .has-medium-font-size, .fl-story-page-inner .has-medium-font-size {
    line-height: 1.5; }
  .fl-story-blog-inner .has-drop-cap:not(:focus)::first-letter, .post-inner_content .has-drop-cap:not(:focus)::first-letter, .comment-moderation .has-drop-cap:not(:focus)::first-letter, .fl-story-page-inner .has-drop-cap:not(:focus)::first-letter {
    color: #222;
    font-size: 5.1em;
    font-weight: 800;
    margin: 0.05em 0.1em 0 0; }
  .fl-story-blog-inner .has-drop-cap:not(:focus)::first-letter::after, .post-inner_content .has-drop-cap:not(:focus)::first-letter::after, .comment-moderation .has-drop-cap:not(:focus)::first-letter::after, .fl-story-page-inner .has-drop-cap:not(:focus)::first-letter::after {
    content: "";
    display: table;
    clear: both; }
  .fl-story-blog-inner .has-drop-cap:not(:focus)::after, .post-inner_content .has-drop-cap:not(:focus)::after, .comment-moderation .has-drop-cap:not(:focus)::after, .fl-story-page-inner .has-drop-cap:not(:focus)::after {
    padding: 0; }
  .fl-story-blog-inner .wp-block-cover, .fl-story-blog-inner .wp-block-cover-image, .post-inner_content .wp-block-cover, .post-inner_content .wp-block-cover-image, .comment-moderation .wp-block-cover, .comment-moderation .wp-block-cover-image, .fl-story-page-inner .wp-block-cover, .fl-story-page-inner .wp-block-cover-image {
    margin-bottom: 25px; }
  .fl-story-blog-inner .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .fl-story-blog-inner .wp-block-cover-image h1:not(.has-text-color), .fl-story-blog-inner .wp-block-cover-image h2:not(.has-text-color), .fl-story-blog-inner .wp-block-cover-image h3:not(.has-text-color), .fl-story-blog-inner .wp-block-cover-image h4:not(.has-text-color), .fl-story-blog-inner .wp-block-cover-image h5:not(.has-text-color), .fl-story-blog-inner .wp-block-cover-image h6:not(.has-text-color), .fl-story-blog-inner .wp-block-cover-image p:not(.has-text-color), .fl-story-blog-inner .wp-block-cover .wp-block-subhead:not(.has-text-color), .fl-story-blog-inner .wp-block-cover h1:not(.has-text-color), .fl-story-blog-inner .wp-block-cover h2:not(.has-text-color), .fl-story-blog-inner .wp-block-cover h3:not(.has-text-color), .fl-story-blog-inner .wp-block-cover h4:not(.has-text-color), .fl-story-blog-inner .wp-block-cover h5:not(.has-text-color), .fl-story-blog-inner .wp-block-cover h6:not(.has-text-color), .fl-story-blog-inner .wp-block-cover p:not(.has-text-color), .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover-image h1:not(.has-text-color), .post-inner_content .wp-block-cover-image h2:not(.has-text-color), .post-inner_content .wp-block-cover-image h3:not(.has-text-color), .post-inner_content .wp-block-cover-image h4:not(.has-text-color), .post-inner_content .wp-block-cover-image h5:not(.has-text-color), .post-inner_content .wp-block-cover-image h6:not(.has-text-color), .post-inner_content .wp-block-cover-image p:not(.has-text-color), .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover h1:not(.has-text-color), .post-inner_content .wp-block-cover h2:not(.has-text-color), .post-inner_content .wp-block-cover h3:not(.has-text-color), .post-inner_content .wp-block-cover h4:not(.has-text-color), .post-inner_content .wp-block-cover h5:not(.has-text-color), .post-inner_content .wp-block-cover h6:not(.has-text-color), .post-inner_content .wp-block-cover p:not(.has-text-color), .comment-moderation .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .comment-moderation .wp-block-cover-image h1:not(.has-text-color), .comment-moderation .wp-block-cover-image h2:not(.has-text-color), .comment-moderation .wp-block-cover-image h3:not(.has-text-color), .comment-moderation .wp-block-cover-image h4:not(.has-text-color), .comment-moderation .wp-block-cover-image h5:not(.has-text-color), .comment-moderation .wp-block-cover-image h6:not(.has-text-color), .comment-moderation .wp-block-cover-image p:not(.has-text-color), .comment-moderation .wp-block-cover .wp-block-subhead:not(.has-text-color), .comment-moderation .wp-block-cover h1:not(.has-text-color), .comment-moderation .wp-block-cover h2:not(.has-text-color), .comment-moderation .wp-block-cover h3:not(.has-text-color), .comment-moderation .wp-block-cover h4:not(.has-text-color), .comment-moderation .wp-block-cover h5:not(.has-text-color), .comment-moderation .wp-block-cover h6:not(.has-text-color), .comment-moderation .wp-block-cover p:not(.has-text-color), .fl-story-page-inner .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .fl-story-page-inner .wp-block-cover-image h1:not(.has-text-color), .fl-story-page-inner .wp-block-cover-image h2:not(.has-text-color), .fl-story-page-inner .wp-block-cover-image h3:not(.has-text-color), .fl-story-page-inner .wp-block-cover-image h4:not(.has-text-color), .fl-story-page-inner .wp-block-cover-image h5:not(.has-text-color), .fl-story-page-inner .wp-block-cover-image h6:not(.has-text-color), .fl-story-page-inner .wp-block-cover-image p:not(.has-text-color), .fl-story-page-inner .wp-block-cover .wp-block-subhead:not(.has-text-color), .fl-story-page-inner .wp-block-cover h1:not(.has-text-color), .fl-story-page-inner .wp-block-cover h2:not(.has-text-color), .fl-story-page-inner .wp-block-cover h3:not(.has-text-color), .fl-story-page-inner .wp-block-cover h4:not(.has-text-color), .fl-story-page-inner .wp-block-cover h5:not(.has-text-color), .fl-story-page-inner .wp-block-cover h6:not(.has-text-color), .fl-story-page-inner .wp-block-cover p:not(.has-text-color) {
    color: #fff; }
    .fl-story-blog-inner .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover-image h1:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover-image h2:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover-image h3:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover-image h4:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover-image h5:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover-image h6:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover-image p:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover h1:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover h2:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover h3:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover h4:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover h5:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover h6:not(.has-text-color) a:hover, .fl-story-blog-inner .wp-block-cover p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover p:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover-image h1:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover-image h2:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover-image h3:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover-image h4:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover-image h5:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover-image h6:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover-image p:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover h1:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover h2:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover h3:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover h4:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover h5:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover h6:not(.has-text-color) a:hover, .comment-moderation .wp-block-cover p:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover-image h1:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover-image h2:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover-image h3:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover-image h4:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover-image h5:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover-image h6:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover-image p:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover h1:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover h2:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover h3:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover h4:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover h5:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover h6:not(.has-text-color) a:hover, .fl-story-page-inner .wp-block-cover p:not(.has-text-color) a:hover {
      color: #fff; }
  .fl-story-blog-inner .wp-block-group.has-background, .post-inner_content .wp-block-group.has-background, .comment-moderation .wp-block-group.has-background, .fl-story-page-inner .wp-block-group.has-background {
    padding: 35px; }
  .fl-story-blog-inner .alignnone, .fl-story-blog-inner .aligncenter, .fl-story-blog-inner .alignleft, .fl-story-blog-inner .alignright, .fl-story-blog-inner .alignwide, .post-inner_content .alignnone, .post-inner_content .aligncenter, .post-inner_content .alignleft, .post-inner_content .alignright, .post-inner_content .alignwide, .comment-moderation .alignnone, .comment-moderation .aligncenter, .comment-moderation .alignleft, .comment-moderation .alignright, .comment-moderation .alignwide, .fl-story-page-inner .alignnone, .fl-story-page-inner .aligncenter, .fl-story-page-inner .alignleft, .fl-story-page-inner .alignright, .fl-story-page-inner .alignwide {
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto; }
  .fl-story-blog-inner > .alignfull, .post-inner_content > .alignfull, .comment-moderation > .alignfull, .fl-story-page-inner > .alignfull {
    margin-bottom: 25px;
    margin-top: 25px; }
  .fl-story-blog-inner pre, .post-inner_content pre, .comment-moderation pre, .fl-story-page-inner pre {
    padding: 25px;
    border: 1px solid #dddddd; }
  .fl-story-blog-inner .wp-block-table table, .post-inner_content .wp-block-table table, .comment-moderation .wp-block-table table, .fl-story-page-inner .wp-block-table table {
    width: 100%; }
  .fl-story-blog-inner table, .post-inner_content table, .comment-moderation table, .fl-story-page-inner table {
    border-collapse: collapse;
    margin-bottom: 25px;
    margin-top: 25px;
    border: 1px solid #dddddd; }
  .fl-story-blog-inner th, .fl-story-blog-inner td, .post-inner_content th, .post-inner_content td, .comment-moderation th, .comment-moderation td, .fl-story-page-inner th, .fl-story-page-inner td {
    border: 1px solid #dddddd;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 10px; }
  .fl-story-blog-inner .wp-block-table.is-style-stripes td, .fl-story-blog-inner .wp-block-table.is-style-stripes th, .post-inner_content .wp-block-table.is-style-stripes td, .post-inner_content .wp-block-table.is-style-stripes th, .comment-moderation .wp-block-table.is-style-stripes td, .comment-moderation .wp-block-table.is-style-stripes th, .fl-story-page-inner .wp-block-table.is-style-stripes td, .fl-story-page-inner .wp-block-table.is-style-stripes th {
    border: 1px solid #dddddd; }
  .fl-story-blog-inner pre, .fl-story-blog-inner fieldset, .fl-story-blog-inner input, .fl-story-blog-inner textarea, .fl-story-blog-inner table, .fl-story-blog-inner table *, .fl-story-blog-inner hr, .post-inner_content pre, .post-inner_content fieldset, .post-inner_content input, .post-inner_content textarea, .post-inner_content table, .post-inner_content table *, .post-inner_content hr, .comment-moderation pre, .comment-moderation fieldset, .comment-moderation input, .comment-moderation textarea, .comment-moderation table, .comment-moderation table *, .comment-moderation hr, .fl-story-page-inner pre, .fl-story-page-inner fieldset, .fl-story-page-inner input, .fl-story-page-inner textarea, .fl-story-page-inner table, .fl-story-page-inner table *, .fl-story-page-inner hr {
    border-color: #dddddd; }
  .fl-story-blog-inner p + h1, .fl-story-blog-inner p + h2, .fl-story-blog-inner p + h3, .fl-story-blog-inner p + h4, .fl-story-blog-inner p + h5, .fl-story-blog-inner p + h6, .post-inner_content p + h1, .post-inner_content p + h2, .post-inner_content p + h3, .post-inner_content p + h4, .post-inner_content p + h5, .post-inner_content p + h6, .comment-moderation p + h1, .comment-moderation p + h2, .comment-moderation p + h3, .comment-moderation p + h4, .comment-moderation p + h5, .comment-moderation p + h6, .fl-story-page-inner p + h1, .fl-story-page-inner p + h2, .fl-story-page-inner p + h3, .fl-story-page-inner p + h4, .fl-story-page-inner p + h5, .fl-story-page-inner p + h6 {
    margin-top: 25px; }
  .fl-story-blog-inner cite, .post-inner_content cite, .comment-moderation cite, .fl-story-page-inner cite {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px; }
  .fl-story-blog-inner .gallery + h1, .fl-story-blog-inner .gallery + h2, .fl-story-blog-inner .gallery + h3, .fl-story-blog-inner .gallery + h4, .fl-story-blog-inner .gallery + h5, .fl-story-blog-inner .gallery + h6, .post-inner_content .gallery + h1, .post-inner_content .gallery + h2, .post-inner_content .gallery + h3, .post-inner_content .gallery + h4, .post-inner_content .gallery + h5, .post-inner_content .gallery + h6, .comment-moderation .gallery + h1, .comment-moderation .gallery + h2, .comment-moderation .gallery + h3, .comment-moderation .gallery + h4, .comment-moderation .gallery + h5, .comment-moderation .gallery + h6, .fl-story-page-inner .gallery + h1, .fl-story-page-inner .gallery + h2, .fl-story-page-inner .gallery + h3, .fl-story-page-inner .gallery + h4, .fl-story-page-inner .gallery + h5, .fl-story-page-inner .gallery + h6 {
    margin-top: 25px; }
  .fl-story-blog-inner .gallery, .post-inner_content .gallery, .comment-moderation .gallery, .fl-story-page-inner .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px; }
    .fl-story-blog-inner .gallery .gallery-item, .post-inner_content .gallery .gallery-item, .comment-moderation .gallery .gallery-item, .fl-story-page-inner .gallery .gallery-item {
      text-align: center; }
      .fl-story-blog-inner .gallery .gallery-item img, .post-inner_content .gallery .gallery-item img, .comment-moderation .gallery .gallery-item img, .fl-story-page-inner .gallery .gallery-item img {
        display: inline-block; }
  .fl-story-blog-inner .gallery-item, .post-inner_content .gallery-item, .comment-moderation .gallery-item, .fl-story-page-inner .gallery-item {
    margin: 15px 0;
    padding: 0 15px;
    width: 100%; }
  .fl-story-blog-inner .gallery-columns-2 .gallery-item, .post-inner_content .gallery-columns-2 .gallery-item, .comment-moderation .gallery-columns-2 .gallery-item, .fl-story-page-inner .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .fl-story-blog-inner .gallery-columns-3 .gallery-item, .post-inner_content .gallery-columns-3 .gallery-item, .comment-moderation .gallery-columns-3 .gallery-item, .fl-story-page-inner .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .fl-story-blog-inner .gallery-columns-4 .gallery-item, .post-inner_content .gallery-columns-4 .gallery-item, .comment-moderation .gallery-columns-4 .gallery-item, .fl-story-page-inner .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .fl-story-blog-inner .gallery-columns-5 .gallery-item, .post-inner_content .gallery-columns-5 .gallery-item, .comment-moderation .gallery-columns-5 .gallery-item, .fl-story-page-inner .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .fl-story-blog-inner .gallery-columns-6 .gallery-item, .post-inner_content .gallery-columns-6 .gallery-item, .comment-moderation .gallery-columns-6 .gallery-item, .fl-story-page-inner .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .fl-story-blog-inner .gallery-columns-7 .gallery-item, .post-inner_content .gallery-columns-7 .gallery-item, .comment-moderation .gallery-columns-7 .gallery-item, .fl-story-page-inner .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .fl-story-blog-inner .gallery-columns-8 .gallery-item, .post-inner_content .gallery-columns-8 .gallery-item, .comment-moderation .gallery-columns-8 .gallery-item, .fl-story-page-inner .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .fl-story-blog-inner .gallery-columns-9 .gallery-item, .post-inner_content .gallery-columns-9 .gallery-item, .comment-moderation .gallery-columns-9 .gallery-item, .fl-story-page-inner .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .fl-story-blog-inner img, .post-inner_content img, .comment-moderation img, .fl-story-page-inner img {
    display: block; }
  .fl-story-blog-inner figure figcaption, .post-inner_content figure figcaption, .comment-moderation figure figcaption, .fl-story-page-inner figure figcaption {
    text-align: center; }
  .fl-story-blog-inner .alignleft, .post-inner_content .alignleft, .comment-moderation .alignleft, .fl-story-page-inner .alignleft {
    float: left;
    margin: 0 25px 10px 0; }
  .fl-story-blog-inner .alignright, .post-inner_content .alignright, .comment-moderation .alignright, .fl-story-page-inner .alignright {
    float: right;
    margin: 0 0 10px 25px; }
  .fl-story-blog-inner .wp-block-image figure, .post-inner_content .wp-block-image figure, .comment-moderation .wp-block-image figure, .fl-story-page-inner .wp-block-image figure {
    width: auto;
    max-width: none;
    margin-bottom: 15px !important; }
  .fl-story-blog-inner .wp-block-button, .post-inner_content .wp-block-button, .comment-moderation .wp-block-button, .fl-story-page-inner .wp-block-button {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .fl-story-blog-inner .wp-block-button:hover, .post-inner_content .wp-block-button:hover, .comment-moderation .wp-block-button:hover, .fl-story-page-inner .wp-block-button:hover {
      opacity: .8;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .fl-story-blog-inner .wp-block-button .wp-block-button__link:hover, .post-inner_content .wp-block-button .wp-block-button__link:hover, .comment-moderation .wp-block-button .wp-block-button__link:hover, .fl-story-page-inner .wp-block-button .wp-block-button__link:hover {
      color: #ffffff !important; }
    .fl-story-blog-inner .wp-block-button.is-style-outline .wp-block-button__link, .post-inner_content .wp-block-button.is-style-outline .wp-block-button__link, .comment-moderation .wp-block-button.is-style-outline .wp-block-button__link, .fl-story-page-inner .wp-block-button.is-style-outline .wp-block-button__link {
      color: #32373c !important; }
  .fl-story-blog-inner .wp-block-cover, .post-inner_content .wp-block-cover, .comment-moderation .wp-block-cover, .fl-story-page-inner .wp-block-cover {
    margin-bottom: 25px; }
  .fl-story-blog-inner dl, .post-inner_content dl, .comment-moderation dl, .fl-story-page-inner dl {
    margin-bottom: 25px; }
  .fl-story-blog-inner .wp-block-archives-list li, .post-inner_content .wp-block-archives-list li, .comment-moderation .wp-block-archives-list li, .fl-story-page-inner .wp-block-archives-list li {
    list-style: none;
    margin-left: 0;
    position: relative; }
    .fl-story-blog-inner .wp-block-archives-list li .fl-archive-post-count, .post-inner_content .wp-block-archives-list li .fl-archive-post-count, .comment-moderation .wp-block-archives-list li .fl-archive-post-count, .fl-story-page-inner .wp-block-archives-list li .fl-archive-post-count {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 23px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      line-height: 1;
      -webkit-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      transition: .3s ease-in;
      height: 100%; }
  .fl-story-blog-inner select, .post-inner_content select, .comment-moderation select, .fl-story-page-inner select {
    background: url(./images/arrow-dropdown.png) 97% 50%;
    background-repeat: no-repeat; }
  .fl-story-blog-inner .wp-block-calendar, .post-inner_content .wp-block-calendar, .comment-moderation .wp-block-calendar, .fl-story-page-inner .wp-block-calendar {
    margin-top: 25px;
    margin-bottom: 25px; }
    .fl-story-blog-inner .wp-block-calendar table caption, .post-inner_content .wp-block-calendar table caption, .comment-moderation .wp-block-calendar table caption, .fl-story-page-inner .wp-block-calendar table caption {
      caption-side: top;
      font-weight: 600;
      color: #222;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
    .fl-story-blog-inner .wp-block-calendar table th, .post-inner_content .wp-block-calendar table th, .comment-moderation .wp-block-calendar table th, .fl-story-page-inner .wp-block-calendar table th {
      background: none;
      font-weight: 600;
      color: #222; }
    .fl-story-blog-inner .wp-block-calendar table td, .post-inner_content .wp-block-calendar table td, .comment-moderation .wp-block-calendar table td, .fl-story-page-inner .wp-block-calendar table td {
      padding-top: 15px;
      padding-bottom: 15px; }
    .fl-story-blog-inner .wp-block-calendar table tfoot td a, .post-inner_content .wp-block-calendar table tfoot td a, .comment-moderation .wp-block-calendar table tfoot td a, .fl-story-page-inner .wp-block-calendar table tfoot td a {
      color: #222222;
      text-decoration: none;
      font-weight: 500; }
  .fl-story-blog-inner .wp-block-latest-comments li, .post-inner_content .wp-block-latest-comments li, .comment-moderation .wp-block-latest-comments li, .fl-story-page-inner .wp-block-latest-comments li {
    list-style: none;
    margin-left: 0;
    margin-top: 25px; }
    .fl-story-blog-inner .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .post-inner_content .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .comment-moderation .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .fl-story-page-inner .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
      font-weight: 500;
      color: #222222; }
    .fl-story-blog-inner .wp-block-latest-comments li time, .post-inner_content .wp-block-latest-comments li time, .comment-moderation .wp-block-latest-comments li time, .fl-story-page-inner .wp-block-latest-comments li time {
      margin-top: 3px;
      margin-bottom: 5px;
      color: #7b7d7f;
      font-size: 13px; }
  .fl-story-blog-inner .wp-block-latest-posts li, .post-inner_content .wp-block-latest-posts li, .comment-moderation .wp-block-latest-posts li, .fl-story-page-inner .wp-block-latest-posts li {
    margin-top: 25px;
    margin-left: 0; }
    .fl-story-blog-inner .wp-block-latest-posts li time, .post-inner_content .wp-block-latest-posts li time, .comment-moderation .wp-block-latest-posts li time, .fl-story-page-inner .wp-block-latest-posts li time {
      margin-top: 3px;
      margin-bottom: 5px;
      color: #7b7d7f;
      font-size: 13px; }
  .fl-story-blog-inner .wp-block-latest-posts.is-grid li, .post-inner_content .wp-block-latest-posts.is-grid li, .comment-moderation .wp-block-latest-posts.is-grid li, .fl-story-page-inner .wp-block-latest-posts.is-grid li {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #e2e4e7; }
  .fl-story-blog-inner .wp-block-search, .post-inner_content .wp-block-search, .comment-moderation .wp-block-search, .fl-story-page-inner .wp-block-search {
    position: relative; }
    .fl-story-blog-inner .wp-block-search button, .post-inner_content .wp-block-search button, .comment-moderation .wp-block-search button, .fl-story-page-inner .wp-block-search button {
      position: absolute;
      right: 0;
      bottom: 20px;
      background: transparent;
      text-indent: -99999px;
      height: 54px;
      width: 70px; }
      .fl-story-blog-inner .wp-block-search button:after, .post-inner_content .wp-block-search button:after, .comment-moderation .wp-block-search button:after, .fl-story-page-inner .wp-block-search button:after {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        font-family: "fl-custom-icon-font";
        position: absolute;
        content: '\e849';
        text-indent: 0;
        right: 0;
        top: 0;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      .fl-story-blog-inner .wp-block-search button:hover:after, .post-inner_content .wp-block-search button:hover:after, .comment-moderation .wp-block-search button:hover:after, .fl-story-page-inner .wp-block-search button:hover:after {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        color: #f33f4c; }
  .fl-story-blog-inner .wp-block-tag-cloud a, .post-inner_content .wp-block-tag-cloud a, .comment-moderation .wp-block-tag-cloud a, .fl-story-page-inner .wp-block-tag-cloud a {
    font-weight: 500;
    background-color: #f9f9f9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    font-size: 12px !important;
    padding: 10px 24px;
    margin-right: 7px;
    margin-bottom: 7px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .fl-story-blog-inner .wp-block-tag-cloud a:hover, .post-inner_content .wp-block-tag-cloud a:hover, .comment-moderation .wp-block-tag-cloud a:hover, .fl-story-page-inner .wp-block-tag-cloud a:hover {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      background-color: #b77c5a;
      color: #ffffff !important; }
  .fl-story-blog-inner .wp-block-rss li, .post-inner_content .wp-block-rss li, .comment-moderation .wp-block-rss li, .fl-story-page-inner .wp-block-rss li {
    list-style: none;
    margin-left: 0; }
  .fl-story-blog-inner figcaption a, .post-inner_content figcaption a, .comment-moderation figcaption a, .fl-story-page-inner figcaption a {
    color: inherit;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .fl-story-blog-inner figcaption a:hover, .post-inner_content figcaption a:hover, .comment-moderation figcaption a:hover, .fl-story-page-inner figcaption a:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }

.fl-story-page-inner blockquote a {
  color: inherit;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .fl-story-page-inner blockquote a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.fl-story-page-inner table a {
  color: inherit;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .fl-story-page-inner table a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.fl-story-page-inner dd a {
  color: inherit;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .fl-story-page-inner dd a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.fl-story-page-inner p a {
  color: inherit;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .fl-story-page-inner p a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.fl-story-blog-inner .inner_content .fl-content *:last-child {
  margin-bottom: 0 !important; }
.fl-story-blog-inner .inner_content *:last-child {
  margin-bottom: 0 !important; }
.fl-story-blog-inner p {
  margin-bottom: 25px; }
.fl-story-blog-inner .fl-post-inner-pagination {
  margin-bottom: 0; }

.fl-story-page-inner .inner_content .fl-content *:last-child {
  margin-bottom: 0 !important; }

iframe, figure {
  max-width: 100%;
  width: 100%; }

address {
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px; }

code {
  margin: 3px; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 90%;
  padding: 3px 10px;
  color: #222;
  margin-top: 25px;
  margin-bottom: 25px; }

p + p {
  margin-top: 25px;
  margin-bottom: 0; }

figcaption {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px; }

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

a:hover {
  text-decoration: none; }

#fl-main-holder {
  overflow: hidden; }

.fl-main-container {
  overflow: hidden; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 23px; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:focus, button:active,
  [type="button"]:focus,
  [type="button"]:active,
  [type="reset"]:focus,
  [type="reset"]:active,
  [type="submit"]:focus,
  [type="submit"]:active {
    outline: none; }

button {
  border: none; }

.slick-slider {
  overflow: hidden; }
  .slick-slider .slick-track:after {
    content: "";
    clear: both;
    display: table; }
  .slick-slider .slider-image {
    float: left; }

.cf::after {
  content: "";
  clear: both;
  display: table; }

.hidden {
  display: none; }

.comment-moderation p {
  margin-bottom: 25px; }
.comment-moderation h1, .comment-moderation h2, .comment-moderation h3, .comment-moderation h4, .comment-moderation h5, .comment-moderation h6 {
  margin-top: 25px; }
.comment-moderation img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.trackback .comments--reply-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.trackback .comment-author-name {
  display: block; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.gallery-caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.bypostauthor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fl-story-page-inner > a {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: inherit; }
  .fl-story-page-inner > a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.fl-story-blog-inner img.alignleft, .fl-story-blog-inner img.alignright, .fl-story-page-inner img.alignleft, .fl-story-page-inner img.alignright {
  clear: both; }

.fl-story-blog-inner address, .fl-story-blog-inner kbd, .fl-story-blog-inner code, .comment-moderation address, .comment-moderation kbd, .comment-moderation code, .fl-story-page-inner address, .fl-story-page-inner kbd, .fl-story-page-inner code {
  background: #f9f9f9; }

.comment-moderation code, .comment-moderation kbd, .comment-moderation pre, .comment-moderation samp {
  font-family: monospace !important;
  font-size: 90%;
  padding: 3px 10px;
  color: #222;
  margin-top: 25px;
  margin-bottom: 25px; }

.fl-comments-list .trackback .comment-avatar, .fl-comments-list .pingback .comment-avatar {
  display: none; }

/*-------------------------------------------------------------------

==  Preloader Page

-------------------------------------------------------------------*/
#fl-page--preloader {
  z-index: 1999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  #fl-page--preloader .save_loader_bugs {
    display: none; }
  #fl-page--preloader .fl-top-progress {
    position: absolute;
    width: 100%;
    top: 0; }
    #fl-page--preloader .fl-top-progress .fl-loader_right {
      opacity: 0.8;
      position: absolute;
      right: 100%;
      z-index: 999;
      height: 7px;
      display: inline-block;
      left: 50%;
      width: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      -o-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
    #fl-page--preloader .fl-top-progress .fl-loader_left {
      opacity: 0.8;
      position: absolute;
      z-index: 999;
      height: 7px;
      display: inline-block;
      right: 50%;
      width: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      -o-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
  #fl-page--preloader .fl--preloader-progress-bar {
    height: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 75%;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #eee; }
    #fl-page--preloader .fl--preloader-progress-bar span {
      float: left;
      width: 0;
      height: 100%;
      display: inline-block; }
  #fl-page--preloader .fl-preloader--text-percent {
    margin-top: 45px;
    font-size: 23px; }
  #fl-page--preloader.fl-preloader-close {
    -webkit-transform: translateY(-1000%);
        -ms-transform: translateY(-1000%);
            transform: translateY(-1000%);
    opacity: 0;
    -webkit-transition: opacity 0s ease-in ,-webkit-transform 0s ease-in;
    transition: opacity 0s ease-in ,-webkit-transform 0s ease-in;
    -o-transition: opacity 0s ease-in ,transform 0s ease-in;
    transition: opacity 0s ease-in ,transform 0s ease-in;
    transition: opacity 0s ease-in ,transform 0s ease-in ,-webkit-transform 0s ease-in;
    display: none; }
  #fl-page--preloader .fl-top-background-preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50%; }
  #fl-page--preloader .fl-bottom-background-preloader {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50%; }

/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Title

-------------------------------------------------------------------*/
.page_heading, .page_heading-disable-parallax {
  position: relative;
  height: 600px;
  text-align: center; }
  .page_heading .fl--page-header, .page_heading-disable-parallax .fl--page-header {
    position: relative; }
    .page_heading .fl--page-header .fl-pre--title-wrapper, .page_heading-disable-parallax .fl--page-header .fl-pre--title-wrapper {
      line-height: 1;
      margin-bottom: 20px; }
      .page_heading .fl--page-header .fl-pre--title-wrapper .fl--sub-title, .page_heading-disable-parallax .fl--page-header .fl-pre--title-wrapper .fl--sub-title {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.1em; }
  .page_heading .page_box_info_page, .page_heading-disable-parallax .page_box_info_page {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

/*-------------------------------------------------------------------

==  Title superscript text

-------------------------------------------------------------------*/
.fl-header-title-superscript-text {
  font-size: 45%;
  vertical-align: super;
  top: -.1em;
  left: -10px; }

/*-------------------------------------------------------------------

==  Style Disable Image Archive Blog Post

-------------------------------------------------------------------*/
.page_heading-disable-image .header-wrapper {
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .page_heading-disable-image .header-wrapper .fl-pre--title-wrapper {
    line-height: 1;
    margin-bottom: 20px; }
    .page_heading-disable-image .header-wrapper .fl-pre--title-wrapper .fl--sub-title {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .1em; }
  .page_heading-disable-image .header-wrapper .fl--header-title-disable-image {
    letter-spacing: 1px;
    font-size: 80px;
    margin-bottom: 0; }

/*-------------------------------------------------------------------

==  Style Disable Image Archive Work

-------------------------------------------------------------------*/
.page_heading-disable-image .work-header-wrapper {
  min-height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .page_heading-disable-image .work-header-wrapper .fl-pre--title-wrapper {
    line-height: 1;
    margin-bottom: 20px; }
    .page_heading-disable-image .work-header-wrapper .fl-pre--title-wrapper .fl--sub-title {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .1em; }
  .page_heading-disable-image .work-header-wrapper .fl--header-title-disable-image {
    letter-spacing: 1px;
    font-size: 80px;
    margin-bottom: 0; }

/*-------------------------------------------------------------------

==  Heading Blog Post

-------------------------------------------------------------------*/
.fl-blog-post-header .fl-header-style-one .fl--single-category {
  margin-bottom: 24px; }
  .fl-blog-post-header .fl-header-style-one .fl--single-category ul {
    text-align: left; }
    .fl-blog-post-header .fl-header-style-one .fl--single-category ul li {
      line-height: 1;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 8px 15px;
      font-size: 11px;
      margin-right: 4px;
      margin-bottom: 6px;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .fl-blog-post-header .fl-header-style-one .fl--single-category ul li a {
        color: #fff; }
      .fl-blog-post-header .fl-header-style-one .fl--single-category ul li:hover {
        background: #1c1f23 !important;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
.fl-blog-post-header .fl-header-style-one .fl--header-title {
  text-align: left;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 65px; }
.fl-blog-post-header .fl-header-style-one .fl--single-info-contain {
  position: relative;
  margin-left: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fl-blog-post-header .fl-header-style-one .fl--single-info-contain .fl--single-date {
    color: #fff;
    font-size: 12px;
    padding: 14px 19px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.2); }
  .fl-blog-post-header .fl-header-style-one .fl--single-info-contain .fl--single-meta-contain {
    color: #fff;
    font-size: 12px;
    padding: 14px 19px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.2); }
    .fl-blog-post-header .fl-header-style-one .fl--single-info-contain .fl--single-meta-contain .fl-like-info {
      margin-right: 15px; }
      .fl-blog-post-header .fl-header-style-one .fl--single-info-contain .fl--single-meta-contain .fl-like-info a {
        color: #fff; }
      .fl-blog-post-header .fl-header-style-one .fl--single-info-contain .fl--single-meta-contain .fl-like-info i {
        margin-right: 5px; }
    .fl-blog-post-header .fl-header-style-one .fl--single-info-contain .fl--single-meta-contain .fl--single-comments {
      color: #fff; }
      .fl-blog-post-header .fl-header-style-one .fl--single-info-contain .fl--single-meta-contain .fl--single-comments i {
        margin-right: 3px; }
.fl-blog-post-header .fl-header-style-two .fl--page-header {
  min-height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-category {
  margin-bottom: 20px; }
  .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-category ul {
    text-align: center; }
    .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-category ul li {
      line-height: 1;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 7px 15px;
      margin-right: 4px;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-category ul li:hover {
        background: #1c1f23 !important;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-category ul li a {
        font-size: 11px;
        color: #fff; }
      .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-category ul li:first-child {
        margin-right: 0; }
.fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--header-title {
  text-align: center;
  color: #1c1f23;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 25px; }
.fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-info-contain {
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-info-contain .fl--single-date {
    padding: 14px 20px;
    border: 1px solid #eaeaeb;
    color: #a8aaab; }
  .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-info-contain .fl--single-meta-contain {
    position: relative;
    margin-left: -1px;
    padding: 13.5px 20px;
    border: 1px solid #eaeaeb; }
    .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-info-contain .fl--single-meta-contain .fl-like-info {
      margin-right: 15px; }
      .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-info-contain .fl--single-meta-contain .fl-like-info a {
        color: #a8aaab; }
      .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-info-contain .fl--single-meta-contain .fl-like-info i {
        font-size: 12px;
        margin-right: 5px; }
    .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-info-contain .fl--single-meta-contain .fl--single-comments {
      color: #a8aaab; }
      .fl-blog-post-header .fl-header-style-two .fl--single-post-info .fl--single-info-contain .fl--single-meta-contain .fl--single-comments i {
        font-size: 12px;
        margin-right: 3px; }

/*-------------------------------------------------------------------

==  Heading Work Post

-------------------------------------------------------------------*/
.fl-work-post-header .fl--page-header {
  min-height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fl-work-post-header .fl--page-header .fl--single-category {
    text-align: center;
    margin-bottom: 20px; }
    .fl-work-post-header .fl--page-header .fl--single-category a {
      padding: 7px 14px;
      line-height: 1;
      font-size: 11px;
      color: #fff;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .fl-work-post-header .fl--page-header .fl--single-category a:hover {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        background: #1f1f1f !important; }
  .fl-work-post-header .fl--page-header .fl--header-title {
    text-align: center;
    color: #1c1f23;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin-bottom: 0; }

/*-------------------------------------------------------------------

==  Blog Filter Setting

-------------------------------------------------------------------*/
.fl-post-blog-filter {
  margin-top: 30px; }
  .fl-post-blog-filter .fl-post-blog-filter-item {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px 7px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    color: #1c1f23; }
    .fl-post-blog-filter .fl-post-blog-filter-item:before {
      transition: transform .2s ease-out .2s,-webkit-transform .2s ease-out .2s;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 1px;
      background: #dedee0;
      content: '';
      position: absolute;
      left: 20px;
      bottom: 0;
      z-index: 1; }
    .fl-post-blog-filter .fl-post-blog-filter-item:after {
      content: '';
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      transition: transform .2s ease-out,-webkit-transform .2s ease-out;
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      position: absolute;
      left: 20px;
      bottom: 0;
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 1px;
      z-index: 2; }
    .fl-post-blog-filter .fl-post-blog-filter-item:first-child {
      padding-left: 0; }
      .fl-post-blog-filter .fl-post-blog-filter-item:first-child:after, .fl-post-blog-filter .fl-post-blog-filter-item:first-child:before {
        left: 0;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px); }
    .fl-post-blog-filter .fl-post-blog-filter-item:last-child {
      padding-right: 0; }
      .fl-post-blog-filter .fl-post-blog-filter-item:last-child:after, .fl-post-blog-filter .fl-post-blog-filter-item:last-child:before {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px); }
    .fl-post-blog-filter .fl-post-blog-filter-item:hover {
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
      .fl-post-blog-filter .fl-post-blog-filter-item:hover:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
      .fl-post-blog-filter .fl-post-blog-filter-item:hover:before {
        transition: transform .2s ease-out,-webkit-transform .2s ease-out;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                transform-origin: right; }

/*-------------------------------------------------------------------

==  Filter Gallery Setting

-------------------------------------------------------------------*/
.fl-header-filter-gallery-category-wrapper ul {
  text-align: center; }
  .fl-header-filter-gallery-category-wrapper ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    color: #7b7d7f;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative; }
    .fl-header-filter-gallery-category-wrapper ul li span {
      padding: 30px 0;
      line-height: 1;
      position: relative;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .fl-header-filter-gallery-category-wrapper ul li span:after {
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                transform-origin: right;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0; }
    .fl-header-filter-gallery-category-wrapper ul li.active, .fl-header-filter-gallery-category-wrapper ul li:hover {
      color: #1c1f23;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .fl-header-filter-gallery-category-wrapper ul li.active span:after, .fl-header-filter-gallery-category-wrapper ul li:hover span:after {
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
    .fl-header-filter-gallery-category-wrapper ul li:first-child {
      padding-left: 0; }
    .fl-header-filter-gallery-category-wrapper ul li:last-child {
      padding-right: 0; }

/*-------------------------------------------------------------------

==  Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Top Header Content

-------------------------------------------------------------------*/
.fl-top-header-content {
  background: #1c1f23;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .fl-top-header-content .fl-top-left-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .fl-top-header-content .fl-top-left-content .fl-top-wrapper-left {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 10px;
      font-weight: 400;
      border-right: 1px solid #3e4044;
      text-transform: uppercase;
      padding: 0 30px;
      line-height: 1;
      letter-spacing: .1em;
      min-height: 40px;
      color: #fff; }
  .fl-top-header-content .fl-top-right-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right; }
    .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 40px;
      border-left: 1px solid #3e4044;
      padding: 0 30px; }
  .fl-top-header-content .fl-compare-top-wrapper, .fl-top-header-content .fl-wishlist-top-wrapper {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .1em; }
    .fl-top-header-content .fl-compare-top-wrapper .detail-text, .fl-top-header-content .fl-wishlist-top-wrapper .detail-text {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .fl-top-header-content .fl-compare-top-wrapper a, .fl-top-header-content .fl-wishlist-top-wrapper a {
      color: #fff;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .fl-top-header-content .fl-compare-top-wrapper a:hover, .fl-top-header-content .fl-wishlist-top-wrapper a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .fl-top-header-content .fl-compare-top-wrapper i, .fl-top-header-content .fl-wishlist-top-wrapper i {
      padding-right: 10px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -2px; }
    .fl-top-header-content .fl-compare-top-wrapper .fl-detail, .fl-top-header-content .fl-wishlist-top-wrapper .fl-detail {
      min-width: 19px;
      background-color: rgba(255, 255, 255, 0.15);
      -webkit-border-radius: 2px;
              border-radius: 2px;
      color: #f4f7f8;
      margin-left: 10px;
      text-align: center;
      display: inline-block;
      padding: 4px 6px;
      vertical-align: middle;
      margin-top: -4px;
      margin-bottom: -3px; }
    .fl-top-header-content .fl-compare-top-wrapper .fl--wishlist-button:hover i, .fl-top-header-content .fl-compare-top-wrapper .compare-link:hover i, .fl-top-header-content .fl-wishlist-top-wrapper .fl--wishlist-button:hover i, .fl-top-header-content .fl-wishlist-top-wrapper .compare-link:hover i {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      color: #fff !important; }
    .fl-top-header-content .fl-compare-top-wrapper .fl--wishlist-button:hover .detail-text, .fl-top-header-content .fl-compare-top-wrapper .compare-link:hover .detail-text, .fl-top-header-content .fl-wishlist-top-wrapper .fl--wishlist-button:hover .detail-text, .fl-top-header-content .fl-wishlist-top-wrapper .compare-link:hover .detail-text {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .fl-top-header-content .fl-login-register--header {
    position: relative; }
    .fl-top-header-content .fl-login-register--header .fl-header-register-delimiter {
      padding: 0 5px; }
    .fl-top-header-content .fl-login-register--header .fl-header-register-delimiter {
      font-size: 10px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: .1em; }
    .fl-top-header-content .fl-login-register--header .fl-dropdown-register, .fl-top-header-content .fl-login-register--header .fl-dropdown-login, .fl-top-header-content .fl-login-register--header .fl-logout-links {
      font-size: 10px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: .1em;
      cursor: pointer;
      color: #fff;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .fl-top-header-content .fl-login-register--header .fl-dropdown-register:hover, .fl-top-header-content .fl-login-register--header .fl-dropdown-login:hover, .fl-top-header-content .fl-login-register--header .fl-logout-links:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }

.fl-top-wrapper-left ul li {
  position: relative; }
  .fl-top-wrapper-left ul li.active {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    color: #f4f7f8;
    font-size: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .fl-top-wrapper-left ul li.active:after {
      color: rgba(255, 255, 255, 0.5);
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 10px;
      vertical-align: middle;
      border-top: 4px dashed;
      border-top: 4px solid \9;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
  .fl-top-wrapper-left ul li.opened ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .fl-top-wrapper-left ul li ul {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    position: absolute;
    top: 100%;
    left: -33px;
    min-width: 140px;
    background: #fff;
    color: #3a3d40;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 15px 25px; }
    .fl-top-wrapper-left ul li ul li {
      color: #333;
      padding: 0 0 15px 0; }
      .fl-top-wrapper-left ul li ul li:last-child {
        padding-bottom: 0; }
      .fl-top-wrapper-left ul li ul li a {
        color: inherit; }

/*-------------------------------------------------------------------

==  Bottom Header Content

-------------------------------------------------------------------*/
.fl-header--navigation-style-one .fl--navigation-icon-container .fl--hamburger-menu, .fl-header--navigation-style-two .fl--navigation-icon-container .fl--hamburger-menu, .fl-header--navigation-style-three .fl--navigation-icon-container .fl--hamburger-menu, .fl-header--navigation-style-four .fl--navigation-icon-container .fl--hamburger-menu {
  display: none; }
.fl-header--navigation-style-one .fl--logo-container .logotype-text, .fl-header--navigation-style-two .fl--logo-container .logotype-text, .fl-header--navigation-style-three .fl--logo-container .logotype-text, .fl-header--navigation-style-four .fl--logo-container .logotype-text {
  margin-bottom: 0; }

.fl-header--navigation-style-one .fl-bottom-header-content {
  padding: 6px 0;
  border-bottom: 1px solid #eaeaeb; }
  .fl-header--navigation-style-one .fl-bottom-header-content .fl-navigation-container {
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-header--navigation-style-one .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .fl-header--navigation-style-one .fl-bottom-header-content .fl-navigation-container .fl-mega-menu {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: right; }
    .fl-header--navigation-style-one .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .fl-header--navigation-style-one .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon {
        padding: 0 15px; }
        .fl-header--navigation-style-one .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon:last-child {
          padding-right: 0; }
        .fl-header--navigation-style-one .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
          padding-right: 10px; }

.fl-header--navigation-style-two .fl-bottom-header-content {
  padding: 6px 0;
  border-bottom: 1px solid #eaeaeb; }
  .fl-header--navigation-style-two .fl-bottom-header-content .fl-navigation-container {
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-header--navigation-style-two .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .fl-header--navigation-style-two .fl-bottom-header-content .fl-navigation-container .fl-mega-menu {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center; }
    .fl-header--navigation-style-two .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .fl-header--navigation-style-two .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon {
        padding: 0 15px; }
        .fl-header--navigation-style-two .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon:last-child {
          padding-right: 0; }
        .fl-header--navigation-style-two .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
          padding-right: 10px; }

.fl-header--navigation-style-three .fl-bottom-header-content {
  padding: 6px 0;
  border-bottom: 1px solid #eaeaeb; }
  .fl-header--navigation-style-three .fl-bottom-header-content .fl-navigation-container {
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-header--navigation-style-three .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .fl-header--navigation-style-three .fl-bottom-header-content .fl-navigation-container .fl-mega-menu {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center; }
    .fl-header--navigation-style-three .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .fl-header--navigation-style-three .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon {
        padding: 0 15px; }
        .fl-header--navigation-style-three .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon:last-child {
          padding-right: 0; }
        .fl-header--navigation-style-three .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
          padding-right: 10px; }

.fl-header--navigation-style-four .fl-bottom-header-content {
  padding: 6px 0;
  border-bottom: 1px solid #eaeaeb; }
  .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container {
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl-header-social-profile {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl-header-social-profile li {
        display: inline-block; }
        .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl-header-social-profile li a {
          -webkit-transition: .3s ease-in;
          -o-transition: .3s ease-in;
          transition: .3s ease-in;
          color: #1c1f23;
          font-size: 15px;
          padding: 0 15px; }
          .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl-header-social-profile li a:hover {
            -webkit-transition: .3s ease-in;
            -o-transition: .3s ease-in;
            transition: .3s ease-in; }
          .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl-header-social-profile li a:first-child {
            padding-left: 0; }
    .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
      text-align: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon {
        padding: 0 15px; }
        .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon:last-child {
          padding-right: 0; }
        .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
          padding-right: 10px; }
.fl-header--navigation-style-four .fl-bottom-nav-container {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #eaeaeb; }
  .fl-header--navigation-style-four .fl-bottom-nav-container .fl-mega-menu {
    text-align: center; }

.fl-header--navigation-style-five .fl-bottom-header-content {
  padding: 6px 0;
  border-bottom: 1px solid #eaeaeb; }
  .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container {
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--hamburger-menu-wrapper {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--hamburger-menu-wrapper .fl-flipper-icon {
        margin-right: 25px; }
        .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-front-content, .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content {
          top: 0 !important; }
      .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--hamburger-menu-wrapper .fl-menu-text {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 1;
        color: #1c1f23;
        letter-spacing: .1em; }
      .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--hamburger-menu-wrapper:hover {
        opacity: .8;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
    .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
      text-align: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon {
        padding: 0 15px; }
        .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon:last-child {
          padding-right: 0; }
        .fl-header--navigation-style-five .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
          padding-right: 10px; }
.fl-header--navigation-style-five .fl-bottom-nav-container {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #eaeaeb; }
  .fl-header--navigation-style-five .fl-bottom-nav-container .fl-mega-menu {
    text-align: center; }

.fl-navigation-boxed-width .fl-bottom-nav-container, .fl-navigation-boxed-width .fl-bottom-header-content {
  max-width: 1780px;
  margin: 0 auto; }

/*-------------------------------------------------------------------

==  Cart Header Content

-------------------------------------------------------------------*/
.fl-cart--header {
  display: inline-block;
  position: relative;
  padding-right: 6px;
  z-index: 1; }
  .fl-cart--header:after {
    width: 100%;
    height: 40px;
    position: absolute;
    content: '';
    bottom: -100%;
    left: 0;
    z-index: 0; }
  .fl-cart--header .fl-woo-cart-contents {
    position: relative;
    z-index: 99; }
    .fl-cart--header .fl-woo-cart-contents .fl--woo-cart-items i {
      font-size: 16px;
      color: #1c1f23; }
    .fl-cart--header .fl-woo-cart-contents .fl--woo-cart-details {
      padding: 3px 4px 3px 3px;
      min-width: 16px;
      min-height: 14px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: absolute;
      top: -7px;
      right: -7px;
      width: auto;
      height: auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      font-size: 10px;
      color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      font-weight: 600; }
  .fl-cart--header:hover .fl-shopping-cart-content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: visible;
    opacity: 1; }

/*-------------------------------------------------------------------

==  Search Header Content

-------------------------------------------------------------------*/
.fl--search-icon-menu {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .fl--search-icon-menu .fl-flipper-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-perspective: 40px;
            perspective: 40px;
    position: relative; }
    .fl--search-icon-menu .fl-flipper-icon .fl-front-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      z-index: 2; }
      .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper {
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative; }
        .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:before {
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          -o-transition: transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease;
          content: "";
          display: block;
          width: 13px;
          height: 13px;
          border: 2px solid #1c1f23;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          position: absolute;
          top: 2px;
          left: 0; }
        .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:after {
          content: "";
          display: block;
          width: 2px;
          height: 8px;
          background: #1c1f23;
          -webkit-border-radius: 6px;
                  border-radius: 6px;
          position: absolute;
          top: 11px;
          left: 12px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:hover:before {
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          -o-transition: transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease;
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
    .fl--search-icon-menu .fl-flipper-icon .fl-back-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
      .fl--search-icon-menu .fl-flipper-icon .fl-back-content span {
        display: inline-block;
        width: 18px;
        height: 2px;
        background: transparent;
        position: relative; }
        .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before, .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: -webkit-calc(50% - 2px);
          top: calc(50% - 2px);
          background: #1c1f23;
          width: 18px;
          height: 2px;
          display: inline-block;
          content: ''; }
        .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }

/*-------------------------------------------------------------------

==  Bard Header Content

-------------------------------------------------------------------*/
.fl--hamburger-menu, .fl--hamburger-menu-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer; }
  .fl--hamburger-menu .fl-flipper-icon, .fl--hamburger-menu-wrapper .fl-flipper-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-perspective: 40px;
            perspective: 40px;
    position: relative; }
    .fl--hamburger-menu .fl-flipper-icon .fl-front-content, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-front-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      z-index: 2; }
      .fl--hamburger-menu .fl-flipper-icon .fl-front-content span, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-front-content span {
        margin-top: 3px;
        width: 100%;
        height: 2px;
        background: #1c1f23; }
        .fl--hamburger-menu .fl-flipper-icon .fl-front-content span:first-child, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-front-content span:first-child {
          margin-top: 0; }
    .fl--hamburger-menu .fl-flipper-icon .fl-back-content, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: absolute;
      top: 2px;
      left: 0;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      width: 16px;
      height: 16px; }
      .fl--hamburger-menu .fl-flipper-icon .fl-back-content .fl-close-icon:before, .fl--hamburger-menu .fl-flipper-icon .fl-back-content .fl-close-icon:after, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content .fl-close-icon:before, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content .fl-close-icon:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: -webkit-calc(50% - 2px);
        top: calc(50% - 2px);
        background: #1c1f23;
        width: 100%;
        height: 2px;
        display: inline-block;
        content: ''; }
      .fl--hamburger-menu .fl-flipper-icon .fl-back-content .fl-close-icon:before, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content .fl-close-icon:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .fl--hamburger-menu .fl-flipper-icon .fl-back-content .fl-close-icon:after, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content .fl-close-icon:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .fl--hamburger-menu.opened .fl-flipper-icon, .fl--hamburger-menu-wrapper.opened .fl-flipper-icon {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

/*-------------------------------------------------------------------

==  Menu Header Content Setting

-------------------------------------------------------------------*/
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu li a i {
  margin-right: 10px; }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu li:last-child a {
  padding-bottom: 0; }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #eaeaeb;
  padding: 15px 0;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px); }
  .fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu.sub-nav-left {
    z-index: 1001;
    left: auto;
    margin-right: 5px;
    right: 100%;
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px); }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav li.has-submenu > a:before {
  color: #d2d2d2;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #d2d2d2;
  position: absolute;
  top: 12px;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav li.has-submenu:hover > .double-sub-menu {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
.fl-mega-menu ul li.menu-item-depth-0 > a {
  padding: 0 25px 25px; }
.fl-mega-menu ul li.menu-item-depth-0.has-submenu > a:after {
  color: #D2D2D2;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 9px;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.fl-mega-menu ul li {
  position: relative;
  display: inline-block; }
  .fl-mega-menu ul li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    white-space: nowrap; }
    .fl-mega-menu ul li a i {
      margin-right: 5px; }
    .fl-mega-menu ul li a:hover {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .fl-mega-menu ul li.has-submenu .sub-nav {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: inherit;
    left: 0;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .fl-mega-menu ul li.has-submenu .sub-nav.open {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu {
      text-align: left;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      border: 1px solid #eaeaeb;
      padding: 15px 0;
      background: #fff; }
      .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li {
        display: block; }
        .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li a {
          padding: 0 70px 10px 30px;
          width: 100%;
          min-width: 155px;
          display: block;
          position: relative;
          text-transform: none;
          border-bottom: none; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul > li {
  display: block; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul > li > ul li {
    display: block; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-1 > li {
  display: block; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li {
  display: inline-block;
  float: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li:nth-child(3n) {
    clear: left; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li {
  display: inline-block;
  float: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li:nth-child(4n) {
    clear: left; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li {
  display: inline-block;
  float: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li:nth-child(5n) {
    clear: left; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li {
  display: inline-block;
  float: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(6n) {
    clear: left; }
.fl-mega-menu ul > li.sub-menu-full-width {
  position: inherit; }
  .fl-mega-menu ul > li.sub-menu-full-width .sub-nav {
    width: 100%;
    top: -webkit-calc(100% - 10px);
    top: calc(100% - 10px); }
    .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu {
      width: 100%;
      padding: 15px; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > li {
        padding-left: 15px;
        padding-right: 15px; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > li a {
          padding-left: 0;
          padding-right: 0; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li {
        display: block;
        width: 100%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li {
        display: block;
        width: 50%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li {
        display: block;
        width: 33.3333333%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li {
        display: block;
        width: 25%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li {
        display: block;
        width: 20%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > .sub-menu > li {
        padding: 0; }

/*-------------------------------------------------------------------

==  Color Setting

-------------------------------------------------------------------*/
.nav-menu li a {
  color: #1c1f23; }

.nav-menu li .sub-menu li a, .fl-mega-menu .nav-menu li .sub-menu li .sub-sub-menu a {
  color: #333333; }

.fl-mega-menu > ul > li .sub-nav > ul.sub-menu-wide > li > a {
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase !important;
  line-height: 10px;
  letter-spacing: 1.2px;
  color: #262626;
  margin: 10px 0 20px 0;
  padding-bottom: 0 !important; }

/*-------------------------------------------------------------------

==  Breadcrumps

-------------------------------------------------------------------*/
.fl--breadcrumbs_heading .breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em; }
  .fl--breadcrumbs_heading .breadcrumbs .fl-breadcrumbs-delimiter {
    padding: 0 12px 0 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: -3px; }
    .fl--breadcrumbs_heading .breadcrumbs .fl-breadcrumbs-delimiter .inner-decoration {
      display: inline-block;
      width: 2px;
      height: 2px;
      background: #a8aaab;
      position: relative; }
      .fl--breadcrumbs_heading .breadcrumbs .fl-breadcrumbs-delimiter .inner-decoration:before {
        display: inline-block;
        position: absolute;
        left: -2px;
        top: 100%;
        content: '';
        width: 2px;
        height: 2px;
        background: inherit; }
      .fl--breadcrumbs_heading .breadcrumbs .fl-breadcrumbs-delimiter .inner-decoration:after {
        display: inline-block;
        position: absolute;
        left: -2px;
        bottom: 100%;
        content: '';
        width: 2px;
        height: 2px;
        background: inherit; }

.fl-breadcrumbs-header-two {
  text-align: center; }

/*-------------------------------------------------------------------

==  Works

-------------------------------------------------------------------*/
.fl--work-style-standard {
  padding-top: 10px; }
  .fl--work-style-standard .fl-works--item {
    width: 25%;
    text-align: center;
    padding-top: 5px; }
    .fl--work-style-standard .fl-works--item .empty-content {
      padding: 10px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .fl--work-style-standard .fl-works--item .empty-content:hover {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
                box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1); }
    .fl--work-style-standard .fl-works--item .fl-gallery-category {
      margin-top: 12px;
      font-size: 10px;
      text-transform: uppercase; }
      .fl--work-style-standard .fl-works--item .fl-gallery-category a {
        letter-spacing: .1em;
        color: #7b7d7f;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        .fl--work-style-standard .fl-works--item .fl-gallery-category a:hover {
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
        .fl--work-style-standard .fl-works--item .fl-gallery-category a:after {
          content: ','; }
        .fl--work-style-standard .fl-works--item .fl-gallery-category a:last-child:after {
          content: ''; }
    .fl--work-style-standard .fl-works--item .fl-gallery-title {
      margin-bottom: 14px;
      font-size: 14px;
      line-height: 24px; }
      .fl--work-style-standard .fl-works--item .fl-gallery-title a {
        color: #1c1f23;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        .fl--work-style-standard .fl-works--item .fl-gallery-title a:hover {
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }

.fl--work-style-masonry {
  padding-top: 10px; }
  .fl--work-style-masonry .fl-works--item {
    width: 33.33%;
    float: left; }
    .fl--work-style-masonry .fl-works--item .empty-content {
      padding: 10px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .fl--work-style-masonry .fl-works--item .empty-content:hover {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
                box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1); }

.fl--work-style-metro {
  padding-top: 10px; }
  .fl--work-style-metro .fl-works--item {
    width: 20%;
    float: left;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .fl--work-style-metro .fl-works--item .empty-content {
      position: relative; }
      .fl--work-style-metro .fl-works--item .empty-content:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        content: '';
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .fl--work-style-metro .fl-works--item:hover .empty-content:after {
      -webkit-box-shadow: 0 0 0 10px #fff, 0 5px 30px rgba(4, 4, 4, 0.15);
              box-shadow: 0 0 0 10px #fff, 0 5px 30px rgba(4, 4, 4, 0.15); }
    .fl--work-style-metro .fl-works--item:hover a {
      position: relative;
      z-index: 2; }
  .fl--work-style-metro .fl-works--item-width2 {
    width: 40%; }

.fl-work-post-pagination {
  margin-top: 20px; }

/*-------------------------------------------------------------------

==  Works Single

-------------------------------------------------------------------*/
.fl-works-inner-related-works-wrapper {
  margin-bottom: 10px;
  padding-top: 75px;
  padding-bottom: 30px; }
  .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-related-works-title-arrow-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 25px; }
    .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-related-works-title-arrow-contain .fl-resent-work-arrows {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 0;
      top: -10px; }
      .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-related-works-title-arrow-contain .fl-resent-work-arrows .fl-recent-work-arrow-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        text-align: center;
        opacity: .5;
        cursor: pointer;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #eaeaeb; }
        .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-related-works-title-arrow-contain .fl-resent-work-arrows .fl-recent-work-arrow-left:hover {
          opacity: 1; }
      .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-related-works-title-arrow-contain .fl-resent-work-arrows .fl-recent-work-arrow-right {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 40px;
        height: 40px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        text-align: center;
        opacity: .5;
        cursor: pointer;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #eaeaeb; }
        .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-related-works-title-arrow-contain .fl-resent-work-arrows .fl-recent-work-arrow-right:hover {
          opacity: 1; }
  .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-resent-works-project-list-slider {
    overflow: hidden;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto -20px; }
    .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-resent-works-project-list-slider article.fl-resent-works-item {
      float: left;
      padding: 10px 10px 0;
      background-color: transparent;
      text-align: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-resent-works-project-list-slider article.fl-resent-works-item:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
                box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1); }
      .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-resent-works-project-list-slider article.fl-resent-works-item .fl-resent-works-info .fl-resent-works-title {
        font-size: 14px;
        margin-bottom: 25px;
        color: #1f1f1f; }
        .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-resent-works-project-list-slider article.fl-resent-works-item .fl-resent-works-info .fl-resent-works-title a {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          color: inherit; }
          .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-resent-works-project-list-slider article.fl-resent-works-item .fl-resent-works-info .fl-resent-works-title a:hover {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
      .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-resent-works-project-list-slider article.fl-resent-works-item .fl-resent-works-info .fl-resent-work-category {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .1em; }
      .fl-works-inner-related-works-wrapper .fl-works-related-contain .fl-resent-works-project-list-slider article.fl-resent-works-item .fl-resent-works-img {
        margin-bottom: 16px; }

/*-------------------------------------------------------------------

==  Blog

-------------------------------------------------------------------*/
.fl--blog-style-standard .fl-post--item {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px; }
  .fl--blog-style-standard .fl-post--item:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ccc), color-stop(0, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #ccc 40%, rgba(255, 255, 255, 0) 0);
    background-image: -o-linear-gradient(left, #ccc 40%, rgba(255, 255, 255, 0) 0);
    background-image: linear-gradient(to right, #ccc 40%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    -webkit-background-size: 5px 3px;
    background-size: 5px 3px;
    background-repeat: repeat-x; }
  .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder {
    position: relative;
    margin-bottom: 40px; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category {
      -webkit-transition: background-color .4s ease-in-out, color 0s;
      -o-transition: background-color .4s ease-in-out, color 0s;
      transition: background-color .4s ease-in-out, color 0s;
      z-index: 2;
      position: absolute;
      top: 30px;
      left: 40px;
      padding: 8px 15px;
      color: #fff;
      font-size: 11px;
      line-height: 1; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category a {
        -webkit-transition: .1s ease-in-out 0s;
        -o-transition: .1s ease-in-out 0s;
        transition: .1s ease-in-out 0s;
        color: inherit; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-image-post-link {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: rgba(0, 0, 0, 0.3);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s ease 0s;
      -o-transition: .3s ease 0s;
      transition: .3s ease 0s; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-image-post-link span {
        position: relative;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: inline-block;
        background: #fff !important; }
        .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-image-post-link span:before, .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-image-post-link span:after {
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background: inherit;
          -webkit-transition: .3s ease .2s;
          -o-transition: .3s ease .2s;
          transition: .3s ease .2s;
          display: inline-block;
          width: 7px;
          height: 7px;
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-post-category {
      -webkit-transition: background-color .4s ease-in-out, color 0s;
      -o-transition: background-color .4s ease-in-out, color 0s;
      transition: background-color .4s ease-in-out, color 0s;
      background: #fff !important; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-post-category a {
        -webkit-transition: .1s ease-in-out 0s;
        -o-transition: .1s ease-in-out 0s;
        transition: .1s ease-in-out 0s; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-image-post-link {
      visibility: visible;
      opacity: 1;
      -webkit-transition: .3s ease 0s;
      -o-transition: .3s ease 0s;
      transition: .3s ease 0s; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-image-post-link span:before {
        -webkit-transition: .3s ease .2s;
        -o-transition: .3s ease .2s;
        transition: .3s ease .2s;
        -webkit-transform: translateX(-150%);
            -ms-transform: translateX(-150%);
                transform: translateX(-150%); }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-image-post-link span:after {
        -webkit-transition: .3s ease .2s;
        -o-transition: .3s ease .2s;
        transition: .3s ease .2s;
        -webkit-transform: translateX(150%);
            -ms-transform: translateX(150%);
                transform: translateX(150%); }
  .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post--title {
    font-size: 18px; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post--title a {
      color: inherit; }
  .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-text--content {
    margin-bottom: 25px; }
  .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-left {
      width: 50%;
      float: left; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-left .fl-post-btn-read-more {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-transform: uppercase !important;
        border: 1px solid #eaeaeb; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-left .fl-post-btn-read-more a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 12px 20px;
          line-height: 1;
          font-size: 11px;
          -webkit-transition: all 0.3s ease 0s !important;
          -o-transition: all 0.3s ease 0s !important;
          transition: all 0.3s ease 0s !important;
          color: inherit; }
          .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-left .fl-post-btn-read-more a i {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            margin-right: 6px;
            font-size: 14px;
            position: relative;
            top: -1px; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-left .fl-post-btn-read-more:hover a {
          color: #fff !important;
          -webkit-transition: all 0.3s ease 0s !important;
          -o-transition: all 0.3s ease 0s !important;
          transition: all 0.3s ease 0s !important; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-left .fl-post-btn-read-more:hover i {
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          color: #fff !important; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right {
      width: 50%;
      float: left;
      text-align: right;
      color: #a8aaab; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-date-info {
        font-size: 12px;
        margin-right: 38px; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-like-info {
        font-size: 11px;
        margin-right: 38px; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-like-info a {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          color: inherit; }
          .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-like-info a:hover {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-comment-info {
        font-size: 11px; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-comment-info a {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          color: inherit; }
          .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-comment-info a:hover {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right i {
        position: relative;
        top: 1px;
        font-size: 13px;
        margin-right: 3px; }

.fl--blog-style-masonry {
  margin-left: -10px;
  margin-right: -10px; }
  .fl--blog-style-masonry .fl-post--item {
    padding: 0 10px 30px;
    float: left;
    width: 33.33333%;
    margin-bottom: 30px; }
    .fl--blog-style-masonry .fl-post--item:after {
      content: '';
      position: absolute;
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      bottom: 0;
      height: 1px;
      overflow: hidden;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ccc), color-stop(0, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #ccc 40%, rgba(255, 255, 255, 0) 0);
      background-image: -o-linear-gradient(left, #ccc 40%, rgba(255, 255, 255, 0) 0);
      background-image: linear-gradient(to right, #ccc 40%, rgba(255, 255, 255, 0) 0);
      background-position: bottom;
      -webkit-background-size: 5px 3px;
      background-size: 5px 3px;
      background-repeat: repeat-x; }
    .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder {
      position: relative;
      margin-bottom: 30px; }
      .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category {
        -webkit-transition: background-color .4s ease-in-out, color 0s;
        -o-transition: background-color .4s ease-in-out, color 0s;
        transition: background-color .4s ease-in-out, color 0s;
        z-index: 2;
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 8px 15px;
        color: #fff;
        font-size: 11px;
        line-height: 1; }
        .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category a {
          -webkit-transition: .1s ease 0s;
          -o-transition: .1s ease 0s;
          transition: .1s ease 0s;
          color: inherit; }
      .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder .fl-image-post-link {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: rgba(0, 0, 0, 0.3);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s ease 0s;
        -o-transition: .3s ease 0s;
        transition: .3s ease 0s; }
        .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder .fl-image-post-link span {
          position: relative;
          width: 7px;
          height: 7px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          display: inline-block;
          background: #fff !important; }
          .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder .fl-image-post-link span:before, .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder .fl-image-post-link span:after {
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background: inherit;
            -webkit-transition: .3s ease .2s;
            -o-transition: .3s ease .2s;
            transition: .3s ease .2s;
            display: inline-block;
            width: 7px;
            height: 7px;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); }
      .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-post-category {
        -webkit-transition: background-color .4s ease-in-out, color 0s;
        -o-transition: background-color .4s ease-in-out, color 0s;
        transition: background-color .4s ease-in-out, color 0s;
        background: #fff !important; }
        .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-post-category a {
          -webkit-transition: .1s ease 0s;
          -o-transition: .1s ease 0s;
          transition: .1s ease 0s; }
      .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-image-post-link {
        visibility: visible;
        opacity: 1;
        -webkit-transition: .3s ease 0s;
        -o-transition: .3s ease 0s;
        transition: .3s ease 0s; }
        .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-image-post-link span:before {
          -webkit-transition: .3s ease .2s;
          -o-transition: .3s ease .2s;
          transition: .3s ease .2s;
          -webkit-transform: translateX(-150%);
              -ms-transform: translateX(-150%);
                  transform: translateX(-150%); }
        .fl--blog-style-masonry .fl-post--item .fl-post-top-content .fl-post--holder:hover .fl-image-post-link span:after {
          -webkit-transition: .3s ease .2s;
          -o-transition: .3s ease .2s;
          transition: .3s ease .2s;
          -webkit-transform: translateX(150%);
              -ms-transform: translateX(150%);
                  transform: translateX(150%); }
    .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content {
      padding: 0 20px; }
      .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post--title {
        font-size: 16px; }
        .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post--title a {
          color: inherit; }
      .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-text--content {
        margin-bottom: 25px; }
      .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-left {
          width: 50%;
          float: left;
          color: #a8aaab;
          font-size: 12px; }
        .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right {
          width: 50%;
          float: left;
          text-align: right;
          color: #a8aaab; }
          .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-date-info {
            font-size: 12px;
            margin-right: 38px; }
          .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-like-info {
            font-size: 11px;
            margin-right: 38px; }
            .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-like-info a {
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease;
              color: inherit; }
              .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-like-info a:hover {
                -webkit-transition: .3s ease;
                -o-transition: .3s ease;
                transition: .3s ease; }
          .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-comment-info {
            font-size: 11px; }
            .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-comment-info a {
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease;
              color: inherit; }
              .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-comment-info a:hover {
                -webkit-transition: .3s ease;
                -o-transition: .3s ease;
                transition: .3s ease; }
          .fl--blog-style-masonry .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right i {
            position: relative;
            top: 1px;
            font-size: 13px;
            margin-right: 3px; }

/*-------------------------------------------------------------------

==  Blog single

-------------------------------------------------------------------*/
.fl-post-content-bottom {
  margin-top: 50px; }
  .fl-post-content-bottom .fl-tags-share-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px; }
    .fl-post-content-bottom .fl-tags-share-post .fl-tags-single-blog .fl-tags-content-text {
      color: #1c1f23;
      margin-right: 30px;
      font-size: 12px; }
    .fl-post-content-bottom .fl-tags-share-post .fl-tags-single-blog a {
      display: inline-block;
      line-height: 1;
      font-size: 11px;
      color: #fff;
      padding: 4px 7px;
      margin-right: 10px;
      margin-top: 5px;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .fl-post-content-bottom .fl-tags-share-post .fl-tags-single-blog a:last-child {
        margin-right: 0; }
      .fl-post-content-bottom .fl-tags-share-post .fl-tags-single-blog a:hover {
        background: #1c1f23 !important;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
    .fl-post-content-bottom .fl-tags-share-post .fl-post-share .fl-share-text {
      color: #1c1f23;
      margin-right: 30px;
      font-size: 12px; }
    .fl-post-content-bottom .fl-tags-share-post .fl-post-share a {
      color: #a8aaab;
      padding: 0 12.5px;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .fl-post-content-bottom .fl-tags-share-post .fl-post-share a:first-child {
        padding-left: 0; }
      .fl-post-content-bottom .fl-tags-share-post .fl-post-share a:last-child {
        padding-right: 0; }
      .fl-post-content-bottom .fl-tags-share-post .fl-post-share a:hover {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
    .fl-post-content-bottom .fl-tags-share-post.content-50-w .fl-tags-single-blog {
      max-width: 50%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .fl-post-content-bottom .fl-tags-share-post.content-50-w .fl-post-share {
      max-width: 50%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

/*-------------------------------------------------------------------

==  Comments

-------------------------------------------------------------------*/
.fl-comments-container {
  padding-top: 60px; }
  .fl-comments-container .comment-respond {
    margin-bottom: 40px; }
  .fl-comments-container .fl-comment-title, .fl-comments-container .comment-reply-title {
    font-size: 24px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-comments-container .fl-comment-title small, .fl-comments-container .comment-reply-title small {
      margin-left: 10px; }
  .fl-comments-container .fl-comment-title {
    margin-bottom: 35px; }
  .fl-comments-container .fl-comments-list {
    margin-bottom: 50px; }
    .fl-comments-container .fl-comments-list .comment > .comment {
      padding-left: 25px; }
    .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px dotted #eee; }
      .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-avatar {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding-right: 0;
        padding-left: 0;
        margin-right: 20px; }
        .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-avatar img {
          max-width: 60px;
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
      .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-right: 0;
        padding-left: 0; }
        .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 11px; }
          .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
            color: #1c1f23;
            margin-right: 30px; }
            .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper .comment-author-name a {
              font-size: inherit;
              color: inherit;
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
              .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper .comment-author-name a:hover {
                -webkit-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
                opacity: .7; }
          .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper .comment--time a {
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            color: #a8aaab;
            font-size: 12px; }
            .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper .comment--time a:hover {
              opacity: .7;
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
          .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper .comment--time .comment-edit-link {
            margin-left: 15px; }
          .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper .comment--reply {
            margin-left: 15px;
            font-size: 12px;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            text-align: right; }
            .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper .comment--reply a {
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              transition: .3s ease-in-out;
              color: inherit; }
              .fl-comments-container .fl-comments-list .fl-comment .fl-comment-container .comment-meta .comments--reply-wrapper .comment--reply a:hover {
                color: #1c1f23 !important;
                -webkit-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out; }
    .fl-comments-container .fl-comments-list a {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      color: #a8aaab;
      font-size: 12px; }
      .fl-comments-container .fl-comments-list a:hover {
        opacity: .7;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
    .fl-comments-container .fl-comments-list pre {
      display: block;
      font-size: 13px;
      line-height: 1.42857143;
      color: #333;
      font-family: 'monospace';
      background-color: #f5f5f5;
      padding: 20px;
      margin: 0 0 10px;
      word-break: break-all;
      word-wrap: break-word;
      overflow-x: auto; }
  .fl-comments-container .comment-form-cookies-consent {
    padding-left: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px; }
    .fl-comments-container .comment-form-cookies-consent input[type=checkbox] {
      border: 0;
      padding: 0;
      width: 0;
      position: relative;
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important; }
      .fl-comments-container .comment-form-cookies-consent input[type=checkbox]:before {
        cursor: pointer;
        top: -8px;
        position: absolute;
        left: -19px;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 1px solid #eaeaeb; }
      .fl-comments-container .comment-form-cookies-consent input[type=checkbox]:checked:after {
        position: absolute;
        top: -5px;
        left: -15px;
        font: 9px/1 FontAwesome;
        content: '\f00c';
        text-align: center; }

.trackback .comment-avatar, .pingback .comment-avatar {
  padding-right: 0 !important; }

.fl-post-content-bottom {
  margin-top: 50px; }
  .fl-post-content-bottom .fl-comments-container {
    border-top: 1px solid; }

.comment-respond {
  width: 100%; }
  .comment-respond #cancel-comment-reply-link {
    font-size: 14px;
    color: #1c1f23;
    cursor: pointer; }
    .comment-respond #cancel-comment-reply-link:hover {
      opacity: .7;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .comment-respond form.fl-comment-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .comment-respond form.fl-comment-form .logged-in-as {
      width: 100%;
      margin-bottom: 15px; }
      .comment-respond form.fl-comment-form .logged-in-as a {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        color: #1c1f23; }
        .comment-respond form.fl-comment-form .logged-in-as a:last-child {
          margin-left: 10px; }
        .comment-respond form.fl-comment-form .logged-in-as a:hover {
          opacity: .7;
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
    .comment-respond form.fl-comment-form .author-comment {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      width: 100%; }
      .comment-respond form.fl-comment-form .author-comment textarea {
        -webkit-border-radius: 0;
                border-radius: 0;
        margin-bottom: 0;
        padding: 20px;
        font-size: 12px;
        color: #7b7d7f; }
    .comment-respond form.fl-comment-form .author-name, .comment-respond form.fl-comment-form .author-email, .comment-respond form.fl-comment-form .submit-btn-container {
      float: left;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding: 20px 10px 0; }
      .comment-respond form.fl-comment-form .author-name input, .comment-respond form.fl-comment-form .author-email input, .comment-respond form.fl-comment-form .submit-btn-container input {
        font-size: 12px;
        color: #7b7d7f;
        line-height: 47px;
        min-height: 47px;
        margin-bottom: 0; }
    .comment-respond form.fl-comment-form .author-name {
      margin-left: -10px; }
    .comment-respond form.fl-comment-form .author-name, .comment-respond form.fl-comment-form .author-email {
      width: -webkit-calc(42% - 20px);
      width: calc(42% - 20px); }
    .comment-respond form.fl-comment-form .submit-btn-container {
      width: -webkit-calc(24% - 20px);
      width: calc(24% - 20px); }
      .comment-respond form.fl-comment-form .submit-btn-container button {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }

body.logged-in form.fl-comment-form .submit-btn-container {
  padding-left: 0 !important; }

/*-------------------------------------------------------------------

==  Pagination

-------------------------------------------------------------------*/
.fl-default-pagination .page-numbers {
  color: #1c1f23;
  cursor: pointer;
  margin-right: 25px;
  line-height: 1;
  font-size: 16px;
  padding: 0 5px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .fl-default-pagination .page-numbers:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .fl-default-pagination .page-numbers:last-child {
    margin-right: 0;
    padding-left: 0; }

.fl-pages-inner-pagination .fl-pagination-text, .fl-post-inner-pagination .fl-pagination-text {
  color: #1c1f23;
  margin-right: 20px;
  font-size: 12px; }
.fl-pages-inner-pagination .post-page-numbers, .fl-post-inner-pagination .post-page-numbers {
  font-weight: 500;
  padding: 0 10px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }
  .fl-pages-inner-pagination .post-page-numbers:hover, .fl-post-inner-pagination .post-page-numbers:hover {
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in; }

/*-------------------------------------------------------------------

==  Widget

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Sidebar

-------------------------------------------------------------------*/
.sidebar {
  	/*-------------------------------------------------------------------
  
      ==  About Me widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
     ==  Widget Categories
  
     -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
     ==  Widget Popular Posts
  
     -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Tag Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
  	==  Search widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
  	==  Archive widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
  	==  Calendar Widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
  	==  Pages Widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
  	==  Meta Widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
  	==  Recent Commets Widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
  	==  RSS Widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
  	==  RSS Widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
  	==  Nav Menu Widget
  
  	-------------------------------------------------------------------*/ }
  .sidebar .widget {
    font-size: 12px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative; }
    .sidebar .widget:after {
      content: '';
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 1px;
      overflow: hidden;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ccc), color-stop(0, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #ccc 40%, rgba(255, 255, 255, 0) 0);
      background-image: -o-linear-gradient(left, #ccc 40%, rgba(255, 255, 255, 0) 0);
      background-image: linear-gradient(to right, #ccc 40%, rgba(255, 255, 255, 0) 0);
      background-position: bottom;
      -webkit-background-size: 5px 3px;
      background-size: 5px 3px;
      background-repeat: repeat-x; }
    .sidebar .widget:last-child {
      margin-bottom: 0 !important;
      border-bottom: none !important; }
      .sidebar .widget:last-child:after {
        display: none; }
    .sidebar .widget ul {
      list-style: none; }
      .sidebar .widget ul li {
        font-size: 12px;
        list-style: none;
        margin-bottom: 0; }
    .sidebar .widget select {
      font-size: 11px;
      border: 1px solid;
      -webkit-border-radius: 0;
              border-radius: 0;
      padding: 0 35px 0 15px;
      max-width: 100%;
      width: 100%;
      margin: 0 0 20px 0;
      resize: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #fff url("../css/images/arrow-dropdown.png") center right 0 no-repeat; }
    .sidebar .widget a {
      color: #a8aaab;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .sidebar .widget a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .sidebar .widget.widget_rss a, .sidebar .widget.widget_text a, .sidebar .widget.widget_recent_comments a {
      color: #1c1f23;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .sidebar .widget.widget_rss a:hover, .sidebar .widget.widget_text a:hover, .sidebar .widget.widget_recent_comments a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .sidebar .widget.widget_meta a, .sidebar .widget.widget_recent_entries a {
      color: #7b7d7f; }
  .sidebar .fl-widget--title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px; }
  .sidebar .fl_about_widget .fl-about-widget figure {
    margin-bottom: 17px; }
  .sidebar .fl_about_widget .fl-about-widget .fl-author-title {
    font-size: 14px;
    margin-bottom: 8.5px; }
  .sidebar .fl_about_widget .fl-about-widget .text {
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 24px; }
    .sidebar .fl_about_widget .fl-about-widget .text p {
      margin-bottom: 0; }
  .sidebar .fl_about_widget .fl-about-widget ul.fl-about-social-link {
    padding: 0;
    margin: 0;
    list-style: none; }
    .sidebar .fl_about_widget .fl-about-widget ul.fl-about-social-link li {
      list-style: none;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .sidebar .fl_about_widget .fl-about-widget ul.fl-about-social-link li a {
        padding: 0 10.5px;
        font-size: 14px; }
      .sidebar .fl_about_widget .fl-about-widget ul.fl-about-social-link li:first-child a {
        padding-left: 0; }
      .sidebar .fl_about_widget .fl-about-widget ul.fl-about-social-link li:last-child a {
        padding-right: 0; }
  .sidebar .widget_categories ul li {
    position: relative; }
    .sidebar .widget_categories ul li a {
      color: #7b7d7f; }
    .sidebar .widget_categories ul li span {
      position: absolute;
      top: 0;
      right: 0;
      border: 1px solid;
      padding: 4px 5px;
      min-width: 23px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      color: #7b7d7f;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      transition: .3s ease-in;
      font-size: 10px; }
  .sidebar .widget_categories .cat-item {
    padding-bottom: 13px; }
    .sidebar .widget_categories .cat-item:last-child {
      padding-bottom: 0; }
    .sidebar .widget_categories .cat-item.category-hast-children {
      padding-bottom: 0;
      margin-bottom: 13px; }
      .sidebar .widget_categories .cat-item.category-hast-children .children {
        padding-top: 13px; }
        .sidebar .widget_categories .cat-item.category-hast-children .children li {
          font-size: 12px; }
          .sidebar .widget_categories .cat-item.category-hast-children .children li span {
            font-size: inherit; }
          .sidebar .widget_categories .cat-item.category-hast-children .children li a {
            font-size: inherit; }
  .sidebar .widget_categories .category-hast-children ul.children {
    padding-left: 20px; }
  .sidebar .widget_categories .category-hast-children .category-hast-children {
    padding-left: 0; }
    .sidebar .widget_categories .category-hast-children .category-hast-children:before {
      display: none; }
  .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px; }
    .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-img {
      margin-right: 20px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-img img {
        max-width: 60px; }
    .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info .fl-post-title {
        display: block;
        line-height: 18px;
        letter-spacing: 0;
        text-transform: none;
        font-size: 12px;
        margin-bottom: 0.40rem; }
        .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info .fl-post-title a {
          color: #1c1f23; }
      .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info .fl--widget-popular-post-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 11px; }
        .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info .fl--widget-popular-post-info .fl--widget-popular-post-like {
          margin-right: 30px;
          line-height: 1; }
          .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info .fl--widget-popular-post-info .fl--widget-popular-post-like span a i {
            position: relative;
            top: 1px;
            font-size: 13px;
            margin-right: 10px; }
        .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info .fl--widget-popular-post-info .fl--widget-popular-post-comment {
          line-height: 1; }
          .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info .fl--widget-popular-post-info .fl--widget-popular-post-comment i {
            font-size: 13px;
            position: relative;
            top: 1px;
            margin-right: 10px; }
    .sidebar .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post:first-child {
      margin-top: 0; }
  .sidebar .widget_tag_cloud .tagcloud a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 7px 0;
    font-size: 11px !important;
    color: #fff !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .sidebar .widget_tag_cloud .tagcloud a:hover {
      background-color: #1f1f1f !important;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: perspective(100px) translateY(-2px);
              transform: perspective(100px) translateY(-2px);
      z-index: 1;
      color: #fff !important; }
  .sidebar .widget_tag_cloud .tagcloud:before {
    content: "";
    display: table; }
  .sidebar .widget_tag_cloud .tagcloud:after {
    clear: both;
    content: "";
    display: table; }
  .sidebar .widget_search fieldset {
    position: relative; }
  .sidebar .widget_search input.searchinput {
    padding-left: 0;
    width: 100%;
    padding-bottom: 10px;
    font-size: 12px;
    color: #7b7d7f;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-bottom-color: #dedee1; }
    .sidebar .widget_search input.searchinput:active, .sidebar .widget_search input.searchinput:focus, .sidebar .widget_search input.searchinput:hover {
      background-color: transparent !important; }
  .sidebar .widget_search .searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px; }
    .sidebar .widget_search .searchsubmit .submit-btn {
      z-index: 3;
      position: absolute;
      top: 0;
      right: 5px;
      height: 100%;
      padding-right: 20px;
      line-height: 1;
      text-align: right;
      border: none;
      background-color: transparent; }
    .sidebar .widget_search .searchsubmit i {
      font-size: 12px;
      -webkit-transition: 400ms ease-in;
      -o-transition: 400ms ease-in;
      transition: 400ms ease-in;
      z-index: 1;
      color: #a8aaab !important;
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: right;
      padding-right: 5px; }
    .sidebar .widget_search .searchsubmit:hover i {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
  .sidebar .widget_archive ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar .widget_archive ul li {
      position: relative;
      padding-bottom: 13px; }
      .sidebar .widget_archive ul li a {
        color: #7b7d7f;
        font-size: 12px;
        line-height: 1;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in; }
        .sidebar .widget_archive ul li a:hover {
          -webkit-transition: .3s ease-in;
          -o-transition: .3s ease-in;
          transition: .3s ease-in;
          color: #1c1f23; }
      .sidebar .widget_archive ul li span {
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid;
        padding: 4px 5px;
        min-width: 23px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 1;
        color: #7b7d7f;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        font-size: 10px; }
      .sidebar .widget_archive ul li:last-child {
        border-bottom: none; }
      .sidebar .widget_archive ul li:before {
        content: ""; }
  .sidebar .widget_calendar .calendar_wrap #wp-calendar {
    width: 100%;
    position: relative;
    background: transparent;
    margin: 0;
    border: none;
    border-collapse: collapse; }
    .sidebar .widget_calendar .calendar_wrap #wp-calendar caption {
      caption-side: top;
      text-align: center;
      height: 30px;
      line-height: 38px;
      font-size: 13px;
      padding: 0;
      margin-bottom: 15px;
      color: #1c1f23;
      opacity: .8; }
    .sidebar .widget_calendar .calendar_wrap #wp-calendar thead th,
    .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody td {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0;
      vertical-align: middle; }
    .sidebar .widget_calendar .calendar_wrap #wp-calendar thead th {
      font-size: 12px; }
    .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody td {
      font-size: 11px; }
    .sidebar .widget_calendar .calendar_wrap #wp-calendar thead {
      background: transparent; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar thead th {
        color: #1c1f23; }
    .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr {
      background: transparent; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
        position: relative; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
          color: #1c1f23;
          display: block;
          position: relative;
          z-index: 2; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
            content: "";
            position: absolute;
            width: 36px;
            height: 36px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            background: #fff;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            -webkit-transition: background .3s ease;
            -o-transition: background .3s ease;
            transition: background .3s ease;
            z-index: -1; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
            color: #fff !important; }
            .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover:before {
              background: #1c1f23; }
    .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot {
      background: transparent;
      position: absolute;
      top: 0;
      width: 100%;
      height: 36px;
      line-height: 36px; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        position: absolute;
        width: 36px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        padding: 0; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          border: 1px solid #eee;
          background-color: #fff;
          display: block;
          position: relative;
          margin: 0 auto;
          color: transparent !important;
          width: 28px;
          height: 28px;
          line-height: 24px;
          text-align: center;
          -webkit-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
            font-family: FontAwesome;
            display: block;
            color: #1c1f23;
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
            background-color: #1c1f23; }
            .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
            .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before {
              -webkit-transition: all .3s ease-in;
              -o-transition: all .3s ease-in;
              transition: all .3s ease-in;
              color: #fff; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
          text-align: center; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
            color: #f1f1f1;
            font-family: FontAwesome; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
        left: 0; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
          content: "\f104"; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
          content: "\f104"; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        right: 0; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
          content: "\f105"; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
          content: "\f105"; }
  .sidebar .widget_pages ul li {
    position: relative; }
    .sidebar .widget_pages ul li a {
      color: #7b7d7f; }
    .sidebar .widget_pages ul li span {
      color: #7b7d7f;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 11px; }
  .sidebar .widget_pages .page_item {
    padding-bottom: 13px; }
    .sidebar .widget_pages .page_item:last-child {
      padding-bottom: 0; }
    .sidebar .widget_pages .page_item.page_item_has_children {
      padding-bottom: 0;
      margin-bottom: 13px; }
      .sidebar .widget_pages .page_item.page_item_has_children .children {
        padding-top: 13px; }
      .sidebar .widget_pages .page_item.page_item_has_children span {
        top: 2px; }
  .sidebar .widget_pages .page_item_has_children ul.children {
    padding-left: 20px; }
  .sidebar .widget_pages .page_item_has_children > .page_item_has_children {
    padding-left: 0; }
    .sidebar .widget_pages .page_item_has_children > .page_item_has_children:before {
      display: none; }
  .sidebar .widget_meta ul li {
    padding-bottom: 13px; }
    .sidebar .widget_meta ul li:last-child {
      padding-bottom: 0; }
  .sidebar .widget_recent_comments .recentcomments {
    padding: 10px 0; }
    .sidebar .widget_recent_comments .recentcomments:first-child {
      padding-top: 0; }
  .sidebar .widget_rss .rsswidget img {
    display: none; }
  .sidebar .widget_rss ul li {
    padding-bottom: 35px; }
    .sidebar .widget_rss ul li:last-child {
      padding-bottom: 0; }
    .sidebar .widget_rss ul li .rsswidget {
      color: #232323;
      opacity: .8;
      display: block;
      margin-bottom: 5px;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .sidebar .widget_rss ul li .rsswidget:hover {
        opacity: .6; }
    .sidebar .widget_rss ul li .rss-date {
      display: block;
      margin-bottom: 5px; }
    .sidebar .widget_rss ul li .rssSummary {
      margin-bottom: 10px; }
    .sidebar .widget_rss ul li .rss-date {
      color: #c6c6c6; }
    .sidebar .widget_rss ul li cite {
      position: relative;
      display: block;
      font-style: normal;
      color: #b2b2b2; }
  .sidebar .widget_rss .rsswidget img {
    display: none; }
  .sidebar .widget_rss ul li {
    padding-bottom: 35px; }
    .sidebar .widget_rss ul li:last-child {
      padding-bottom: 0; }
    .sidebar .widget_rss ul li .rsswidget {
      color: #232323;
      opacity: .8;
      display: block;
      margin-bottom: 5px;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .sidebar .widget_rss ul li .rsswidget:hover {
        opacity: .6; }
    .sidebar .widget_rss ul li .rss-date {
      display: block;
      margin-bottom: 5px; }
    .sidebar .widget_rss ul li .rssSummary {
      margin-bottom: 10px; }
    .sidebar .widget_rss ul li .rss-date {
      color: #c6c6c6; }
    .sidebar .widget_rss ul li cite {
      position: relative;
      display: block;
      font-style: normal;
      color: #b2b2b2; }
  .sidebar .widget_nav_menu ul li {
    padding-bottom: 13px;
    position: relative; }
    .sidebar .widget_nav_menu ul li span {
      color: #7b7d7f;
      font-weight: 700;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 12px;
      line-height: 19px; }
    .sidebar .widget_nav_menu ul li ul {
      padding: 0;
      background: transparent; }
    .sidebar .widget_nav_menu ul li.empty_link {
      display: none; }
  .sidebar .widget_nav_menu .nav-item, .sidebar .widget_nav_menu .sub-nav-item {
    padding-bottom: 13px; }
    .sidebar .widget_nav_menu .nav-item:last-child, .sidebar .widget_nav_menu .sub-nav-item:last-child {
      padding-bottom: 0; }
    .sidebar .widget_nav_menu .nav-item.has-submenu, .sidebar .widget_nav_menu .sub-nav-item.has-submenu {
      padding-bottom: 0;
      margin-bottom: 13px; }
      .sidebar .widget_nav_menu .nav-item.has-submenu .sub-menu, .sidebar .widget_nav_menu .sub-nav-item.has-submenu .sub-menu {
        padding-top: 13px; }
      .sidebar .widget_nav_menu .nav-item.has-submenu span, .sidebar .widget_nav_menu .sub-nav-item.has-submenu span {
        top: 2px; }
  .sidebar .widget_nav_menu .has-submenu ul.sub-menu {
    padding-left: 15px; }
  .sidebar .widget_nav_menu .has-submenu .has-submenu {
    padding-left: 0; }
    .sidebar .widget_nav_menu .has-submenu .has-submenu:before {
      display: none; }

/*-------------------------------------------------------------------

==  Contact Form

-------------------------------------------------------------------*/
.fl--contact_form .fl_contact_name, .fl--contact_form .fl_contact_email, .fl--contact_form .fl_contact_subject, .fl--contact_form .fl_contact_phone {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  float: left; }
  .fl--contact_form .fl_contact_name .wpcf7-not-valid-tip, .fl--contact_form .fl_contact_email .wpcf7-not-valid-tip, .fl--contact_form .fl_contact_subject .wpcf7-not-valid-tip, .fl--contact_form .fl_contact_phone .wpcf7-not-valid-tip {
    position: relative;
    margin-top: -15px;
    font-size: 11px;
    padding-left: 10px; }
.fl--contact_form .fl_contact_phone, .fl--contact_form .fl_contact_subject {
  padding-left: 10px; }
.fl--contact_form .fl_contact_email, .fl--contact_form .fl_contact_name {
  padding-right: 10px; }
.fl--contact_form .fl_contact_textarea .wpcf7-not-valid-tip {
  position: relative;
  margin-top: -15px;
  font-size: 11px;
  padding-left: 10px; }
.fl--contact_form .fl_contact_textarea textarea.fl-contact-form-message {
  height: 130px; }
.fl--contact_form .fl-contact-submit-btn-wrapper .fl-submit-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
.fl--contact_form .fl-contact-submit-btn-wrapper .ajax-loader {
  width: auto;
  height: auto;
  right: 15px;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  margin: 0;
  position: absolute;
  color: inherit;
  background: transparent;
  -webkit-animation-name: spin_load-1;
          animation-name: spin_load-1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
  .fl--contact_form .fl-contact-submit-btn-wrapper .ajax-loader:before {
    top: 38%;
    content: "\E835";
    font-family: fl-custom-icon-font;
    font-size: 11px; }

@-webkit-keyframes spin_load-1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin_load-1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*-------------------------------------------------------------------

==  404 page

-------------------------------------------------------------------*/
.fl--404-page-wrapper .fl-404-text-wrapper {
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content i {
      font-size: 41px;
      margin-right: 25px;
      color: #a2a4a3;
      top: -7px;
      position: relative; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content .fl--error-page-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 0; }
.fl--404-page-wrapper .fl-404-page-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 25px;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #eaeaeb;
  white-space: nowrap;
  text-transform: uppercase;
  color: #777;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  letter-spacing: .02em; }
  .fl--404-page-wrapper .fl-404-page-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    -webkit-background-size: 2em 100%;
            background-size: 2em 100%; }
  .fl--404-page-wrapper .fl-404-page-btn:hover:after {
    -webkit-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
    background-position: 150% 0; }
.fl--404-page-wrapper .fl-404-page-decor {
  margin: 55px 0;
  position: relative;
  display: block;
  height: 1px;
  background: #eaeaeb; }
.fl--404-page-wrapper .fl-404-page-search-form {
  max-width: 450px;
  margin: 0 auto; }
  .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 {
    position: relative; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"] {
      margin-bottom: 0;
      padding-right: 55px; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper:after {
      letter-spacing: .02em;
      content: attr(data-text);
      line-height: 0;
      max-width: 100%;
      border-bottom: 2px solid;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      font-size: 13px;
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: transparent; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit {
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit .submit-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        width: 45px;
        z-index: 9; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit i {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        width: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit:hover i {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Footer Style One

-------------------------------------------------------------------*/
.fl--footer {
  padding: 106px 0 100px; }
  .fl--footer .container .fl-top-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .fl--footer .container .fl-footer-navigation {
    margin-bottom: 80px; }
  .fl--footer .container .fl-footer-copyright {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center; }
    .fl--footer .container .fl-footer-copyright .fl-footer-social {
      margin-bottom: 40px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .fl--footer .container .fl-footer-copyright .fl-footer-social a.fl_footer_social_icon {
        margin-right: 0;
        font-size: 16px;
        padding: 0 15px; }
        .fl--footer .container .fl-footer-copyright .fl-footer-social a.fl_footer_social_icon:first-child {
          padding-left: 0; }
        .fl--footer .container .fl-footer-copyright .fl-footer-social a.fl_footer_social_icon:last-child {
          padding-right: 0; }
        .fl--footer .container .fl-footer-copyright .fl-footer-social a.fl_footer_social_icon i {
          display: inline-block;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased; }
      .fl--footer .container .fl-footer-copyright .fl-footer-social:before {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 60px;
        height: 1px;
        background-color: #eaeaeb;
        content: ''; }
      .fl--footer .container .fl-footer-copyright .fl-footer-social:after {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-left: 60px;
        height: 1px;
        background-color: #eaeaeb;
        content: ''; }
    .fl--footer .container .fl-footer-copyright .fl-copyright--inner {
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      color: #a8aaab; }

/*-------------------------------------------------------------------

==  Footer Style Two

-------------------------------------------------------------------*/
.fl--footer-two {
  padding: 106px 0 100px; }
  .fl--footer-two .container .fl-top-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .fl--footer-two .container .fl-top-footer .fl-footer-copyright .fl-footer-social {
      line-height: 1;
      margin-bottom: 35px; }
      .fl--footer-two .container .fl-top-footer .fl-footer-copyright .fl-footer-social a.fl_footer_social_icon {
        padding: 0 15px; }
        .fl--footer-two .container .fl-top-footer .fl-footer-copyright .fl-footer-social a.fl_footer_social_icon i {
          font-size: 16px; }
        .fl--footer-two .container .fl-top-footer .fl-footer-copyright .fl-footer-social a.fl_footer_social_icon:first-child {
          padding-left: 0; }
    .fl--footer-two .container .fl-top-footer .fl-footer-copyright .fl-copyright--inner {
      font-size: 12px;
      font-weight: 400;
      color: #a8aaab; }

/*-------------------------------------------------------------------

==  Footer menu item

-------------------------------------------------------------------*/
.fl--footer .sidebar_container .widget_nav_menu h5.fl-widget--title {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center; }
.fl--footer .sidebar_container .widget_nav_menu ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 6px;
  text-align: center; }
  .fl--footer .sidebar_container .widget_nav_menu ul li {
    line-height: 1;
    margin-bottom: 23px;
    font-size: 14px; }
    .fl--footer .sidebar_container .widget_nav_menu ul li a {
      font-weight: 400;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .fl--footer .sidebar_container .widget_nav_menu ul li a:hover {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .fl--footer .sidebar_container .widget_nav_menu ul li:last-child {
      margin-bottom: 0; }

.fl--footer-two .sidebar_container .widget_nav_menu h5.fl-widget--title {
  margin-bottom: 35px;
  font-size: 14px; }
.fl--footer-two .sidebar_container .widget_nav_menu ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 6px; }
  .fl--footer-two .sidebar_container .widget_nav_menu ul li {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1; }
    .fl--footer-two .sidebar_container .widget_nav_menu ul li a {
      display: block;
      width: 100%;
      font-weight: 400;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .fl--footer-two .sidebar_container .widget_nav_menu ul li a:hover {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

/*-------------------------------------------------------------------

==  Footer Color Setting

-------------------------------------------------------------------*/
.fl--footer-light {
  background-color: #f9f9f9; }
  .fl--footer-light a.fl_footer_social_icon {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #1c1f23; }

.fl--footer-dark {
  background-color: #1c1f23; }
  .fl--footer-dark .fl-footer-social:after {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .fl--footer-dark .fl-footer-social:before {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .fl--footer-dark .fl_footer_social_icon {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff; }

.fl--footer-dark .sidebar_container .widget_nav_menu h5.fl-widget--title {
  color: #fff !important; }
.fl--footer-dark .sidebar_container .widget_nav_menu ul li a {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #7b7d7f; }
  .fl--footer-dark .sidebar_container .widget_nav_menu ul li a:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
.fl--footer-dark .sidebar_container_two .widget_nav_menu h5.fl-widget--title {
  color: #fff !important; }
.fl--footer-dark .sidebar_container_two .widget_nav_menu ul li a {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #7b7d7f; }
  .fl--footer-dark .sidebar_container_two .widget_nav_menu ul li a:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

.fl--footer-light .sidebar_container .widget_nav_menu ul li a {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #7b7d7f; }
  .fl--footer-light .sidebar_container .widget_nav_menu ul li a:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

@-webkit-keyframes gridSlideLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes gridSlideLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.gridSlideLeft {
  -webkit-animation-name: gridSlideLeft;
  animation-name: gridSlideLeft; }

.ms {
  margin: 0; }

/*-------------------------------------------------------------------

==  Search form Full Width

-------------------------------------------------------------------*/
.fl-full-width-search-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.95);
  z-index: 9999;
  display: none; }
  .fl-full-width-search-form .fl--search-icon-menu {
    opacity: 1;
    visibility: visible;
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    position: fixed;
    height: 50px;
    margin: 0;
    outline: 0;
    padding: 10px;
    vertical-align: top;
    width: 50px;
    top: 50px;
    right: 20px;
    z-index: 99999;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0s ease;
    transition: -webkit-transform 0s ease;
    -o-transition: transform 0s ease;
    transition: transform 0s ease;
    transition: transform 0s ease, -webkit-transform 0s ease; }
    .fl-full-width-search-form .fl--search-icon-menu:before {
      font-family: fl-custom-icon-font;
      content: '\e81b';
      color: #fff !important;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 15px;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .fl-full-width-search-form .fl--search-icon-menu:hover {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
  .fl-full-width-search-form .fl-full-width-search-wrapper {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 800px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fl-full-width-search-form .fl-full-width-search-wrapper .products-search {
      display: block;
      width: 100%; }
      .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
        .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .product-cat {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          min-width: 140px;
          position: relative; }
          .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .product-cat select {
            margin-left: 1px;
            padding-right: 20px; }
          .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .product-cat:after {
            color: #d2d2d2;
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            vertical-align: middle;
            border-top: 4px dashed;
            border-top: 4px solid;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            position: absolute;
            top: 50%;
            right: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .search-wrapper {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-right: 5px; }
        .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .search-submit {
          padding: 17px 45px;
          letter-spacing: .1em; }
        .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content input, .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content select {
          color: #1c1f23 !important;
          min-height: 47px;
          margin-bottom: 0; }
        .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content input::-webkit-input-placeholder {
          color: #1c1f23 !important; }
        .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content select {
          -webkit-border-radius: 0;
                  border-radius: 0;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none; }
          .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content select::-ms-expand {
            display: none; }
    .fl-full-width-search-form .fl-full-width-search-wrapper .fl-form-bottom-text {
      font-size: 13px;
      margin-top: 10px;
      width: 100%;
      text-align: left;
      color: #ffffff; }

/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
.fl-mobile-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098; }
  .fl-mobile-menu-wrapper .fl-sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1099;
    cursor: pointer; }
  .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 280px;
    background: #fff;
    padding: 45px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; }
    .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper .fl--mobile-menu-navigation {
      max-height: -webkit-calc(100% - 85px);
      max-height: calc(100% - 85px);
      overflow-x: auto; }

.fl--mobile-menu {
  background: inherit;
  z-index: 9;
  position: relative; }
  .fl--mobile-menu > li:last-child a {
    border-bottom: none; }
  .fl--mobile-menu li {
    -webkit-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    overflow: hidden; }
    .fl--mobile-menu li.opened {
      -webkit-transition: background-color .3s ease-in;
      -o-transition: background-color .3s ease-in;
      transition: background-color .3s ease-in;
      background: #f7f7f7; }
      .fl--mobile-menu li.opened > a .fl-menu-flipper-icon {
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
        .fl--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content i {
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s;
          opacity: 0; }
    .fl--mobile-menu li a {
      border-bottom: 1px solid #eee;
      position: relative;
      line-height: 1.1;
      display: block;
      padding: 17px 40px 17px 24px;
      color: #222222;
      font-size: 11px;
      text-transform: uppercase; }
      .fl--mobile-menu li a .fl-menu-flipper-icon {
        position: absolute;
        right: 0;
        color: #000;
        height: 100%;
        width: 50px;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .fl--mobile-menu li a:hover {
        color: #000; }
    .fl--mobile-menu li:last-child {
      border-bottom: none; }
    .fl--mobile-menu li .sub-menu {
      display: none;
      background: #f7f7f7; }
      .fl--mobile-menu li .sub-menu li a {
        text-transform: none;
        font-size: 11px; }
      .fl--mobile-menu li .sub-menu li .sub-menu {
        border-left: none;
        margin-left: 0; }
        .fl--mobile-menu li .sub-menu li .sub-menu li a {
          padding-left: 37px; }
    > .fl--mobile-menu li:first-child a {
      border-bottom: none; }

.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar, .fl--mobile-menu-navigation::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px; }
.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar-thumb, .fl--mobile-menu-navigation::-webkit-scrollbar-thumb {
  height: 150px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #f7f7f7; }

body.admin-bar .fl--mobile-menu-navigation-wrapper {
  top: 30px; }
body.admin-bar ul.fl-sidebar-social-profiles {
  bottom: 50px; }

.fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #2a2b30;
  height: 100%;
  width: 50px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-perspective: 40px;
          perspective: 40px; }
  .fl-menu-flipper-icon .fl-front-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-menu-flipper-icon .fl-back-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .6s ease-in;
  -o-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  top: 15px;
  right: 5px;
  z-index: 99999;
  cursor: pointer; }
  .fl-close-sidebar-icon:before {
    font-family: fl-custom-icon-font;
    content: '\ec30';
    color: #2a2b30 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

ul.fl-sidebar-social-profiles {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 24px; }
  ul.fl-sidebar-social-profiles li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    ul.fl-sidebar-social-profiles li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      font-size: 14px;
      padding: 0 2px;
      color: #1b1b1b;
      -webkit-transition: color .3s ease, opacity .3s ease;
      -o-transition: color .3s ease, opacity .3s ease;
      transition: color .3s ease, opacity .3s ease;
      z-index: 1;
      width: 26px;
      height: 26px;
      opacity: .8; }
      ul.fl-sidebar-social-profiles li a i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      ul.fl-sidebar-social-profiles li a:before {
        z-index: -1;
        content: '';
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 0;
        -webkit-border-radius: 100%;
                border-radius: 100%; }
      ul.fl-sidebar-social-profiles li a:hover {
        opacity: 1;
        color: #fff; }
        ul.fl-sidebar-social-profiles li a:hover:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      ul.fl-sidebar-social-profiles li a.facebook:before {
        background: #4267b2; }
      ul.fl-sidebar-social-profiles li a.twitter:before {
        background: #1da1f2; }
      ul.fl-sidebar-social-profiles li a.linkedin:before {
        background: #0274b3; }
      ul.fl-sidebar-social-profiles li a.instagram:before {
        background: #231f20; }
      ul.fl-sidebar-social-profiles li a.behance:before {
        background: #0057ff; }
      ul.fl-sidebar-social-profiles li a.pinterest:before {
        background: #bd081c; }
      ul.fl-sidebar-social-profiles li a.google:before {
        background: #db4445; }
      ul.fl-sidebar-social-profiles li a.youtube:before {
        background: #f30007; }
      ul.fl-sidebar-social-profiles li a.vimeo:before {
        background: #1ab7ea; }

.fl-header-menu-container .fl--mobile-menu-icon {
  display: none !important; }

/*-------------------------------------------------------------------

==  Change Layout

-------------------------------------------------------------------*/
.grid-style-product {
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity; }
  .grid-style-product.loading {
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    opacity: .8; }
  .grid-style-product.grid .active-list {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s opacity, .3s visibility;
    -o-transition: .3s opacity, .3s visibility;
    transition: .3s opacity, .3s visibility; }
  .grid-style-product.grid .active-grid {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s opacity, .3s visibility;
    -o-transition: .3s opacity, .3s visibility;
    transition: .3s opacity, .3s visibility; }
  .grid-style-product.list .active-grid {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s opacity, .3s visibility;
    -o-transition: .3s opacity, .3s visibility;
    transition: .3s opacity, .3s visibility; }
  .grid-style-product.list .active-list {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s opacity, .3s visibility;
    -o-transition: .3s opacity, .3s visibility;
    transition: .3s opacity, .3s visibility; }
  .grid-style-product .active-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 500px;
    height: 600px;
    background: #f14088; }
  .grid-style-product .active-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 900px;
    height: 600px;
    background: #1f1f1f; }

/*-------------------------------------------------------------------

==  Related Post Single

-------------------------------------------------------------------*/
.fl-posts-inner-related-posts-wrapper {
  margin-bottom: 10px;
  padding-top: 75px;
  padding-bottom: 30px; }
  .fl-posts-inner-related-posts-wrapper .fl-posts-related-contain .fl-related-posts-title-arrow-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 25px; }
    .fl-posts-inner-related-posts-wrapper .fl-posts-related-contain .fl-related-posts-title-arrow-contain .fl-resent-posts-arrows {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 0;
      top: -10px; }
      .fl-posts-inner-related-posts-wrapper .fl-posts-related-contain .fl-related-posts-title-arrow-contain .fl-resent-posts-arrows .fl-recent-posts-arrow-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        text-align: center;
        opacity: .5;
        cursor: pointer;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #eaeaeb; }
        .fl-posts-inner-related-posts-wrapper .fl-posts-related-contain .fl-related-posts-title-arrow-contain .fl-resent-posts-arrows .fl-recent-posts-arrow-left:hover {
          opacity: 1; }
      .fl-posts-inner-related-posts-wrapper .fl-posts-related-contain .fl-related-posts-title-arrow-contain .fl-resent-posts-arrows .fl-recent-posts-arrow-right {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 40px;
        height: 40px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        text-align: center;
        opacity: .5;
        cursor: pointer;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #eaeaeb; }
        .fl-posts-inner-related-posts-wrapper .fl-posts-related-contain .fl-related-posts-title-arrow-contain .fl-resent-posts-arrows .fl-recent-posts-arrow-right:hover {
          opacity: 1; }

.fl-resent-posts-project-list-slider {
  overflow: hidden;
  padding-bottom: 50px;
  margin: auto -10px; }
  .fl-resent-posts-project-list-slider .fl-resent-posts-item {
    float: left;
    padding: 10px 10px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info {
      padding-right: 20px;
      padding-left: 20px; }
      .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .fl-resent-posts-title {
        margin-top: 25px;
        margin-bottom: 15px; }
        .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .fl-resent-posts-title a {
          color: #1c1f23;
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
          .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .fl-resent-posts-title a:hover {
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out; }
      .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-post-content {
        margin-bottom: 20px; }
      .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .fl-resent-posts-info-bottom {
        font-size: 12px;
        padding-top: 15px; }
      .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px; }
        .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content .bottom-left-content {
          color: #a8aaab;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; }
        .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content .bottom-right-content {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          text-align: right; }
          .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content .bottom-right-content .fl-like-info {
            margin-right: 40px; }
            .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content .bottom-right-content .fl-like-info i {
              margin-right: 5px; }
            .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content .bottom-right-content .fl-like-info a {
              color: #7b7d7f; }
              .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content .bottom-right-content .fl-like-info a:hover {
                color: inherit;
                -webkit-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out; }
          .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content .bottom-right-content .fl--comment-icon-info {
            color: #7b7d7f; }
            .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content .bottom-right-content .fl--comment-icon-info i {
              margin-right: 4px; }
            .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-info .resent-bottom-content .bottom-right-content .fl--comment-icon-info:hover {
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
    .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-img {
      margin-bottom: 27px;
      position: relative; }
      .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-img .fl-resent-posts-category {
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 3px 14px;
        font-size: 11px;
        font-weight: 400; }
        .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-img .fl-resent-posts-category ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-img .fl-resent-posts-category ul li a {
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            color: #fff;
            padding: 6px 15px;
            margin-right: 10px; }
            .fl-resent-posts-project-list-slider .fl-resent-posts-item .fl-resent-posts-img .fl-resent-posts-category ul li a:hover {
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              transition: .3s ease-in-out;
              background: #1c1f23 !important; }

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1170px

-------------------------------------------------------------------*/
@media screen and (max-width: 1780px) {
  .fl-boxed-container {
    padding-left: 15px;
    padding-right: 15px; } }
/*-------------------------------------------------------------------

==  max-width 1200px

-------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .fl--footer-two .fl-top-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .fl--footer-two .fl-top-footer .fl-footer-copyright {
      margin-top: 45px;
      text-align: center; }
      .fl--footer-two .fl-top-footer .fl-footer-copyright .fl-footer-social {
        margin-bottom: 20px;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .fl--footer-two .fl-top-footer .fl-footer-copyright .fl-footer-social:before, .fl--footer-two .fl-top-footer .fl-footer-copyright .fl-footer-social:after {
          background-color: #eaeaeb; }
        .fl--footer-two .fl-top-footer .fl-footer-copyright .fl-footer-social:before {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-right: 60px;
          height: 1px;
          content: ''; }
        .fl--footer-two .fl-top-footer .fl-footer-copyright .fl-footer-social:after {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-left: 60px;
          height: 1px;
          content: ''; }
    .fl--footer-two .fl-top-footer .fl-footer-navigation {
      text-align: center; } }
/*-------------------------------------------------------------------

==  max-width 1170px

-------------------------------------------------------------------*/
@media screen and (max-width: 1170px) {
  .fl-padding {
    height: 90px !important; } }
/*-------------------------------------------------------------------

==  max-width 1024px

-------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .fl-header--navigation-style-one .fl-top-header-content .fl-top-left-content .fl-top-wrapper-left:last-child, .fl-header--navigation-style-two .fl-top-header-content .fl-top-left-content .fl-top-wrapper-left:last-child, .fl-header--navigation-style-three .fl-top-header-content .fl-top-left-content .fl-top-wrapper-left:last-child, .fl-header--navigation-style-five .fl-top-header-content .fl-top-left-content .fl-top-wrapper-left:last-child {
    display: none; }

  .fl-header--navigation-style-one .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .detail-text, .fl-header--navigation-style-two .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .detail-text, .fl-header--navigation-style-three .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .detail-text, .fl-header--navigation-style-four .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .detail-text, .fl-header--navigation-style-five .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .detail-text {
    display: none; }
  .fl-header--navigation-style-four .fl-top-header-content .fl-top-left-content .fl-top-wrapper-left:last-child{
    display: inline-flex; }
  .fl-header--navigation-style-one .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .fl-detail, .fl-header--navigation-style-two .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .fl-detail, .fl-header--navigation-style-three .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .fl-detail, .fl-header--navigation-style-four .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .fl-detail, .fl-header--navigation-style-five .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right .fl-detail {
    margin-left: 0; }
  .fl-header--navigation-style-one .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right i, .fl-header--navigation-style-two .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right i, .fl-header--navigation-style-three .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right i, .fl-header--navigation-style-four .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right i, .fl-header--navigation-style-five .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right i {
    padding-right: 3px; }

  .fl-header--navigation-style-one .fl-bottom-header-content .fl--hamburger-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .fl-header--navigation-style-one .fl-bottom-header-content .fl-mega-menu {
    display: none; }
  .fl-header--navigation-style-one .fl-bottom-header-content .fl--navigation-icon-container {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    text-align: right; }

  .fl-header--navigation-style-two .fl-bottom-header-content .fl--hamburger-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .fl-header--navigation-style-two .fl-bottom-header-content .fl-mega-menu {
    display: none; }
  .fl-header--navigation-style-two .fl-bottom-header-content .fl--navigation-icon-container {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    text-align: right; }

  .fl-header--navigation-style-three .fl-bottom-header-content .fl--hamburger-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .fl-header--navigation-style-three .fl-bottom-header-content .fl-mega-menu {
    display: none; }
  .fl-header--navigation-style-three .fl-bottom-header-content .fl--navigation-icon-container {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    text-align: right; }

  .fl-header--navigation-style-four .fl-bottom-header-content .fl--hamburger-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .fl-header--navigation-style-four .fl-bottom-nav-container {
    display: none; }

  .fl--subscribe-contain {
    height: 85px;
    min-height: auto !important; }

  .fl--footer-two, .fl--footer {
    padding: 55px 0 55px; }
    .fl--footer-two .fl-top-footer, .fl--footer .fl-top-footer {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }

  .fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
    width: 33.33333%; }
  .fl--grid-system.fl-grid--four-column .gutter-sizer {
    width: 0; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 7.5px);
    width: calc(33.33333% - 7.5px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 15px);
    width: calc(33.33333% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 22.5px);
    width: calc(33.33333% - 22.5px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 30px);
    width: calc(33.33333% - 30px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 37.5px);
    width: calc(33.33333% - 37.5px); } }
/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .fl--footer-two .fl-top-footer .fl-footer-navigation .fl-footer-column, .fl--footer .fl-top-footer .fl-footer-navigation .fl-footer-column {
    margin-bottom: 15px; }
    .fl--footer-two .fl-top-footer .fl-footer-navigation .fl-footer-column .fl-widget--title, .fl--footer .fl-top-footer .fl-footer-navigation .fl-footer-column .fl-widget--title {
      margin-bottom: 20px; }
    .fl--footer-two .fl-top-footer .fl-footer-navigation .fl-footer-column ul li, .fl--footer .fl-top-footer .fl-footer-navigation .fl-footer-column ul li {
      margin-bottom: 20px; }

  .fl-padding {
    height: 70px !important; }

  .fl-padding-20px {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .sidebar_left .sidebar {
    padding-right: 0 !important; }

  .sidebar_right .sidebar {
    padding-left: 0 !important; }

  .fl-padding-standard-lg.vc_col-has-fill .vc_column-inner {
    border-color: transparent !important; }
  .fl-padding-standard-lg .vc_column-inner {
    padding-right: 20px !important;
    padding-left: 20px !important; } }
/*-------------------------------------------------------------------

==  max-width 991px

-------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .fl--subscribe-contain {
    height: auto !important;
    padding: 15px 0 30px; }
    .fl--subscribe-contain .fl--subscribe .fl--subscribe-title {
      margin-bottom: 10px;
      text-align: center !important; }
    .fl--subscribe-contain .fl--subscribe-input {
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
/*-------------------------------------------------------------------

==  max-width 870px

-------------------------------------------------------------------*/
@media (max-width: 870px) {
  .fl--navigation {
    display: none !important; }

  .sidebar_right .sidebar {
    margin-left: 0; }

  .sidebar_left .sidebar {
    margin-right: 0; } }
/*-------------------------------------------------------------------

max-width 782px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

min-width 768px

-------------------------------------------------------------------*/
@media (max-width: 768px) {
  .fl-post-content-bottom {
    margin-top: 20px; }
    .fl-post-content-bottom .fl-tags-share-post {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 30px !important; }
      .fl-post-content-bottom .fl-tags-share-post .fl-tags-single-blog {
        margin-bottom: 25px; }
      .fl-post-content-bottom .fl-tags-share-post .fl-tags-single-blog, .fl-post-content-bottom .fl-tags-share-post .fl-post-share {
        max-width: none !important;
        width: 100%; }
    .fl-post-content-bottom .fl-comments-container {
      padding-top: 40px; }
      .fl-post-content-bottom .fl-comments-container .author-name, .fl-post-content-bottom .fl-comments-container .author-email {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 15px 0 0 !important; }
      .fl-post-content-bottom .fl-comments-container .submit-btn-container {
        width: 100% !important;
        padding-left: 0 !important; }
        .fl-post-content-bottom .fl-comments-container .submit-btn-container .fl-submit-comment {
          width: auto; }

  .fl--blog-style-masonry .fl-post--item {
    width: 50%; }

  .page_heading, .page_heading-disable-parallax {
    height: 500px;
    min-height: 500px; }

  .parallax-content_header, .content_header {
    min-height: 500px; }

  .fl--header-title, .fl--header-title-disable-image {
    font-size: 60px !important; }

  .fl--work-style-standard .fl-works--item {
    width: 33.33333%; }

  .fl--footer-two, .fl--footer {
    padding: 25px 0; }
    .fl--footer-two .fl-footer-navigation, .fl--footer .fl-footer-navigation {
      margin-bottom: 0 !important; }
    .fl--footer-two .fl-footer-copyright, .fl--footer .fl-footer-copyright {
      margin-top: 20px !important; }

  .fl-padding {
    height: 50px !important; }

  .fl--grid-system.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-grid--three-column .fl-grid-item {
    width: 50%; }
  .fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
    width: 50%; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 6.6px);
    width: calc(50% - 6.6px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 13.2px);
    width: calc(50% - 13.2px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 19.8px);
    width: calc(50% - 19.8px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 22.5px);
    width: calc(50% - 22.5px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 26.4px);
    width: calc(50% - 26.4px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 33px);
    width: calc(50% - 33px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 37.5px);
    width: calc(50% - 37.5px); }

  .fl-content-wrapper {
    padding-right: 0;
    padding-left: 0; }

  .fl_content_story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .sidebar_left {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    float: none;
    border: 0 !important; }

  .sidebar_right {
    border: 0 !important;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    float: none; }

  .position_sidebar_left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    float: none;
    border-left: 0 !important;
    padding-left: 15px !important; }

  .position_sidebar_right {
    border-right: 0 !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    float: none;
    padding-right: 15px !important; }

  .fl-reflect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .vc_row[data-row-boxed].fl-reflect .vc_row_boxed-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .navigation_container_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .navigation_container_left {
    display: none; }

  .fl-hamburger-full-width .fl-nav-container-sidebar .fl-close-btn-menu {
    right: 5px; } }
/*-------------------------------------------------------------------

==  max-width 680px

-------------------------------------------------------------------*/
@media (max-width: 680px) {
  .fl-comment-container {
    display: block !important; }

  .products.fl-list-style .shop-archive-item .fl-woo-item-left-content {
    padding-right: 0 !important;
    width: 100%;
    float: none !important;
    max-width: none !important; }
  .products.fl-list-style .shop-archive-item .fl-woo-item-right-content {
    padding: 15px 0 !important;
    margin-left: 0 !important;
    width: 100%;
    display: block !important;
    text-align: center; }
    .products.fl-list-style .shop-archive-item .fl-woo-item-right-content .fl-woo-description {
      padding-bottom: 15px !important;
      margin-bottom: 20px !important; }
    .products.fl-list-style .shop-archive-item .fl-woo-item-right-content .fl-woo-item-price-button-content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .products.fl-list-style .shop-archive-item .fl-woo-item-right-content .fl-woo-item-price-button-content .fl--woo-price-wrap {
        width: 100%;
        margin-bottom: 15px; }
        .products.fl-list-style .shop-archive-item .fl-woo-item-right-content .fl-woo-item-price-button-content .fl--woo-price-wrap .price {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .products.fl-list-style .shop-archive-item .fl-woo-item-right-content .fl-woo-item-price-button-content .fl--woo-add-to-cart-wrap-list {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important; }

  .fl-top-header-content .fl-top-left-content .fl-top-wrapper-left, .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right {
    padding: 0 13px; }

  .fl--work-style-standard .fl-works--item {
    width: 50%; }

  .fl--grid-system.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-grid--two-column .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-grid--three-column .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-grid--three-column .gutter-sizer {
    width: 0; }
  .fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 6.6px);
    width: calc(100% - 6.6px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 7.5px);
    width: calc(100% - 7.5px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 13.2px);
    width: calc(100% - 13.2px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 19.8px);
    width: calc(100% - 19.8px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 22.5px);
    width: calc(100% - 22.5px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 26.4px);
    width: calc(100% - 26.4px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 33px);
    width: calc(100% - 33px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 37.5px);
    width: calc(100% - 37.5px); } }
/*-------------------------------------------------------------------

==  max-width 630px

-------------------------------------------------------------------*/
@media (max-width: 630px) {
  .fl-post-blog-filter .fl-post-blog-filter-item {
    display: block;
    width: 100%;
    padding: 0; }

  .fl-header-filter-work-category-wrapper ul li {
    display: block;
    padding: 0 !important; } }
/*-------------------------------------------------------------------

==  max-width 570px

-------------------------------------------------------------------*/
@media (max-width: 570px) {
  .fl--blog-style-masonry .fl-post--item {
    width: 100%; }

  .fl-login-sub-menu {
    right: auto !important;
    max-width: 320px !important; }

  .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl-header-social-profile {
    display: none; }
  .fl-header--navigation-style-four .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
    text-align: left; }

  .fl-top-header-content .fl-top-right-content {
    display: none;}
  .fl-top-header-content .fl-top-right-content {
    text-align: center; }
    .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right {
      padding: 0 20px; }
      .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right:first-child {
        border-left: none !important; }

  .fl-header-filter-work-category-wrapper ul li {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .page_heading, .page_heading-disable-parallax {
    height: 400px;
    min-height: 400px; }

  .parallax-content_header, .content_header {
    min-height: 400px; }

  .fl--header-title, .fl--header-title-disable-image {
    font-size: 45px !important; }

  .fl--work-style-standard .fl-works--item {
    width: 100%; }

  .fl--subscribe-contain .fl--subscribe .fl--subscribe-input form .mc4wp-form-fields input.fl--input {
    width: auto !important; } }
/*-------------------------------------------------------------------

==  max-width 500px

-------------------------------------------------------------------*/
@media (max-width: 500px) {
  .fl-login-sub-menu {
    right: -14px !important; }

  .fl-top-header-content .fl-top-right-content .fl-top-wrapper-right {
    padding: 0 15px; }

  .fl-header--navigation-style-five .fl--hamburger-menu-wrapper .fl-menu-text {
    display: none; } }
/*-------------------------------------------------------------------

== Login Form

-------------------------------------------------------------------*/
.remember--lost-password-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px; }
  .remember--lost-password-wrapper .remember-login-checkbox-label {
    cursor: pointer;
    margin-top: 0;
    margin-right: 12px;
    padding-left: 20px;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .remember--lost-password-wrapper .remember-login-checkbox-label input[type="checkbox"] {
      border: 0;
      padding: 0;
      width: 0;
      position: relative;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      -ms-appearance: none !important;
      -o-appearance: none !important;
      appearance: none !important; }
      .remember--lost-password-wrapper .remember-login-checkbox-label input[type="checkbox"]:before {
        cursor: pointer;
        top: -8px;
        position: absolute;
        left: -19px;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 1px solid #eaeaeb; }
    .remember--lost-password-wrapper .remember-login-checkbox-label input[type="checkbox"]:checked:after {
      position: absolute;
      top: -5px;
      left: -15px;
      font: 9px/1 FontAwesome;
      content: '\f00c';
      text-align: center; }
  .remember--lost-password-wrapper a {
    font-size: 12px; }

.fl-login-sub-menu {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 999;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 35px 25px;
  max-width: 380px;
  width: 375px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #eaeaeb;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  visibility: hidden;
  opacity: 0; }
  .fl-login-sub-menu.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .fl-login-sub-menu .fl-login-form-entry.login-in .fl-login_form {
    display: block; }
  .fl-login-sub-menu .fl-login-form-entry.login-in .fl-register-sub-menu {
    display: none; }
  .fl-login-sub-menu .fl-login-form-entry.register .fl-register-sub-menu {
    display: block; }
  .fl-login-sub-menu .fl-login-form-entry.register .fl-login_form {
    display: none; }
  .fl-login-sub-menu .fl-login-form-entry.loading {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0.8; }

.fl-login_form p + p {
  margin-top: 20px; }
.fl-login_form .login_form_title {
  font-size: 22px;
  text-align: center; }
.fl-login_form form input {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #eaeaeb;
  background-color: white;
  margin-bottom: 0; }
.fl-login_form form button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1; }
  .fl-login_form form button:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: transparent !important; }
.fl-login_form form .title-registration {
  font-size: 12px; }
.fl-login_form form .remember--lost-password-wrapper .lost-password-link {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #1c1f23; }
  .fl-login_form form .remember--lost-password-wrapper .lost-password-link:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: 3px;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  .fl-login_form form .remember--lost-password-wrapper .lost-password-link:hover {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .fl-login_form form .remember--lost-password-wrapper .lost-password-link:hover:before {
      opacity: .8;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left; }
.fl-login_form .registration-text-wrapper {
  margin-top: 15px;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fl-login_form .registration-text-wrapper .registration-text {
    margin-right: 10px; }
  .fl-login_form .registration-text-wrapper .registration-link {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #1c1f23; }
    .fl-login_form .registration-text-wrapper .registration-link:before {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: 3px;
      -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1);
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: opacity, transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
    .fl-login_form .registration-text-wrapper .registration-link:hover {
      opacity: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .fl-login_form .registration-text-wrapper .registration-link:hover:before {
        opacity: .8;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }

.fl-register-sub-menu p + p {
  margin-top: 20px; }
.fl-register-sub-menu .register_form_title {
  font-size: 22px;
  text-align: center; }
.fl-register-sub-menu form input {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #eaeaeb;
  background-color: white;
  margin-bottom: 0; }
.fl-register-sub-menu form .register-submit-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 11px; }
  .fl-register-sub-menu form .register-submit-btn:hover {
    background: transparent !important; }
.fl-register-sub-menu form .reg_passmail {
  text-align: left;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 10px; }
.fl-register-sub-menu form .register-text-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: 11px; }
  .fl-register-sub-menu form .register-text-link .registration-text {
    margin-right: 10px; }
  .fl-register-sub-menu form .register-text-link .login-in-link {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #1c1f23; }
    .fl-register-sub-menu form .register-text-link .login-in-link:before {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: 3px;
      -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1);
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: opacity, transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
    .fl-register-sub-menu form .register-text-link .login-in-link:hover {
      opacity: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .fl-register-sub-menu form .register-text-link .login-in-link:hover:before {
        opacity: .8;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }

/*-------------------------------------------------------------------

==  Load More Button Style

-------------------------------------------------------------------*/
.fl-button-pagination {
  color: #1c1f23 !important;
  padding-left: 50px !important; }
  .fl-button-pagination:before {
    top: 50%;
    left: 25px;
    content: "\f0ab";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .fl-button-pagination:hover {
    color: #fff !important; }
    .fl-button-pagination:hover:before {
      color: #fff !important; }
  .fl-button-pagination.load_more_disable {
    padding-left: 35px !important; }
    .fl-button-pagination.load_more_disable:before {
      display: none; }
  .fl-button-pagination.loading:before {
    top: 38%;
    -webkit-animation-name: spin_load;
            animation-name: spin_load;
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "\E835";
    font-family: fl-custom-icon-font;
    font-size: 11px; }
.fl-full-screen-product-container.product_style_two .images .fl-mail-slider-wrapper{
	    direction: ltr;
}