/*
||===================================================||
||                                                   ||
||          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

-------------------------------------------------------------------*/
* {
  word-wrap: break-word; }

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

.fl_content {
  width: 100%; }

.fl--header-title {
  word-wrap: break-word;
  letter-spacing: 1px;
  font-size: 50px;
  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; }

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

audio[controls], canvas, video {
  display: inline-block; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%; }

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, ul, li, ol, a, em, img, strong, fieldset, form, label, article, aside,
details, figcaption, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none; }

:focus {
  outline: 0; }

img {
  vertical-align: middle;
  outline: 0; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

html, body, textarea, input {
  -webkit-text-size-adjust: none; }

body {
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

figure {
  margin: 0 0 1rem; }

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

==  WordPress Core.

-------------------------------------------------------------------*/
code, kbd, tt, var {
  font: 14px Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  color: #7b7b7b;
  word-break: break-all;
  word-wrap: break-word; }

.hidden.button {
  display: none !important; }

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

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  max-width: 98%;
  padding: 4px;
  text-align: center;
  background: #eaeaeb; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .wp-caption.alignnone {
    margin: 5px 0 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }

/*====================================================================
==  image gallery
====================================================================*/
.gallery-columns-1 {
  float: left;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-1 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-1 .gallery-item:nth-child(3n+1) {
  clear: left; }

.gallery-columns-2 {
  float: left;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  float: left;
  width: 50%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-2 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left; }

.gallery-columns-3 {
  float: left;
  width: 100%; }

.gallery-columns-3 .gallery-item {
  float: left;
  width: 33.333%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-3 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left; }

.gallery-columns-4 {
  float: left;
  width: 100%; }

.gallery-columns-4 .gallery-item {
  float: left;
  width: 25%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-4 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left; }

.gallery-columns-5 {
  float: left;
  width: 100%; }

.gallery-columns-5 .gallery-item {
  float: left;
  width: 20%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-5 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left; }

.gallery-columns-6 {
  float: left;
  width: 100%; }

.gallery-columns-6 .gallery-item {
  float: left;
  width: 16.6666%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-6 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left; }

.gallery-columns-7 {
  float: left;
  width: 100%; }

.gallery-columns-7 .gallery-item {
  float: left;
  width: 14.2857%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-7 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left; }

.gallery-columns-8 {
  float: left;
  width: 100%; }

.gallery-columns-8 .gallery-item {
  float: left;
  width: 12.5%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-8 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: left; }

.gallery-columns-9 {
  float: left;
  width: 100%; }

.gallery-columns-9 .gallery-item {
  float: left;
  width: 11.1111%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-9 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

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

==  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: 400px; }

.parallax-content_header {
  min-height: 400px;
  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: 400px;
  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: 400px;
  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; }

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

==  TYPOGRAPHY

-------------------------------------------------------------------*/
p {
  margin: 0 0 6px; }

p + p {
  margin-top: 26px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  border: 0; }

.small {
  font-size: 10px; }

hr {
  display: block;
  height: 0;
  line-height: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0; }

kbd {
  padding: 3px 6px;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.05); }

dt, b, strong {
  font-weight: 700; }

li > p {
  margin-bottom: 0; }

table thead tr th, table tfoot tr td {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 9px;
  color: #232323; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  text-align: left; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

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

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

==  Framework TYPOGRAPHY

-------------------------------------------------------------------*/
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content hr {
  margin-top: 40px;
  margin-bottom: 50px; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content dl {
  line-height: 1.6;
  margin-bottom: 17px; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol {
  position: relative;
  line-height: 2;
  color: #3b3b3b;
  list-style-type: decimal;
  margin-left: 20px; }
  .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol ol {
    margin-bottom: 0px; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol > li {
  list-style-type: decimal;
  padding-top: 6px; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul {
  margin-left: 20px;
  margin-bottom: 20px; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li {
  position: relative;
  line-height: 2;
  padding-top: 6px;
  list-style: disc; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li > ul, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol > li > ul, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li > ol {
  margin-bottom: 10px; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li > ul:last-child, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol > li > ul:last-child, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li > ol:last-child {
  margin-bottom: 0; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li ul > li {
  position: relative;
  line-height: 2;
  padding-top: 6px;
  list-style: circle; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li ul > li ul > li {
  position: relative;
  line-height: 2;
  padding-top: 6px;
  list-style: square; }
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content p {
  line-height: 1.85; }

.fl-story-blog-inner a, .fl-story-page-inner a {
  color: #1c1f23; }
.fl-story-blog-inner > a:hover, .fl-story-page-inner > a:hover {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: .8; }
.fl-story-blog-inner h1, .fl-story-blog-inner h2, .fl-story-blog-inner h3, .fl-story-blog-inner h4, .fl-story-blog-inner h5, .fl-story-blog-inner h6, .fl-story-page-inner h1, .fl-story-page-inner h2, .fl-story-page-inner h3, .fl-story-page-inner h4, .fl-story-page-inner h5, .fl-story-page-inner h6 {
  text-transform: none; }
.fl-story-blog-inner .inner_content p a, .fl-story-page-inner .inner_content p a {
  text-decoration: none;
  line-height: inherit;
  color: inherit;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .fl-story-blog-inner .inner_content p a:hover, .fl-story-page-inner .inner_content p a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #232323 !important; }
.fl-story-blog-inner .inner_content pre, .fl-story-page-inner .inner_content 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-story-blog-inner .inner_content address, .fl-story-page-inner .inner_content address {
  display: inline-block;
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 15px;
  line-height: 1.6; }
.fl-story-blog-inner .inner_content .wp-caption, .fl-story-page-inner .inner_content .wp-caption {
  width: auto; }
  .fl-story-blog-inner .inner_content .wp-caption p.wp-caption-text, .fl-story-page-inner .inner_content .wp-caption p.wp-caption-text {
    background: #ffffff;
    text-align: center;
    color: #898989 !important;
    margin: 0 !important; }
.fl-story-blog-inner .inner_content abbr, .fl-story-page-inner .inner_content abbr {
  cursor: help;
  text-transform: uppercase; }
.fl-story-blog-inner .inner_content img.size-auto,
.fl-story-blog-inner .inner_content img.size-full,
.fl-story-blog-inner .inner_content img.size-large,
.fl-story-blog-inner .inner_content img.size-medium,
.fl-story-blog-inner .inner_content .attachment img, .fl-story-page-inner .inner_content img.size-auto,
.fl-story-page-inner .inner_content img.size-full,
.fl-story-page-inner .inner_content img.size-large,
.fl-story-page-inner .inner_content img.size-medium,
.fl-story-page-inner .inner_content .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }
.fl-story-blog-inner .inner_content .alignleft,
.fl-story-blog-inner .inner_content img.alignleft, .fl-story-page-inner .inner_content .alignleft,
.fl-story-page-inner .inner_content img.alignleft {
  display: table;
  float: left;
  margin-right: 1em; }
.fl-story-blog-inner .inner_content .alignright, .fl-story-page-inner .inner_content .alignright {
  display: table;
  float: right;
  margin-left: 1em; }
.fl-story-blog-inner .inner_content img.alignright, .fl-story-page-inner .inner_content img.alignright {
  display: table;
  float: right;
  margin: 5px 0 20px 40px; }
.fl-story-blog-inner .inner_content .aligncenter,
.fl-story-blog-inner .inner_content img.aligncenter, .fl-story-page-inner .inner_content .aligncenter,
.fl-story-page-inner .inner_content img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }
.fl-story-blog-inner .inner_content img.alignleft,
.fl-story-blog-inner .inner_content img.alignright,
.fl-story-blog-inner .inner_content img.aligncenter, .fl-story-page-inner .inner_content img.alignleft,
.fl-story-page-inner .inner_content img.alignright,
.fl-story-page-inner .inner_content img.aligncenter {
  margin-bottom: 1em; }
.fl-story-blog-inner .inner_content .wp-caption, .fl-story-page-inner .inner_content .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center; }
.fl-story-blog-inner .inner_content .wp-caption p.wp-caption-text, .fl-story-page-inner .inner_content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px; }
.fl-story-blog-inner .inner_content .wp-smiley, .fl-story-page-inner .inner_content .wp-smiley {
  margin: 0; }
.fl-story-blog-inner .inner_content table, .fl-story-page-inner .inner_content table {
  font-size: 14px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border-spacing: 0;
  text-align: center;
  margin: 0 0 18px; }
  .fl-story-blog-inner .inner_content table thead, .fl-story-page-inner .inner_content table thead {
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08); }
    .fl-story-blog-inner .inner_content table thead tr th, .fl-story-page-inner .inner_content table thead tr th {
      font-size: 11px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .4px;
      padding: 9px 11px 10px;
      color: #232323; }
  .fl-story-blog-inner .inner_content table tbody tr, .fl-story-page-inner .inner_content table tbody tr {
    border-bottom: 1px solid #eee; }
    .fl-story-blog-inner .inner_content table tbody tr:last-child, .fl-story-page-inner .inner_content table tbody tr:last-child {
      border-bottom: none; }
  .fl-story-blog-inner .inner_content table th, .fl-story-blog-inner .inner_content table td, .fl-story-page-inner .inner_content table th, .fl-story-page-inner .inner_content table td {
    line-height: 2.8;
    vertical-align: middle;
    padding: 10px 12px; }
  .fl-story-blog-inner .inner_content table th:first-child, .fl-story-blog-inner .inner_content table td:first-child, .fl-story-page-inner .inner_content table th:first-child, .fl-story-page-inner .inner_content table td:first-child {
    text-align: left; }
.fl-story-blog-inner .inner_content .tagssingle, .fl-story-page-inner .inner_content .tagssingle {
  margin-top: 30px; }
.fl-story-blog-inner .inner_content dt, .fl-story-blog-inner .inner_content b, .fl-story-blog-inner .inner_content strong, .fl-story-page-inner .inner_content dt, .fl-story-page-inner .inner_content b, .fl-story-page-inner .inner_content strong {
  font-weight: bold; }
.fl-story-blog-inner .inner_content .wp-caption.alignleft, .fl-story-page-inner .inner_content .wp-caption.alignleft {
  margin: 5px 40px 20px 0; }
.fl-story-blog-inner .inner_content .alignleft, .fl-story-page-inner .inner_content .alignleft {
  float: left;
  margin: 5px 40px 20px 0; }
.fl-story-blog-inner .inner_content .alignright, .fl-story-page-inner .inner_content .alignright {
  float: right;
  margin: 5px 0 20px 40px; }
.fl-story-blog-inner .inner_content figcaption.wp-caption-text, .fl-story-page-inner .inner_content figcaption.wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 10px 4px 4px; }

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

.slick-slider {
  overflow: hidden; }
  .slick-slider .slick-slide {
    float: left; }

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

==  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: 600px;
    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: 400px;
  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: 50px;
    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: 50px;
    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: 50px;
  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;
    background: rgba(0, 0, 0, 0.2);
    margin-right: 15px; }
  .fl-blog-post-header .fl-header-style-one .fl--single-info-contain .fl--single-meta-contain {
    color: #fff;
    font-size: 12px;
    padding: 14px 19px;
    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 {
        color: #ffffff !important;
        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 {
        color: #ffffff !important;
        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: 50px;
  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: 50px;
    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

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

==  Cart Header Content

-------------------------------------------------------------------*/
.fl-cart--header {
  position: relative; }
  .fl-cart--header .fl-woo-cart-contents {
    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-cart--header .fl-woo-cart-contents .fl--woo-cart-items {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-right: 6px;
      position: relative; }
      .fl-cart--header .fl-woo-cart-contents .fl--woo-cart-items i {
        font-size: 35px;
        color: #333333; }
      .fl-cart--header .fl-woo-cart-contents .fl--woo-cart-items .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: 0;
        right: 0;
        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;
        font-weight: 600;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
    .fl-cart--header .fl-woo-cart-contents .shoping-cart-total-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-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .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; }

.fl-shopping-cart-content {
  background: #fff;
  -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;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  position: absolute;
  right: 0;
  top: 55px;
  max-width: 350px;
  padding: 30px 0 20px 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .fl-shopping-cart-content .widget_shopping_cart_content {
    color: #8b8988; }
    .fl-shopping-cart-content .widget_shopping_cart_content .is-empty-header-cart {
      text-align: center;
      padding: 0 25px;
      min-width: 230px; }
      .fl-shopping-cart-content .widget_shopping_cart_content .is-empty-header-cart i {
        color: #333;
        display: block;
        font-size: 25px;
        position: relative;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 10px; }
      .fl-shopping-cart-content .widget_shopping_cart_content .is-empty-header-cart .woocommerce-mini-cart__empty-message {
        margin-bottom: 0;
        font-size: 12px;
        color: #333; }
    .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget {
      min-width: 350px;
      padding: 0;
      margin: 0;
      list-style: none; }
      .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li {
        padding: 0 20px;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin: 0;
        list-style: none;
        position: relative;
        margin-bottom: 15px; }
        .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-left-content {
          overflow: hidden;
          display: inline-block;
          width: 80px;
          float: left; }
          .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-left-content a.woocommerce-mini-cart-product-thumbnail img {
            max-width: 70px;
            width: 70px;
            margin-left: 0; }
        .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-right-content {
          color: #8b8988;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: -webkit-calc(100% - 80px);
          width: calc(100% - 80px);
          float: left; }
          .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-right-content a.woocommerce-mini-cart-product-title {
            float: left;
            display: inline-block;
            width: -webkit-calc(100% - 24px);
            width: calc(100% - 24px);
            padding-left: 20px;
            color: #1c1f23;
            margin-bottom: 10px;
            font-size: 16px; }
          .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-right-content .variation {
            display: none; }
          .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-right-content span.quantity {
            padding-left: 20px;
            float: left;
            display: inline-block;
            width: -webkit-calc(100% - 24px);
            width: calc(100% - 24px);
            font-size: 12px;
            color: #333333; }
          .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-right-content a.remove_from_cart_button {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            right: 25px;
            width: 24px;
            height: 24px;
            -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-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-right-content a.remove_from_cart_button i {
              font-size: 13px;
              margin: 0;
              color: #fe5339;
              -webkit-transition: 300ms ease;
              -o-transition: 300ms ease;
              transition: 300ms ease; }
            .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-right-content a.remove_from_cart_button:hover {
              background: transparent; }
              .fl-shopping-cart-content .widget_shopping_cart_content ul.product_list_widget li .fl--cart-right-content a.remove_from_cart_button:hover i {
                opacity: 0.5;
                -webkit-transition: 300ms ease;
                -o-transition: 300ms ease;
                transition: 300ms ease; }
    .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__total {
      border-top: 1px solid rgba(234, 234, 235, 0.5);
      border-bottom: 1px solid rgba(234, 234, 235, 0.5);
      padding: 15px 25px;
      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: 15px; }
      .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
        color: #1c1f23;
        font-size: 12px;
        text-transform: uppercase; }
      .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
        width: 100%;
        text-align: right;
        font-size: 11px;
        color: #333333; }
    .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
      padding: 0 25px; }
      .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
        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-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        line-height: normal;
        font-size: 12px;
        text-align: center;
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        float: left;
        padding: 15px 0;
        text-transform: uppercase;
        margin-left: 7.5px;
        -webkit-border-radius: 0;
                border-radius: 0; }
        .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child {
          margin-right: 7.5px;
          margin-left: 0; }
        .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout-btn {
          color: #333333; }
        .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.view-cart-btn {
          color: #fff; }
          .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.view-cart-btn:hover {
            background: transparent !important; }
        .fl-shopping-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:hover {
          color: #1c1f23;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }

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

==  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-hover > a {
  opacity: .5;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
.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 .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 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .fl-mega-menu ul li.menu-item-depth-0 > a {
    padding: 30px 25px 25px 30px;
    line-height: 1; }
.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: 100%;
    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;
          border-bottom: none; }
        .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li.label-link-parent a .label-menu {
          font-size: 65%;
          color: #fff !important;
          padding: 3px 7px;
          margin-left: 5px;
          line-height: 1;
          letter-spacing: .15em;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          position: relative;
          top: -9px; }
        .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li.image-link-parent a {
          padding: 0 30px 10px 30px;
          overflow: hidden; }
          .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li.image-link-parent a img {
            -webkit-transition: .6s ease;
            -o-transition: .6s ease;
            transition: .6s ease;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }
          .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li.image-link-parent a:hover img {
            -webkit-transition: .6s ease;
            -o-transition: .6s ease;
            transition: .6s ease;
            -webkit-transform: scale(1.04);
                -ms-transform: scale(1.04);
                    transform: scale(1.04); }
        .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li:last-child > a {
          padding-bottom: 0; }
.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 > a {
    padding-bottom: 10px !important; }
  .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: 100%; }
    .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 {
        margin-top: 10px; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > .sub-menu > li {
          padding: 0; }

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

==  Color Setting

-------------------------------------------------------------------*/
.fl-header .top-header-content {
  background: #222222;
  color: #ffffff;
  padding: 15px 0; }
  .fl-header .top-header-content .header-top-entry-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .fl-header .top-header-content .top-header-left-content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .fl-header .top-header-content .top-header-left-content .widget {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .fl-header .top-header-content .top-header-right-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    color: #fff; }
    .fl-header .top-header-content .top-header-right-content a {
      color: inherit;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .fl-header .top-header-content .top-header-right-content a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .fl-header .top-header-content .top-header-right-content .widget {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 20px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      line-height: 1;
      border-left: 1px solid rgba(255, 255, 255, 0.15); }
      .fl-header .top-header-content .top-header-right-content .widget:last-child {
        margin-right: 0;
        padding-right: 0; }
      .fl-header .top-header-content .top-header-right-content .widget:first-child {
        border-left: none;
        padding-left: 0; }
.fl-header .middle-header-content {
  padding: 30px 0; }
  .fl-header .middle-header-content .header-middle-entry-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-header .middle-header-content .header-middle-entry-content .middle-header-logo-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .fl-header .middle-header-content .header-middle-entry-content .middle-header-logo-container h3 {
        margin-bottom: 0; }
    .fl-header .middle-header-content .header-middle-entry-content .middle-header-search-container {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-left: 100px;
      margin-right: 40px; }
      .fl-header .middle-header-content .header-middle-entry-content .middle-header-search-container .product-search-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; }
        .fl-header .middle-header-content .header-middle-entry-content .middle-header-search-container .product-search-content select, .fl-header .middle-header-content .header-middle-entry-content .middle-header-search-container .product-search-content input {
          margin-bottom: 0; }
        .fl-header .middle-header-content .header-middle-entry-content .middle-header-search-container .product-search-content .product-cat {
          min-width: 25%;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          margin-right: 3px; }
          .fl-header .middle-header-content .header-middle-entry-content .middle-header-search-container .product-search-content .product-cat select {
            padding-left: 15px; }
        .fl-header .middle-header-content .header-middle-entry-content .middle-header-search-container .product-search-content .search-wrapper {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-right: 3px; }
        .fl-header .middle-header-content .header-middle-entry-content .middle-header-search-container .product-search-content button {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          max-height: 45px;
          padding: 16px 35px; }
    .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-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; }
        .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .fl--hamburger-menu {
          display: none; }
        .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .header-contact-info {
          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;
          font-size: 14px;
          margin-right: 25px; }
          .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .header-contact-info i {
            font-size: 35px;
            color: #333333;
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            margin-right: 6px; }
          .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .header-contact-info .text-info {
            line-height: 1;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            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; }
            .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .header-contact-info .text-info a {
              color: #333333;
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease; }
              .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .header-contact-info .text-info a:hover {
                -webkit-transition: .3s ease;
                -o-transition: .3s ease;
                transition: .3s ease; }
              .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .header-contact-info .text-info a:first-child {
                margin-bottom: 10px; }
        .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .fl-woo-cart-contents {
          color: #333333;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .fl-woo-cart-contents:hover {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }

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

==  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: 23px; }
    .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: #333333; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info-bottom .fl-info-right .fl-date-info {
        font-size: 11px;
        margin-right: 18px; }
      .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: 18px; }
        .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 .sidebar_container {
  	/*-------------------------------------------------------------------
  
      ==  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 .sidebar_container .widget {
    font-size: 12px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative; }
    .sidebar .sidebar_container .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 .sidebar_container .widget:last-child {
      margin-bottom: 0 !important;
      border-bottom: none !important; }
      .sidebar .sidebar_container .widget:last-child:after {
        display: none; }
    .sidebar .sidebar_container .widget ul {
      list-style: none; }
      .sidebar .sidebar_container .widget ul li {
        font-size: 12px;
        list-style: none;
        margin-bottom: 0; }
    .sidebar .sidebar_container .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 .sidebar_container .widget a {
      color: #a8aaab;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .sidebar .sidebar_container .widget a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .sidebar .sidebar_container .widget.widget_rss a, .sidebar .sidebar_container .widget.widget_text a, .sidebar .sidebar_container .widget.widget_recent_comments a {
      color: #1c1f23;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .sidebar .sidebar_container .widget.widget_rss a:hover, .sidebar .sidebar_container .widget.widget_text a:hover, .sidebar .sidebar_container .widget.widget_recent_comments a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .sidebar .sidebar_container .widget.widget_meta a, .sidebar .sidebar_container .widget.widget_recent_entries a {
      color: #7b7d7f; }
  .sidebar .sidebar_container .fl-widget--title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px; }
  .sidebar .sidebar_container .widget_fl_theme_helper_about_us .about-image {
    margin-bottom: 17px; }
  .sidebar .sidebar_container .widget_fl_theme_helper_about_us .fl-author-title {
    font-size: 14px;
    margin-bottom: 8.5px; }
  .sidebar .sidebar_container .widget_fl_theme_helper_about_us .text {
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 24px; }
    .sidebar .sidebar_container .widget_fl_theme_helper_about_us .text p {
      margin-bottom: 0; }
  .sidebar .sidebar_container .widget_fl_theme_helper_about_us ul.fl-about-social-link {
    padding: 0;
    margin: 0;
    list-style: none; }
    .sidebar .sidebar_container .widget_fl_theme_helper_about_us 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 .sidebar_container .widget_fl_theme_helper_about_us ul.fl-about-social-link li a {
        padding: 0 10.5px;
        font-size: 14px; }
      .sidebar .sidebar_container .widget_fl_theme_helper_about_us ul.fl-about-social-link li:first-child a {
        padding-left: 0; }
      .sidebar .sidebar_container .widget_fl_theme_helper_about_us ul.fl-about-social-link li:last-child a {
        padding-right: 0; }
  .sidebar .sidebar_container .widget_categories ul li {
    position: relative; }
    .sidebar .sidebar_container .widget_categories ul li a {
      color: #7b7d7f; }
    .sidebar .sidebar_container .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 .sidebar_container .widget_categories .cat-item {
    padding-bottom: 13px; }
    .sidebar .sidebar_container .widget_categories .cat-item:last-child {
      padding-bottom: 0; }
    .sidebar .sidebar_container .widget_categories .cat-item.category-hast-children {
      padding-bottom: 0;
      margin-bottom: 13px; }
      .sidebar .sidebar_container .widget_categories .cat-item.category-hast-children .children {
        padding-top: 13px; }
        .sidebar .sidebar_container .widget_categories .cat-item.category-hast-children .children li {
          font-size: 12px; }
          .sidebar .sidebar_container .widget_categories .cat-item.category-hast-children .children li span {
            font-size: inherit; }
          .sidebar .sidebar_container .widget_categories .cat-item.category-hast-children .children li a {
            font-size: inherit; }
  .sidebar .sidebar_container .widget_categories .category-hast-children ul.children {
    padding-left: 20px; }
  .sidebar .sidebar_container .widget_categories .category-hast-children .category-hast-children {
    padding-left: 0; }
    .sidebar .sidebar_container .widget_categories .category-hast-children .category-hast-children:before {
      display: none; }
  .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 25px; }
    .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-img {
      margin-bottom: 10px; }
      .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-img a {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-img a:hover {
          opacity: .8;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
    .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-post-title {
        display: block;
        line-height: 18px;
        letter-spacing: 0;
        text-transform: none;
        font-size: 13px;
        margin-bottom: 10px; }
        .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-post-title a {
          color: #1c1f23; }
      .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .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: 12px; }
        .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl--widget-popular-post-info .fl--widget-popular-post-like {
          margin-right: 15px;
          line-height: 1; }
          .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .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: 5px; }
        .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl--widget-popular-post-info .fl--widget-popular-post-comment {
          line-height: 1; }
          .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .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: 5px; }
    .sidebar .sidebar_container .widget_fl_theme_helper_popular_post .fl--last-post:first-child {
      margin-top: 0; }
  .sidebar .sidebar_container .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 .sidebar_container .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 .sidebar_container .widget_tag_cloud .tagcloud:before {
    content: "";
    display: table; }
  .sidebar .sidebar_container .widget_tag_cloud .tagcloud:after {
    clear: both;
    content: "";
    display: table; }
  .sidebar .sidebar_container .widget_search fieldset {
    position: relative; }
  .sidebar .sidebar_container .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 .sidebar_container .widget_search input.searchinput:active, .sidebar .sidebar_container .widget_search input.searchinput:focus, .sidebar .sidebar_container .widget_search input.searchinput:hover {
      background-color: transparent !important; }
  .sidebar .sidebar_container .widget_search .searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px; }
    .sidebar .sidebar_container .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 .sidebar_container .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 .sidebar_container .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 .sidebar_container .widget_archive ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar .sidebar_container .widget_archive ul li {
      position: relative;
      padding-bottom: 13px; }
      .sidebar .sidebar_container .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 .sidebar_container .widget_archive ul li a:hover {
          -webkit-transition: .3s ease-in;
          -o-transition: .3s ease-in;
          transition: .3s ease-in;
          color: #1c1f23; }
      .sidebar .sidebar_container .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 .sidebar_container .widget_archive ul li:last-child {
        border-bottom: none; }
      .sidebar .sidebar_container .widget_archive ul li:before {
        content: ""; }
  .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar {
    width: 100%;
    position: relative;
    background: transparent;
    margin: 0;
    border: none;
    border-collapse: collapse; }
    .sidebar .sidebar_container .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 .sidebar_container .widget_calendar .calendar_wrap #wp-calendar thead th,
    .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tbody td {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0;
      vertical-align: middle; }
    .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar thead th {
      font-size: 12px; }
    .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tbody td {
      font-size: 11px; }
    .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar thead {
      background: transparent; }
      .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar thead th {
        color: #1c1f23; }
    .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tbody tr {
      background: transparent; }
      .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
        position: relative; }
        .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
          color: #1c1f23;
          display: block;
          position: relative;
          z-index: 2; }
          .sidebar .sidebar_container .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 .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
            color: #fff !important; }
            .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover:before {
              background: #1c1f23; }
    .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot {
      background: transparent;
      position: absolute;
      top: 0;
      width: 100%;
      height: 36px;
      line-height: 36px; }
      .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
      .sidebar .sidebar_container .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 .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
        .sidebar .sidebar_container .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 .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
          .sidebar .sidebar_container .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 .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
          .sidebar .sidebar_container .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 .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
            .sidebar .sidebar_container .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 .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
        .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
          text-align: center; }
          .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
          .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
            color: #f1f1f1;
            font-family: FontAwesome; }
      .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
        left: 0; }
        .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
          content: "\f104"; }
        .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
          content: "\f104"; }
      .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        right: 0; }
        .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
          content: "\f105"; }
        .sidebar .sidebar_container .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
          content: "\f105"; }
  .sidebar .sidebar_container .widget_pages ul li {
    position: relative; }
    .sidebar .sidebar_container .widget_pages ul li a {
      color: #7b7d7f; }
    .sidebar .sidebar_container .widget_pages ul li span {
      color: #7b7d7f;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 11px; }
  .sidebar .sidebar_container .widget_pages .page_item {
    padding-bottom: 13px; }
    .sidebar .sidebar_container .widget_pages .page_item:last-child {
      padding-bottom: 0; }
    .sidebar .sidebar_container .widget_pages .page_item.page_item_has_children {
      padding-bottom: 0;
      margin-bottom: 13px; }
      .sidebar .sidebar_container .widget_pages .page_item.page_item_has_children .children {
        padding-top: 13px; }
      .sidebar .sidebar_container .widget_pages .page_item.page_item_has_children span {
        top: 2px; }
  .sidebar .sidebar_container .widget_pages .page_item_has_children ul.children {
    padding-left: 20px; }
  .sidebar .sidebar_container .widget_pages .page_item_has_children > .page_item_has_children {
    padding-left: 0; }
    .sidebar .sidebar_container .widget_pages .page_item_has_children > .page_item_has_children:before {
      display: none; }
  .sidebar .sidebar_container .widget_meta ul li {
    padding-bottom: 13px; }
    .sidebar .sidebar_container .widget_meta ul li:last-child {
      padding-bottom: 0; }
  .sidebar .sidebar_container .widget_recent_comments .recentcomments {
    padding: 10px 0; }
    .sidebar .sidebar_container .widget_recent_comments .recentcomments:first-child {
      padding-top: 0; }
  .sidebar .sidebar_container .widget_rss .rsswidget img {
    display: none; }
  .sidebar .sidebar_container .widget_rss ul li {
    padding-bottom: 35px; }
    .sidebar .sidebar_container .widget_rss ul li:last-child {
      padding-bottom: 0; }
    .sidebar .sidebar_container .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 .sidebar_container .widget_rss ul li .rsswidget:hover {
        opacity: .6; }
    .sidebar .sidebar_container .widget_rss ul li .rss-date {
      display: block;
      margin-bottom: 5px; }
    .sidebar .sidebar_container .widget_rss ul li .rssSummary {
      margin-bottom: 10px; }
    .sidebar .sidebar_container .widget_rss ul li .rss-date {
      color: #c6c6c6; }
    .sidebar .sidebar_container .widget_rss ul li cite {
      position: relative;
      display: block;
      font-style: normal;
      color: #b2b2b2; }
  .sidebar .sidebar_container .widget_rss .rsswidget img {
    display: none; }
  .sidebar .sidebar_container .widget_rss ul li {
    padding-bottom: 35px; }
    .sidebar .sidebar_container .widget_rss ul li:last-child {
      padding-bottom: 0; }
    .sidebar .sidebar_container .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 .sidebar_container .widget_rss ul li .rsswidget:hover {
        opacity: .6; }
    .sidebar .sidebar_container .widget_rss ul li .rss-date {
      display: block;
      margin-bottom: 5px; }
    .sidebar .sidebar_container .widget_rss ul li .rssSummary {
      margin-bottom: 10px; }
    .sidebar .sidebar_container .widget_rss ul li .rss-date {
      color: #c6c6c6; }
    .sidebar .sidebar_container .widget_rss ul li cite {
      position: relative;
      display: block;
      font-style: normal;
      color: #b2b2b2; }
  .sidebar .sidebar_container .widget_nav_menu ul li {
    padding-bottom: 13px;
    position: relative; }
    .sidebar .sidebar_container .widget_nav_menu ul li span {
      color: #7b7d7f;
      font-weight: 700;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 12px;
      line-height: 19px; }
    .sidebar .sidebar_container .widget_nav_menu ul li ul {
      padding: 0;
      background: transparent; }
    .sidebar .sidebar_container .widget_nav_menu ul li.empty_link {
      display: none; }
  .sidebar .sidebar_container .widget_nav_menu .nav-item, .sidebar .sidebar_container .widget_nav_menu .sub-nav-item {
    padding-bottom: 13px; }
    .sidebar .sidebar_container .widget_nav_menu .nav-item:last-child, .sidebar .sidebar_container .widget_nav_menu .sub-nav-item:last-child {
      padding-bottom: 0; }
    .sidebar .sidebar_container .widget_nav_menu .nav-item.has-submenu, .sidebar .sidebar_container .widget_nav_menu .sub-nav-item.has-submenu {
      padding-bottom: 0;
      margin-bottom: 13px; }
      .sidebar .sidebar_container .widget_nav_menu .nav-item.has-submenu .sub-menu, .sidebar .sidebar_container .widget_nav_menu .sub-nav-item.has-submenu .sub-menu {
        padding-top: 13px; }
      .sidebar .sidebar_container .widget_nav_menu .nav-item.has-submenu span, .sidebar .sidebar_container .widget_nav_menu .sub-nav-item.has-submenu span {
        top: 2px; }
  .sidebar .sidebar_container .widget_nav_menu .has-submenu ul.sub-menu {
    padding-left: 15px; }
  .sidebar .sidebar_container .widget_nav_menu .has-submenu .has-submenu {
    padding-left: 0; }
    .sidebar .sidebar_container .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

-------------------------------------------------------------------*/
.fl-footer {
  color: rgba(255, 255, 255, 0.6);
  background: #222222;
  font-size: 14px; }
  .fl-footer .top-footer-content {
    padding: 80px 0; }
    .fl-footer .top-footer-content.left-first-widget-up {
      padding-top: 110px; }
      .fl-footer .top-footer-content.left-first-widget-up .left-footer-top-info {
        margin-top: -30px; }
  .fl-footer .bottom-footer-content {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .fl-footer .bottom-footer-content [class^="col-"]:last-child {
      text-align: right; }
    .fl-footer .bottom-footer-content .widget {
      display: inline-block; }

.top-footer-content .widget + .widget {
  margin-top: 30px; }

.bottom-footer-content .widget + .widget {
  margin-left: 10px; }
.bottom-footer-content [class^="col-"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .bottom-footer-content [class^="col-"]:last-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.fl-footer-sidebar .widget a {
  color: inherit;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .fl-footer-sidebar .widget a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.fl-footer-sidebar .widget_nav_menu .fl-footer-widget--title {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 35px; }
.fl-footer-sidebar .widget_nav_menu ul li {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .fl-footer-sidebar .widget_nav_menu ul li a {
    line-height: 1;
    padding: 10px 0; }
  .fl-footer-sidebar .widget_nav_menu ul li:first-child a {
    padding-top: 0; }
  .fl-footer-sidebar .widget_nav_menu ul li:last-child a {
    padding-bottom: 0; }
.fl-footer-sidebar .widget_fl_theme_helper_social_profiles ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .fl-footer-sidebar .widget_fl_theme_helper_social_profiles ul li a {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    padding: 0 12.5px;
    color: rgba(255, 255, 255, 0.3); }
    .fl-footer-sidebar .widget_fl_theme_helper_social_profiles ul li a:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .fl-footer-sidebar .widget_fl_theme_helper_social_profiles ul li:first-child a {
    padding-left: 0; }
  .fl-footer-sidebar .widget_fl_theme_helper_social_profiles ul li:last-child a {
    padding-right: 0; }

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

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

  .fl-header .middle-header-content .header-middle-entry-content .middle-header-search-container {
    margin-left: 50px !important;
    margin-right: 35px !important; }

  .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .header-contact-info {
    display: none; }

  .bottom-header-content {
    display: none; }

  .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .fl--hamburger-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 25px; }

  .fl-cart--header .fl-woo-cart-contents .fl--woo-cart-items i {
    font-size: 21px; }
  .fl-cart--header .fl-woo-cart-contents .fl--woo-cart-items .fl--woo-cart-details {
    min-width: 14px;
    min-height: 14px;
    right: -3px;
    font-size: 8px; }
  .fl-cart--header .fl-woo-cart-contents .shoping-cart-total-content .header-cart-text {
    display: none; }
  .fl-cart--header .fl-woo-cart-contents .shoping-cart-total-content .header-cart-total {
    font-size: 12px; } }
/*-------------------------------------------------------------------

==  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-four .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-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); }

  .middle-header-search-container .products-search {
    display: none; }

  .fl-header .top-header-content .top-header-left-content {
    display: none; }

  .fl-header .top-header-content .top-header-right-content {
    -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-header .middle-header-content {
    padding: 15px 0; }

  .fl-header .middle-header-content .header-middle-entry-content .middle-right-content-container .icon-content .fl--hamburger-menu {
    margin-right: 15px; }

  .fl-footer .top-footer-content {
    padding-top: 70px !important;
    padding-bottom: 50px; }

  .fl-footer .top-footer-content.left-first-widget-up .left-footer-top-info {
    margin-top: 0 !important; }

  .fl-footer .bottom-footer-content [class^="col-"]:last-child {
    display: none; }

  .bottom-footer-content [class^="col-"] {
    -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; } }
/*-------------------------------------------------------------------

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

  .shop-grid-item {
    margin-top: 40px; }
    .shop-grid-item:hover .fl-woo-item-inner-content {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      -webkit-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
              transform: translateY(0) !important; }
    .shop-grid-item .fl-woo-item-inner-content .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn a {
      -webkit-transform: rotateX(0);
      transform: rotateX(0); }
    .shop-grid-item .compare-button, .shop-grid-item .yith-wcwl-add-to-wishlist {
      visibility: visible !important;
      opacity: 1 !important;
      -webkit-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
              transform: translateY(0) !important; }

  .fl-footer-sidebar {
    margin-top: 40px; }
    .fl-footer-sidebar .fl-footer-widget--title {
      margin-bottom: 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; }

  .fl-footer .top-footer-content {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }
/*-------------------------------------------------------------------

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