@charset "UTF-8";
/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Mixins                               ||
||          2. 	Reset Styles                         ||
||          3. 	Page Preloader                       ||
||          4. 	Menu                                 ||
||          5. 	Header                               ||
||          6. 	Header search                        ||
||          7. 	Header Login Form                    ||
||          8. 	Blog                                 ||
||          9. 	Blog Single                          ||
||          10. Comments                             ||
||          11. Auto Single Page                     ||
||          12. Auto Vehicle Listings                ||
||          13. Pagination                           ||
||          14. Footer                               ||
||          15. Contact Form                         ||
||          16. Widget                               ||
||          17. Load More Button Style               ||
||          18. Widget Autos                         ||
||          19. Mobile Menu                          ||
||          20. Empty Search Page                    ||
||          21. 404  Page                            ||
||          22. Responsive                           ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Jelect

-------------------------------------------------------------------*/
html .jelect-current {
  height: auto; }

.vc-auto-search .jelect-current, .vc-auto-search div.select {
  background: #fff !important;
  text-align: left;
  color: #222; }

.jelect {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box; }
  .jelect.select_mod-a {
    width: 190px; }

.jelect, .media-middle {
  vertical-align: middle; }

.jelect_state_active .jelect-current:after {
  transition: transform .3s ease;
  transform: rotate(180deg); }

.jelect-current {
  border: 1px solid #dddddd;
  line-height: 1;
  font-size: 13px;
  color: #222222;
  padding: 15px 70px 15px 20px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-wrap: normal; }
  .jelect-current:after {
    transition: transform .3s ease;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc; }

.jelect-option:hover, .jelect-option_state_active {
  color: #fff !important; }

.jelect-option {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  padding: 8px 16px !important;
  display: block;
  height: 38px;
  font-size: 13px;
  line-height: 22px;
  color: #222;
  overflow-wrap: normal;
  transition: 125ms ease-out; }

.jelect-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2000;
  margin-top: 1px;
  display: none;
  max-height: 194px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 0;
  background: #fff;
  box-shadow: 1px 1px 4px 1px #eee; }

.jelect-input {
  display: none !important; }

.jelect-options_state_active {
  display: block !important; }

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

==  Mixins

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

==  Reset Styles

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

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

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

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

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

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

b,
strong {
  font-weight: 700; }

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

==  Theme Custom Styles

-------------------------------------------------------------------*/
.tag-columns .wp-block-columns {
  margin-top: 0 !important; }

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

.single-page-wrapper blockquote a {
  color: inherit;
  transition: .3s ease; }
  .single-page-wrapper blockquote a:hover {
    transition: .3s ease; }
.single-page-wrapper table a {
  color: inherit;
  transition: .3s ease; }
  .single-page-wrapper table a:hover {
    transition: .3s ease; }
.single-page-wrapper dd a {
  color: inherit;
  transition: .3s ease; }
  .single-page-wrapper dd a:hover {
    transition: .3s ease; }
.single-page-wrapper p a {
  color: inherit;
  transition: .3s ease; }
  .single-page-wrapper p a:hover {
    transition: .3s ease; }

.plugin-disable p {
  margin-bottom: 25px; }
.plugin-disable *:last-child {
  margin-bottom: 0 !important; }
.plugin-disable .comment-moderation img {
  margin-bottom: 10px !important; }

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

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

code {
  margin: 3px; }

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

select {
  cursor: pointer;
  position: relative;
  max-width: 100%;
  appearance: none;
  outline: 0;
  width: 100%;
  color: #aaaaaa;
  border-radius: 28px;
  line-height: 1;
  padding: 16px 35px;
  border: 1px solid;
  margin-bottom: 20px;
  transition: .3s ease;
  background: url("./images/arrow-dropdown.png") 95% 40% #fff;
  background-repeat: no-repeat; }
  select:hover, select:active, select:focus {
    border-color: transparent;
    -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

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

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

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

a:hover {
  text-decoration: none; }

.fl-page-padding {
  height: 110px; }

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

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

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

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

.sticky .post--title .title-link {
  padding-left: 25px;
  position: relative; }
  .sticky .post--title .title-link:after {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 25px;
    content: '\f08d';
    font-family: FontAwesome; }

input {
  width: 100%;
  color: #aaaaaa;
  line-height: 1;
  padding: 13px 20px;
  border: 1px solid;
  margin-bottom: 20px;
  max-width: 100%;
  transition: .3s ease; }
  input::placeholder {
    color: #aaaaaa; }
  input:hover, input:active, input:focus {
    border-color: transparent;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    transition: .3s ease; }

input[type=checkbox] {
  width: auto;
  display: inline-flex;
  margin-right: 4px;
  margin-bottom: 0; }
  input[type=checkbox]:hover, input[type=checkbox]:active, input[type=checkbox]:focus {
    box-shadow: none !important;
    transition: .3s ease; }

textarea {
  color: #aaaaaa;
  padding: 13px 20px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 25px;
  border: 1px solid;
  min-height: 130px;
  height: 130px;
  resize: none;
  transition: .3s ease; }
  textarea::placeholder {
    color: #aaaaaa; }
  textarea:hover, textarea:active, textarea:focus {
    border-color: transparent;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    transition: .3s ease; }

button {
  border: none; }

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 75px;
  line-height: 33px;
  font-size: 16px;
  color: #222222;
  position: relative;
  text-align: center;
  font-style: italic; }
  blockquote a {
    color: inherit;
    transition: .3s ease; }
    blockquote a:hover {
      transition: .3s ease; }
  blockquote p {
    font-size: inherit !important; }
    blockquote p:first-child {
      margin-top: 0 !important; }
  blockquote:after {
    font-size: 60px;
    content: '\e80b';
    font-family: "fl-custom-icon-font";
    position: absolute;
    bottom: 40px;
    left: 25px;
    width: 100px;
    color: #253241;
    opacity: 0.2;
    font-style: normal; }
  blockquote cite, blockquote em {
    margin-top: 15px;
    margin-bottom: 0 !important;
    font-size: 15px;
    font-style: normal; }
  blockquote.extraclass:after {
    bottom: 40px !important;
    left: 45px !important; }
  blockquote.has-very-dark-gray-color:after {
    font-size: 47px;
    bottom: 60px; }

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

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

.hidden {
  display: none; }

.fl-form-password-protected .fl-input-group {
  display: flex;
  flex-wrap: wrap; }
  .fl-form-password-protected .fl-input-group input {
    flex-grow: 1;
    max-width: 70%;
    width: 100%;
    color: #aaaaaa;
    border-radius: 0;
    line-height: 1;
    padding: 13px 35px;
    transition: .3s ease;
    margin-right: 15px;
    margin-bottom: 0; }
  .fl-form-password-protected .fl-input-group button {
    max-height: 47px;
    flex-grow: 0;
    text-transform: uppercase; }

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

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

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

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

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

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

.single-post-wrapper img.alignleft, .single-post-wrapper img.alignright, .single-page-wrapper img.alignleft, .single-page-wrapper img.alignright {
  clear: both; }

.wp-block-latest-comments__comment-meta {
  background-color: transparent; }

.post-inner-pagination, .page-inner-pagination {
  padding-top: 25px; }
  .post-inner-pagination .pagination-text, .page-inner-pagination .pagination-text {
    color: #222222;
    margin-right: 5px; }
  .post-inner-pagination .post-page-numbers, .page-inner-pagination .post-page-numbers {
    height: 40px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    line-height: 1;
    width: 40px;
    transition: .3s ease;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
    justify-content: center;
    color: #222; }
    .post-inner-pagination .post-page-numbers.current, .page-inner-pagination .post-page-numbers.current {
      color: #fff; }

.plugin-disable .comment-form-cookies-consent {
  margin-top: 20px; }
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:before {
  top: 3px; }
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:after {
  top: 6px !important;
  left: 3px !important; }
.plugin-disable .blocks-gallery-grid {
  margin-bottom: 0 !important; }
  .plugin-disable .blocks-gallery-grid .blocks-gallery-item {
    margin-bottom: 20px !important; }
.plugin-disable blockquote cite {
  margin-top: 0; }
  .plugin-disable blockquote cite em {
    margin-top: 0; }
.plugin-disable .wp-block-gallery.columns-3 .blocks-gallery-caption {
  display: flex;
  margin-bottom: 20px !important;
  margin-top: 0; }
.plugin-disable .wp-block-gallery.columns-2 figcaption {
  margin-top: 0; }
.plugin-disable figure + p {
  margin-top: 0; }
.plugin-disable figure.wp-block-gallery {
  margin-bottom: 0 !important; }
.plugin-disable .wp-block-spacer + p {
  margin-top: 0; }
.plugin-disable .wp-block-columns ol li:first-child {
  margin-top: 0; }
.plugin-disable .wp-block-columns .wp-block-quote {
  margin-top: 0; }

.post-inner_content .wp-block-pullquote.is-style-solid-color blockquote {
  margin-bottom: 20px !important; }

body.logged-in .plugin-disable form.fl-comment-form .submit-btn-container {
  margin-top: 20px; }

.rev-slider-mobile-bg {
  min-height: 100% !important;
  opacity: .9; }

.helping-plugin-not-found .wp-block-button .wp-block-button__link {
  color: #fff !important; }
  .helping-plugin-not-found .wp-block-button .wp-block-button__link:hover {
    opacity: 1 !important; }
.helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link {
  color: #32373c !important; }
  .helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link:hover {
    opacity: 1 !important;
    color: #fff !important; }
.helping-plugin-not-found form.fl-comment-form input, .helping-plugin-not-found form.fl-comment-form textarea {
  margin-bottom: 20px !important; }
.helping-plugin-not-found .comment-moderation cite {
  margin-bottom: 0 !important; }

#booking_car_info .rb_field:last-child input {
  margin-bottom: 0 !important; }

#booking_car_info .booking_form {
  padding-top: 0 !important; }

.sidebar_container .widget:last-child {
  margin-bottom: 0; }

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

==  Preloader Page

-------------------------------------------------------------------*/
#fl-page--preloader {
  z-index: 1999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
      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;
      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 {
    transform: translateY(-1000%);
    opacity: 0;
    transition: opacity 0s ease-in ,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%; }

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

==  Menu

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

==  Top Header Content

-------------------------------------------------------------------*/
.fl-top-header-content {
  background-color: #253241;
  transition: all .3s;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  align-items: stretch; }
  .fl-top-header-content .info-container {
    display: flex;
    min-height: 55px;
    position: relative;
    align-items: stretch; }
    .fl-top-header-content .info-container a {
      color: inherit; }
    .fl-top-header-content .info-container:before {
      content: '';
      position: absolute;
      right: 100%;
      width: 2000px;
      bottom: 0;
      top: 0;
      background-color: #FFF; }
    .fl-top-header-content .info-container:after {
      content: '';
      position: absolute;
      right: 100%;
      border-style: solid;
      border-width: 28px;
      bottom: 0;
      top: -1px;
      background-color: #FFF;
      transition: all .3s; }
    .fl-top-header-content .info-container .left-top-header-content {
      display: flex;
      align-items: center; }
      .fl-top-header-content .info-container .left-top-header-content .header-sidebar .widget {
        display: inline-block;
        line-height: 1;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        .fl-top-header-content .info-container .left-top-header-content .header-sidebar .widget:last-child {
          border-right: 0;
          margin-right: 0; }
      .fl-top-header-content .info-container .left-top-header-content .header-sidebar a {
        transition: .2s ease; }
        .fl-top-header-content .info-container .left-top-header-content .header-sidebar a:hover {
          transition: .2s ease; }
    .fl-top-header-content .info-container .right-top-header-content {
      display: flex;
      align-items: center; }
      .fl-top-header-content .info-container .right-top-header-content .header-btn {
        line-height: 55px;
        display: flex;
        align-items: center;
        padding: 0 25px;
        font-size: 13px;
        position: relative;
        overflow: hidden;
        z-index: 0; }
        .fl-top-header-content .info-container .right-top-header-content .header-btn i {
          margin-right: 9px;
          margin-top: 2px;
          font-size: 17px; }
        .fl-top-header-content .info-container .right-top-header-content .header-btn:before, .fl-top-header-content .info-container .right-top-header-content .header-btn:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .fl-top-header-content .info-container .right-top-header-content .header-btn:before {
          z-index: -2; }
        .fl-top-header-content .info-container .right-top-header-content .header-btn:after {
          width: 140%;
          left: -20%;
          z-index: -1;
          transform-origin: 0 50%;
          transform: skew(-35deg) scaleX(0);
          transition: transform .5s ease; }
        .fl-top-header-content .info-container .right-top-header-content .header-btn:hover:after {
          -moz-transform: skew(-35deg) scaleX(1);
          -ms-transform: skew(-35deg) scaleX(1);
          -webkit-transform: skew(-35deg) scaleX(1);
          transform: skew(-35deg) scaleX(1); }

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

==  Bottom Header Content

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

.fl-header--navigation .fl-bottom-header-content {
  padding: 6px 0; }
  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container {
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
      transition: all .3s;
      position: relative;
      top: -20px;
      flex-grow: 0;
      min-width: 16.6666666667%; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact {
      flex-grow: 0;
      display: flex;
      align-items: stretch; }
      .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact i {
        float: left;
        font-size: 35px;
        padding-right: 10px;
        border-right: 1px solid #ccc; }
      .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact .header-contacts__inner {
        font-size: 12px;
        color: #222222;
        display: block;
        padding-left: 20px;
        line-height: 1; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact .header-contacts__inner .header-contacts__number {
          display: block;
          font-size: 16px;
          color: #222222;
          white-space: nowrap;
          margin-top: 6px;
          text-decoration: none;
          transition: .2s ease; }
          .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact .header-contacts__inner .header-contacts__number:hover {
            transition: .2s ease; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl-mega-menu {
      flex-grow: 1;
      text-align: right; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
      flex-grow: 0; }
      .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon {
        padding: 0 15px; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon:last-child {
          padding-right: 0; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
          display: none;
          padding-right: 10px; }
.fl-header--navigation.fixed-navbar {
  position: absolute;
  background: #fff;
  width: 100%; }
.fl-header--navigation.fixed-enable {
  box-shadow: 0 1px 1px 0 #ddd;
  transition: .5s ease;
  position: fixed;
  background: #fff;
  z-index: 99;
  animation: enable_fixed_nav_bar .3s ease; }
  .fl-header--navigation.fixed-enable .fl-top-header-content {
    display: none; }
  .fl-header--navigation.fixed-enable .fl--logo-container {
    top: 0 !important; }
.fl-header--navigation.scrollUp {
  transform: translateY(calc(-100% - 2px));
  transition: .5s ease; }
.fl-header--navigation.plugin-disable .fl--logo-container {
  top: 0 !important; }

.header-padding {
  padding-top: 147px; }

.fl-header--navigation.phone-position-right .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
  order: 0; }
.fl-header--navigation.phone-position-right .fl-bottom-header-content .fl-navigation-container .fl-mega-menu {
  order: 1;
  text-align: left; }
.fl-header--navigation.phone-position-right .fl-bottom-header-content .fl-navigation-container .header-contact {
  order: 2; }
.fl-header--navigation.phone-position-right .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
  order: 3; }

@keyframes enable_fixed_nav_bar {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
/*-------------------------------------------------------------------

==  Bard Header Content

-------------------------------------------------------------------*/
.fl--hamburger-menu, .fl--hamburger-menu-wrapper {
  display: inline-flex;
  cursor: pointer; }
  .fl--hamburger-menu .fl-flipper-icon, .fl--hamburger-menu-wrapper .fl-flipper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    transform-style: preserve-3d;
    width: 16px;
    height: 16px;
    line-height: 16px;
    perspective: 40px;
    position: relative; }
    .fl--hamburger-menu .fl-flipper-icon .fl-front-content, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-front-content {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      backface-visibility: hidden;
      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: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      backface-visibility: hidden;
      position: absolute;
      top: 2px;
      left: 0;
      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: 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 {
        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 {
        transform: rotate(-45deg); }
  .fl--hamburger-menu.opened .fl-flipper-icon, .fl--hamburger-menu-wrapper.opened .fl-flipper-icon {
    transition: 0.6s;
    transform: rotateY(180deg); }

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

==  Menu Header Content Setting

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

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

==  Color Setting

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

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

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

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

==  Header

-------------------------------------------------------------------*/
.fl-page-heading {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover; }
  .fl-page-heading .fl--page-header-content {
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fl-page-heading .fl--page-header-content .header-entry-container {
      position: absolute;
      height: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 0;
      padding-left: 145px;
      padding-right: 145px; }
      .fl-page-heading .fl--page-header-content .header-entry-container:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(18, 24, 32, 0.85);
        clip-path: polygon(0 0%, 87% 0, 100% 100%, 13% 100%); }
      .fl-page-heading .fl--page-header-content .header-entry-container .header-title {
        color: #fff; }

.breadcrumbs-heading {
  color: #fff;
  font-size: 14px; }
  .breadcrumbs-heading .breadcrumbs-delimiter {
    margin: 0 7.5px;
    font-size: 12px; }
  .breadcrumbs-heading a {
    color: #fff;
    transition: .3s ease;
    opacity: .7; }
    .breadcrumbs-heading a:hover {
      opacity: 1;
      transition: .3s ease; }

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

==  Blog Archive

-------------------------------------------------------------------*/
.fl-blog-post-div .right-sidebar {
  padding-right: 30px; }
.fl-blog-post-div .left-sidebar {
  padding-left: 30px; }

.post-archive-wrapper .fl-post-item {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #dddddd; }
  .post-archive-wrapper .fl-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .post-archive-wrapper .fl-post-item .post-top-content {
    position: relative; }
    .post-archive-wrapper .fl-post-item .post-top-content .post--holder {
      margin-bottom: 25px;
      position: relative;
      overflow: hidden; }
      .post-archive-wrapper .fl-post-item .post-top-content .post--holder.gallery .post-gallery-slider .gallery-img {
        display: block;
        float: left; }
      .post-archive-wrapper .fl-post-item .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-left, .post-archive-wrapper .fl-post-item .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-right {
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
        width: 45px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #1b1e21;
        background: #fff;
        z-index: 1;
        opacity: .75;
        transition: .2s ease;
        border-radius: 2px; }
        .post-archive-wrapper .fl-post-item .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-left:hover, .post-archive-wrapper .fl-post-item .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-right:hover {
          transition: .2s ease;
          opacity: 1; }
      .post-archive-wrapper .fl-post-item .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-left {
        left: 35px; }
        .post-archive-wrapper .fl-post-item .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-left:before {
          margin-left: 5px;
          transform: rotate(-45deg);
          content: '';
          color: white;
          width: 10px;
          height: 10px;
          display: block;
          border-left: 2px solid #253241;
          border-top: 2px solid #253241; }
      .post-archive-wrapper .fl-post-item .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-right {
        right: 35px; }
        .post-archive-wrapper .fl-post-item .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-right:before {
          margin-right: 5px;
          transform: rotate(45deg);
          content: '';
          opacity: .75;
          color: white;
          width: 10px;
          height: 10px;
          display: block;
          border-right: 2px solid;
          border-top: 2px solid;
          border-top-color: #253241;
          border-right-color: #253241; }
      .post-archive-wrapper .fl-post-item .post-top-content .post--holder .post-link-mask {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .post-archive-wrapper .fl-post-item .post-top-content .post--holder .post-link-mask .post-format-link {
          position: relative;
          z-index: 2;
          margin: 10px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border-radius: 100%;
          width: 55px;
          height: 55px; }
          .post-archive-wrapper .fl-post-item .post-top-content .post--holder .post-link-mask .post-format-link i {
            color: #222;
            font-size: 18px;
            position: relative;
            z-index: 2; }
          .post-archive-wrapper .fl-post-item .post-top-content .post--holder .post-link-mask .post-format-link:before {
            content: "";
            display: block;
            width: calc(100% + 10px);
            height: calc(100% + 10px);
            opacity: .3;
            position: absolute;
            top: -5px;
            left: -5px;
            z-index: 1;
            border-radius: 50%;
            transition: .5s ease;
            background-color: #fff;
            animation: pulse-border 2s ease infinite; }
          .post-archive-wrapper .fl-post-item .post-top-content .post--holder .post-link-mask .post-format-link:after {
            background-color: #fff;
            content: "";
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 50%;
            transition: .5s ease; }
      .post-archive-wrapper .fl-post-item .post-top-content .post--holder .video-btn-wrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .post-archive-wrapper .fl-post-item .post-top-content .post--holder .video-btn-wrap .video-btn {
          position: relative;
          z-index: 2;
          margin: 10px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border-radius: 100%;
          width: 55px;
          height: 55px; }
          .post-archive-wrapper .fl-post-item .post-top-content .post--holder .video-btn-wrap .video-btn i {
            color: #222;
            font-size: 18px;
            position: relative;
            left: 2px;
            top: 1px;
            z-index: 2; }
          .post-archive-wrapper .fl-post-item .post-top-content .post--holder .video-btn-wrap .video-btn:before {
            content: "";
            display: block;
            width: calc(100% + 10px);
            height: calc(100% + 10px);
            opacity: .3;
            position: absolute;
            top: -5px;
            left: -5px;
            z-index: 1;
            border-radius: 50%;
            transition: .5s ease;
            background-color: #fff;
            animation: pulse-border 2s ease infinite; }
          .post-archive-wrapper .fl-post-item .post-top-content .post--holder .video-btn-wrap .video-btn:after {
            background-color: #fff;
            content: "";
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 50%;
            transition: .5s ease; }
    .post-archive-wrapper .fl-post-item .post-top-content .post-date {
      color: #fff;
      line-height: 1;
      text-align: center;
      position: absolute;
      top: 35px;
      left: 35px;
      padding: 13px 25px;
      font-size: 30px; }
      .post-archive-wrapper .fl-post-item .post-top-content .post-date .month-date {
        text-transform: uppercase;
        margin-top: 5px;
        font-size: 12px; }
      .post-archive-wrapper .fl-post-item .post-top-content .post-date:after {
        position: absolute;
        right: 5px;
        bottom: 5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #fff #fff transparent;
        content: ''; }
  .post-archive-wrapper .fl-post-item .post-bottom-content .post--title {
    font-size: 24px; }
    .post-archive-wrapper .fl-post-item .post-bottom-content .post--title a {
      transition: .3s ease; }
      .post-archive-wrapper .fl-post-item .post-bottom-content .post--title a:hover {
        transition: .3s ease; }
  .post-archive-wrapper .fl-post-item .post-bottom-content .post-text--content {
    color: #555555;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 35px; }
  .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-link {
      flex-grow: 0;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 1;
      position: relative;
      padding-bottom: 8px;
      transition: .2s ease-out; }
      .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-link:before {
        transition: transform .2s ease-out .2s,-webkit-transform .2s ease-out .2s;
        transform: scaleX(1);
        transform-origin: left;
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1; }
      .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-link:after {
        content: '';
        transform: scaleX(0);
        transition: transform .2s ease-out,-webkit-transform .2s ease-out;
        transform-origin: right;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        z-index: 2; }
      .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-link:hover {
        transition: .2s ease-out; }
        .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-link:hover:before {
          transition: transform .2s ease-out,-webkit-transform .2s ease-out;
          transform: scaleX(0);
          transform-origin: right; }
        .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-link:hover:after {
          transform: scaleX(1);
          transform-origin: left; }
    .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info {
      justify-content: flex-end;
      flex-grow: 1;
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.author-post, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.comment-post, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.share-post {
        line-height: 1;
        display: inline-flex;
        font-size: 12px;
        text-transform: uppercase;
        align-items: center; }
        .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.author-post:last-child, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.comment-post:last-child, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.share-post:last-child {
          margin-right: 0; }
        .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.author-post i, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.comment-post i, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.share-post i {
          font-size: 15px;
          margin-right: 5px; }
        .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.author-post a, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.comment-post a, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.share-post a {
          color: inherit;
          transition: color .3s ease; }
          .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.author-post a:hover, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.comment-post a:hover, .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info div.share-post a:hover {
            transition: color .3s ease; }
      .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info .author-post .author-prefix {
        margin-right: 3px; }
      .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info .comment-post {
        margin-left: 15px; }
        .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info .comment-post .comment-count {
          top: -3px;
          position: relative; }
      .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info .post-like-info {
        margin-left: 15px; }
        .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info .post-like-info a {
          color: inherit; }
          .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info .post-like-info a i {
            margin-right: 5px; }
          .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info .post-like-info a .sl-count {
            font-size: 13px;
            top: -1px;
            position: relative; }
      .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info .share-post {
        margin-left: 15px; }
  .post-archive-wrapper .fl-post-item:last-child {
    margin-bottom: 0; }

@keyframes pulse-border {
  0%,100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
/*-------------------------------------------------------------------

==  Blog Single

-------------------------------------------------------------------*/
.single-post-wrapper .post-top-content {
  position: relative; }
  .single-post-wrapper .post-top-content .post--holder {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden; }
    .single-post-wrapper .post-top-content .post--holder.gallery .post-gallery-slider .gallery-img {
      display: block;
      float: left; }
    .single-post-wrapper .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-left, .single-post-wrapper .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-right {
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 40px;
      width: 45px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #1b1e21;
      background: #fff;
      z-index: 1;
      opacity: .75;
      transition: .2s ease;
      border-radius: 2px; }
      .single-post-wrapper .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-left:hover, .single-post-wrapper .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-right:hover {
        transition: .2s ease;
        opacity: 1; }
    .single-post-wrapper .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-left {
      left: 35px; }
      .single-post-wrapper .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-left:before {
        margin-left: 5px;
        transform: rotate(-45deg);
        content: '';
        color: white;
        width: 10px;
        height: 10px;
        display: block;
        border-left: 2px solid #253241;
        border-top: 2px solid #253241; }
    .single-post-wrapper .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-right {
      right: 35px; }
      .single-post-wrapper .post-top-content .post--holder.gallery .fl-slider-arrows .slider-arrow-right:before {
        margin-right: 5px;
        transform: rotate(45deg);
        content: '';
        opacity: .75;
        color: white;
        width: 10px;
        height: 10px;
        display: block;
        border-right: 2px solid;
        border-top: 2px solid;
        border-top-color: #253241;
        border-right-color: #253241; }
    .single-post-wrapper .post-top-content .post--holder .post-link-mask {
      background: rgba(37, 50, 65, 0.85);
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .single-post-wrapper .post-top-content .post--holder .post-link-mask .post-format-link {
        text-align: center;
        color: #fff;
        transition: .3s ease; }
        .single-post-wrapper .post-top-content .post--holder .post-link-mask .post-format-link i {
          display: block;
          margin-bottom: 17px;
          font-size: 35px; }
        .single-post-wrapper .post-top-content .post--holder .post-link-mask .post-format-link .link-text {
          display: block;
          font-size: 23px;
          transition: .3s ease; }
        .single-post-wrapper .post-top-content .post--holder .post-link-mask .post-format-link:hover {
          transition: .3s ease; }
          .single-post-wrapper .post-top-content .post--holder .post-link-mask .post-format-link:hover .link-text {
            transition: .3s ease; }
    .single-post-wrapper .post-top-content .post--holder .video-btn-wrap {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .single-post-wrapper .post-top-content .post--holder .video-btn-wrap .video-btn {
        position: relative;
        z-index: 1;
        margin: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        width: 55px;
        height: 55px; }
        .single-post-wrapper .post-top-content .post--holder .video-btn-wrap .video-btn i {
          color: #222;
          font-size: 18px;
          position: relative;
          left: 2px;
          top: 1px;
          z-index: 2; }
        .single-post-wrapper .post-top-content .post--holder .video-btn-wrap .video-btn:before {
          content: "";
          display: block;
          width: calc(100% + 10px);
          height: calc(100% + 10px);
          opacity: .3;
          position: absolute;
          top: -5px;
          left: -5px;
          z-index: 1;
          border-radius: 50%;
          transition: .5s ease;
          background-color: #fff;
          animation: pulse-border 2s ease infinite; }
        .single-post-wrapper .post-top-content .post--holder .video-btn-wrap .video-btn:after {
          background-color: #fff;
          content: "";
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 100%;
          display: block;
          border-radius: 50%;
          transition: .5s ease; }
  .single-post-wrapper .post-top-content .post-date {
    color: #fff;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 35px;
    padding: 13px 25px;
    font-size: 30px; }
    .single-post-wrapper .post-top-content .post-date .month-date {
      text-transform: uppercase;
      margin-top: 5px;
      font-size: 12px; }
    .single-post-wrapper .post-top-content .post-date:after {
      position: absolute;
      right: 5px;
      bottom: 5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent #fff #fff transparent;
      content: ''; }
.single-post-wrapper .post-info {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  text-align: right;
  margin-bottom: 35px; }
  .single-post-wrapper .post-info div.author-post, .single-post-wrapper .post-info div.comment-post, .single-post-wrapper .post-info div.share-post {
    line-height: 1;
    display: inline-flex;
    font-size: 12px;
    text-transform: uppercase;
    align-items: center; }
    .single-post-wrapper .post-info div.author-post:last-child, .single-post-wrapper .post-info div.comment-post:last-child, .single-post-wrapper .post-info div.share-post:last-child {
      margin-right: 0; }
    .single-post-wrapper .post-info div.author-post i, .single-post-wrapper .post-info div.comment-post i, .single-post-wrapper .post-info div.share-post i {
      font-size: 15px;
      margin-right: 5px; }
      .single-post-wrapper .post-info div.author-post i.icon-user, .single-post-wrapper .post-info div.comment-post i.icon-user, .single-post-wrapper .post-info div.share-post i.icon-user {
        position: relative;
        top: -1px; }
    .single-post-wrapper .post-info div.author-post a, .single-post-wrapper .post-info div.comment-post a, .single-post-wrapper .post-info div.share-post a {
      color: inherit;
      transition: color .3s ease; }
      .single-post-wrapper .post-info div.author-post a:hover, .single-post-wrapper .post-info div.comment-post a:hover, .single-post-wrapper .post-info div.share-post a:hover {
        transition: color .3s ease; }
  .single-post-wrapper .post-info .author-post .author-prefix {
    margin-right: 3px; }
  .single-post-wrapper .post-info .comment-post .comment-count {
    top: -3px;
    position: relative; }
  .single-post-wrapper .post-info div {
    margin-right: 20px; }
    .single-post-wrapper .post-info div:last-child {
      margin-right: 0; }
  .single-post-wrapper .post-info .fl-flipper-icon {
    margin-right: 5px; }
.single-post-wrapper .post--title {
  font-size: 30px; }
  .single-post-wrapper .post--title a {
    transition: .3s ease; }
    .single-post-wrapper .post--title a:hover {
      transition: .3s ease; }
.single-post-wrapper .post-tags-content {
  margin-top: 50px;
  padding: 30px;
  text-align: center; }
  .single-post-wrapper .post-tags-content i {
    margin-right: 3px; }
  .single-post-wrapper .post-tags-content .tags-content-text {
    margin-right: 5px; }
  .single-post-wrapper .post-tags-content a {
    transition: .3s ease; }
    .single-post-wrapper .post-tags-content a:hover {
      transition: .3s ease; }
.single-post-wrapper .post-inner_content p:last-child {
  margin-bottom: 0; }

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

==  Comments

-------------------------------------------------------------------*/
.post-content-bottom {
  margin-top: 70px; }

.comments-container .comment .comment-respond {
  margin-bottom: 40px !important; }
.comments-container .comment-title {
  font-size: 22px;
  margin-bottom: 40px; }
  .comments-container .comment-title .comment-count {
    margin-left: 10px; }
.comments-container .comments-list {
  margin-bottom: 50px; }
  .comments-container .comments-list .comment > .comment {
    padding-left: 35px; }
  .comments-container .comments-list .fl-comment .comment-container {
    padding-bottom: 40px !important;
    margin-bottom: 40px !important;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap; }
    .comments-container .comments-list .fl-comment .comment-container .comment-avatar {
      flex-grow: 0;
      padding-right: 20px; }
      .comments-container .comments-list .fl-comment .comment-container .comment-avatar img {
        max-width: 65px;
        border-radius: 50%; }
    .comments-container .comments-list .fl-comment .comment-container .comment-meta {
      flex-grow: 1;
      max-width: calc(100% - 85px); }
      .comments-container .comments-list .fl-comment .comment-container .comment-meta a {
        color: #222222; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta a:hover {
          transition: .3s ease;
          opacity: .8; }
      .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 13px; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
          margin-right: 15px;
          font-size: 15px; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name a {
            color: inherit;
            transition: .3s ease-in-out; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name a:hover {
              transition: .3s ease-in-out;
              opacity: .7; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time {
          line-height: 1; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a {
            transition: .3s ease-in-out;
            color: #555555;
            font-size: 13px; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a:hover {
              opacity: .7;
              transition: .3s ease-in-out; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a .comment-date, .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a .comment-delimiter {
              margin-right: 3px; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time .comment-edit-link {
            margin-left: 15px; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--reply {
          text-align: right;
          flex-grow: 1;
          margin-left: 15px;
          font-size: 11px; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--reply a {
            text-transform: uppercase;
            cursor: pointer;
            padding: 6px 11px;
            line-height: 1;
            transition: .3s ease-in-out; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--reply a:hover {
              color: #fff;
              transition: .3s ease-in-out; }

form.fl-comment-form {
  display: flex;
  flex-wrap: wrap; }
  form.fl-comment-form label {
    display: block;
    margin-bottom: 13px;
    font-size: 13px; }
  form.fl-comment-form .comment-field-wrapper {
    flex-grow: 1;
    order: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    form.fl-comment-form .comment-field-wrapper label {
      font-size: 12px;
      text-transform: uppercase; }
    form.fl-comment-form .comment-field-wrapper .author-name {
      width: 50%;
      padding-right: 15px; }
    form.fl-comment-form .comment-field-wrapper .author-email {
      width: 50%;
      padding-left: 15px; }
  form.fl-comment-form .author-comment {
    flex-grow: 1;
    width: 100%;
    order: 1; }
    form.fl-comment-form .author-comment label {
      font-size: 12px;
      text-transform: uppercase; }
    form.fl-comment-form .author-comment textarea {
      min-height: 254px;
      color: #aaaaaa;
      padding: 15px 18px; }
      form.fl-comment-form .author-comment textarea::placeholder {
        color: #aaaaaa; }
  form.fl-comment-form .comment-form-cookies-consent {
    margin-top: 0;
    margin-bottom: 0;
    order: 2;
    width: 100%;
    line-height: 1;
    display: flex;
    align-items: center; }
    form.fl-comment-form .comment-form-cookies-consent label {
      display: inline-block;
      padding-left: 22px;
      margin-bottom: 0 !important; }
    form.fl-comment-form .comment-form-cookies-consent input[type=checkbox] {
      border: 0;
      padding: 0;
      width: 0;
      position: relative;
      appearance: none !important; }
      form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:before {
        cursor: pointer;
        top: -8px;
        position: absolute;
        left: 0;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 1px solid #eaeaeb; }
      form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:checked:after {
        position: absolute;
        top: -5px;
        left: 4px;
        font: 9px/1 FontAwesome;
        content: '\f00c';
        text-align: center; }
  form.fl-comment-form .submit-btn-container {
    order: 3;
    width: 100%;
    margin-top: 20px; }
    form.fl-comment-form .submit-btn-container button {
      line-height: 1;
      font-size: 13px;
      text-transform: uppercase;
      padding: 20px 45px;
      color: #fff; }
  form.fl-comment-form input, form.fl-comment-form textarea {
    border-radius: 0;
    transition: .3s ease; }
    form.fl-comment-form input:focus, form.fl-comment-form input:hover, form.fl-comment-form textarea:focus, form.fl-comment-form textarea:hover {
      box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      transition: .3s ease;
      background: #fff !important;
      border-color: transparent !important; }

.no-comments {
  margin-bottom: 0 !important; }

body.logged-in form.fl-comment-form .author-comment {
  width: 100%;
  padding-left: 0; }
body.logged-in form.fl-comment-form .submit-btn-container {
  margin-top: 0 !important; }

.logged-in-as a {
  color: #222222;
  transition: .3s ease; }
  .logged-in-as a:hover {
    opacity: .6;
    transition: .3s ease; }

.comment-without-back {
  display: block;
  text-align: left; }
  .comment-without-back .back-text {
    display: none; }
  .comment-without-back .font-text {
    font-size: 28px;
    margin-bottom: 0; }
  .comment-without-back .reply-title {
    margin-bottom: 25px; }

.trackback .comment-avatar, .pingback .comment-avatar {
  display: none; }
.trackback .comment-meta, .pingback .comment-meta {
  max-width: 100% !important; }

.single-page-wrapper .comments-container {
  margin-top: 50px; }

.comment-reply-title {
  margin-bottom: 20px;
  font-size: 22px; }
  .comment-reply-title #cancel-comment-reply-link {
    font-size: 13px;
    display: flex;
    width: 100%;
    margin-top: 20px; }

.logged-in-as {
  width: 100%;
  margin-bottom: 30px; }

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

==  Button

-------------------------------------------------------------------*/
.fl-button {
  padding: 14px 25px;
  display: inline-flex;
  color: #fff;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer; }
  .fl-button.size-small {
    padding: 11px 20px;
    font-size: 12px; }
  .fl-button.size-large {
    padding: 17px 35px;
    font-size: 15px; }
  .fl-button:before, .fl-button:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .fl-button:after {
    width: 140%;
    left: -20%;
    z-index: -1;
    transform-origin: 0 50%;
    transform: skew(-35deg) scaleX(0);
    transition: transform .5s ease; }
  .fl-button:before {
    z-index: -2; }
  .fl-button:hover {
    color: #fff !important; }
    .fl-button:hover:after {
      transform: skew(-35deg) scaleX(1); }

.preview-btn {
  display: flex;
  align-items: center; }
  .preview-btn .fl-button {
    margin-right: 25px; }

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

==  Share

-------------------------------------------------------------------*/
.share-post {
  margin-right: 0 !important;
  position: relative;
  cursor: pointer;
  transition: color .3s ease; }
  .share-post:hover {
    transition: color .3s ease; }
  .share-post .fl-flipper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    width: 20px;
    height: 15px;
    line-height: 15px;
    perspective: 40px;
    position: relative;
    margin-right: 5px !important; }
    .share-post .fl-flipper-icon i {
      margin-right: 0 !important; }
      .share-post .fl-flipper-icon i.icon-close {
        top: 1px;
        position: relative; }
    .share-post .fl-flipper-icon .fl-front-content {
      backface-visibility: hidden;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2; }
    .share-post .fl-flipper-icon .fl-back-content {
      align-items: center;
      backface-visibility: hidden;
      position: absolute;
      top: -1px;
      left: 0;
      transform: rotateY(180deg);
      width: 100%; }
  .share-post.opened .fl-flipper-icon {
    transition: transform .6s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

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

==  Post Share Icon

-------------------------------------------------------------------*/
.sidebar {
  /*-------------------------------------------------------------------
  
  == Archive Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == Calendar Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == Category Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == Navigator Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == Pages Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == RSS Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == Search Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == Tags Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == Recent Comments Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == Popular Post Widget
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  == Other Style
  
  -------------------------------------------------------------------*/ }
  .sidebar:not(.cars-sidebar) .widget {
    margin-top: 35px;
    padding: 30px;
    font-size: 14px; }
    .sidebar:not(.cars-sidebar) .widget:first-child {
      margin-top: 0; }
    .sidebar:not(.cars-sidebar) .widget .widget-title {
      margin: -30px;
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
      padding: 12px 20px 10px 30px;
      font-size: 15px;
      line-height: 38px;
      color: #fff;
      box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
      text-transform: uppercase; }
      .sidebar:not(.cars-sidebar) .widget .widget-title:after {
        position: absolute;
        top: 5px;
        left: 5px;
        display: block;
        border-width: 7px;
        border-style: solid;
        border-right-color: transparent;
        border-bottom-color: transparent;
        content: ''; }
    .sidebar:not(.cars-sidebar) .widget .widget-inner {
      padding: 35px 26px; }
    .sidebar:not(.cars-sidebar) .widget a {
      transition: .3s ease; }
      .sidebar:not(.cars-sidebar) .widget a:hover {
        transition: .3s ease; }
    .sidebar:not(.cars-sidebar) .widget ul li {
      font-size: 14px !important;
      margin-top: 10px; }
      .sidebar:not(.cars-sidebar) .widget ul li a {
        font-size: inherit; }
  .sidebar .widget_archive ul {
    list-style: none;
    margin: 0; }
    .sidebar .widget_archive ul li {
      position: relative; }
      .sidebar .widget_archive ul li span {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 23px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        line-height: 1;
        color: #7b7d7f;
        border-radius: 3px;
        transition: .3s ease-in;
        font-size: 13px;
        height: 100%; }
      .sidebar .widget_archive ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
  .sidebar .widget_archive select {
    margin-bottom: 0; }
  .sidebar .widget_calendar .calendar_wrap {
    position: relative; }
    .sidebar .widget_calendar .calendar_wrap #wp-calendar {
      width: 100%;
      position: relative;
      background: transparent;
      margin: 0;
      border: none;
      border-collapse: collapse; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar caption {
        background: transparent;
        caption-side: top;
        text-align: center;
        height: 30px;
        line-height: 35px;
        font-size: 14px;
        padding: 0;
        margin-bottom: 15px;
        color: #222222;
        font-weight: 500; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar thead th,
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody td {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding: 0;
        vertical-align: middle; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar thead th {
        font-size: 12px; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody td {
        font-size: 11px; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar thead {
        background: transparent; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar thead th {
          color: #222; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr {
        background: transparent; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
          background: #fff;
          border: 1px solid #dddddd;
          position: relative; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad {
            background: transparent; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
            display: block;
            position: relative;
            z-index: 2;
            color: #fff !important; }
            .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
              content: "";
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background: #fff;
              transition: background .3s ease;
              z-index: -1; }
            .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
              color: #fff !important; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad {
            border: none; }
    .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav {
      background: transparent;
      position: absolute;
      top: 0;
      width: 100%;
      height: 36px;
      line-height: 36px; }
      .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
      .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
        position: absolute;
        width: 36px;
        top: 50%;
        transform: translate(0, -50%);
        padding: 0; }
        .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
        .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
          border: 1px solid #ddd;
          background-color: #fff;
          display: block;
          position: relative;
          margin: 0 auto;
          color: transparent !important;
          width: 35px;
          height: 35px;
          line-height: 24px;
          text-align: center;
          transition: all .3s ease-in; }
          .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before,
          .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before {
            font-family: FontAwesome;
            color: #222;
            transition: all .3s ease-in;
            font-size: 12px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
          .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover,
          .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
            transition: all .3s ease-in; }
            .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover:before,
            .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover:before {
              transition: all .3s ease-in;
              color: #fff; }
        .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad,
        .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad {
          text-align: center; }
          .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad:before,
          .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad:before {
            color: #f1f1f1;
            font-family: FontAwesome; }
      .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
        left: 0; }
        .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before {
          content: "\f104"; }
        .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad:before {
          content: "\f104"; }
      .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
        right: 0; }
        .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before {
          content: "\f105"; }
        .sidebar .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad:before {
          content: "\f105"; }
  .sidebar .widget_categories ul > li {
    font-size: 15px;
    position: relative;
    list-style: none; }
    .sidebar .widget_categories ul > li span {
      position: absolute;
      top: 11px;
      right: 0;
      min-width: 23px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      line-height: 1;
      color: #7b7d7f;
      border-radius: 3px;
      transition: .3s ease-in;
      font-size: 13px; }
  .sidebar .widget_categories ul ul li:before {
    top: auto;
    margin-top: 0;
    content: 'тАФ';
    position: relative;
    margin-right: 5px;
    color: #7b7d7f; }
  .sidebar .widget_categories ul ul ul li:before {
    content: 'тАФтАФ'; }
  .sidebar .widget_categories select {
    margin-bottom: 0; }
  .sidebar .widget_nav_menu ul > li {
    position: relative;
    list-style: none; }
    .sidebar .widget_nav_menu ul > li.has-submenu > ul, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav {
      display: block;
      width: 100%; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul li:before {
        margin-right: 5px;
        content: 'тАФ';
        color: #7b7d7f; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul ul li:before {
        content: 'тАФтАФ'; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul ul li ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul ul li ul li:before {
        content: 'тАФтАФтАФ'; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul ul li ul li ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul ul li ul li ul li:before {
        content: 'тАФтАФтАФтАФ'; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul ul li ul li ul li ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul ul li ul li ul li ul li:before {
        content: 'тАФтАФтАФтАФтАФ'; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul ul li ul li ul li ul li ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul ul li ul li ul li ul li ul li:before {
        content: 'тАФтАФтАФтАФтАФтАФ'; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul ul li ul li ul li ul li ul li ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul ul li ul li ul li ul li ul li ul li:before {
        content: 'тАФтАФтАФтАФтАФтАФтАФ'; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul ul li ul li ul li ul li ul li ul li ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul ul li ul li ul li ul li ul li ul li ul li:before {
        content: 'тАФтАФтАФтАФтАФтАФтАФтАФтАФ'; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul ul li ul li ul li ul li ul li ul li ul li ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul ul li ul li ul li ul li ul li ul li ul li ul li:before {
        content: 'тАФтАФтАФтАФтАФтАФтАФтАФтАФтАФ'; }
      .sidebar .widget_nav_menu ul > li.has-submenu > ul ul ul li ul li ul li ul li ul li ul li ul li ul li ul li:before, .sidebar .widget_nav_menu ul > li.has-submenu .sub-nav ul ul li ul li ul li ul li ul li ul li ul li ul li ul li:before {
        content: 'тАФтАФтАФтАФтАФтАФтАФтАФтАФтАФтАФ'; }
  .sidebar .widget_pages ul > li {
    font-size: 15px;
    position: relative;
    list-style: none; }
    .sidebar .widget_pages ul > li span {
      position: absolute;
      top: 11px;
      right: 0;
      min-width: 23px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      line-height: 1;
      color: #7b7d7f;
      border-radius: 3px;
      transition: .3s ease-in;
      font-size: 13px; }
  .sidebar .widget_pages ul ul li:before {
    top: auto;
    margin-top: 0;
    content: 'тАФ';
    position: relative;
    margin-right: 5px;
    color: #7b7d7f; }
  .sidebar .widget_pages ul ul ul li:before {
    content: 'тАФтАФ'; }
  .sidebar .widget_pages ul ul ul ul li:before {
    content: 'тАФтАФтАФ'; }
  .sidebar .widget_rss .widget-title a {
    color: #fff !important; }
  .sidebar .widget_rss .rsswidget img {
    display: none; }
  .sidebar .widget_rss ul li {
    padding-bottom: 15px; }
    .sidebar .widget_rss ul li:last-child {
      padding-bottom: 0; }
    .sidebar .widget_rss ul li .rsswidget {
      font-weight: 500;
      color: #222222;
      opacity: .8;
      display: block;
      margin-bottom: 5px;
      margin-right: 5px; }
    .sidebar .widget_rss ul li .rss-date {
      display: block;
      margin-bottom: 5px; }
    .sidebar .widget_rss ul li .rssSummary {
      margin-bottom: 5px; }
    .sidebar .widget_rss ul li .rss-date {
      font-size: 13px;
      color: #7b7d7f; }
    .sidebar .widget_rss ul li cite {
      position: relative;
      display: block;
      text-align: right;
      font-style: italic;
      font-size: 13px; }
  .sidebar .widget_search form {
    position: relative; }
    .sidebar .widget_search form input {
      margin-bottom: 0; }
    .sidebar .widget_search form .searchsubmit {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 100%;
      z-index: 0; }
      .sidebar .widget_search form .searchsubmit input {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: transparent;
        border: none; }
        .sidebar .widget_search form .searchsubmit input:hover, .sidebar .widget_search form .searchsubmit input:active, .sidebar .widget_search form .searchsubmit input:focus {
          box-shadow: none !important;
          background: transparent !important; }
      .sidebar .widget_search form .searchsubmit i {
        transition: .3s ease;
        color: #aaaaaa;
        z-index: 0;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center; }
      .sidebar .widget_search form .searchsubmit:hover i {
        transition: .3s ease; }
  .sidebar .widget_tag_cloud .tagcloud a {
    border: 1px solid;
    background: #fff;
    border-radius: 2px;
    line-height: 1;
    font-size: 11px !important;
    padding: 10px 24px;
    margin-right: 7px;
    margin-bottom: 7px;
    display: inline-flex; }
    .sidebar .widget_tag_cloud .tagcloud a:hover {
      color: #fff;
      transition: all .3s ease;
      box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
      transform: perspective(100px) translateY(-2px);
      z-index: 1; }
  .sidebar .widget_recent_comments .recentcomments {
    padding-top: 5px;
    padding-bottom: 5px; }
    .sidebar .widget_recent_comments .recentcomments:last-child {
      margin: 0;
      border: none; }
    .sidebar .widget_recent_comments .recentcomments:last-child {
      padding-bottom: 0; }
    .sidebar .widget_recent_comments .recentcomments > a {
      margin-left: 5px; }
    .sidebar .widget_recent_comments .recentcomments .comment-author-link {
      font-weight: 600;
      color: #222222;
      margin-right: 5px; }
      .sidebar .widget_recent_comments .recentcomments .comment-author-link a {
        margin-left: 0 !important;
        text-decoration: none !important; }
      .sidebar .widget_recent_comments .recentcomments .comment-author-link:before {
        content: "\f2c0";
        font: normal normal normal 13px/1 FontAwesome;
        margin-right: 8px;
        position: relative;
        top: -1px; }
    .sidebar .widget_recent_comments .recentcomments a:before {
      content: '';
      margin-left: 5px; }
    .sidebar .widget_recent_comments .recentcomments a:last-child {
      text-decoration: underline; }
  .sidebar .widget_fl_theme_helper_popular_post .fl--last-post {
    margin-bottom: 25px; }
    .sidebar .widget_fl_theme_helper_popular_post .fl--last-post:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-img {
      flex-grow: 0;
      margin-bottom: 10px; }
      .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-img img {
        min-width: 100%; }
    .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-text-medium-style {
      line-height: 1.4; }
      .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-text-medium-style .fl-post-title {
        font-size: 14px;
        margin-bottom: 0; }
      .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-text-medium-style a {
        transition: .3s ease; }
        .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-text-medium-style a:hover {
          transition: .3s ease; }
    .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .post-date {
      font-size: 13px; }
  .sidebar .widget_text strong {
    margin-bottom: 20px;
    color: #222222; }
  .sidebar .widget_text p {
    margin-bottom: 20px; }
  .sidebar .widget_text .wp-caption {
    margin-bottom: 15px; }
    .sidebar .widget_text .wp-caption p {
      margin-top: 10px;
      margin-bottom: 0; }
    .sidebar .widget_text .wp-caption .wp-caption-text {
      text-align: center; }
  .sidebar .widget_text select {
    margin-bottom: 0; }

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

==  Post Share Icon

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

==  Sidebar

-------------------------------------------------------------------*/
.sidebar.with-title {
  padding-top: 0 !important; }
.sidebar.cars-sidebar {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .sidebar.cars-sidebar.with-title .sidebar-car-title {
    position: relative;
    color: #ffffff;
    margin-bottom: 35px;
    background: #222222;
    margin-right: -20px;
    margin-left: -20px;
    line-height: 1;
    padding: 30px 40px;
    display: flex;
    align-items: center; }
    .sidebar.cars-sidebar.with-title .sidebar-car-title .title-content {
      width: calc(100% - 35px);
      color: #fff; }
    .sidebar.cars-sidebar.with-title .sidebar-car-title svg {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%); }
    .sidebar.cars-sidebar.with-title .sidebar-car-title:before {
      position: absolute;
      top: 5px;
      left: 5px;
      display: block;
      border-width: 7px;
      border-style: solid;
      border-right-color: transparent;
      border-bottom-color: transparent;
      content: ''; }
  .sidebar.cars-sidebar .widget-title {
    position: relative;
    font-size: 16px;
    color: #222;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    text-transform: uppercase; }
    .sidebar.cars-sidebar .widget-title:after {
      position: absolute;
      top: -30px;
      right: -15px;
      display: block;
      border-width: 7px;
      border-style: solid;
      border-left-color: transparent;
      border-bottom-color: transparent;
      content: ''; }
  .sidebar.cars-sidebar .widget--title {
    font-size: 14px;
    color: #222;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .sidebar.cars-sidebar .widget {
    margin-bottom: 25px; }
    .sidebar.cars-sidebar .widget.pixad-filter .jelect.select_mod-a {
      width: 100%; }
    .sidebar.cars-sidebar .widget.pixad-filter .jelect-options {
      top: 44px; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-target {
      margin-bottom: 15px;
      margin-top: 25px; }
    .sidebar.cars-sidebar .widget.pixad-filter .body-icon-wrapper {
      display: block; }
      .sidebar.cars-sidebar .widget.pixad-filter .body-icon-wrapper i {
        font-size: 55px;
        line-height: .8;
        opacity: .8;
        color: #222;
        transition: all .3s ease; }
    .sidebar.cars-sidebar .widget.pixad-filter .list-categories .list-categories__item input[type=checkbox]:checked + label .body-icon-wrapper i {
      opacity: 1; }
    .sidebar.cars-sidebar .widget.pixad-filter .list-categories li label {
      background: #fff;
      margin-right: 5px;
      margin-left: 5px;
      cursor: pointer;
      padding: 10px 0;
      border: 1px solid #dddddd;
      border-radius: 2px;
      transition: .3s ease; }
      .sidebar.cars-sidebar .widget.pixad-filter .list-categories li label .auto_body_name {
        font-size: 10px; }
      .sidebar.cars-sidebar .widget.pixad-filter .list-categories li label:hover {
        border-color: transparent;
        box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
        transition: .3s ease; }
    .sidebar.cars-sidebar .widget.pixad-filter .slider-price__input {
      display: inline-block;
      width: 70px;
      margin: 10px;
      height: 25px;
      font-size: 10px;
      color: #222;
      border: none;
      background-color: #fff;
      text-align: center; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-target {
      border: 1px solid;
      background: #f5f5f5;
      width: calc(100% - 12px); }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-base {
      width: 100%;
      height: 100%;
      position: relative; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-origin {
      position: absolute;
      right: -1px;
      top: -1px;
      left: 0;
      height: 2px; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-origin + .noUi-origin {
      border: 0;
      background: black; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle {
      height: 18px;
      left: -7px;
      top: -6px;
      width: 18px;
      cursor: pointer; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle:after {
      position: absolute;
      width: 16px;
      height: 16px;
      left: 8px;
      content: '';
      display: block;
      top: -7px;
      border-radius: 50%; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle {
      height: 18px;
      left: -7px;
      top: -6px;
      width: 18px;
      cursor: pointer; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle:after {
      position: absolute;
      width: 16px;
      height: 16px;
      left: -2px;
      content: '';
      display: block;
      top: -7px;
      border-radius: 50%; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle:before {
      position: absolute;
      width: 8px;
      height: 8px;
      left: 2px;
      content: '';
      display: block;
      top: -3px;
      background-color: #fff !important;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      z-index: 2; }
    .sidebar.cars-sidebar .widget.pixad-filter .slider-price__wrap-input {
      display: flex;
      align-items: center; }
      .sidebar.cars-sidebar .widget.pixad-filter .slider-price__wrap-input span {
        flex-grow: 0;
        margin-left: 15px;
        margin-right: 15px; }
      .sidebar.cars-sidebar .widget.pixad-filter .slider-price__wrap-input input {
        margin-left: 0;
        margin-right: 0;
        flex-grow: 1; }
  .sidebar.cars-sidebar .btn-wrapper {
    width: 100%;
    padding: 0; }
    .sidebar.cars-sidebar .btn-wrapper button {
      width: 100%;
      color: #fff;
      justify-content: center;
      text-transform: uppercase; }
.sidebar .widget_dealer .widget-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px 0; }
  .sidebar .widget_dealer .widget-content ul li {
    position: relative;
    padding: 5px 10px;
    display: inline-flex;
    max-width: 50%;
    flex-wrap: wrap; }
    .sidebar .widget_dealer .widget-content ul li .wd-name {
      line-height: 1.3;
      font-size: 13px;
      font-weight: 600;
      color: #222;
      margin-top: 4px; }
    .sidebar .widget_dealer .widget-content ul li .wd-update {
      position: absolute;
      right: 10px;
      top: 10px;
      line-height: 1;
      font-size: 11px;
      text-transform: uppercase;
      padding: 4px 8px;
      color: #fff;
      transition: .3s ease; }
      .sidebar .widget_dealer .widget-content ul li .wd-update:hover {
        opacity: .7;
        transition: .3s ease; }
.sidebar .widget-content .list-categories {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
  .sidebar .widget-content .list-categories li {
    width: 48%;
    padding: 5px; }
    .sidebar .widget-content .list-categories li label {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      text-align: center; }
      .sidebar .widget-content .list-categories li label .auto_body_name {
        display: block;
        width: 100%;
        color: #222;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 1.3;
        font-weight: 600;
        margin-top: 4px; }
    .sidebar .widget-content .list-categories li input[type=checkbox] {
      display: none; }
    .sidebar .widget-content .list-categories li input[type=checkbox]:checked + label .auto_body_name {
      color: #0c5460; }
.sidebar .widget {
  margin-bottom: 25px; }
  .sidebar .widget .jelect-current {
    background-color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    transition: .3s ease; }
    .sidebar .widget .jelect-current:hover {
      border-color: transparent !important;
      background: #fff !important;
      box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      transition: .3s ease; }
.sidebar .booking_car_info .booking_form {
  background: #f1f5fa !important;
  border: 0; }
  .sidebar .booking_car_info .booking_form .car-details__price-inner {
    margin: 0 -40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px !important; }
  .sidebar .booking_car_info .booking_form .rb_field label {
    margin-bottom: 7px;
    font-size: 12px;
    padding-bottom: 0;
    text-transform: none; }
  .sidebar .booking_car_info .booking_form .rb_field select, .sidebar .booking_car_info .booking_form .rb_field input {
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    display: block;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid #dddddd;
    letter-spacing: .02em; }
    .sidebar .booking_car_info .booking_form .rb_field select:hover, .sidebar .booking_car_info .booking_form .rb_field select:active, .sidebar .booking_car_info .booking_form .rb_field select:focus, .sidebar .booking_car_info .booking_form .rb_field input:hover, .sidebar .booking_car_info .booking_form .rb_field input:active, .sidebar .booking_car_info .booking_form .rb_field input:focus {
      box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      transition: .3s ease;
      border-color: transparent !important;
      background: #fff !important; }
  .sidebar .booking_car_info .booking_form .submit {
    z-index: 1;
    display: flex;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 11px;
    line-height: 1;
    min-height: 40px;
    letter-spacing: .3px;
    border: 0;
    background: transparent;
    overflow: hidden;
    position: relative; }
    .sidebar .booking_car_info .booking_form .submit:before, .sidebar .booking_car_info .booking_form .submit:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .sidebar .booking_car_info .booking_form .submit:after {
      width: 140%;
      left: -20%;
      z-index: -1;
      transform-origin: 0 50%;
      transform: skew(-35deg) scaleX(0);
      transition: transform .5s ease; }
    .sidebar .booking_car_info .booking_form .submit:before {
      z-index: -2; }
    .sidebar .booking_car_info .booking_form .submit:hover:after {
      transform: skew(-35deg) scaleX(1); }
.sidebar .calendar-wrap .fc-widget-header th {
  padding: 10px 3px !important;
  font-size: 14px !important; }
.sidebar .booking-preview-calendar {
  margin-bottom: 35px !important; }
  .sidebar .booking-preview-calendar h2 {
    font-size: 20px; }
.sidebar html .calendar-wrap .fc-basic-view td.fc-week-number span, .sidebar html .calendar-wrap .fc-basic-view td.fc-day-number {
  padding-top: 4px !important;
  padding-bottom: 0 !important; }
.sidebar .reverved-preview {
  margin-bottom: 0 !important; }
.sidebar .widget-calculator .labeled, .sidebar .fl_finance_calculator_widget .labeled {
  margin-bottom: 7px;
  font-size: 12px; }
.sidebar .widget-calculator input:hover, .sidebar .widget-calculator input:focus, .sidebar .widget-calculator input:active, .sidebar .fl_finance_calculator_widget input:hover, .sidebar .fl_finance_calculator_widget input:focus, .sidebar .fl_finance_calculator_widget input:active {
  border-color: transparent !important;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
  transition: .3s ease; }
.sidebar .widget-calculator .submit-btn-container a, .sidebar .fl_finance_calculator_widget .submit-btn-container a {
  display: flex;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1;
  min-height: 40px;
  letter-spacing: .3px;
  border: 0; }
  .sidebar .widget-calculator .submit-btn-container a:hover, .sidebar .fl_finance_calculator_widget .submit-btn-container a:hover {
    color: #fff !important; }
.sidebar .widget-calculator .revus_calculator_report, .sidebar .fl_finance_calculator_widget .revus_calculator_report {
  margin-top: 10px; }
  .sidebar .widget-calculator .revus_calculator_report dl, .sidebar .fl_finance_calculator_widget .revus_calculator_report dl {
    margin-bottom: 0; }
    .sidebar .widget-calculator .revus_calculator_report dl dt, .sidebar .fl_finance_calculator_widget .revus_calculator_report dl dt {
      font-size: 11px;
      text-transform: uppercase;
      margin-bottom: 3px; }
    .sidebar .widget-calculator .revus_calculator_report dl dd, .sidebar .fl_finance_calculator_widget .revus_calculator_report dl dd {
      color: #222222;
      font-size: 17px; }
      .sidebar .widget-calculator .revus_calculator_report dl dd:last-child, .sidebar .fl_finance_calculator_widget .revus_calculator_report dl dd:last-child {
        margin-bottom: 0; }
.sidebar .auto-price-info .top-info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 25px 20px; }
  .sidebar .auto-price-info .top-info .price-text {
    margin-right: 10px; }
  .sidebar .auto-price-info .top-info .price-detail {
    font-size: 19px; }
    .sidebar .auto-price-info .top-info .price-detail del {
      font-size: 13px; }
.sidebar .auto-price-info .bottom-info {
  padding: 25px 20px;
  font-size: 12px;
  text-align: center; }
  .sidebar .auto-price-info .bottom-info .payment-image-wrap {
    text-align: center;
    margin-bottom: 5px; }
    .sidebar .auto-price-info .bottom-info .payment-image-wrap img {
      height: auto;
      margin: 0;
      display: inline-block;
      max-width: 154px; }
.sidebar .dealer-info {
  margin-top: 30px;
  background: transparent !important;
  padding: 0 !important; }
  .sidebar .dealer-info .dealer-top-info {
    display: flex;
    padding: 20px 25px; }
    .sidebar .dealer-info .dealer-top-info .left {
      flex-grow: 0; }
      .sidebar .dealer-info .dealer-top-info .left img {
        border-radius: 100%; }
    .sidebar .dealer-info .dealer-top-info .right {
      flex-grow: 1; }
  .sidebar .dealer-info .dealer-top-info .left {
    display: flex;
    align-items: center;
    margin-right: 15px; }
  .sidebar .dealer-info .dealer-top-info .right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 14px; }
    .sidebar .dealer-info .dealer-top-info .right .dealer-name {
      font-size: 20px;
      color: inherit; }
  .sidebar .dealer-info .dealer-top-info img {
    max-width: 75px; }
  .sidebar .dealer-info .dealer-bottom-info {
    padding: 35px 25px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #EEEEEE; }
    .sidebar .dealer-info .dealer-bottom-info .phone-info {
      display: flex;
      padding-left: 50px; }
      .sidebar .dealer-info .dealer-bottom-info .phone-info .left {
        display: flex;
        align-items: center;
        flex-grow: 0;
        margin-right: 10px; }
        .sidebar .dealer-info .dealer-bottom-info .phone-info .left i {
          font-size: 30px;
          margin-right: 10px; }
      .sidebar .dealer-info .dealer-bottom-info .phone-info .right {
        flex-grow: 1; }
        .sidebar .dealer-info .dealer-bottom-info .phone-info .right .phone-text {
          font-size: 20px;
          color: #222222;
          transition: .3s ease; }
          .sidebar .dealer-info .dealer-bottom-info .phone-info .right .phone-text:hover {
            transition: .3s ease; }
  .sidebar .dealer-info .social-info {
    margin-top: 20px; }
    .sidebar .dealer-info .social-info ul {
      text-align: center; }
      .sidebar .dealer-info .social-info ul li {
        line-height: 1;
        font-size: 16px;
        padding: 0 15px;
        display: inline-block;
        border-right: 1px solid #cccccc; }
        .sidebar .dealer-info .social-info ul li a {
          color: #cccccc;
          transition: .3s ease; }
          .sidebar .dealer-info .social-info ul li a:hover {
            transition: .3s ease; }
        .sidebar .dealer-info .social-info ul li:last-child {
          border-right: none; }
.sidebar .promo-image-gallery {
  margin-top: 10px; }
  .sidebar .promo-image-gallery ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .sidebar .promo-image-gallery ul li {
      padding: 15px;
      display: inline-block; }
.sidebar .fl-dealer-form br {
  display: none; }
.sidebar .fl-dealer-form .input-form-wrapper label {
  margin-bottom: 7px;
  font-size: 12px; }
.sidebar .fl-dealer-form .input-form-wrapper input:hover, .sidebar .fl-dealer-form .input-form-wrapper input:focus, .sidebar .fl-dealer-form .input-form-wrapper input:active {
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
  transition: .3s ease;
  border-color: transparent !important;
  background: #fff !important; }
.sidebar .fl-dealer-form .textarea-form-wrapper label {
  margin-bottom: 7px;
  font-size: 12px; }
.sidebar .fl-dealer-form .textarea-form-wrapper textarea {
  border-radius: 0;
  max-height: 120px; }
  .sidebar .fl-dealer-form .textarea-form-wrapper textarea:hover, .sidebar .fl-dealer-form .textarea-form-wrapper textarea:focus, .sidebar .fl-dealer-form .textarea-form-wrapper textarea:active {
    border-color: transparent !important;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    transition: .3s ease;
    background: #fff !important; }
.sidebar .fl-dealer-form .submit-btn-container button {
  width: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }

.sidebar-title-content {
  position: relative;
  padding: 20px 30px;
  color: #fff;
  text-transform: uppercase; }
  .sidebar-title-content:after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    border-width: 7px;
    border-style: solid; }

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

==  Post Share Icon

-------------------------------------------------------------------*/
.fl-contact-form label {
  display: block;
  margin-bottom: 13px;
  font-size: 13px; }
.fl-contact-form input:hover, .fl-contact-form input:focus, .fl-contact-form input:active {
  border-color: transparent !important; }
.fl-contact-form .textarea-container textarea {
  border-radius: 0; }
  .fl-contact-form .textarea-container textarea:hover, .fl-contact-form .textarea-container textarea:focus, .fl-contact-form .textarea-container textarea:active {
    border-color: transparent !important; }
.fl-contact-form .submit-btn-container {
  margin-top: 10px; }

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

==  Post Share Icon

-------------------------------------------------------------------*/
.post-share-icon a.vk:after {
  background: #4a76a8; }
.post-share-icon a.pin:after {
  background: #e60023; }
.post-share-icon a.red:after {
  background: #ff4502; }
.post-share-icon a.lin:after {
  background: #1785b0; }
.post-share-icon a.goglp:after {
  background: #d44132; }
.post-share-icon a.twi:after {
  background: #41abe1; }
.post-share-icon a.fb:after {
  background: #4267b2; }

.post-share-icon {
  display: inline-flex;
  z-index: -1;
  position: absolute;
  bottom: 45px;
  right: 15px;
  flex-direction: column-reverse;
  flex-wrap: wrap; }
  .post-share-icon a {
    opacity: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 4px 0;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    transform: translateY(7px);
    transition: opacity .1s ease 0s,transform .1s ease 0s,-webkit-transform .1s ease 0s,color .3s ease; }
    .post-share-icon a i {
      z-index: 2; }
    .post-share-icon a:hover {
      transition: color .3s ease;
      color: #fff !important; }
      .post-share-icon a:hover:after {
        transform: translate(0) scale(1.2); }
    .post-share-icon a:after {
      transition: transform .3s ease 0s;
      position: absolute;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      transform: translate(0, 35px);
      content: ''; }
    .post-share-icon a:nth-child(1) {
      transition: opacity .3s ease 0s,transform .3s ease 0s,-webkit-transform .3s ease 0s; }
    .post-share-icon a:nth-child(2) {
      transition: opacity .3s ease .1s,transform .3s ease .1s,-webkit-transform .3s ease .1s; }
    .post-share-icon a:nth-child(3) {
      transition: opacity .3s ease .2s,transform .3s ease .2s,-webkit-transform .3s ease .2s; }
    .post-share-icon a:nth-child(4) {
      transition: opacity .3s ease .3s,transform .3s ease .3s,-webkit-transform .3s ease .3s; }
    .post-share-icon a:nth-child(5) {
      transition: opacity .3s ease .4s,transform .3s ease .4s,-webkit-transform .3s ease .3s; }
    .post-share-icon a:nth-child(6) {
      transition: opacity .3s ease .5s,transform .3s ease .5s,-webkit-transform .3s ease .3s; }
    .post-share-icon a:nth-child(7) {
      transition: opacity .3s ease .6s,transform .3s ease .6s,-webkit-transform .3s ease .3s; }
  .post-share-icon.opened {
    z-index: 1; }
    .post-share-icon.opened a {
      opacity: 1;
      transform: translateY(0); }

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

==  Auto Single Page

-------------------------------------------------------------------*/
.car-details .car-details__wrap-title {
  margin-bottom: 15px; }
  .car-details .car-details__wrap-title .car-details-sub-title-content {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .car-details .car-details__wrap-title .car-details__title {
    font-size: 40px; }
.car-details .auto-slider {
  position: relative;
  margin-bottom: 20px; }
  .car-details .auto-slider .slides {
    overflow: hidden; }
    .car-details .auto-slider .slides li {
      float: left; }
      .car-details .auto-slider .slides li iframe {
        width: 750px;
        height: 430px; }
  .car-details .auto-slider .card__wrap-label {
    z-index: 3;
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex; }
    .car-details .auto-slider .card__wrap-label .card__label {
      padding: 9px 13px;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff;
      border-radius: 2px;
      line-height: 1; }
  .car-details .auto-slider .sale {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 9;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px 12px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em; }
  .car-details .auto-slider .tmpl-list-footer {
    bottom: auto;
    z-index: 99;
    top: 20px;
    text-align: right;
    right: 20px; }
.car-details .auto-carousel {
  margin-bottom: 40px; }
  .car-details .auto-carousel .slides {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px; }
    .car-details .auto-carousel .slides li {
      cursor: pointer;
      position: relative;
      margin: 0 10px;
      float: left; }
      .car-details .auto-carousel .slides li.slick-current:before, .car-details .auto-carousel .slides li.slick-current:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        transition: .3s ease; }
      .car-details .auto-carousel .slides li.slick-current:before {
        background: rgba(0, 0, 0, 0.5); }
      .car-details .auto-carousel .slides li.slick-current:after {
        border: 4px solid #e2b71c; }
      .car-details .auto-carousel .slides li.auto-thumb-video i {
        position: absolute;
        color: #fff;
        height: 100%;
        width: 100%;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px; }
.car-details .vehicle-characteristics .vehicle-characteristics-title {
  font-size: 22px;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eee; }
.car-details .vehicle-characteristics .list-descriptions {
  display: flex;
  flex-wrap: wrap; }
  .car-details .vehicle-characteristics .list-descriptions .dd-item {
    align-items: center;
    display: flex;
    max-width: 50%;
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px; }
    .car-details .vehicle-characteristics .list-descriptions .dd-item dt {
      padding-left: 0;
      font-weight: inherit;
      min-width: 40%;
      position: relative; }
    .car-details .vehicle-characteristics .list-descriptions .dd-item dd {
      color: #222222;
      margin-bottom: 0; }
.car-details .wrap-nav-table-content {
  border-bottom: 1px solid #dddddd; }
  .car-details .wrap-nav-table-content ul li {
    cursor: pointer;
    display: inline-block;
    padding: 0 20px; }
    .car-details .wrap-nav-table-content ul li:first-child {
      padding-left: 0; }
    .car-details .wrap-nav-table-content ul li:last-child {
      padding-right: 0; }
    .car-details .wrap-nav-table-content ul li span {
      font-size: 16px;
      color: #222222;
      display: flex;
      padding: 20px 0;
      position: relative;
      transition: .3s ease; }
      .car-details .wrap-nav-table-content ul li span:before {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        left: 0;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .3s ease; }
    .car-details .wrap-nav-table-content ul li.active span, .car-details .wrap-nav-table-content ul li:hover span {
      transition: .3s ease; }
      .car-details .wrap-nav-table-content ul li.active span:before, .car-details .wrap-nav-table-content ul li:hover span:before {
        transform: scaleX(1);
        transform-origin: left; }
.car-details .tabs-content .tab-content {
  margin-top: 40px;
  display: none; }
  .car-details .tabs-content .tab-content .auto_contact_desc {
    margin-bottom: 35px; }
  .car-details .tabs-content .tab-content .contact-list-info .dd-item {
    margin-bottom: 15px; }
    .car-details .tabs-content .tab-content .contact-list-info .dd-item dt {
      color: #222222;
      line-height: 1;
      margin-bottom: 5px;
      font-size: 12px; }
    .car-details .tabs-content .tab-content .contact-list-info .dd-item dd {
      font-size: 14px; }
  .car-details .tabs-content .tab-content.active {
    display: block; }
  .car-details .tabs-content .tab-content .tech-group dl {
    display: flex;
    flex-wrap: wrap; }
    .car-details .tabs-content .tab-content .tech-group dl .dd-item {
      align-items: center;
      display: flex;
      max-width: 50%;
      width: 100%;
      margin-bottom: 8px;
      font-size: 14px; }
      .car-details .tabs-content .tab-content .tech-group dl .dd-item dt {
        padding-left: 0;
        font-weight: inherit;
        min-width: 40%;
        position: relative; }
      .car-details .tabs-content .tab-content .tech-group dl .dd-item dd {
        color: #222;
        margin-bottom: 0; }
  .car-details .tabs-content .tab-content ul:not(.pixad-features-list) {
    margin-left: 0; }
    .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li {
      position: relative;
      line-height: 2;
      padding-left: 20px;
      margin: 10px 0; }
      .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: inline-flex;
        align-items: center;
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome; }
      .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li:first-child {
        margin-top: 0; }
  .car-details .tabs-content .tab-content .pixad-features-list {
    display: flex;
    flex-wrap: wrap; }
    .car-details .tabs-content .tab-content .pixad-features-list li {
      margin-bottom: 13px;
      color: #222222;
      font-size: 14px;
      max-width: 50%;
      width: 100%;
      display: inline-block; }
      .car-details .tabs-content .tab-content .pixad-features-list li i {
        font-style: normal;
        margin-right: 10px; }

#contact-map {
  width: 100%;
  height: 400px;
  margin: 0 auto; }

.pixba_contact_modal_btn_new {
  color: #222;
  transition: .3s ease; }
  .pixba_contact_modal_btn_new:hover {
    transition: .3s ease;
    color: #222; }

#contact-form-booking {
  max-width: 550px;
  background: #fff;
  padding: 35px 30px;
  margin: 0 auto; }
  #contact-form-booking .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 23px;
    text-transform: uppercase; }
  #contact-form-booking label {
    margin-bottom: 10px; }
  #contact-form-booking br {
    display: none; }
  #contact-form-booking textarea {
    border-radius: 0;
    margin-bottom: 25px; }

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

==  Vehicle Listings Page

-------------------------------------------------------------------*/
#pix-sorting {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px; }
  #pix-sorting .sorting__inner {
    display: flex;
    align-items: stretch; }
    #pix-sorting .sorting__inner .sorting__item {
      flex-grow: 0; }
      #pix-sorting .sorting__inner .sorting__item .sorting__title {
        display: none; }
      #pix-sorting .sorting__inner .sorting__item:first-child {
        flex-grow: 1;
        display: flex;
        align-items: center;
        color: #222222; }
      #pix-sorting .sorting__inner .sorting__item:last-child {
        margin-left: 30px; }
      #pix-sorting .sorting__inner .sorting__item.view-by {
        display: flex;
        align-items: center; }
        #pix-sorting .sorting__inner .sorting__item.view-by a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 45px;
          height: 45px;
          border: 1px solid;
          position: relative;
          color: #cccccc;
          transition: .3s ease; }
          #pix-sorting .sorting__inner .sorting__item.view-by a:hover, #pix-sorting .sorting__inner .sorting__item.view-by a.active {
            transition: .3s ease; }
          #pix-sorting .sorting__inner .sorting__item.view-by a:first-child {
            margin-right: 10px; }
  #pix-sorting .select .jelect-current {
    transition: .3s ease; }
    #pix-sorting .select .jelect-current:hover {
      border-color: transparent !important;
      background: #fff !important;
      box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      transition: .3s ease; }
  #pix-sorting .select.jelect_state_active .jelect-current {
    border-color: transparent !important;
    background: #fff !important;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    transition: .3s ease; }
  #pix-sorting .ajax-loading .slider-grid__inner, #pix-sorting .ajax-loading .post-auto-list {
    opacity: .7; }

.pix-auto-wrapper-loader.ajax-loading .post-auto-grid .top-content-wrap {
  position: relative; }
  .pix-auto-wrapper-loader.ajax-loading .post-auto-grid .top-content-wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1; }
  .pix-auto-wrapper-loader.ajax-loading .post-auto-grid .top-content-wrap:after {
    content: "\e83a";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-family: "fl-custom-icon-font";
    font-size: 20px;
    z-index: 2;
    color: #e2b71c;
    animation: loaderRotate 1s ease-in-out infinite; }
.pix-auto-wrapper-loader.ajax-loading .post-auto-list .left-car-content {
  position: relative; }
  .pix-auto-wrapper-loader.ajax-loading .post-auto-list .left-car-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1; }
  .pix-auto-wrapper-loader.ajax-loading .post-auto-list .left-car-content:after {
    content: "\e83a";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-family: "fl-custom-icon-font";
    font-size: 20px;
    z-index: 2;
    color: #e2b71c;
    animation: loaderRotate 1s ease-in-out infinite; }

.pix-dynamic-content #pixad-listing.grid {
  margin-top: -30px; }
  .pix-dynamic-content #pixad-listing.grid .post-auto-grid {
    margin-top: 30px; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap {
      position: relative; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .auto-link-image-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .image-grid-mask {
        transition: .3s ease;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap {
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translate3d(0, -50%, 0);
        z-index: 2; }
        .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare {
          visibility: hidden;
          opacity: 0;
          transition: .3s ease;
          line-height: 15px;
          padding: 0;
          background: transparent !important; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare span {
            border-radius: 2px;
            padding: 11px 18px; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare i {
            margin-right: 5px; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .add-cmpr {
            transition: .3s ease;
            background: #fff; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .add-cmpr:hover {
              color: #fff;
              transition: .3s ease; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .rem-cmpr {
            color: #fff;
            transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .rem-cmpr:hover {
              opacity: .8;
              transition: .3s ease; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .cmpr-btn-text {
            display: inline-block; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap {
        z-index: 2;
        position: absolute;
        right: 20px;
        top: 20px;
        display: inline-flex; }
        .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a {
          visibility: hidden;
          opacity: 0;
          width: 30px;
          height: 30px;
          background: transparent !important;
          position: relative;
          padding: 0; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span {
            left: 0;
            top: 0;
            position: absolute;
            border-radius: 2px;
            width: 30px;
            height: 30px;
            display: none;
            align-items: center;
            justify-content: center;
            transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span.add-fvrt {
              background: #fff;
              display: inline-flex; }
              .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span.add-fvrt:hover {
                color: #fff; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span.rem-fvrt {
              color: #fff; }
              .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span.rem-fvrt:hover {
                transition: .3s ease;
                opacity: .8; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a.active-add-favorite {
            visibility: visible;
            opacity: 1; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a.active-add-favorite .rem-fvrt {
              display: inline-flex; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a.active-add-favorite .add-fvrt {
              display: none; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .card-auto-label {
        z-index: 3;
        border-radius: 2px;
        position: absolute;
        left: 20px;
        top: 20px;
        line-height: 1;
        padding: 9px 13px;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap {
      text-align: center;
      background-color: #fff;
      box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.09);
      padding-top: 20px;
      padding-bottom: 20px; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .title-content {
        font-size: 17px;
        margin-bottom: 0; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .auto-grid-list-content {
        margin-top: 10px; }
        .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item {
          color: #555555;
          line-height: 1;
          padding-top: 2px;
          padding-bottom: 2px;
          font-size: 12px;
          display: inline-flex;
          padding-right: 10px;
          margin-right: 10px;
          border-right: 1px solid #eeeeee; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item:last-child {
            padding-right: 0;
            margin-right: 0;
            border-right: 0; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item i {
            display: none !important; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .price-auto-wrap {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #eeeeee;
        font-size: 15px; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap:hover .top-content-wrap .favorite-car-wrap a {
      visibility: visible;
      opacity: 1; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap:hover .top-content-wrap .add-to-compare {
      visibility: visible;
      opacity: 1;
      transition: .3s ease; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap:hover .top-content-wrap .image-grid-mask {
      transition: .3s ease;
      visibility: visible;
      opacity: .7; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid.dark-style .bottom-content-wrap .title-content span {
      color: #fff; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid.dark-style .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item {
      color: #fff;
      border-color: rgba(221, 221, 221, 0.3); }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid.dark-style .bottom-content-wrap .price-auto-wrap {
      border-color: rgba(221, 221, 221, 0.2); }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid.dark-style .bottom-content-wrap .price-auto-wrap span {
        color: #fff !important; }
.pix-dynamic-content #pixad-listing.list .post-auto-list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee; }
  .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content {
    display: flex;
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content {
      max-width: 300px;
      flex-grow: 0;
      position: relative; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .car-label-list {
        border-radius: 2px;
        position: absolute;
        left: 20px;
        top: 20px;
        line-height: 1;
        padding: 9px 13px;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap {
        position: absolute;
        right: 20px;
        top: 20px; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a {
          visibility: hidden;
          opacity: 0;
          width: 30px;
          height: 30px;
          background: transparent !important;
          position: relative;
          padding: 0; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span {
            left: 0;
            top: 0;
            position: absolute;
            border-radius: 2px;
            width: 30px;
            height: 30px;
            display: none;
            align-items: center;
            justify-content: center;
            transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span.add-fvrt {
              background: #fff;
              display: inline-flex; }
              .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span.add-fvrt:hover {
                color: #fff; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span.rem-fvrt {
              color: #fff; }
              .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span.rem-fvrt:hover {
                transition: .3s ease;
                opacity: .8; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a.active-add-favorite {
            visibility: visible;
            opacity: 1; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a.active-add-favorite .rem-fvrt {
              display: inline-flex; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a.active-add-favorite .add-fvrt {
              display: none; }
    .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content {
      max-width: calc(100% - 300px);
      flex-grow: 1;
      padding-left: 30px;
      display: flex;
      flex-wrap: wrap; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap {
        flex-grow: 1;
        max-width: calc(100% - 170px);
        width: 100%; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-list-title {
          margin-bottom: 10px; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-list-title a {
            font-size: 21px;
            color: inherit;
            transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-list-title a:hover {
              transition: .3s ease; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-description {
          margin-bottom: 15px; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap {
        flex-grow: 0;
        width: 170px;
        text-align: right;
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .top-content {
          width: 100%; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .images-promo {
          margin-bottom: 20px; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .car-price-wrap .car-price {
          font-size: 22px;
          padding: 8px 15px;
          display: inline-block;
          color: #fff; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap {
          display: flex;
          flex-direction: column-reverse; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare {
            position: relative;
            top: -10px;
            display: flex;
            transition: .3s ease;
            line-height: 15px;
            padding: 0;
            background: transparent !important; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare span {
              border-radius: 2px;
              padding: 11px 18px; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare i {
              margin-right: 5px; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .add-cmpr {
              transition: .3s ease;
              background: #fff; }
              .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .add-cmpr:hover {
                color: #fff;
                transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .rem-cmpr {
              color: #fff;
              transition: .3s ease; }
              .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .rem-cmpr:hover {
                opacity: .8;
                transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .cmpr-btn-text {
              display: inline-block; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list {
        display: flex;
        flex-wrap: wrap; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list li {
          font-size: 14px;
          display: inline-block;
          width: 100%;
          max-width: 50%;
          margin-bottom: 5px; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list li i {
            display: none !important; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list li:last-child {
            margin-bottom: 0; }
  .pix-dynamic-content #pixad-listing.list .post-auto-list:hover .post-entry-content .left-car-content .favorite-car-wrap a {
    visibility: visible;
    opacity: 1;
    transition: .3s ease; }

.autos-pagination {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .autos-pagination li {
    border-radius: 2px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    margin: 4px;
    color: #222222;
    font-size: 14px;
    transition: .3s ease; }
    .autos-pagination li.arrow {
      display: none; }
    .autos-pagination li a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: inherit; }
    .autos-pagination li.active, .autos-pagination li:hover {
      transition: .3s ease; }
      .autos-pagination li.active a, .autos-pagination li:hover a {
        transition: .3s ease;
        color: #fff; }

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

== Auto Sell Page

-------------------------------------------------------------------*/
.pixad-control-input .pixad-body-icon label {
  margin-bottom: 0; }
.pixad-control-input .pixad-features-upload input {
  margin-top: 3px; }
.pixad-control-input .pixad-features-upload label {
  margin-bottom: 0; }

.step-section .fl-themes-add-extra-fields {
  display: block; }
  .step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-form {
    width: 100%;
    padding: 0px;
    height: 0px;
    overflow: hidden;
    transition: all .3s ease-in-out; }
    .step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-form.opened {
      padding: 35px;
      height: fit-content; }
    .step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-form .form-field label {
      margin-bottom: 0px; }
    .step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-form .form-field input {
      margin-bottom: 0px; }
    .step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-form .form-field p {
      margin: 0px; }
  .step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-contain {
    width: 100%; }

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

==  Pagination

-------------------------------------------------------------------*/
.fl-default-pagination {
  margin-top: 70px; }
  .fl-default-pagination .page-numbers {
    border-radius: 2px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    margin: 4px;
    color: #222222;
    font-size: 14px;
    transition: .3s ease; }
    .fl-default-pagination .page-numbers i {
      font-size: 18px; }
    .fl-default-pagination .page-numbers a {
      color: inherit; }
    .fl-default-pagination .page-numbers:first-child {
      margin-left: 0; }
    .fl-default-pagination .page-numbers:last-child {
      margin-right: 0; }
    .fl-default-pagination .page-numbers.current, .fl-default-pagination .page-numbers:hover {
      transition: .3s ease;
      color: #fff; }

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

==  Footer

-------------------------------------------------------------------*/
footer {
  color: #a9aeb3; }
  footer .top-content-footer {
    padding-top: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    footer .top-content-footer .footer-logotype {
      margin-bottom: 35px; }
    footer .top-content-footer .footer-social {
      margin-bottom: 70px; }
      footer .top-content-footer .footer-social a {
        border-radius: 50px;
        margin: 0 5px;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: .3s ease; }
        footer .top-content-footer .footer-social a i {
          font-size: 12px;
          color: #a9aeb3; }
        footer .top-content-footer .footer-social a:hover i {
          color: #fff;
          transition: .3s ease; }
    footer .top-content-footer .footer-sidebar-wrapper {
      padding-bottom: 70px; }
  footer .bottom-content-footer {
    padding: 50px 0; }

.footer-widget-area:first-child .widget_text {
  padding-right: 40px; }
.footer-widget-area .widget .widget--title {
  color: #fff;
  font-size: 17px;
  margin-bottom: 35px; }
.footer-widget-area .widget + .widget {
  margin-top: 35px; }
.footer-widget-area .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-widget-area .widget_nav_menu ul li {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 18px; }
    .footer-widget-area .widget_nav_menu ul li a {
      color: inherit;
      transition: .3s ease; }
      .footer-widget-area .widget_nav_menu ul li a:before {
        transition: .3s ease;
        content: "\f105";
        margin-right: 10px;
        font: normal normal normal 14px/1 FontAwesome; }
      .footer-widget-area .widget_nav_menu ul li a:hover {
        color: #fff;
        transition: .3s ease; }
        .footer-widget-area .widget_nav_menu ul li a:hover:before {
          transition: .3s ease; }
    .footer-widget-area .widget_nav_menu ul li:first-child {
      padding-top: 0; }

.widget_fl_theme_helper_contact_info .widget-info-wrap {
  padding-top: 10px; }
  .widget_fl_theme_helper_contact_info .widget-info-wrap:first-child {
    padding-top: 0; }
  .widget_fl_theme_helper_contact_info .widget-info-wrap .left-content {
    display: inline-block; }
    .widget_fl_theme_helper_contact_info .widget-info-wrap .left-content i {
      margin-right: 10px; }
      .widget_fl_theme_helper_contact_info .widget-info-wrap .left-content i.icon-envelope {
        position: relative;
        top: 2px; }
    .widget_fl_theme_helper_contact_info .widget-info-wrap .left-content span {
      margin-right: 3px; }
  .widget_fl_theme_helper_contact_info .widget-info-wrap .right-content {
    display: inline-block; }
    .widget_fl_theme_helper_contact_info .widget-info-wrap .right-content a {
      color: inherit;
      transition: .3s ease; }
      .widget_fl_theme_helper_contact_info .widget-info-wrap .right-content a:hover {
        color: #fff;
        transition: .3s ease; }

.widget_fl_theme_helper_wmpl_mailchimp_footer {
  padding-right: 34px; }
  .widget_fl_theme_helper_wmpl_mailchimp_footer .mailchimp-content {
    position: relative;
    top: -7px;
    margin-bottom: 14px; }
  .widget_fl_theme_helper_wmpl_mailchimp_footer .mailchimp-footer-form input {
    padding: 15px 20px;
    font-size: 12px; }
  .widget_fl_theme_helper_wmpl_mailchimp_footer .mailchimp-footer-form .form-btn button {
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 0; }
    .widget_fl_theme_helper_wmpl_mailchimp_footer .mailchimp-footer-form .form-btn button:before, .widget_fl_theme_helper_wmpl_mailchimp_footer .mailchimp-footer-form .form-btn button:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .widget_fl_theme_helper_wmpl_mailchimp_footer .mailchimp-footer-form .form-btn button:before {
      z-index: -2; }
    .widget_fl_theme_helper_wmpl_mailchimp_footer .mailchimp-footer-form .form-btn button:after {
      z-index: -1;
      width: 140%;
      left: -20%;
      transform-origin: 0 50%;
      transform: skew(-35deg) scaleX(0);
      transition: transform .5s ease; }
    .widget_fl_theme_helper_wmpl_mailchimp_footer .mailchimp-footer-form .form-btn button:hover:after {
      transform: skew(-35deg) scaleX(1); }

.fl--footer.style-three-column .footer-widget-area .widget_nav_menu ul {
  display: flex;
  flex-wrap: wrap; }
  .fl--footer.style-three-column .footer-widget-area .widget_nav_menu ul li {
    flex: 0 0 50%;
    max-width: 50%; }
    .fl--footer.style-three-column .footer-widget-area .widget_nav_menu ul li:first-child, .fl--footer.style-three-column .footer-widget-area .widget_nav_menu ul li:nth-child(2) {
      padding-top: 0; }

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

== 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;
    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: calc(100% - 15px);
      overflow-x: auto; }

.fl--mobile-menu-navigation-wrapper .widget_fl_theme_helper_wmpl_change_languages {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px; }

.fl--mobile-menu {
  background: inherit;
  z-index: 9;
  position: relative; }
  .fl--mobile-menu > li:last-child a {
    border-bottom: none; }
  .fl--mobile-menu li {
    transition: background-color .3s ease-in;
    overflow: hidden; }
    .fl--mobile-menu li.opened {
      transition: background-color .3s ease-in;
      background: #f7f7f7; }
      .fl--mobile-menu li.opened > a .fl-menu-flipper-icon {
        transition: 0.6s;
        transform: rotateY(180deg); }
        .fl--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content i {
          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: flex;
        align-items: 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;
  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: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s;
  perspective: 40px; }
  .fl-menu-flipper-icon .fl-front-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    backface-visibility: hidden; }
  .fl-menu-flipper-icon .fl-back-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    transform: rotateY(180deg); }

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  transition: opacity .6s ease-in;
  border: 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: '\e81d';
    transform: rotate(45deg);
    color: #2a2b30 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    left: 0;
    display: flex;
    justify-content: 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: inline-flex; }
    ul.fl-sidebar-social-profiles li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 14px;
      padding: 0 2px;
      color: #1b1b1b;
      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: flex; }
      ul.fl-sidebar-social-profiles li a:before {
        z-index: -1;
        content: '';
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        transition: all 0.3s;
        width: 0;
        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; }

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

== 404 Page

-------------------------------------------------------------------*/
.fl--404-page-wrapper .fl-404-text-wrapper {
  vertical-align: middle;
  display: flex;
  align-items: 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: 45px;
      margin-right: 25px;
      color: #a2a4a3;
      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 .btn-404-wrapper {
  display: inline-flex; }
  .fl--404-page-wrapper .btn-404-wrapper .fl-404-page-btn {
    padding: 15px 35px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase; }
.fl--404-page-wrapper .fl-404-page-search-form {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 35px; }
  .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 {
    position: relative;
    display: flex; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper {
      flex-grow: 1; }
      .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;
        background: #f1f5fa;
        border-color: transparent; }
        .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"]:hover, .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"].focus {
          -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          background: #fff !important; }
      .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;
        user-select: none;
        color: transparent; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit {
      margin-left: 5px;
      flex-grow: 0;
      display: inline-flex;
      max-width: 150px; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button {
        text-transform: uppercase;
        color: #fff; }

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

== Empty Search Page

-------------------------------------------------------------------*/
.empty-search-wrapper .empty-search-wrapper-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }
  .empty-search-wrapper .empty-search-wrapper-text .left-content {
    display: inline-block; }
    .empty-search-wrapper .empty-search-wrapper-text .left-content i {
      font-size: 45px;
      margin-right: 25px;
      color: #a2a4a3;
      top: -11px;
      position: relative; }
  .empty-search-wrapper .empty-search-wrapper-text .right-content {
    display: inline-block; }
    .empty-search-wrapper .empty-search-wrapper-text .right-content .empty-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 0; }
.empty-search-wrapper .empty-search-wrapper-search-form {
  max-width: 400px;
  margin: 0 auto; }
  .empty-search-wrapper .empty-search-wrapper-search-form form {
    display: flex; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper {
      width: 100%;
      flex-grow: 1;
      margin-right: 10px; }
      .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input {
        margin-bottom: 0;
        background: #f1f5fa;
        border-color: transparent; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input:hover {
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          transition: .3s ease;
          background: #fff !important; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit {
      flex-grow: 0; }
      .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button {
        min-width: 107px;
        text-transform: uppercase;
        line-height: 18px;
        color: #fff; }

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

== Paid memberships

-------------------------------------------------------------------*/
.pmpro_login_wrap {
  padding: 30px 35px;
  border: 1px solid #ccc;
  max-width: 900px;
  margin: 0 auto; }
  .pmpro_login_wrap form .login-username, .pmpro_login_wrap form .login-password {
    margin-bottom: 0 !important; }
  .pmpro_login_wrap form label {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 8px !important;
    margin-left: 0 !important; }
  .pmpro_login_wrap form input {
    width: 100% !important;
    max-width: 100% !important; }
    .pmpro_login_wrap form input:hover, .pmpro_login_wrap form input:active, .pmpro_login_wrap form input:focus {
      border: 1px solid transparent !important; }
  .pmpro_login_wrap form .login-remember label {
    display: flex;
    align-items: center;
    font-weight: normal !important;
    font-size: 13px !important;
    text-transform: none;
    line-height: 1; }
  .pmpro_login_wrap form .login-remember input {
    margin-right: 22px;
    max-width: inherit !important;
    border: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    position: relative;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; }
    .pmpro_login_wrap form .login-remember input:before {
      cursor: pointer;
      top: -12px;
      position: absolute;
      left: 0;
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      border: 1px solid #eaeaeb; }
    .pmpro_login_wrap form .login-remember input:checked:after {
      position: absolute;
      top: -9px;
      left: 4px;
      font: 9px/1 FontAwesome;
      content: '\f00c';
      text-align: center; }
  .pmpro_login_wrap form .login-submit {
    margin-bottom: 25px !important;
    margin-top: 25px !important; }
    .pmpro_login_wrap form .login-submit input {
      border: none !important;
      background: transparent !important;
      max-width: inherit !important;
      width: auto !important;
      padding: 14px 40px !important;
      display: inline-flex !important;
      color: #fff;
      font-size: 13px !important;
      position: relative;
      overflow: hidden;
      z-index: 0;
      cursor: pointer;
      margin-bottom: 0 !important;
      text-transform: uppercase; }
      .pmpro_login_wrap form .login-submit input:hover {
        box-shadow: none !important;
        color: #fff !important; }

.fl-venders-author:before {
  background: #f1f5fa !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
.fl-venders-author .fl-venders-author-posts .fl-venders-select li {
  border: none; }
  .fl-venders-author .fl-venders-author-posts .fl-venders-select li span {
    text-transform: uppercase;
    font-size: 12px;
    color: #222;
    transition: .3s ease;
    position: relative;
    display: inline-block; }
    .fl-venders-author .fl-venders-author-posts .fl-venders-select li span:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      background: #0a0a0a;
      left: 0;
      bottom: 3px;
      transform: scaleX(0);
      transition: transform .2s ease-out;
      transform-origin: right; }
  .fl-venders-author .fl-venders-author-posts .fl-venders-select li.active span {
    color: #fff !important;
    transition: .2s ease; }
  .fl-venders-author .fl-venders-author-posts .fl-venders-select li.active:before {
    transition: .3s ease; }
  .fl-venders-author .fl-venders-author-posts .fl-venders-select li:hover span:before {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform .2s ease-out; }

.pmpro_cancel_wrap h2 {
  font-size: 23px; }

html .inner_content .pmpro_actions_nav a:hover,
html .fl-comment-moderation .pmpro_actions_nav a:hover {
  transition: .3s ease;
  color: #fff !important; }

html .inner_content .pmpro_actions_nav a:hover,
html .fl-comment-moderation .pmpro_actions_nav a:hover {
  transition: .3s ease;
  color: #fff !important; }

.pmpro_table a {
  color: #222 !important;
  opacity: 1.8;
  transition: .3s ease; }
  .pmpro_table a:hover {
    transition: .3s ease; }

.pmpro_actionlinks a {
  color: #222 !important;
  opacity: 1.8;
  transition: .3s ease; }
  .pmpro_actionlinks a:hover {
    transition: .3s ease; }

.pmpro_message {
  max-width: 700px;
  margin: 0 auto 20px auto; }

html form.pmpro_form label,
#loginform label {
  font-weight: normal; }

form.pmpro_form .input,
form.pmpro_form textarea,
form.pmpro_form select {
  display: inline-block;
  max-width: 100%;
  background: #f4f4f4 !important;
  margin-bottom: 15px; }

.pmpro_actions_nav {
  text-align: center;
  color: #fff; }

.pmpro_actions_nav a {
  max-width: 48%; }

.pmpro_login_wrap,
.pmpro_login_wrap,
.pmpro_lost_password_wrap,
.pmpro_reset_password_wrap,
.pmpro-levels .fl-content,
.pmpro-member-profile-edit .fl-content {
  border: 1px solid #ccc;
  max-width: 700px;
  padding: 50px;
  margin: 0 auto; }

.pmpro-body-level-required .fl-content {
  border: 1px solid #ccc;
  max-width: 400px;
  padding: 50px;
  margin: 0 auto;
  text-align: center; }

.pmpro-checkout .fl-content {
  max-width: 700px;
  padding: 0px;
  margin: 0 auto; }

.pmpro-checkout .fl-content .pmpro_message {
  max-width: inherit !important; }

#loginform + hr {
  margin-top: -10px; }

#lostpasswordform + hr {
  margin-top: 0; }

.pmpro_btn-select {
  padding: 8px !important;
  border: 0 !important;
  height: 34px !important;
  font-size: inherit; }

.inner_content table#pmpro_levels_table {
  width: 100% !important; }

.inner_content table#pmpro_levels_table thead tr th {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 9px 11px 10px;
  color: #222;
  background: #f1f5fa !important; }

.inner_content table#pmpro_levels_table td {
  padding: 8px 14px; }

html #pmpro_account .pmpro_box {
  border: 1px solid #ededed;
  padding: 0 40px 40px 40px; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-name {
  display: inline-block;
  margin: 0;
  width: 100%; }

html .pmpro_checkout {
  padding: 0;
  margin: 15px auto 15px;
  border: 1px solid #ededed; }

.pmpro_checkout hr {
  display: none; }

.pmpro_checkout h3 {
  display: inline-block;
  width: 100%;
  background: #f1f5fa;
  padding: 30px 40px 20px !important;
  margin: 0 !important; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 5px;
  display: block; }

.pmpro_confirmation_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block; }

html .pmpro_btn.pmpro_btn-submit-checkout {
  padding: 14px 30px;
  width: 100%; }

.pmpro_asterisk {
  color: red;
  position: absolute;
  left: -15px;
  top: 0; }

form.pmpro_form .pmpro_change_password-fields div {
  margin: 0 0 1em 0;
  position: relative; }

.pmpro_actions_nav .pmpro_actions_nav-right a {
  max-width: max-content !important; }

html .pmpro_actions_nav a,
.pmpro_btn,
.login-submit .button {
  text-transform: uppercase;
  color: #fff !important;
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 11px 25px;
  font-size: 13px !important;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  transition: all .3s;
  border-radius: 0 !important;
  width: 100%;
  line-height: 28px;
  min-height: 50px;
  border: 0;
  text-decoration: none !important; }

.pmpro-level-required .pmpro_content_message a {
  color: #fff !important;
  position: relative;
  padding: 11px 25px !important;
  font-size: 11px !important;
  line-height: 2 !important;
  text-transform: uppercase !important;
  transition: all .3s;
  letter-spacing: .02em !important;
  background-color: #e3740e !important;
  border-radius: 0 !important;
  border-color: #e3740e !important;
  font-weight: 400;
  min-height: 50px;
  text-decoration: none !important;
  border: 0 !important; }

html .pmpro_actions_nav a:hover,
html .pmpro_btn:hover,
.inner_content p .pmpro_btn:hover,
.inner_content .pmpro_btn:hover,
.pmpro_btn:hover,
.login-submit .button:hover {
  background-color: #222 !important;
  color: #fff !important; }

.pmpro_actions_nav a:hover {
  background: #e0eaf4; }

.pmpro_checkout-fields {
  padding: 40px; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase; }

html .pmpro_btn.disabled,
html .pmpro_btn[disabled],
html fieldset[disabled] .pmpro_btn {
  pointer-events: none;
  height: auto;
  background: #222 !important; }

.pmpro_payment-expiration #ExpirationMonth {
  width: 40%;
  margin-right: 2%; }

.pmpro_payment-expiration #ExpirationYear {
  width: 40%;
  margin-left: 2%; }

form.pmpro_form .pmpro_checkout-fields div,
#loginform p {
  position: relative; }

.pmpro_payment-cvv small {
  width: 100%;
  display: inline-block;
  position: relative;
  top: -10px; }

html form.pmpro_form select {
  position: relative;
  border-radius: 0;
  padding-left: 15px;
  border: 0; }

html #pmpro_account .pmpro_box h3 {
  background: #f1f5fa;
  padding: 30px 40px;
  margin-bottom: 50px;
  margin: 0 -40px 40px -40px;
  font-size: 23px; }

html #pmpro_account .pmpro_box {
  border: 1px solid #ededed;
  padding: 0 40px 40px 40px; }

#pmpro_level_cost {
  background-color: #fcf8e3;
  padding: 13px 26px;
  border: 1px solid #faebcc; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-name {
  display: inline-block;
  margin: 0;
  width: 100%;
  font-size: 23px; }

html .pmpro_checkout {
  padding: 0;
  margin: 15px auto 15px;
  border: 1px solid #ededed; }

.pmpro_checkout hr {
  display: none; }

.pmpro_checkout h3 {
  display: inline-block;
  width: 100%;
  background: #f1f5fa;
  padding: 30px 40px 20px !important;
  margin: 0 !important; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 5px;
  display: block; }

.pmpro_confirmation_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block; }

html .pmpro_btn.pmpro_btn-submit-checkout {
  padding: 20px 30px;
  width: 100%; }

.pmpro_actions_nav a {
  border-radius: 29px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 17px 35px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
  background: #fff;
  border: #e0eaf4 2px solid;
  font-weight: 700;
  width: 100%;
  text-align: center; }

.pmpro_actions_nav a:hover {
  background: #e0eaf4; }

.pmpro_checkout-fields {
  padding: 40px; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase; }

#ExpirationMonth {
  max-width: 40%;
  margin-right: 10px; }

#ExpirationYear {
  max-width: 40%;
  margin-left: 10px; }

.pmpro_payment-cvv small {
  position: absolute;
  bottom: -15px;
  left: 10px; }

#pmpro_level_cost p {
  margin: 0;
  padding: 0;
  color: #8a6d3b; }

#pmpro_form {
  max-width: 800px;
  display: block;
  margin: 0 auto; }

.pmpro-login .pmpro_message {
  max-width: 800px;
  margin: 0 auto 30px; }

.pmpro_checkout {
  border: 1px solid #ededed;
  padding: 40px;
  margin: 15px auto 15px; }

.pmpro_login_wrap .pmpro_actions_nav a,
.pmpro_lost_password_wrap .pmpro_actions_nav a {
  width: 47%;
  margin: 0 1%; }

.pmpro_lost_password-instructions {
  padding-bottom: 20px; }

#wp-submit,
.pmpro_btn-submit {
  background-color: #4817b9;
  border: 0;
  color: #fff;
  padding: 18px; }

#wp-submit:hover,
.pmpro_btn-submit:hover {
  background-color: #f0487a; }

.pmpro_login_wrap .pmpro_actions_nav,
.pmpro_lost_password_wrap .pmpro_actions_nav {
  font-size: 0;
  color: #fff; }

.pmpro_checkout-fields .pmpro_checkout-field {
  position: relative; }

.pmpro_asterisk {
  position: absolute;
  top: 0;
  left: -4px;
  color: red; }

#pmpro_levels_table .pmpro_btn.disabled,
#pmpro_levels_table .pmpro_btn[disabled],
#pmpro_levels_table fieldset[disabled] .pmpro_btn {
  background: #222 !important;
  opacity: 1; }

.pmpro_actions_nav {
  text-align: center;
  overflow: hidden; }

.pmpro-member-profile-edit h2 {
  display: none; }

.pmpro_billing_wrap {
  max-width: 800px;
  margin: 0 auto; }

html #loginform label,
html form.pmpro_form label {
  margin-left: 10px;
  margin-bottom: 5px; }

.pmpro_content_message {
  text-align: center; }

.pmpro_change_password_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block; }

#pmpro_levels_table + .pmpro_actions_nav {
  max-width: 800px;
  display: block;
  margin: 25px auto !important; }

html form.pmpro_form .lite {
  font-size: 14px; }

.pmpro_btn:link,
html .pmpro_btn,
html .pmpro_content_message a,
html .pmpro_content_message a:link {
  background-color: #4817b9;
  border: 0;
  padding: 16px 30px !important;
  color: #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 19px; }

table.pmpro_table th {
  background-color: #f1f5fa;
  text-transform: uppercase;
  color: #222;
  font-size: 13px; }

html #loginform input[type=password],
html #loginform input[type=text],
html form.pmpro_form .input,
html form.pmpro_form select,
html form.pmpro_form textarea {
  max-width: 100%; }

html .pmpro_btn.pmpro_btn-cancel {
  background-color: #f0487a !important;
  color: #fff;
  margin-top: 15px;
  text-decoration: none; }

html .pmpro_btn.pmpro_btn-cancel:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8; }

html .fl-venders-author .fl-venders-author-avatar {
  margin-right: 30px; }

.fl-venders-account > h3 {
  display: none; }

html .fl-venders-account,
html .tmreviews-add-place {
  margin-top: 60px;
  margin-bottom: 60px; }

.fl-venders-account table.pmpro_table {
  margin-bottom: 10px; }

.fl-venders-account table.pmpro_table td,
.fl-venders-account table.pmpro_table th {
  border: 1px solid #ccc;
  padding: 15px; }

.fl-venders-login form,
.pmpro_logged_in_welcome_wrap {
  border: 1px solid #ededed;
  padding: 40px;
  max-width: 800px;
  margin: 50px auto; }

#pmpro_cancel {
  border: 1px solid #ededed;
  padding: 40px;
  max-width: 800px;
  margin: 50px auto;
  text-align: center; }

#pmpro_cancel .pmpro_actionlinks {
  padding-top: 25px; }

#pmpro_levels_table {
  width: 100%;
  max-width: 800px; }

.login-remember input[type=checkbox] {
  position: relative;
  left: 0; }

.pmpro_btn.pmpro_btn-cancel:link,
html .pmpro_btn.pmpro_btn-cancel {
  color: #fff;
  text-decoration: none;
  margin: 0 15px; }

.pmpro_cancel_return_home a {
  padding-top: 25px; }

.fl-membership-login {
  color: #f0487a;
  margin-right: 32px;
  font-size: 18px;
  font-family: Work sans;
  text-transform: uppercase;
  padding-bottom: 3px;
  background: #fff;
  padding: 17px 39px 17px 40px;
  border-radius: 100px;
  font-weight: 600; }

.fl-membership-login i {
  margin-right: 10px; }

table.pmpro_table {
  margin-bottom: 25px; }

table.pmpro_table th,
table.pmpro_table td {
  border: 1px solid #ccc;
  padding: 10px; }

html .pmpro_btn.pmpro_btn-cancel {
  background-color: #222 !important;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
  margin-left: 0; }

html #fl-vender-tabs .fl-venders-contain .fl-venders-places {
  border-radius: 0;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: inherit;
  margin-bottom: 40px;
  padding: 15px; }

html #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta {
  padding: 5px 30px;
  border: 0; }

.fl-venders-contain .b-submit__aside-step-inner-icon {
  display: none !important; }

html #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta .fl-venders-places-excerpt {
  margin-top: 5px; }

#pmpro_levels_table .pmpro_btn {
  text-transform: uppercase;
  font-size: 11px !important;
  color: #fff !important; }

#pmpro_levels_table .pmpro_btn.disabled {
  background: transparent !important;
  color: #222 !important; }

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

==  Responsive

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

==  max-width 1200px

-------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .autos-container .sidebar-container {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 25px; }
  .autos-container .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1; } }
/*-------------------------------------------------------------------

==  max-width 1170px

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

  .fl-mega-menu {
    display: none; }

  .fl--navigation-icon-container {
    flex-grow: 1 !important;
    text-align: right; }

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

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
    top: 0; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-btn {
    margin-left: 20px; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
    display: inline-flex; } }
/*-------------------------------------------------------------------

==  max-width 1024px

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

==  max-width 992px

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content {
      max-width: none;
      width: 100%; }
    .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content {
      max-width: none;
      width: 100%;
      padding-left: 0;
      margin-top: 20px; }

  .fl-partner-wrapper .partner-content .partner-item {
    width: 33.333333% !important;
    min-height: 120px !important; }

  .fl-cars-slider-wrap-vc .cars-slider {
    overflow: hidden !important; }

  .fl-cars-slider-wrap-vc .slider-arrow-wrap {
    display: none !important; }

  .fl-vc-testimonial-slider-wrapper .testimonial-slider.testimonial-style-one .testimonial-slide .top-slider-content:after {
    right: calc(50% - 100px) !important;
    transform: translateX(-50%); }

  .fl-vc-testimonial-slider-wrapper .testimonial-slider.testimonial-style-one .testimonial-slide .bottom-content {
    text-align: center !important; }

  .fl-vc-testimonial-slider-wrapper .testimonial-slider.testimonial-style-one .testimonial-slide .bottom-content .bottom-entry-content {
    padding-right: 0 !important; }

  .pix-dynamic-content #pixad-listing.grid .post-auto-grid {
    flex: 0 0 50%;
    max-width: 50%; }

  .fl-resent-cars-vc .resent-cars-container .resent-car-item {
    width: 50% !important; }

  .fl-fancy-text-content-vc .fl-fancy-text-container .fancy-text-item-content {
    margin-bottom: 25px;
    width: 50% !important; }

  .fl-fancy-text-content-vc .fl-fancy-text-container .fancy-text-item-content:nth-child(3) {
    margin-bottom: 0; }
    .fl-fancy-text-content-vc .fl-fancy-text-container .fancy-text-item-content:nth-child(3) .top-content:before {
      display: none !important; }
  .fl-fancy-text-content-vc .fl-fancy-text-container .fancy-text-item-content:nth-child(4) {
    margin-bottom: 0; }

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

  .sidebar_left .cars-sidebar {
    padding-right: 20px !important; }

  .sidebar_right .cars-sidebar {
    padding-left: 20px !important; }

  .fl-blog-post-div .post-style-default .fl-post--item {
    flex-wrap: wrap; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-left-content {
      width: 100%;
      margin-bottom: 35px; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-right-content {
      width: 100%; }

  .fl-page-heading .content_header .header-title {
    font-size: 48px; }

  .fl-page-heading {
    min-height: 250px; }

  .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(odd) {
    padding-right: 15px; }

  .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(even) {
    padding-left: 15px;
    margin-top: 35px; }

  .products .shop-archive-item:nth-child(4n+1) {
    clear: none; }

  .products .shop-archive-item:nth-child(2n+1) {
    clear: left; }

  .products .shop-archive-item {
    width: 50% !important; }

  .footer-widget-area {
    margin-top: 30px; }
    .footer-widget-area .widget .widget--title {
      margin-bottom: 25px; }

  footer .bottom-content-footer {
    padding: 25px 0; }

  footer .top-content-footer .footer-sidebar-wrapper {
    padding-bottom: 50px; }

  footer .top-content-footer .footer-social {
    margin-bottom: 30px; }

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

==  max-width 991px

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

==  max-width 870px

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

max-width 782px

-------------------------------------------------------------------*/
@media screen and (max-width: 782px) {
  .fl--footer.style-three-column .footer-widget-area .widget_nav_menu ul li {
    flex: 0 0 100%;
    max-width: 100%; }
    .fl--footer.style-three-column .footer-widget-area .widget_nav_menu ul li:nth-child(2) {
      padding-top: 18px; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact {
    display: none; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-btn {
    display: none; }

  footer.fl--footer .footer__decor {
    height: 22px; }

  .fl-page-heading .header-decor {
    height: 22px; }

  .fl-header--navigation .fl--logo-container .img-logotype, .fl-header--navigation .fl--logo-container .logotype-text {
    border-color: transparent;
    padding-right: 30px; }

  footer.fl--footer .footer__figure {
    display: none; }

  .fl-header--navigation.scrollUp {
    transform: translateY(0) !important; }

  .fl-counter-wrapper.text-left, .fl-counter-wrapper.text-right {
    text-align: center !important; }

  .fl-counter-wrapper {
    margin-top: 25px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-left-content {
    margin-bottom: 20px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .post--title {
    font-size: 19px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .category-post {
    margin-bottom: 20px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .post-info {
    margin-bottom: 15px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .post-text--content {
    margin-bottom: 25px; }

  .fl-page-heading .content_header .header-title {
    font-size: 40px; }

  .fl-page-heading {
    min-height: 200px; }

  .products .shop-archive-item:nth-child(2n+1) {
    clear: none; }

  .products .shop-archive-item {
    width: 100% !important; } }
/*-------------------------------------------------------------------

min-width 768px

-------------------------------------------------------------------*/
@media (max-width: 768px) {
  .fl-page-heading .fl--page-header-content {
    min-height: 250px; }

  .fl-page-padding {
    height: 60px; }

  .fl-default-pagination {
    margin-top: 50px; }

  .post-archive-wrapper .fl-post-item .post-bottom-content .post-text--content {
    margin-bottom: 25px; }

  .post-archive-wrapper .fl-post-item {
    margin-bottom: 35px;
    padding-bottom: 35px; }

  .post-archive-wrapper .fl-post-item .post-bottom-content .post-btn-read-more-info .post-info {
    display: none; }

  .post-archive-wrapper .fl-post-item .post-bottom-content .post--title {
    font-size: 20px;
    margin-bottom: 15px; }

  .post-archive-wrapper .fl-post-item .post-top-content .post--holder {
    margin-bottom: 20px; }

  .post-archive-wrapper .fl-post-item .post-top-content .post-date {
    top: 20px;
    left: 20px;
    font-size: 20px; }

  .post-archive-wrapper .fl-post-item .post-top-content .post-date .month-date {
    font-size: 11px; }

  .post-archive-wrapper .fl-post-item .post-top-content .post--holder .video-btn-wrap .video-btn, .post-archive-wrapper .fl-post-item .post-top-content .post--holder .post-link-mask .post-format-link {
    width: 40px;
    height: 40px; }

  .post-archive-wrapper .fl-post-item .post-top-content .post--holder .video-btn-wrap .video-btn i, .post-archive-wrapper .fl-post-item .post-top-content .post--holder .post-link-mask .post-format-link i {
    font-size: 15px; }

  .fl-partner-wrapper .partner-content .partner-item {
    width: 50% !important; }

  .sidebar.cars-sidebar {
    margin-top: 0 !important; }

  .pix-dynamic-content #pixad-listing.grid .post-auto-grid {
    flex: 0 0 100%;
    max-width: 100%; }

  .breadcrumbs-heading {
    display: none !important; }

  .fl-page-heading .fl--page-header-content .header-entry-container .header-title {
    font-size: 30px;
    margin-bottom: 0; }

  #fl-page--preloader .fl--preloader-progress-bar {
    max-width: 90%; }

  .fl-page-heading .fl--page-header-content .header-entry-container {
    padding: 0 15px !important; }

  .fl-page-heading .fl--page-header-content .header-entry-container:after {
    display: none; }

  .fl-home-page-posts-content-vc .home-page-post-container .blog-post-home-page {
    width: 100% !important;
    margin-bottom: 25px; }
    .fl-home-page-posts-content-vc .home-page-post-container .blog-post-home-page:last-child {
      margin-bottom: 0; }

  .fl-vc-tabs .tabs-entry-content .nav-tabs {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 30px !important; }

  .fl-resent-cars-vc .resent-cars-container .resent-car-item {
    width: 100% !important; }

  .fl-fancy-text-content-vc .fl-fancy-text-container .fancy-text-item-content {
    margin-bottom: 25px !important;
    width: 100% !important; }
    .fl-fancy-text-content-vc .fl-fancy-text-container .fancy-text-item-content .top-content:before {
      display: none !important; }
    .fl-fancy-text-content-vc .fl-fancy-text-container .fancy-text-item-content:last-child {
      margin-bottom: 0 !important; }

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

  .fl-reflect {
    display: flex;
    flex-direction: column-reverse; }

  .auto-price-info {
    margin-top: 30px; }

  .car-details .vehicle-characteristics .list-descriptions .dd-item {
    max-width: 100%; }

  .car-details .wrap-nav-table-content ul {
    text-align: center; }
    .car-details .wrap-nav-table-content ul li {
      width: 100%;
      padding: 0; }
      .car-details .wrap-nav-table-content ul li span {
        padding: 15px 0;
        font-size: 14px; }
        .car-details .wrap-nav-table-content ul li span:before {
          display: none; }

  .fl-header--navigation .fl--logo-container .img-logotype, .fl-header--navigation .fl--logo-container .logotype-text {
    padding-right: 15px; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
    margin-left: 0; }

  .fl-header--navigation .fl-bottom-header-content {
    padding: 5px 15px; }

  footer.fl--footer .footer__decor {
    display: none; }

  footer.fl--footer .top-content-footer {
    padding-top: 80px; }

  .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li:before {
    height: 30px; }

  .sidebar.cars-sidebar {
    margin-bottom: 30px; }

  #pix-sorting .sorting__inner .sorting__item:first-child {
    display: none; }

  #pix-sorting .sorting__inner .sorting__item {
    flex-grow: 0; }
    #pix-sorting .sorting__inner .sorting__item.view-by {
      flex-grow: 1;
      justify-content: flex-end; }

  .single-post-wrapper .post-holder--info .post-info {
    flex-wrap: wrap; }
    .single-post-wrapper .post-holder--info .post-info .left-post-top-content {
      width: 100%; }
    .single-post-wrapper .post-holder--info .post-info .right-post-top-content {
      width: 100%;
      margin-top: 20px; }

  .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper {
    flex-wrap: wrap; }

  .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
    width: 100%; }

  .fl-page-heading .content_header .breadcrumbs-heading .breadcrumbs {
    display: none; }

  .fl-page-heading .content_header .header-title {
    font-size: 24px; }

  form.fl-comment-form {
    flex-wrap: wrap; }

  form.fl-comment-form .comment-field-wrapper {
    width: 100%;
    padding-right: 0; }

  form.fl-comment-form .author-comment {
    width: 100%;
    padding-left: 0; }

  .fl-page-padding.bottom {
    height: 80px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder .post-info-category {
    right: 10px;
    bottom: 10px; }

  .sidebar_right .sidebar, .sidebar_left .sidebar {
    margin-top: 30px; }

  .comment-title-content .font-text {
    font-size: 30px; }

  .comment-title-content .back-text {
    font-size: 55px; }

  .comments-container .reply-title {
    margin-bottom: 30px; }

  .single-post-wrapper .post-holder--info .post-holder .holder-decor {
    display: none; }

  .single .bg-holder {
    padding-top: 60px;
    margin-top: 0; }
    .single .bg-holder .bg-holder-after {
      display: none; }

  .single-post-wrapper .post-holder--info .post-holder {
    margin-bottom: 30px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder .post-info-category .category-post a {
    font-size: 8px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info {
    flex-wrap: wrap; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-comments-content {
    display: none; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post--title a {
    font-size: 19px; }

  .single-post-wrapper .post-holder--info .post-info .left-post-top-content .comments-post {
    display: none; }

  blockquote {
    padding: 40px 20px 40px 65px !important;
    font-size: 17px; }
    blockquote > p a {
      margin-top: 10px;
      width: 100%;
      display: block; }
    blockquote:before {
      left: 15px;
      font-size: 30px; }

  .single-post-wrapper .post-category--tags.style-two {
    padding: 25px 20px; }

  .login-form .login-gap {
    height: 70px !important; }
  .login-form .login-in {
    min-width: 300px; }
  .login-form .login-gap.bottom {
    height: 70px; }

  .header-search-form .search-form-row {
    flex-wrap: wrap;
    justify-content: flex-end; }
    .header-search-form .search-form-row input {
      min-width: calc(100% - 20px);
      margin-right: 10px;
      margin-bottom: 15px; }
    .header-search-form .search-form-row .searchsubmit {
      margin-right: 10px; }

  .pix-dynamic-content #pixad-listing.list .card {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__img {
      width: 100%;
      max-width: none;
      margin-bottom: 20px; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner {
      max-width: none;
      padding-left: 0;
      width: 100%; } }
/*-------------------------------------------------------------------

==  max-width 680px

-------------------------------------------------------------------*/
@media (max-width: 680px) {
  .fl-header--navigation.fixed-enable {
    position: absolute !important; } }
/*-------------------------------------------------------------------

==  max-width 630px

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

==  max-width 630px

-------------------------------------------------------------------*/
@media (max-width: 600px) {
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; }

  .pix-dynamic-content #pixad-listing.list .card .card__img {
    margin-bottom: 0; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .left-content {
      text-align: center;
      width: 100%;
      order: 1; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .right-content {
      display: flex;
      order: 0;
      width: 100%;
      justify-content: flex-end;
      margin-bottom: 40px;
      z-index: 2;
      position: relative;
      margin-top: -66px;
      margin-right: 20px; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .right-content .card__price {
        font-size: 13px;
        display: inline-flex; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li {
      text-align: center;
      margin-bottom: 15px; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li i {
        display: none; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li .right--content {
        flex-grow: initial; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .promo-image-gallery {
      margin-bottom: 15px;
      text-align: center; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .tmpl-list-footer {
      text-align: center; } }
/*-------------------------------------------------------------------

==  max-width 570px

-------------------------------------------------------------------*/
@media (max-width: 570px) {
  .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li {
    width: 50%;
    margin-bottom: 15px; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li .right--content {
      flex-grow: initial; } }
/*-------------------------------------------------------------------

==  max-width 500px

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

==  max-width 400px

-------------------------------------------------------------------*/
@media (max-width: 460px) {
  .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap {
      width: 100%;
      order: 2;
      max-width: none; }
    .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap {
      position: relative;
      order: 1;
      width: 100%; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .top-content {
        display: inline-block; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .top-content .promo-image-gallery {
          display: none; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .top-content .car-price-wrap {
          position: absolute;
          top: -80px;
          right: 20px; }

  .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap {
    display: none; } }
/*-------------------------------------------------------------------

==  max-width 360

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

/*# sourceMappingURL=general.css.map */
