/*
||===================================================||
||                                                   ||
||          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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .jelect.select_mod-a {
    width: 190px; }

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

.jelect_state_active .jelect-current:after {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          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 {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    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;
  -webkit-transition: 125ms ease-out;
  -o-transition: 125ms ease-out;
  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;
  -webkit-box-shadow: 1px 1px 4px 1px #eee;
          box-shadow: 1px 1px 4px 1px #eee; }

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

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

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

==  Mixins

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

==  Reset Styles

-------------------------------------------------------------------*/
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important; }

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

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

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

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0.0625rem solid;
  margin: 0 0.125rem;
  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: -0.4375rem;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

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

label {
  display: block;
  margin-bottom: 0.625rem; }

b,
strong {
  font-weight: 700; }

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

==  Theme Custom Styles

-------------------------------------------------------------------*/
.post-inner_content a {
  color: #222;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .post-inner_content a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.post-inner_content > *:last-child {
  margin-bottom: 0; }
.post-inner_content > *:first-child {
  margin-top: 0; }
.post-inner_content > * {
  margin-bottom: 1.5625rem; }
.post-inner_content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important; }
.post-inner_content p:first-child {
  margin-top: 0; }
.post-inner_content p:last-child {
  margin-bottom: 0; }

body {
  font-size: 1rem;
  line-height: 1.75rem; }
  @media (max-width: 991px) {
    body {
      font-size: 0.9375rem;
      line-height: 1.625rem; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 1.5625rem; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

input, select {
  padding: 0.9375rem 1.25rem;
  width: 100%;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #777777;
  border: 0.0625rem solid;
  -webkit-border-radius: 0.125rem;
          border-radius: 0.125rem;
  margin-bottom: 1.5625rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  input::-webkit-input-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }
  input::-moz-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }
  input::-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }
  input::placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }
  input:hover, input:active, input:focus {
    -webkit-box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff !important;
    border-color: transparent !important; }

textarea {
  padding: 0.9375rem 1.25rem;
  width: 100%;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #777777;
  border: 0.0625rem solid;
  -webkit-border-radius: 0.125rem;
          border-radius: 0.125rem;
  margin-bottom: 1.5625rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  textarea::-webkit-input-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }
  textarea::-moz-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }
  textarea::-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }
  textarea::placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }
  textarea:hover, textarea:active, textarea:focus {
    -webkit-box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff !important;
    border-color: transparent !important; }

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

button {
  border: none; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

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

address {
  padding: 1.5625rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }

code {
  margin: 0.1875rem; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 90%;
  padding: 0.1875rem 0.625rem;
  color: #222; }

p {
  margin-bottom: 1.5625rem; }

figcaption {
  font-size: 90%;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }

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

a:hover {
  text-decoration: none; }

blockquote {
  position: relative;
  margin-bottom: 1.5625rem;
  padding: 2.5rem 3.4375rem;
  border-left: 3px solid;
  font-size: 1.375rem;
  color: #222;
  line-height: 2.25rem;
  padding-bottom: 1.5625rem; }
  blockquote:after {
    position: absolute;
    z-index: -1;
    font-size: 2.5rem;
    top: 0.8125rem;
    left: 1.875rem;
    content: '\e85b';
    font-family: "fl-custom-icon-font";
    color: #eeeeee; }
  blockquote a {
    font-size: 0.9375rem;
    color: #777777 !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    blockquote a:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }

.elementor-text-editor blockquote .author-blockquote {
  font-size: 1rem;
  line-height: 1;
  margin-top: 1.875rem;
  display: block;
  width: 100%;
  color: #777777 !important;
  position: relative;
  padding-left: 2.5rem; }
  .elementor-text-editor blockquote .author-blockquote:after {
    content: '';
    width: 1.875rem;
    height: 0.0625rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #dddddd; }

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

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

.fl-page-padding {
  height: 3.875rem; }
  @media (max-width: 991px) {
    .fl-page-padding {
      height: 3.625rem; } }
  @media (max-width: 768px) {
    .fl-page-padding {
      height: 2.375rem; } }

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

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

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

.hidden {
  display: none; }

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

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

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

.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: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ddd;
    line-height: 1;
    width: 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #222; }
    .post-inner-pagination .post-page-numbers.current, .page-inner-pagination .post-page-numbers.current {
      color: #fff; }

/*
.tag-columns{
	.wp-block-columns{
		margin-top: 0!important;
	}
}
.single-page-wrapper,.post-inner_content,.comment-moderation{
	.blocks-gallery-grid .blocks-gallery-item figcaption{
		margin-bottom: 0;
	}
	.wp-block-column{
		blockquote{
			padding: 40px 30px;
			p{
				margin-bottom: 0;
			}
			&: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;
			}
			cite{
				font-size: 14px;
			}
		}
	}
	.wp-block-column{
		p{
			margin-top: 0!important;

		}
	}
	>p{
		&:first-child{
			margin-top: 0!important;
		}
	}
	p{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	a{
		color: inherit;
		transition: .3s ease;
		&:hover{
			transition: .3s ease;
		}
	}

	ul,
	ol {
		margin: 0 0 25px 0;
	}

	ul {
		list-style: disc;
	}

	ul ul {
		list-style: circle;
	}


	ul ul ul {
		list-style: square;
	}

	ol {
		list-style: decimal;
	}

	ol ol {
		list-style: lower-alpha;
	}

	ol ol ol {
		list-style: lower-roman;
	}

	li {
		margin: 15px 0 0 25px;
	}

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

	.reset-list-style,
	.reset-list-style ul,
	.reset-list-style ol {
		list-style: none;
		margin: 0;
	}

	.reset-list-style li {
		margin: 0;
	}

	dt,
	dd {
		line-height: 1.5;
	}

	dt {
		font-weight: 700;
	}

	dt + dd {
		margin-top: 15px;
	}

	dd + dt {
		margin-top: 20px;
	}

	ul ul{
		margin-top: 0;
	}

	// Margin
	.wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull), .wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull), .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted, .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.wp-block-image .alignleft {
		float: left;
		margin-right: 25px;
	}
	.wp-block-image .alignright {
		float: right;
		margin-left: 25px;
	}
	.wp-block-image {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.wp-block-image figcaption {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.wp-block-button {
		margin: 15px 0;
	}
	.wp-block-pullquote{
		padding: 0;
	}
	.wp-block-quote.is-large, .wp-block-quote.is-style-large{
		padding: 50px 75px!important;

	}
	.wp-block-quote.has-text-align-right{
		&:after{
			text-align: left;
		}
	}
	.wp-block-pullquote.has-background{
		padding: 20px;
	}
	.wp-block-pullquote.is-style-solid-color blockquote{
		background: transparent;
		text-align: center;
	}
	.wp-block-quote.is-large p, .wp-block-quote.is-style-large p{
		line-height: 40px;
		font-size: 30px;
	}

	.has-large-font-size{
		line-height: 1.5;
	}
	.has-medium-font-size{
		line-height: 1.5;
	}

	.has-drop-cap:not(:focus)::first-letter {
		color: #222;
		font-size: 5.1em;
		font-weight: 800;
		margin: 0.05em 0.1em 0 0;
	}

	.has-drop-cap:not(:focus)::first-letter::after {
		content: "";
		display: table;
		clear: both;
	}

	.has-drop-cap:not(:focus)::after {
		padding: 0;
	}
	.wp-block-cover, .wp-block-cover-image{
		margin-bottom: 25px;
	}
	.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color){
		color: #fff;
		a{
			&:hover{
				color: #fff;
			}
		}
	}
	.wp-block-group.has-background{
		padding: 35px;
	}

	.alignnone, .aligncenter, .alignleft, .alignright, .alignwide{
		margin-top: 25px;
		margin-right: auto;
		margin-bottom: 25px;
		margin-left: auto;
	}
	> .alignfull{
		margin-bottom: 25px;
		margin-top: 25px;
	}
	pre {
		padding: 25px;
		border: 1px solid;
	}
	.wp-block-table table {
		width: 100%;
	}

	table{
		border-collapse: collapse;
		margin-bottom: 25px;
		margin-top: 25px;
		border: 1px solid;
	}
	th, td {
		border: 1px solid;
		line-height: 1.4;
		margin: 0;
		overflow: visible;
		padding: 10px;
	}
	.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th{
		border: 1px solid;
	}

	p+ h1,p+ h2,p+ h3,p+ h4,p+ h5,p+ h6{
		margin-top: 25px;
	}
	cite{
		display: inline-flex;margin-bottom: 25px;
	}

	.gallery+ h1,.gallery+ h2,.gallery+ h3,.gallery+ h4,.gallery+ h5,.gallery+ h6{
		margin-top: 25px;
	}z
	.gallery{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
		.gallery-item{
			text-align: center;
			img{
				display: inline-block;
			}
		}
	}
	.gallery-item {
		margin: 15px 0;
		padding: 0 15px;
		width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

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

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

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

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

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

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

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}


	////
	img{
		display: block;
	}
	figure{
		figcaption{
			text-align: center;
		}
	}
	.alignleft{
		float: left;
		margin: 0 25px 10px 0;
	}

	.alignright{
		float: right;
		margin: 0 0 10px 25px;
	}
	.wp-block-image figure{
		width: auto;
		max-width: none;
		margin-bottom: 15px !important;
	}
	.wp-block-button{
		transition: .3s ease;
		&:hover{
			opacity: .8;
			transition: .3s ease;
		}
		.wp-block-button__link{
			&:hover{
				color: #ffffff!important;
			}
		}
		&.is-style-outline{
			.wp-block-button__link{
				color: #32373c!important;
			}
		}
	}
	.wp-block-cover{
		margin-bottom: 25px;
	}
	dl{
		margin-bottom: 25px;
	}
	.wp-block-archives-list{
		li{
			list-style: none;
			margin-left: 0;
			position: relative;
			.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%;
			}
		}
	}
	select{
		background: url(./images/arrow-dropdown.png) 97% 50%;
		background-repeat: no-repeat;
	}
	.wp-block-calendar{
		margin-top: 25px;
		margin-bottom: 25px;
		table{
			caption{
				caption-side: top;
				font-weight: 600;
				color: #222;
				text-align: center;
				padding-top: 20px;
				padding-bottom: 20px;
			}
			th{
				background: none;
				font-weight: 600;
				color: #222;
			}
			td{
				padding-top: 15px;
				padding-bottom: 15px;
			}
			tfoot{
				td{
					a{
						color: #222222;
						text-decoration: none;
						font-weight: 500;
					}
				}
			}
		}
		nav{
			display: flex;
			justify-content: space-between;
		}
	}
	.wp-block-latest-comments{
		li{
			list-style: none;
			margin-left: 0;
			margin-top: 25px;
			.wp-block-latest-comments__comment-author{
				font-weight: 500;
				color: #222222;
			}
			time{
				margin-top: 3px;
				margin-bottom: 5px;
				color: #7b7d7f;
				font-size: 13px;
			}
		}
	}
	.wp-block-latest-posts{
		li{
			margin-top: 25px;
			margin-left: 0;
			time{
				margin-top: 3px;
				margin-bottom: 5px;
				color: #7b7d7f;
				font-size: 13px;
			}
		}
		&.is-grid{
			li{
				margin-top: 15px;
				padding-top: 25px;
				border-top: 1px solid #e2e4e7;
			}
		}
	}
	.wp-block-search{
		position: relative;
		.wp-block-search__input{
			max-width: calc(100% - 157px);
		}
		button{
			flex-grow: 0;
			height: 46px;
			width: 105px;
			color: #fff;
			transition: .3s ease;
			text-transform: uppercase;
			font-size: 13px;
			&:hover{
				transition: .3s ease;
			}
		}
	}
	.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;
			&:hover{
				transition: all .3s ease;
				background-color: #1b62db;
				color: #ffffff!important;
			}
		}
	}
	.wp-block-rss{
		li{
			list-style: none;
			margin-left: 0;
		}
	}
	figcaption{
		a{
			color: inherit;
			transition: .3s ease;
			&:hover{
				transition: .3s ease;
			}
		}
	}
}
.single-page-wrapper{
	blockquote{
		a{
			color: inherit;
			transition: .3s ease;
			&:hover{
				transition: .3s ease;
			}
		}
	}
	table{
		a{
			color: inherit;
			transition: .3s ease;
			&:hover{
				transition: .3s ease;
			}
		}
	}
	dd{
		a{
			color: inherit;
			transition: .3s ease;
			&:hover{
				transition: .3s ease;
			}
		}
	}
	p{

		a{
			color: inherit;
			transition: .3s ease;
			&:hover{
				transition: .3s ease;
			}
		}
	}
}
.plugin-disable{
	p{
		margin-bottom: 25px;
	}
	*{
		&:last-child{
			margin-bottom: 0!important;
		}
	}
}
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;
	&:hover,&:active,&: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;
	}
}
.sticky{
	.post--title{
		.title-link{
			padding-left: 25px;
			position: relative;
			&: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;
	&::placeholder{
		color: #aaaaaa;
	}
	&:hover,&:active,&: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;
	&:hover,&:active,&: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;
	&::placeholder{
		color: #aaaaaa;
	}
	&:hover,&:active,&:focus{
		border-color: transparent;
		box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
		transition: .3s ease;
	}
}
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;
	a{
		color: inherit;
		transition: .3s ease;
		&:hover{
			transition: .3s ease;
		}
	}
	p{
		font-size: inherit!important;
		&:first-child{
			margin-top: 0!important;
		}
	}
	&: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;
	}
	cite,em{
		margin-top: 15px;
		margin-bottom: 0!important;
		font-size: 15px;
		font-style: normal;
	}
	&.extraclass{
		&:after{
			bottom: 40px!important;
			left: 45px !important;
		}
	}
	&.has-very-dark-gray-color{
		&:after{
			font-size: 47px;
			bottom: 60px;
		}
	}
}
.slick-slider{
	overflow: hidden;
	.slick-track{
		&:after{
			content: "";
			clear: both;
			display: table;
		}
	}
	.slider-image{
		float: left;
	}
}
.comment-moderation{
	p{
		margin-bottom: 25px;
	}
	h1,h2,h3,h4,h5,h6{
		margin-top: 25px;
	}
	img{
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
.fl-story-page-inner{
	>a{
		transition: .3s ease;
		color: inherit;
		&:hover{
			transition: .3s ease;
		}
	}
}
.wp-block-latest-comments__comment-meta{
	background-color:transparent;
}
.plugin-disable {
	.author-name,.author-email,.author-website{
		margin-bottom: 20px;
	}
	.comment-form-cookies-consent{
		margin-top: 20px;
	}
	form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:before{
		top: -9px;
	}
	form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:checked:after{
		top: -6px;
	}
	.blocks-gallery-grid{
		.blocks-gallery-item{
			margin-bottom: 20px!important;
		}
	}
	blockquote{
		cite{
			margin-top: 0;
			em{
				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;
}
*/
/*-------------------------------------------------------------------

==  Preloader Page

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

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

==  Menu

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

==  Bottom Header Content

-------------------------------------------------------------------*/
.fl--header {
  position: absolute;
  z-index: 99;
  width: 100%;
}
  .fl--header .header-content-wrap .header-content {
    padding-left: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .fl--header .header-content-wrap .header-content .fl--logo-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; 
max-width: 120px;}
      .fl--header .header-content-wrap .header-content .fl--logo-container h3 {
        margin-bottom: 0;
        color: #fff;
        font-size: 24px; }
    .fl--header .header-content-wrap .header-content .fl-mega-menu {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center; }
    .fl--header .header-content-wrap .header-content .fl--navigation-icon-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      height: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-sidebar-header-icon-wrap, .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu {
        width: 6.25rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
        .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-sidebar-header-icon-wrap span, .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu span {
          position: relative;
          width: 2.1875rem;
          height: 0.125rem;
          background: #fff;
          display: inline-block;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-sidebar-header-icon-wrap span:after, .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu span:after {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
            position: absolute;
            background: #fff;
            top: -10px;
            right: 0;
            width: 1.5625rem;
            height: 2px;
            content: '';
            display: inline-block; }
          .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-sidebar-header-icon-wrap span:before, .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu span:before {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
            position: absolute;
            background: #fff;
            bottom: -10px;
            right: 0;
            width: 0.9375rem;
            height: 2px;
            content: '';
            display: inline-block; }
        .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-sidebar-header-icon-wrap:hover span:after, .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-sidebar-header-icon-wrap:hover span:before, .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu:hover span:after, .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu:hover span:before {
          width: 2.1875rem; }
      .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-car-header-icon-wrap {
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        padding-left: 2.1875rem;
        padding-right: 2.1875rem; }
        .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-car-header-icon-wrap i {
          font-size: 1.375rem;
          color: #fff; }
      .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-search-header-icon-wrap {
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        padding-left: 2.1875rem;
        padding-right: 2.1875rem; }
        .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-search-header-icon-wrap i {
          font-size: 1.1875rem;
          color: #fff; }
      .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu {
        display: none; }

.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      position: relative;
      top: -20px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      min-width: 16.6666666667%; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              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;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease; }
          .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact .header-contacts__inner .header-contacts__number:hover {
            -webkit-transition: .2s ease;
            -o-transition: .2s ease;
            transition: .2s ease; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl-mega-menu {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: right; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .fl-header--navigation .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 {
  -webkit-box-shadow: 0 1px 1px 0 #ddd;
          box-shadow: 0 1px 1px 0 #ddd;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  position: fixed;
  background: #fff;
  z-index: 99;
  -webkit-animation: enable_fixed_nav_bar .3s ease;
          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 {
  -webkit-transform: translateY(-webkit-calc(-100% - 2px));
      -ms-transform: translateY(calc(-100% - 2px));
          transform: translateY(calc(-100% - 2px));
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease; }
.fl-header--navigation.plugin-disable .fl--logo-container {
  top: 0 !important; }

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

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

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

==  Bard Header Content

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

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

==  Menu Header Content Setting

-------------------------------------------------------------------*/
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu li a i {
  margin-right: 10px; }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu li:last-child a {
  padding-bottom: 0; }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #eaeaeb;
  padding: 15px 0;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px); }
  .fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu.sub-nav-left {
    z-index: 1001;
    left: auto;
    margin-right: 5px;
    right: 100%;
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px); }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav li.has-submenu > a:before {
  color: 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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav li.has-submenu:hover > .double-sub-menu {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
.fl-mega-menu ul li.menu-item-depth-0 > a {
  padding: 0 15px 15px; }
.fl-mega-menu ul li.menu-item-depth-0:first-child > a {
  padding-left: 0; }
.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(255, 255, 255, 0.5);
  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: 11px;
  right: -1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.fl-mega-menu ul li {
  position: relative;
  display: inline-block; }
  .fl-mega-menu ul li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    white-space: nowrap; }
    .fl-mega-menu ul li a i {
      margin-right: 5px; }
    .fl-mega-menu ul li a:hover {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .fl-mega-menu ul li.has-submenu .sub-nav {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: inherit;
    left: 0;
    top: 64px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .fl-mega-menu ul li.has-submenu .sub-nav.open {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu {
      text-align: left;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      border: 1px solid #eaeaeb;
      padding: 15px 0;
      background: #fff; }
      .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li {
        display: block; }
        .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li a {
          padding: 0 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: -webkit-calc(100% - 10px);
    top: calc(100% - 10px); }
    .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu {
      width: 100%;
      padding: 15px; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > li {
        padding-left: 15px;
        padding-right: 15px; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > li a {
          padding-left: 0;
          padding-right: 0; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li {
        display: block;
        width: 100%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li {
        display: block;
        width: 50%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li {
        display: block;
        width: 33.3333333%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li {
        display: block;
        width: 25%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li {
        display: block;
        width: 20%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > .sub-menu > li {
        padding: 0; }

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

==  Color Setting

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

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

.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 {
	    background-color: #0f0f0f00!important;
  min-height: 35.5rem;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7.8125rem;
  position: relative;
  -webkit-clip-path: polygon(88% 100%, 100% 80%, 100% 0, 100% 0, 0 0, 0 90%);
          clip-path: polygon(88% 100%, 100% 80%, 100% 0, 100% 0, 0 0, 0 90%);
  z-index: 1; }
  .fl-page-heading .fl--sub-title {
    text-transform: uppercase;
    font-size: 1.0625rem; }
  .fl-page-heading .header-title {
    text-transform: uppercase;
    color: #000000;
    font-size: 4.0625rem;
    margin-bottom: 4.0625rem; }
  .fl-page-heading .breadcrumbs {
    text-align: right;
    font-size: 0.8125rem;
    color: #e63619!important; }
    .fl-page-heading .breadcrumbs .breadcrumbs-delimiter {
      position: relative;
      padding: 0 0.625rem; }
      .fl-page-heading .breadcrumbs .breadcrumbs-delimiter:after {
        content: '';
        height: 0.875rem;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 0.125rem;
        width: 0.0625rem;
        display: inline-block; }
    .fl-page-heading .breadcrumbs a {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .fl-page-heading .breadcrumbs a:hover {
        color: #ffffff;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }

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

==  Blog Archive

-------------------------------------------------------------------*/
.post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard {
  margin-bottom: 5rem; }
  .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard:last-child {
    margin-bottom: 0; }
  .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-top-content {
    margin-bottom: 2.1875rem; }
    .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-top-content .post--holder {
      position: relative; }
      .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-top-content .post--holder .post-author-ava {
        display: inline-block;
        border: 0.375rem solid #fff;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        position: absolute;
        right: 2.8125rem;
        bottom: -2.34375rem; }
        .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-top-content .post--holder .post-author-ava img {
          max-width: 4.375rem; }
  .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-info-wrap {
    font-size: 0.875rem;
    line-height: 1.125rem; }
    .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-info-wrap .post-info {
      display: inline-block;
      border-right: 0.0625rem solid #ddd;
      padding-right: 0.75rem;
      margin-right: 0.75rem; }
      .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-info-wrap .post-info a {
        color: #666666;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-info-wrap .post-info a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
      .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-info-wrap .post-info i {
        margin-right: 0.1875rem;
        color: #000000;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-info-wrap .post-info:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: 0; }
  .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post--title {
    font-size: 1.875rem;
    margin-top: 1.5625rem;
    margin-bottom: 0.9375rem; }
    .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post--title .title-link {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post--title .title-link:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
  .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-text--content {
    margin-bottom: 1.875rem; }
  .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-btn-read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-btn-read-more .decor-line {
      height: 0.0625rem;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-left: 1.25rem;
      background: #dddddd; }
    .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-btn-read-more .post-link {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 1;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-btn-read-more .post-link .decor-button {
        position: relative;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.625rem;
        display: inline-block;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-btn-read-more .post-link .decor-button:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
                  transform: translate3d(-50%, -50%, 0);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0.25rem 0 0.25rem 0.375rem;
          border-color: transparent transparent transparent #fff;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
      .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-btn-read-more .post-link:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .post-archive-wrapper.fl-blog-archive-standard-style .fl-post-item-standard .post-bottom-content .post-btn-read-more .post-link:hover .decor-button {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
.post-archive-wrapper.fl-blog-archive-grid-style {
  margin-top: -3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid {
    margin-top: 3.75rem;
    width: 33.33333%; }
    .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-entry-content {
      padding: 0 0.9375rem; }
    .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-top-content {
      margin-bottom: 2.1875rem; }
      .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-top-content .post--holder {
        position: relative; }
        .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-top-content .post--holder .post-author-ava {
          display: inline-block;
          border: 0.375rem solid #fff;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          position: absolute;
          right: 0.9375rem;
          bottom: -1.71875rem; }
          .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-top-content .post--holder .post-author-ava img {
            max-width: 3.4375rem; }
    .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-info-wrap {
      font-size: 0.8125rem;
      line-height: 1.125rem; }
      .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-info-wrap .post-info {
        display: inline-block;
        border-right: 0.0625rem solid #ddd;
        padding-right: 0.75rem;
        margin-right: 0.75rem; }
        .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-info-wrap .post-info a {
          color: #666666;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-info-wrap .post-info a:hover {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
        .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-info-wrap .post-info i {
          margin-right: 0.1875rem;
          color: #000000;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
        .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-info-wrap .post-info:last-child {
          padding-right: 0;
          margin-right: 0;
          border-right: 0; }
    .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post--title {
      font-size: 1.375rem;
      line-height: 1.4;
      margin-top: 0.9375rem;
      margin-bottom: 0.625rem; }
      .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post--title .title-link {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post--title .title-link:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
    .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-text--content {
      margin-bottom: 1.5625rem; }
    .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-btn-read-more {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-btn-read-more .decor-line {
        height: 0.0625rem;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-left: 1.25rem;
        background: #dddddd; }
      .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-btn-read-more .post-link {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase;
        font-size: 0.8125rem;
        line-height: 1;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-btn-read-more .post-link .decor-button {
          position: relative;
          width: 1.25rem;
          height: 1.25rem;
          margin-right: 0.625rem;
          display: inline-block;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-btn-read-more .post-link .decor-button:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
                    transform: translate3d(-50%, -50%, 0);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0.25rem 0 0.25rem 0.375rem;
            border-color: transparent transparent transparent #fff;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
        .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-btn-read-more .post-link:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .post-archive-wrapper.fl-blog-archive-grid-style .fl-post-item-grid .post-bottom-content .post-btn-read-more .post-link:hover .decor-button {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }

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

==  Blog Single

-------------------------------------------------------------------*/
.single-post-wrapper .post-top-content {
  position: relative; }
  .single-post-wrapper .post-top-content .post--holder {
    margin-bottom: 2.1875rem;
    position: relative; }
    .single-post-wrapper .post-top-content .post--holder .post-author-ava {
      position: absolute;
      right: 1.875rem;
      bottom: -1.875rem;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      border: 0.375rem solid #fff; }
      .single-post-wrapper .post-top-content .post--holder .post-author-ava img {
        max-width: 3.75rem; }
.single-post-wrapper .post-info-wrap {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 1.25rem; }
  .single-post-wrapper .post-info-wrap .post-info {
    display: inline-block;
    border-right: 0.0625rem solid #ddd;
    padding-right: 0.75rem;
    margin-right: 0.75rem; }
    .single-post-wrapper .post-info-wrap .post-info a {
      color: #666666;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .single-post-wrapper .post-info-wrap .post-info a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .single-post-wrapper .post-info-wrap .post-info i {
      margin-right: 0.1875rem;
      color: #000000;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .single-post-wrapper .post-info-wrap .post-info:last-child {
      padding-right: 0;
      margin-right: 0;
      border-right: 0; }
.single-post-wrapper .post-tag-and-share-wrap {
  margin-top: 3.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .single-post-wrapper .post-tag-and-share-wrap .post-tags-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
    .single-post-wrapper .post-tag-and-share-wrap .post-tags-content i {
      color: #222222;
      margin-right: 0.125rem; }
    .single-post-wrapper .post-tag-and-share-wrap .post-tags-content .tags-content-text {
      color: #222222;
      text-transform: uppercase;
      margin-right: 0.1875rem; }
    .single-post-wrapper .post-tag-and-share-wrap .post-tags-content .tags-content a {
      color: #111111;
      font-size: 0.8125rem;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .single-post-wrapper .post-tag-and-share-wrap .post-tags-content .tags-content a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
  .single-post-wrapper .post-tag-and-share-wrap .post-share-content {
    padding-left: 1.25rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .single-post-wrapper .post-tag-and-share-wrap .post-share-content i {
      color: #222222;
      margin-right: 0.3125rem; }
    .single-post-wrapper .post-tag-and-share-wrap .post-share-content .share-content-text {
      color: #222222;
      text-transform: uppercase;
      margin-right: 0.4375rem; }
    .single-post-wrapper .post-tag-and-share-wrap .post-share-content .templines-share--icon {
      font-size: 0.8125rem;
      width: 1.875rem;
      height: 1.875rem;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 0.0625rem solid #eeeeee;
      margin: 0 0.21875rem;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .single-post-wrapper .post-tag-and-share-wrap .post-share-content .templines-share--icon i {
        color: #777777;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        margin-right: 0; }
      .single-post-wrapper .post-tag-and-share-wrap .post-share-content .templines-share--icon:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .single-post-wrapper .post-tag-and-share-wrap .post-share-content .templines-share--icon:hover i {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          color: #fff; }
      .single-post-wrapper .post-tag-and-share-wrap .post-share-content .templines-share--icon:last-child {
        margin-right: 0; }
.single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem; }
  .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content {
      position: relative; }
      .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .relative-content-post-link {
        position: relative;
        padding: 2.5rem 2.8125rem; }
        .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .relative-content-post-link .mask {
          z-index: -1;
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: #f7f7f7;
          display: block;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
        .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .relative-content-post-link .pagination-title {
          font-size: 1.375rem;
          margin-bottom: 0.625rem; }
        .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .relative-content-post-link .pagination-text-content {
          font-size: 0.75rem;
          text-transform: uppercase;
          color: #666666;
          letter-spacing: 0.125rem; }
        .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .relative-content-post-link .decor-wrap {
          margin-top: 0.625rem; }
          .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .relative-content-post-link .decor-wrap .decor {
            position: relative;
            display: inline-block;
            width: 1.3125rem;
            height: 1.3125rem;
            background: #222222; }
            .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .relative-content-post-link .decor-wrap .decor:after {
              content: '';
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate3d(-50%, -50%, 0);
                      transform: translate3d(-50%, -50%, 0);
              width: 0;
              height: 0;
              border-style: solid;
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease; }
      .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .absolute-content-post-link {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: -2;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .absolute-content-post-link .mask {
          position: absolute;
          z-index: -3;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: #e63619; }
        .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content .entry-content .absolute-content-post-link img {
          position: relative;
          z-index: -4;
          width: 100%;
          height: 100%; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:first-child {
      padding-right: 0.9375rem; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:last-child {
      padding-left: 0.9375rem; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content.next-post-nav-content .entry-content {
      text-align: right; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content.next-post-nav-content .decor-wrap .decor:after {
      border-width: 0.25rem 0 0.25rem 0.375rem;
      border-color: transparent transparent transparent #fff; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content.prev-post-nav-content .decor-wrap .decor:after {
      border-width: 0.25rem 0.375rem 0.25rem 0;
      border-color: transparent #fff transparent transparent; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:hover .relative-content-post-link .mask {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:hover .relative-content-post-link .pagination-title {
      color: #fff;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:hover .relative-content-post-link .pagination-text-content {
      color: #fff;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:hover .relative-content-post-link .decor {
      background: #fff !important;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:hover .absolute-content-post-link {
      visibility: visible;
      opacity: 1;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:hover.prev-post-nav-content .decor-wrap .decor:after {
      border-width: 0.25rem 0.375rem 0.25rem 0;
      border-color: transparent #222 transparent transparent;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:hover.next-post-nav-content .decor-wrap .decor:after {
      border-width: 0.25rem 0 0.25rem 0.375rem;
      border-color: transparent transparent transparent #222;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .single-post-wrapper .post-inner-pagination-wrapper .inner-pagination-content .post-inner-pagination-content:hover .entry-content.has-thumbnail .absolute-content-post-link .mask {
      opacity: .8; }

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

==  Comments

-------------------------------------------------------------------*/
.post-content-bottom {
  margin-top: 4.375rem; }

.comments-container .comment-title {
  position: relative;
  margin-bottom: 2.1875rem;
  padding-left: 25px;
  border-left: 0.1875rem solid; }
  .comments-container .comment-title .comment-count {
    margin-left: 0.625rem; }
.comments-container .comments-list {
  margin-bottom: 3.125rem; }
  .comments-container .comments-list .comment > .comment {
    padding-left: 2.1875rem; }
  .comments-container .comments-list .fl-comment .comment-container {
    padding-bottom: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
    border-bottom: 0.0625rem solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .comments-container .comments-list .fl-comment .comment-container .comment-avatar {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding-right: 1.25rem; }
      .comments-container .comments-list .fl-comment .comment-container .comment-avatar img {
        max-width: 5rem;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
    .comments-container .comments-list .fl-comment .comment-container .comment-meta {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: -webkit-calc(100% - 100px);
      max-width: calc(100% - 100px); }
      .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 {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
      .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0.8125rem; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
          color: #222222;
          margin-right: 0.9375rem;
          font-size: 1rem; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name a {
            color: inherit;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name a:hover {
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
        .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 {
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            color: #555555;
            font-size: 0.8125rem; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a:hover {
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              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: 0.1875rem; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time .comment-edit-link {
            margin-left: 0.9375rem; }
      .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment--reply {
        margin-top: 0.25rem;
        display: inline-block;
        font-size: 0.8125rem;
        text-transform: uppercase; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment--reply a {
          position: relative;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment--reply a:after {
            content: '';
            width: 100%;
            height: 0.125rem;
            background: #f0c78a;
            display: inline-block;
            bottom: -0.0625rem;
            position: absolute;
            left: 0;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment--reply:hover a {
          color: #222222 !important;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment--reply:hover a:after {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
            background-color: #222222 !important; }

.comment-respond .comment-reply-title {
  margin-bottom: 0;
  padding-left: 25px;
  border-left: 0.1875rem solid; }
  .comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 70%;
    margin-left: 0.6875rem;
    color: #777777; }
.comment-respond form.fl-comment-form {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .comment-respond form.fl-comment-form .logged-in-as {
    width: 100%;
    font-size: 0.875rem; }
  .comment-respond form.fl-comment-form label {
    display: block;
    font-size: 0.8125rem; }
  .comment-respond form.fl-comment-form .comment-field-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .comment-respond form.fl-comment-form .comment-field-wrapper label {
      font-size: 0.75rem;
      text-transform: uppercase; }
    .comment-respond form.fl-comment-form .comment-field-wrapper .author-name {
      width: 50%;
      padding-right: 0.9375rem; }
    .comment-respond form.fl-comment-form .comment-field-wrapper .author-email {
      width: 50%;
      padding-left: 0.9375rem; }
  .comment-respond form.fl-comment-form .author-comment {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .comment-respond form.fl-comment-form .author-comment label {
      font-size: 0.75rem;
      text-transform: uppercase; }
    .comment-respond form.fl-comment-form .author-comment textarea {
      min-height: 15.875rem;
      padding: 0.9375rem 1.125rem; }
  .comment-respond form.fl-comment-form .comment-form-cookies-consent {
    margin-bottom: 0.9375rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .comment-respond form.fl-comment-form .comment-form-cookies-consent label {
      display: inline-block;
      padding-left: 1.375rem; }
    .comment-respond form.fl-comment-form .comment-form-cookies-consent input[type=checkbox] {
      border: 0;
      padding: 0;
      width: 0;
      position: relative;
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important; }
      .comment-respond form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:before {
        cursor: pointer;
        top: -1px;
        position: absolute;
        left: 0;
        content: '';
        display: block;
        width: 0.9375rem;
        height: 0.9375rem;
        border: 0.0625rem solid #eaeaeb; }
      .comment-respond form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:checked:after {
        position: absolute;
        top: 0.125rem;
        left: 0.25rem;
        font: 9px FontAwesome;
        content: '\f00c';
        text-align: center; }
  .comment-respond form.fl-comment-form .submit-btn-container {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    .comment-respond form.fl-comment-form .submit-btn-container button {
      text-transform: uppercase;
      padding: 1.25rem 2.8125rem;
      color: #fff; }

.comment .comment-respond {
  margin-bottom: 2.1875rem; }

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

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

.logged-in .comment-respond form.fl-comment-form {
  margin-top: 0; }
  .logged-in .comment-respond form.fl-comment-form .logged-in-as {
    line-height: 1;
    margin-top: 1.25rem;
    margin-bottom: 2.1875rem; }
    .logged-in .comment-respond form.fl-comment-form .logged-in-as a {
      color: #777777;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .logged-in .comment-respond form.fl-comment-form .logged-in-as a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }

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

==  Button

-------------------------------------------------------------------*/
.fl-default-button {
  padding: 20px 35px;
  color: #fff !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 15px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: relative;
  letter-spacing: -0.25px; }
  .fl-default-button .button-decor {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .fl-default-button .button-decor:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 6px;
      border-color: transparent transparent transparent #fff;
      -webkit-transition: .6s ease;
      -o-transition: .6s ease;
      transition: .6s ease; }
  .fl-default-button.small-size {
    padding: 16px 30px;
    font-size: 14px; }
    .fl-default-button.small-size .button-decor {
      width: 17px;
      height: 17px; }
      .fl-default-button.small-size .button-decor:after {
        border-width: 3.5px 0 3.5px 5px; }
  .fl-default-button.large-size {
    padding: 22px 42px;
    font-size: 17px; }
    .fl-default-button.large-size .button-decor {
      width: 23px;
      height: 23px; }
      .fl-default-button.large-size .button-decor:after {
        border-width: 5.5px 0 5.5px 7px; }
  .fl-default-button:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .fl-default-button:hover .button-decor {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .fl-default-button:hover .button-decor:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: .6s ease;
        -o-transition: .6s ease;
        transition: .6s ease; }

.fl-button {
  padding: 14px 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  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;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: skew(-35deg) scaleX(0);
        -ms-transform: skew(-35deg) scaleX(0);
            transform: skew(-35deg) scaleX(0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
  .fl-button:before {
    z-index: -2; }
  .fl-button:hover {
    color: #fff !important; }
    .fl-button:hover:after {
      -webkit-transform: skew(-35deg) scaleX(1);
          -ms-transform: skew(-35deg) scaleX(1);
              transform: skew(-35deg) scaleX(1); }

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

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

==  Post Share Icon

-------------------------------------------------------------------*/
.sidebar {
  border-left: 0.0625rem solid #eeeeee;
  border-right: 0.0625rem solid #eeeeee;
  border-bottom: 0.0625rem solid #eeeeee;
  /*-------------------------------------------------------------------
  
  == 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 .widget {
    margin-top: 3.125rem;
    padding-top: 3.125rem;
    border-top: 0.0625rem solid #eeeeee;
    font-size: 0.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .sidebar .widget:first-child {
      margin-top: 0; }
    .sidebar .widget .widget-title {
      position: relative;
      margin-bottom: 1.5625rem;
      font-size: 1.3125rem;
      color: #222222;
      text-transform: uppercase; }
      .sidebar .widget .widget-title .widget--subtitle {
        font-size: 0.6875rem;
        margin-top: 0.4375rem;
        text-transform: uppercase;
        color: #666666;
        letter-spacing: .2rem; }
      .sidebar .widget .widget-title:after {
        position: absolute;
        left: -1.9375rem;
        top: 0;
        content: '';
        height: 100%;
        width: 0.125rem;
        background: #e63619;
        z-index: 3; }
    .sidebar .widget .widget-inner {
      padding: 2.1875rem 1.625rem; }
    .sidebar .widget a {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .sidebar .widget a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .sidebar .widget ul li {
      font-size: 0.875rem !important;
      margin-top: 0.625rem; }
      .sidebar .widget ul li a {
        color: #222222; }
    .sidebar .widget:last-child {
      margin-bottom: 0;
      padding-bottom: 2.8125rem; }
  .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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        line-height: 1;
        color: #7b7d7f;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        font-size: 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 #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 {
        border: 1px solid #dddddd;
        position: relative; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
          display: block;
          position: relative;
          z-index: 2; }
          .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;
            -webkit-transition: background .3s ease;
            -o-transition: background .3s ease;
            transition: background .3s ease;
            z-index: -1; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
            color: #fff !important; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad {
          border: none; }
    .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot {
      background: transparent;
      position: absolute;
      top: 0;
      width: 100%;
      height: 36px;
      line-height: 36px; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        position: absolute;
        width: 36px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        padding: 0; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
          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;
          -webkit-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
            font-family: FontAwesome;
            color: #222;
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
            font-size: 12px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in; }
            .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
            .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before {
              -webkit-transition: all .3s ease-in;
              -o-transition: all .3s ease-in;
              transition: all .3s ease-in;
              color: #fff; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
          text-align: center; }
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
          .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
            color: #f1f1f1;
            font-family: FontAwesome; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
        left: 0; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
          content: "\f104"; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
          content: "\f104"; }
      .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        right: 0; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
          content: "\f105"; }
        .sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
          content: "\f105"; }
  .sidebar .widget_categories ul > li {
    font-size: 0.9375rem;
    position: relative;
    list-style: none;
    padding-left: 1.25rem; }
    .sidebar .widget_categories ul > li a {
      color: #222222; }
    .sidebar .widget_categories ul > li:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0.625rem;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.25rem 0 0.25rem 0.375rem;
      border-color: transparent transparent transparent #cccccc;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .sidebar .widget_categories ul > li span {
      position: absolute;
      top: 0.6875rem;
      right: 0;
      min-width: 1.4375rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      line-height: 1;
      color: #7b7d7f;
      -webkit-border-radius: 0.1875rem;
              border-radius: 0.1875rem;
      -webkit-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      transition: .3s ease-in;
      font-size: 0.8125rem; }
  .sidebar .widget_categories ul ul li:before {
    top: auto;
    margin-top: 0;
    content: '-';
    position: relative;
    margin-right: 0.3125rem; }
  .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: '-'; }
      .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: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      line-height: 1;
      color: #7b7d7f;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      transition: .3s ease-in;
      font-size: 13px; }
  .sidebar .widget_pages ul ul li:before {
    top: auto;
    margin-top: 0;
    content: '-';
    position: relative;
    margin-right: 5px; }
  .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: 10px; }
    .sidebar .widget_rss ul li .rss-date {
      color: #7b7d7f; }
    .sidebar .widget_rss ul li cite {
      position: relative;
      display: block;
      font-style: normal;
      color: #7b7d7f; }
  .sidebar .widget_search form {
    position: relative; }
    .sidebar .widget_search form input {
      -webkit-border-radius: 0.125rem;
              border-radius: 0.125rem;
      margin-bottom: 0;
      padding: 1.125rem 1.25rem; }
    .sidebar .widget_search form .searchsubmit {
      position: absolute;
      right: 0;
      top: 0;
      width: 3.75rem;
      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 {
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          background: transparent !important; }
      .sidebar .widget_search form .searchsubmit i {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        z-index: 0;
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 1.0625rem; }
      .sidebar .widget_search form .searchsubmit:hover i {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: .7s ease;
        -o-transition: .7s ease;
        transition: .7s ease; }
  .sidebar .widget_tag_cloud .tagcloud a {
    -webkit-border-radius: 0.125rem;
            border-radius: 0.125rem;
    line-height: 1;
    font-size: 0.6875rem !important;
    padding: 0.625rem 1.5rem;
    margin-right: 0.4375rem;
    margin-bottom: 0.4375rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f8f8f8;
    color: #222;
    border: none; }
    .sidebar .widget_tag_cloud .tagcloud a:hover {
      color: #fff;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.5);
      -webkit-transform: perspective(100px) translateY(-2px);
              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:before {
        content: "\f2c0";
        font: normal normal normal 13px/1 FontAwesome;
        margin-right: 8px;
        position: relative;
        top: -1px; }
  .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 {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              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 {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-text-medium-style a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          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-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5625rem 1.875rem;
  border-bottom: 0.1875rem solid #222222; }
  .sidebar-title .title-wrap-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #fff; }
    .sidebar-title .title-wrap-content .sidebar-title-content {
      font-size: 1.3125rem;
      text-transform: uppercase; }
    .sidebar-title .title-wrap-content .sidebar-subtitle-content {
      text-transform: uppercase;
      font-size: 0.75rem;
      letter-spacing: 0.125rem; }
  .sidebar-title .logo-sidebar-content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

.sidebar.with-title {
  padding-top: 0 !important; }
.sidebar.cars-sidebar .widget.filtering-wrap .widget-content + .widget-content {
  margin-top: 0.625rem; }
.sidebar.cars-sidebar .widget.filtering-wrap .widget-content .select {
  width: 100%; }
  .sidebar.cars-sidebar .widget.filtering-wrap .widget-content .select .jelect-current {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    -webkit-border-radius: 0.1875rem;
            border-radius: 0.1875rem; }
    .sidebar.cars-sidebar .widget.filtering-wrap .widget-content .select .jelect-current:after {
      color: rgba(0, 0, 0, 0.3);
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      vertical-align: middle;
      border-top: 0.25rem dashed;
      border-top: 0.25rem solid;
      border-right: 0.25rem solid transparent;
      border-left: 0.25rem solid transparent;
      position: absolute;
      top: 50%;
      right: 0.625rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .sidebar.cars-sidebar .widget.filtering-wrap .widget-content .select ul li {
    margin-top: 0;
    font-size: 0.8125rem; }
  .sidebar.cars-sidebar .widget.filtering-wrap .widget-content .select:hover .jelect-current, .sidebar.cars-sidebar .widget.filtering-wrap .widget-content .select.jelect_state_active .jelect-current {
    -webkit-box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff !important;
    border-color: transparent !important; }
  .sidebar.cars-sidebar .widget.filtering-wrap .widget-content .select.jelect_state_active .jelect-current:after {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
.sidebar.cars-sidebar .widget.pixad-filter .noUi-target {
  height: 4px;
  position: relative;
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
  background: #eeeeee; }
.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: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: #e63619; }
.sidebar.cars-sidebar .widget.pixad-filter .noUi-origin + .noUi-origin {
  border: 0;
  background: #eeeeee; }
.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 {
  height: 18px;
  left: -7px;
  top: -6px;
  width: 18px;
  cursor: pointer; }
.sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle:before {
  height: 19px;
  width: 19px;
  position: absolute;
  left: -5px;
  content: '';
  display: block;
  top: -7px;
  background-image: url("./images/slider-shape.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  z-index: 2; }
.sidebar.cars-sidebar .widget.pixad-filter .slider-price__wrap-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px; }
  .sidebar.cars-sidebar .widget.pixad-filter .slider-price__wrap-input input {
    height: 25px;
    margin-bottom: 0;
    text-align: center; }
  .sidebar.cars-sidebar .widget.pixad-filter .slider-price__wrap-input span {
    margin: 0 5px; }
.sidebar.cars-sidebar .btn-wrapper {
  width: 100%;
  padding: 0; }
  .sidebar.cars-sidebar .btn-wrapper button {
    width: 100%;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase; }
.sidebar .widget-content .list-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px; }
  .sidebar .widget-content .list-categories li {
    width: 48%;
    padding: 5px; }
    .sidebar .widget-content .list-categories li label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              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: #e63619; }

/*
// Dealer Widget
.widget_dealer{
	.widget-content{
		ul{
			display: flex;
			flex-wrap: wrap;
			margin: -5px -10px 0;
			li{
				position: relative;
				padding: 5px 10px;
				display: inline-flex;
				max-width: 50%;
				flex-wrap: wrap;
				.wd-name{
					line-height: 1.3;
					font-size: 13px;
					font-weight: 600;
					color: #222;
					margin-top: 4px;
				}
				.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;
					&:hover{
						opacity: .7;
						transition: .3s ease;
					}
				}
			}
		}
	}
}*/
.sidebar-auto .auto-price-info .car-price {
  text-align: right; }
  .sidebar-auto .auto-price-info .car-price .price-detail {
    font-size: 3.125rem; }
  .sidebar-auto .auto-price-info .car-price .bottom-price-text {
    margin-top: 0.9375rem;
    text-align: right; }

.dealer-info {
  border: 0.0625rem solid #eeeeee;
  margin-top: 1.6875rem; }
  .dealer-info .promo-images-wrap {
    text-align: center;
    padding: 1.25rem 1.875rem; }
  .dealer-info .dealer-top-info {
    background: #e9fefa;
    padding: 1.5625rem 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .dealer-info .dealer-top-info .left {
      margin-right: 0.9375rem; }
      .dealer-info .dealer-top-info .left img {
        max-width: 80px; }
    .dealer-info .dealer-top-info .right .dealer-name {
      text-transform: uppercase;
      color: #222;
      font-size: 1.125rem; }
      .dealer-info .dealer-top-info .right .dealer-name .author-last-name {
        margin-left: 0.3125rem; }
    .dealer-info .dealer-top-info .right .bottom {
      font-size: 0.8125rem;
      line-height: 1;
      margin-top: 0.3125rem; }
    .dealer-info .dealer-top-info .right .social-info {
      margin-top: 0.4375rem; }
      .dealer-info .dealer-top-info .right .social-info ul li {
        padding: 0 0.375rem;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .dealer-info .dealer-top-info .right .social-info ul li:first-child {
          padding-left: 0; }
        .dealer-info .dealer-top-info .right .social-info ul li i {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .dealer-info .dealer-top-info .right .social-info ul li i:hover {
            opacity: .7;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
          .dealer-info .dealer-top-info .right .social-info ul li i.fa-twitter {
            color: #54abec; }
          .dealer-info .dealer-top-info .right .social-info ul li i.fa-facebook {
            color: #2d549d; }
          .dealer-info .dealer-top-info .right .social-info ul li i.fa-linkedin {
            color: #3e578a; }
          .dealer-info .dealer-top-info .right .social-info ul li i.fa-instagram {
            color: #222; }
  .dealer-info .dealer-bottom-info .email-info, .dealer-info .dealer-bottom-info .phone-info {
    padding: 1.25rem 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .dealer-info .dealer-bottom-info .email-info .left-content, .dealer-info .dealer-bottom-info .phone-info .left-content {
      margin-right: 0.9375rem;
      margin-top: 0.625rem; }
      .dealer-info .dealer-bottom-info .email-info .left-content i, .dealer-info .dealer-bottom-info .phone-info .left-content i {
        font-size: 1.875rem; }
    .dealer-info .dealer-bottom-info .email-info .right-content .title, .dealer-info .dealer-bottom-info .phone-info .right-content .title {
      font-size: 0.875rem; }
    .dealer-info .dealer-bottom-info .email-info .right-content a, .dealer-info .dealer-bottom-info .phone-info .right-content a {
      color: #222;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .dealer-info .dealer-bottom-info .email-info .right-content a:hover, .dealer-info .dealer-bottom-info .phone-info .right-content a:hover {
        opacity: .7;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
  .dealer-info .dealer-bottom-info .phone-info {
    border-top: 0.0625rem solid #eeeeee; }

.widget-contact-form {
  margin-top: 1.6875rem;
  padding-top: 3.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 3.125rem;
  border: 0.0625rem solid #eeeeee; }
  .widget-contact-form .widget-title {
    position: relative;
    margin-bottom: 1.5625rem;
    font-size: 1.3125rem;
    color: #222222;
    text-transform: uppercase; }
    .widget-contact-form .widget-title .widget--subtitle {
      font-size: 0.6875rem;
      margin-top: 0.4375rem;
      text-transform: uppercase;
      color: #666666;
      letter-spacing: .2rem; }
    .widget-contact-form .widget-title:after {
      position: absolute;
      left: -1.9375rem;
      top: 0;
      content: '';
      height: 100%;
      width: 0.125rem;
      background: #e63619;
      z-index: 3; }
  .widget-contact-form .templines-keymoto-dealer-contact-form textarea {
    height: 8.125rem; }
  .widget-contact-form .templines-keymoto-dealer-contact-form button p {
    display: none; }

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

==  Post Share Icon

-------------------------------------------------------------------*/
.templines-keymoto-contact-form .contact-form-btn-wrap {
  margin-top: 1.25rem; }
  .templines-keymoto-contact-form .contact-form-btn-wrap button p {
    display: none !important; }

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

==  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: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: -1;
  position: absolute;
  bottom: 45px;
  right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .post-share-icon a {
    opacity: 0;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    margin: 4px 0;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            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 {
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      color: #fff !important; }
      .post-share-icon a:hover:after {
        -webkit-transform: translate(0) scale(1.2);
            -ms-transform: translate(0) scale(1.2);
                transform: translate(0) scale(1.2); }
    .post-share-icon a:after {
      -webkit-transition: -webkit-transform .3s ease 0s;
      transition: -webkit-transform .3s ease 0s;
      -o-transition: transform .3s ease 0s;
      transition: transform .3s ease 0s;
      transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
      position: absolute;
      width: 35px;
      height: 35px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      -webkit-transform: translate(0, 35px);
          -ms-transform: translate(0, 35px);
              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;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

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

==  Auto Single Page

-------------------------------------------------------------------*/
.car-details .car-details__wrap-title {
  margin-bottom: 1.875rem; }
  .car-details .car-details__wrap-title .car-details-sub-title-content {
    font-size: 0.9375rem;
    color: #777777;
    margin-bottom: 0.9375rem;
    text-transform: uppercase; }
  .car-details .car-details__wrap-title .car-details__title {
    font-size: 2.5rem;
    margin-bottom: 0.625rem; }
.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: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 12px;
    left: 12px; }
    .car-details .auto-slider .card__wrap-label .card__label {
      line-height: 1;
      font-size: 11px;
      color: #fff;
      padding: 7px 14px;
      text-transform: uppercase;
      letter-spacing: .1em; }
  .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: 2.5rem; }
  .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;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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 #e63619; }
      .car-details .auto-carousel .slides li.auto-thumb-video i {
        position: absolute;
        color: #fff;
        height: 100%;
        width: 100%;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 20px; }
.car-details .top-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .car-details .top-info-wrap .top-info-item {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    border-left: 0.0625rem solid #dddddd; }
    .car-details .top-info-wrap .top-info-item .entry-content {
      -webkit-transform: scale(1.001111);
          -ms-transform: scale(1.001111);
              transform: scale(1.001111);
      padding: 20px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      position: relative;
      z-index: 2; }
      .car-details .top-info-wrap .top-info-item .entry-content .icon-container i {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        font-size: 2.0625rem; }
      .car-details .top-info-wrap .top-info-item .entry-content .title {
        margin-bottom: 0.1875rem;
        margin-top: 0.5rem;
        color: #222222;
        font-size: 0.8125rem;
        text-transform: uppercase; }
      .car-details .top-info-wrap .top-info-item .entry-content .content {
        line-height: 1;
        font-size: 0.9375rem; }
    .car-details .top-info-wrap .top-info-item:first-child {
      border-left: none; }
    .car-details .top-info-wrap .top-info-item:last-child {
      border-right: 0; }
    .car-details .top-info-wrap .top-info-item:hover .entry-content {
      -webkit-transform: scale(1.04);
          -ms-transform: scale(1.04);
              transform: scale(1.04);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      z-index: 2;
      background-color: #fff;
      -webkit-box-shadow: 0 0.3125rem 2rem 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.3125rem 2rem 0 rgba(0, 0, 0, 0.1); }
      .car-details .top-info-wrap .top-info-item:hover .entry-content i {
        color: #e63619; }
.car-details .content-wrap {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 0.0625rem solid #dddddd; }
  .car-details .content-wrap > h2 {
    font-size: 1.75rem; }
.car-details .technical-specifications-container {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 0.0625rem solid #dddddd; }
  .car-details .technical-specifications-container .technical-specifications-title {
    font-size: 1.75rem; }
  .car-details .technical-specifications-container .technical-specifications-item-list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .car-details .technical-specifications-container .technical-specifications-item-list-wrap .bottom-info-item-list {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.33333%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-left: 0.625rem;
      border-left: 0.125rem solid #f5f5f5;
      margin-top: 1.25rem; }
      .car-details .technical-specifications-container .technical-specifications-item-list-wrap .bottom-info-item-list .left-content {
        margin-left: 0.375rem;
        margin-right: 0.625rem; }
        .car-details .technical-specifications-container .technical-specifications-item-list-wrap .bottom-info-item-list .left-content i {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          position: relative;
          top: -0.125rem;
          color: #777777;
          font-size: 1.0625rem; }
      .car-details .technical-specifications-container .technical-specifications-item-list-wrap .bottom-info-item-list .right-content .title {
        line-height: 1.2;
        text-transform: uppercase;
        color: #222;
        font-size: 0.8125rem; }
      .car-details .technical-specifications-container .technical-specifications-item-list-wrap .bottom-info-item-list .right-content .content {
        font-size: 0.8125rem; }
      .car-details .technical-specifications-container .technical-specifications-item-list-wrap .bottom-info-item-list:hover .left-content i {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        color: #e63619; }
.car-details .additional-options-container {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 0.0625rem solid #dddddd; }
  .car-details .additional-options-container .additional-options-title {
    font-size: 1.75rem; }
  .car-details .additional-options-container .pixad-features-list {
    margin-top: 1.5625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .car-details .additional-options-container .pixad-features-list li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .car-details .additional-options-container .pixad-features-list li i {
        margin-right: 0.3125rem; }

.related-item-wrap {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 0.0625rem solid #dddddd; }
  .related-item-wrap .templines-pixad-grid-item .entry-content {
    background: #f7f7f7;
    margin-top: 1.875rem;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
    .related-item-wrap .templines-pixad-grid-item .entry-content .top-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1.6875rem 2.375rem; }
      .related-item-wrap .templines-pixad-grid-item .entry-content .top-content .title-content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .related-item-wrap .templines-pixad-grid-item .entry-content .top-content .title-content .title-grid {
          font-size: 1.375rem;
          margin-bottom: 0; }
        .related-item-wrap .templines-pixad-grid-item .entry-content .top-content .title-content .title-grid-slogan {
          font-size: 0.8125rem;
          text-transform: uppercase; }
      .related-item-wrap .templines-pixad-grid-item .entry-content .top-content .price-content {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        font-size: 1.4375rem; }
    .related-item-wrap .templines-pixad-grid-item .entry-content .middle-content {
      position: relative; }
      .related-item-wrap .templines-pixad-grid-item .entry-content .middle-content .mask {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #222222;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease; }
      .related-item-wrap .templines-pixad-grid-item .entry-content .middle-content .mask-cross {
        visibility: hidden;
        opacity: 0; }
        .related-item-wrap .templines-pixad-grid-item .entry-content .middle-content .mask-cross:before {
          content: '';
          display: inline-block;
          position: absolute;
          width: 2.1875rem;
          height: 0.125rem;
          background: #fff;
          left: 50%;
          top: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
                  transform: translate3d(-50%, -50%, 0);
          opacity: 1; }
        .related-item-wrap .templines-pixad-grid-item .entry-content .middle-content .mask-cross:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 0.125rem;
          height: 2.1875rem;
          background: #fff;
          left: 50%;
          top: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
                  transform: translate3d(-50%, -50%, 0);
          opacity: 1; }
    .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 1.25rem 0.9375rem;
      border-bottom: 0.0625rem solid #dddddd; }
      .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content .main-info-item-wrap {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center;
        border-right: 0.0625rem solid #dddddd; }
        .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content .main-info-item-wrap .main-info-item-title {
          font-size: 1rem;
          color: #222;
          line-height: 1.2;
          margin-bottom: 0.4375rem; }
        .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content .main-info-item-wrap .main-bottom-info {
          line-height: 1;
          font-size: 0.875rem; }
        .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content .main-info-item-wrap:last-child {
          border-right: 0; }
    .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content {
      padding: 1.5625rem 2.1875rem 1.125rem 2.1875rem; }
      .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-top: -0.9375rem; }
        .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item {
          margin-top: 0.9375rem;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item .icon-content {
            margin-right: 0.625rem; }
            .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item .icon-content i {
              position: relative;
              top: -0.125rem;
              color: #222222;
              font-size: 1.0625rem; }
          .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item .text-content-wrap .text-content-title {
            line-height: 1.2;
            text-transform: uppercase;
            color: #222;
            font-size: 0.8125rem; }
          .related-item-wrap .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item .text-content-wrap .text-content {
            font-size: 0.75rem; }
  .related-item-wrap .templines-pixad-grid-item:hover .entry-content {
    background: #ffff;
    -webkit-box-shadow: 0 0.3125rem 2rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.3125rem 2rem 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
    .related-item-wrap .templines-pixad-grid-item:hover .entry-content .middle-content .mask {
      visibility: visible;
      opacity: .7;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
    .related-item-wrap .templines-pixad-grid-item:hover .entry-content .middle-content .mask-cross {
      visibility: visible;
      opacity: 1;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }

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

==  Vehicle Listings Page

-------------------------------------------------------------------*/
#pix-sorting {
  margin-bottom: 3.125rem;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 1.875rem; }
  #pix-sorting .sorting__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    #pix-sorting .sorting__inner .sorting__item {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      #pix-sorting .sorting__inner .sorting__item .sorting__title {
        display: none; }
      #pix-sorting .sorting__inner .sorting__item:first-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #222222; }
      #pix-sorting .sorting__inner .sorting__item:last-child {
        margin-left: 1.875rem; }
      #pix-sorting .sorting__inner .sorting__item.view-by {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #pix-sorting .sorting__inner .sorting__item.view-by a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 2.8125rem;
          height: 2.8125rem;
          border: 0.0625rem solid;
          position: relative;
          color: #222;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          #pix-sorting .sorting__inner .sorting__item.view-by a:hover, #pix-sorting .sorting__inner .sorting__item.view-by a.active {
            color: #fff;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
          #pix-sorting .sorting__inner .sorting__item.view-by a:first-child {
            margin-right: 0.625rem; }
  #pix-sorting .select .jelect-current {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    #pix-sorting .select .jelect-current:hover {
      border-color: transparent !important;
      background: #fff !important;
      -webkit-box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
              box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  #pix-sorting .select.jelect_state_active .jelect-current {
    border-color: transparent !important;
    background: #fff !important;
    -webkit-box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 0.5rem 1.375rem 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  #pix-sorting .ajax-loading .templines-pixad-grid-item, #pix-sorting .ajax-loading .post-auto-list {
    opacity: .7; }

.pix-auto-wrapper-loader.ajax-loading .templines-pixad-grid-item .middle-content {
  position: relative; }
  .pix-auto-wrapper-loader.ajax-loading .templines-pixad-grid-item .middle-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 .templines-pixad-grid-item .middle-content:after {
    content: "\e83a";
    position: absolute;
    left: -webkit-calc(50% - 9px);
    left: calc(50% - 9px);
    top: -webkit-calc(50% - 14px);
    top: calc(50% - 14px);
    font-family: "fl-custom-icon-font";
    font-size: 1.25rem;
    z-index: 2;
    -webkit-animation: loaderRotate 1s ease-in-out infinite;
            animation: loaderRotate 1s ease-in-out infinite; }
.pix-auto-wrapper-loader.ajax-loading .templines-pixad-list-item .left-top-content {
  position: relative; }
  .pix-auto-wrapper-loader.ajax-loading .templines-pixad-list-item .left-top-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 .templines-pixad-list-item .left-top-content:after {
    content: "\e83a";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    font-family: "fl-custom-icon-font";
    font-size: 20px;
    z-index: 2;
    color: #e2b71c;
    -webkit-animation: loaderRotate 1s ease-in-out infinite;
            animation: loaderRotate 1s ease-in-out infinite; }

.pix-dynamic-content #pixad-listing.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -1.875rem; }
  .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.9375rem; }
    .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content {
      background: #f7f7f7;
      margin-top: 1.875rem;
      -webkit-transition: .4s ease;
      -o-transition: .4s ease;
      transition: .4s ease; }
      .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .top-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 1.6875rem 2.375rem; }
        .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .top-content .title-content {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .top-content .title-content .title-grid {
            font-size: 1.375rem;
            margin-bottom: 0; }
          .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .top-content .title-content .title-grid-slogan {
            font-size: 0.8125rem;
            text-transform: uppercase; }
        .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .top-content .price-content {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          font-size: 1.4375rem; }
      .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .middle-content {
        position: relative; }
        .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .middle-content .mask {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: #222222;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease; }
        .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .middle-content .mask-cross {
          visibility: hidden;
          opacity: 0; }
          .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .middle-content .mask-cross:before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 2.1875rem;
            height: 0.125rem;
            background: #fff;
            left: 50%;
            top: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
                    transform: translate3d(-50%, -50%, 0);
            opacity: 1; }
          .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .middle-content .mask-cross:after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 0.125rem;
            height: 2.1875rem;
            background: #fff;
            left: 50%;
            top: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
                    transform: translate3d(-50%, -50%, 0);
            opacity: 1; }
      .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 1.25rem 0.9375rem;
        border-bottom: 0.0625rem solid #dddddd; }
        .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content .main-info-item-wrap {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          text-align: center;
          border-right: 0.0625rem solid #dddddd; }
          .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content .main-info-item-wrap .main-info-item-title {
            font-size: 1rem;
            color: #222;
            line-height: 1.2;
            margin-bottom: 0.4375rem; }
          .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content .main-info-item-wrap .main-bottom-info {
            line-height: 1;
            font-size: 0.875rem; }
          .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-top-content .main-info-item-wrap:last-child {
            border-right: 0; }
      .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content {
        padding: 1.5625rem 2.1875rem 1.125rem 2.1875rem; }
        .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-top: -0.9375rem; }
          .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item {
            margin-top: 0.9375rem;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
            max-width: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
            .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item .icon-content {
              margin-right: 0.625rem; }
              .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item .icon-content i {
                position: relative;
                top: -0.125rem;
                color: #222222;
                font-size: 1.0625rem; }
            .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item .text-content-wrap .text-content-title {
              line-height: 1.2;
              text-transform: uppercase;
              color: #222;
              font-size: 0.8125rem; }
            .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item .entry-content .bottom-content .bottom-info-bottom-content .list-grid--info .list-grid-item .text-content-wrap .text-content {
              font-size: 0.75rem; }
    .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item:hover .entry-content {
      background: #ffff;
      -webkit-box-shadow: 0 0.3125rem 2rem 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.3125rem 2rem 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: .4s ease;
      -o-transition: .4s ease;
      transition: .4s ease; }
      .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item:hover .entry-content .middle-content .mask {
        visibility: visible;
        opacity: .7;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease; }
      .pix-dynamic-content #pixad-listing.grid .templines-pixad-grid-item:hover .entry-content .middle-content .mask-cross {
        visibility: visible;
        opacity: 1;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease; }
.pix-dynamic-content #pixad-listing.list .templines-pixad-list-item {
  border: 0.0625rem solid #dddddd; }
  .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item + .templines-pixad-list-item {
    margin-top: 2.5rem; }
  .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .left-top-content {
      position: relative;
      margin-right: 1.875rem; }
      .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .left-top-content .entry-post-link {
        position: absolute;
        width: 100%;
        height: 100%; }
      .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .left-top-content img {
        max-width: 13.75rem; }
      .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .left-top-content .favorite-car-wrap {
        position: absolute;
        right: 1.25rem;
        bottom: 1.25rem; }
        .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .left-top-content .favorite-car-wrap .car-favorite {
          background: #fff;
          -webkit-border-radius: 0.1875rem;
                  border-radius: 0.1875rem; }
          .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .left-top-content .favorite-car-wrap .car-favorite i {
            color: #222; }
          .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .left-top-content .favorite-car-wrap .car-favorite.active-add-favorite {
            background: #e63619; }
            .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .left-top-content .favorite-car-wrap .car-favorite.active-add-favorite i {
              color: #fff; }
      .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .left-top-content .car-label-list {
        position: absolute;
        top: 1.25rem;
        left: 1.25rem;
        text-transform: uppercase;
        color: #fff;
        font-size: 0.75rem;
        line-height: 1;
        padding: 0.5rem 0.75rem;
        -webkit-border-radius: 0.1875rem;
                border-radius: 0.1875rem; }
    .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content {
      width: 100%;
      max-width: -webkit-calc(100% -  15.625rem);
      max-width: calc(100% -  15.625rem);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-right: 1.875rem;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
      .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .top-entry-right-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 1.25rem; }
        .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .top-entry-right-content .title-list {
          font-size: 1.375rem;
          margin-bottom: 0; }
        .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .top-entry-right-content .price-content {
          font-size: 1.625rem; }
        .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .top-entry-right-content .category-top-entry-entry-content {
          width: 100%; }
          .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .top-entry-right-content .category-top-entry-entry-content .category-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
            .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .top-entry-right-content .category-top-entry-entry-content .category-container .category-title {
              text-transform: uppercase;
              font-size: 0.875rem; }
            .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .top-entry-right-content .category-top-entry-entry-content .category-container .category-info {
              margin-top: -0.0625rem;
              margin-left: 0.25rem;
              font-size: 0.8125rem;
              color: #e63619;
              text-decoration: underline;
              text-transform: uppercase; }
      .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .bottom-entry-right-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .bottom-entry-right-content .main-info-item-wrap {
          margin-right: 1.25rem;
          padding-right: 1.25rem;
          border-right: 0.0625rem solid #dddddd; }
          .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .bottom-entry-right-content .main-info-item-wrap:last-child {
            border-right: none; }
          .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .bottom-entry-right-content .main-info-item-wrap .main-info-item-title {
            color: #222;
            line-height: 1; }
          .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .top-content .right-top-content .bottom-entry-right-content .main-info-item-wrap .main-bottom-info {
            line-height: 1;
            margin-top: 0.625rem; }
  .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .bottom-content {
    border-top: 0.0625rem solid #dddddd;
    padding: 1.875rem 2.8125rem; }
    .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .bottom-content .list-wrap .car-list-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .bottom-content .list-wrap .car-list-list .car-list-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .bottom-content .list-wrap .car-list-list .car-list-item .left-content {
          margin-right: 0.625rem; }
          .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .bottom-content .list-wrap .car-list-list .car-list-item .left-content i {
            position: relative;
            top: -0.125rem;
            color: #222222;
            font-size: 1.0625rem; }
        .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .bottom-content .list-wrap .car-list-list .car-list-item .right-content .title-info {
          line-height: 1.2;
          text-transform: uppercase;
          color: #222;
          font-size: 0.8125rem; }
        .pix-dynamic-content #pixad-listing.list .templines-pixad-list-item .bottom-content .list-wrap .car-list-list .car-list-item .right-content .bottom-text-info {
          font-size: 0.8125rem; }

/*
.pix-dynamic-content{
  #pixad-listing{
    // Grid Style
    &.grid{
      margin-top: -30px;
      .post-auto-grid{
        margin-top: 30px;
        .entry-auto-grid-wrap{
          .top-content-wrap{
            position: relative;
            .auto-link-image-link{
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              z-index: 1;
            }
            .image-grid-mask{
              transition: .3s ease;
              visibility: hidden;
              opacity: 0;
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              z-index: 1;
            }
            .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;
              .add-to-compare{
                visibility: hidden;
                opacity: 0;
                transition: .3s ease;
                line-height: 15px;
                padding: 0;
                background: transparent!important;
                span{
                  border-radius: 2px;
                  padding: 11px 18px;
                }
                i{
                  margin-right: 5px;
                }
                .add-cmpr{
                  transition: .3s ease;
                  background: #fff;
                  &:hover{
                    color: #fff;
                    transition: .3s ease;
                  }
                }
                .rem-cmpr{
                  color: #fff;
                  transition: .3s ease;
                  &:hover{
                    opacity: .8;
                    transition: .3s ease;
                  }
                }
                .cmpr-btn-text{
                  display: inline-block;
                }
              }
            }
            .favorite-car-wrap{
              z-index: 2;
              position: absolute;
              right: 20px;
              top: 20px;
              display: inline-flex;
              a{
                visibility: hidden;
                opacity: 0;
                width: 30px;
                height: 30px;
                background: transparent!important;
                position: relative;
                padding: 0;
                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;
                  &.add-fvrt{
                    background: #fff;
                    display: inline-flex;
                    &:hover{
                      color: #fff;
                    }
                  }
                  &.rem-fvrt{
                    color: #fff;
                    &:hover{
                      transition: .3s ease;
                      opacity: .8;
                    }
                  }
                }
                &.active-add-favorite{
                  visibility: visible;
                  opacity: 1;
                  .rem-fvrt{
                    display: inline-flex;
                  }
                  .add-fvrt{
                    display: none;
                  }
                }

              }
            }
            .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;
            }
          }
          .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;
            .title-content{
              font-size: 17px;
              margin-bottom: 0;
            }
            .auto-grid-list-content{
              margin-top: 10px;
              .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;
                  &:last-child{
                    padding-right: 0;
                    margin-right: 0;
                    border-right: 0;
                  }
                  i{
                    display: none!important;
                  }
                }
              }
            }
            .price-auto-wrap{
              padding-top: 20px;
              margin-top: 20px;
              border-top: 1px solid #eeeeee;
              font-size: 15px;
            }
          }
          &:hover{
            .top-content-wrap{
              .favorite-car-wrap{
                a{
                  visibility: visible;
                  opacity: 1;
                }
              }
              .add-to-compare {
                visibility: visible;
                opacity: 1;
                transition: .3s ease;
              }
              .image-grid-mask {
                transition: .3s ease;
                visibility: visible;
                opacity: .7;
              }
            }
          }
        }
        &.dark-style{
          .bottom-content-wrap{
            .title-content{
              span{
                color: #fff;
              }
            }
            .auto-grid-list-content{
              .list-grid--info{
                .list-grid-item{
                  color: #fff;
                  border-color: rgba(221,221,221,.3);
                }
              }
            }
            .price-auto-wrap{
              border-color: rgba(221,221,221,.2);
              span{
                color: #fff!important;
              }
            }
          }
        }
      }
    }
    // List Style
    &.list{
      .post-auto-list{
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #eeeeee;
        .post-entry-content{
          display: flex;
          flex-wrap: wrap;
          .left-car-content{
            max-width: 300px;
            flex-grow: 0;
            position: relative;
            .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;
            }
            .favorite-car-wrap{
              position: absolute;
              right: 20px;
              top: 20px;
              a{
                visibility: hidden;
                opacity: 0;
                width: 30px;
                height: 30px;
                background: transparent!important;
                position: relative;
                padding: 0;
                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;
                  &.add-fvrt{
                    background: #fff;
                    display: inline-flex;
                    &:hover{
                      color: #fff;
                    }
                  }
                  &.rem-fvrt{
                    color: #fff;
                    &:hover{
                      transition: .3s ease;
                      opacity: .8;
                    }
                  }
                }
                &.active-add-favorite{
                  visibility: visible;
                  opacity: 1;
                  .rem-fvrt{
                    display: inline-flex;
                  }
                  .add-fvrt{
                    display: none;
                  }
                }

              }
            }
          }
          .right-car-content{
            max-width: calc(100% - 300px);
            flex-grow: 1;
            padding-left: 30px;
            display: flex;
            flex-wrap: wrap;
            .right-car-content-left-wrap{
              flex-grow: 1;
              max-width: calc(100% - 170px);
              width: 100%;
              .car-list-title{
                margin-bottom: 10px;
                a{
                  font-size: 21px;
                  color: inherit;
                  transition: .3s ease;
                  &:hover{
                    transition:.3s ease;
                  }
                }
              }
              .car-description{
                margin-bottom: 15px;
              }
            }
            .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;
              .top-content{
                width: 100%;
              }
              .images-promo{
                margin-bottom: 20px;
              }
              .car-price-wrap{
                .car-price{
                  font-size: 22px;
                  padding: 8px 15px;
                  display: inline-block;
                  color: #fff;
                }
              }
              .compare-car-wrap{
                display: flex;
                flex-direction: column-reverse;
                .add-to-compare{
                  position: relative;
                  top: -10px;
                  display: flex;
                  transition: .3s ease;
                  line-height: 15px;
                  padding: 0;
                  background: transparent!important;
                  span{
                    border-radius: 2px;
                    padding: 11px 18px;
                  }
                  i{
                    margin-right: 5px;
                  }
                  .add-cmpr{
                    transition: .3s ease;
                    background: #fff;
                    &:hover{
                      color: #fff;
                      transition: .3s ease;
                    }
                  }
                  .rem-cmpr{
                    color: #fff;
                    transition: .3s ease;
                    &:hover{
                      opacity: .8;
                      transition: .3s ease;
                    }
                  }
                  .cmpr-btn-text{
                    display: inline-block;
                  }
                }
              }
            }
            // list
            .list-wrap{
              .car-list-list{
                display: flex;
                flex-wrap: wrap;
                li{
                  font-size: 14px;
                  display: inline-block;
                  width: 100%;
                  max-width: 50%;
                  margin-bottom: 5px;
                  i{
                    display: none!important;
                  }
                  &:last-child{
                    margin-bottom: 0;
                  }
                }
              }
            }
          }
        }
        &:hover{
          .post-entry-content .left-car-content .favorite-car-wrap a{
            visibility: visible;
            opacity: 1;
            transition: .3s ease;
          }
        }
      }
    }
  }
}*/
.autos-pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .autos-pagination li {
    -webkit-border-radius: 2px;
            border-radius: 2px;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid;
    margin: 4px;
    color: #222222;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .autos-pagination li.arrow {
      display: none; }
    .autos-pagination li a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: inherit; }
    .autos-pagination li.active, .autos-pagination li:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .autos-pagination li.active a, .autos-pagination li:hover a {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        color: #fff; }

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

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

==  Pagination

-------------------------------------------------------------------*/
.fl-default-pagination {
  margin-top: 80px;
  background: #f8f8f8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 70px; }
  .fl-default-pagination .page-numbers {
    font-size: 17px;
    color: #777777;
    padding: 0 15px; }
    .fl-default-pagination .page-numbers a {
      color: inherit; }
    .fl-default-pagination .page-numbers:first-child {
      margin-left: 0;
      padding-left: 0; }
    .fl-default-pagination .page-numbers:last-child {
      margin-right: 0;
      padding-right: 0; }
    .fl-default-pagination .page-numbers.current, .fl-default-pagination .page-numbers:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .fl-default-pagination .page-numbers.next, .fl-default-pagination .page-numbers.prev {
      width: 20px;
      height: 20px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-indent: -9999px;
      padding: 0;
      margin: 0 20px;
      position: relative;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .fl-default-pagination .page-numbers.next:after, .fl-default-pagination .page-numbers.prev:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        width: 0;
        height: 0;
        border-style: solid; }
      .fl-default-pagination .page-numbers.next:hover, .fl-default-pagination .page-numbers.prev:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .fl-default-pagination .page-numbers.next {
      margin-right: 0; }
      .fl-default-pagination .page-numbers.next:after {
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #fff; }
    .fl-default-pagination .page-numbers.prev {
      margin-left: 0; }
      .fl-default-pagination .page-numbers.prev:after {
        border-width: 4px 6px 4px 0;
        border-color: transparent #fff transparent transparent; }

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

==  Footer

-------------------------------------------------------------------*/
footer {
  color: #a9aeb3; }
  footer .top-content-footer {
    padding-top: 8.125rem;
    padding-bottom: 5rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2); }
    footer .top-content-footer .footer-sidebar-wrapper {
      margin: 0 -2.1875rem; }
      footer .top-content-footer .footer-sidebar-wrapper .footer-widget-area {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem; }
        footer .top-content-footer .footer-sidebar-wrapper .footer-widget-area:first-child {
          padding-left: 0.9375rem;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 32%;
              -ms-flex: 0 0 32%;
                  flex: 0 0 32%;
          max-width: 32%; }
        footer .top-content-footer .footer-sidebar-wrapper .footer-widget-area:nth-child(2) {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 23%;
              -ms-flex: 0 0 23%;
                  flex: 0 0 23%;
          max-width: 23%; }
        footer .top-content-footer .footer-sidebar-wrapper .footer-widget-area:nth-child(3) {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 27%;
              -ms-flex: 0 0 27%;
                  flex: 0 0 27%;
          max-width: 27%; }
        footer .top-content-footer .footer-sidebar-wrapper .footer-widget-area:last-child {
          padding-right: 0.9375rem;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 18%;
              -ms-flex: 0 0 18%;
                  flex: 0 0 18%;
          max-width: 18%; }
  footer .bottom-content-footer {
    padding: 3.125rem 0; }

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

==  Custom Widget

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

== Blog Post Widget

-------------------------------------------------------------------*/
.widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem; }
  .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .thumbnail-wrap {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-right: 1.25rem; }
    .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .thumbnail-wrap img {
      max-width: 5.625rem; }
  .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .post-content-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: -webkit-calc(100% -  6.875rem);
    max-width: calc(100% -  6.875rem); }
    .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .post-content-wrap .post-widget-title {
      font-size: 1rem;
      line-height: 1.5; }
      .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .post-content-wrap .post-widget-title a {
        color: #222;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .post-content-wrap .post-widget-date {
      margin-top: 0.3125rem;
      font-size: 0.8125rem; }
      .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .post-content-wrap .post-widget-date i {
        margin-right: 0.4375rem;
        position: relative;
        top: 0.0625rem; }
.widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap.widget-in-footer .blog-post-widget-item .thumbnail-wrap img {
  max-width: 4.375rem; }
.widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap.widget-in-footer .blog-post-widget-item .post-content-wrap {
  max-width: -webkit-calc(100% -  5.625rem);
  max-width: calc(100% -  5.625rem); }
  .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap.widget-in-footer .blog-post-widget-item .post-content-wrap .post-widget-title {
    font-size: 0.9375rem; }
    .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap.widget-in-footer .blog-post-widget-item .post-content-wrap .post-widget-title a {
      color: #fff; }
  .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap.widget-in-footer .blog-post-widget-item .post-content-wrap .post-widget-date {
    margin-top: 0.1875rem; }

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

== Mailchimp Widget

-------------------------------------------------------------------*/
.widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap {
  padding-top: 9.375rem;
  padding-bottom: 5.625rem;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  -webkit-clip-path: polygon(10% 0%, 100% 10%, 100% 100%, 0 100%, 0 14%);
          clip-path: polygon(10% 0%, 100% 10%, 100% 100%, 0 100%, 0 14%); }
  .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .title-content-wrap {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-right: 3.75rem; }
      .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .title-content-wrap .mailchimp-sub-title-content {
        font-size: 1.125rem; }
      .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .title-content-wrap .mailchimp-title-content {
        font-size: 2.875rem;
        color: #fff;
        margin-top: 0.625rem;
        line-height: 1; }
        @media (max-width: 768px) {
          .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .title-content-wrap .mailchimp-title-content {
            font-size: 2rem; } }
    .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .mailchimp-content-wrap {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .mailchimp-content-wrap .mailchimp-footer-form {
        width: 100%; }
        .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .mailchimp-content-wrap .mailchimp-footer-form form .mc4wp-form-fields {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .mailchimp-content-wrap .mailchimp-footer-form form .mc4wp-form-fields input {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            width: auto;
            margin-bottom: 0; }
          .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .mailchimp-content-wrap .mailchimp-footer-form form .mc4wp-form-fields button {
            margin-left: 0.3125rem;
            -webkit-border-radius: 0.125rem;
                    border-radius: 0.125rem;
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            margin-right: 0.6875rem; }
            .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .mailchimp-content-wrap .mailchimp-footer-form form .mc4wp-form-fields button:hover {
              color: #222222 !important;
              background-color: #ffffff !important; }
              .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .mailchimp-content-wrap .mailchimp-footer-form form .mc4wp-form-fields button:hover .button-decor:after {
                border-color: transparent transparent transparent #fff; }
            .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .mailchimp-content-wrap .mailchimp-footer-form form .mc4wp-form-fields button .button-decor {
              background-color: #ffffff; }
              .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .mailchimp-content-wrap .mailchimp-footer-form form .mc4wp-form-fields button .button-decor:after {
                border-color: transparent transparent transparent #222; }

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

==  Footer Widget

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

==  Phone Footer Widget

-------------------------------------------------------------------*/
.widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap {
  padding: 1.875rem;
  background: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .icon-wrap {
    padding-top: 0.375rem;
    padding-right: 1.25rem;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media (max-width: 768px) {
      .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .icon-wrap {
        padding-right: 0.9375rem; } }
    .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .icon-wrap i {
      font-size: 2.1875rem; }
  .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .footer-phone-number-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0.3125rem; }
    .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .footer-phone-number-content .slogan-content {
      font-size: 0.875rem; }
    .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .footer-phone-number-content .phone-number-content .phone-number-link {
      color: #fff;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      font-size: 1.625rem; }
      @media (max-width: 768px) {
        .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .footer-phone-number-content .phone-number-content .phone-number-link {
          font-size: 1.125rem; } }
      .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .footer-phone-number-content .phone-number-content .phone-number-link:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }

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

==  Phone Footer Widget

-------------------------------------------------------------------*/
.widget_templines_theme_helper_social_profiles .footer-social-profiles-ul {
  text-align: center; }
  .widget_templines_theme_helper_social_profiles .footer-social-profiles-ul .footer-social-profiles-li {
    display: inline-block; }
    .widget_templines_theme_helper_social_profiles .footer-social-profiles-ul .footer-social-profiles-li .footer-social-profiles-link {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      color: #ffffff;
      padding: 0 0.6875rem; }
      .widget_templines_theme_helper_social_profiles .footer-social-profiles-ul .footer-social-profiles-li .footer-social-profiles-link:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .widget_templines_theme_helper_social_profiles .footer-social-profiles-ul .footer-social-profiles-li:first-child .footer-social-profiles-link {
      padding-left: 0; }
    .widget_templines_theme_helper_social_profiles .footer-social-profiles-ul .footer-social-profiles-li:last-child .footer-social-profiles-link {
      padding-right: 0; }

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

==  Dealer Info Widget

-------------------------------------------------------------------*/
.widget_templines_theme_helper_dealer_info .footer-dealer-info-wrap .dealer-info-item {
  margin-top: 1.625rem; }
  .widget_templines_theme_helper_dealer_info .footer-dealer-info-wrap .dealer-info-item:first-child {
    margin-top: 0; }
  .widget_templines_theme_helper_dealer_info .footer-dealer-info-wrap .dealer-info-item .title-content {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.4375rem;
    font-size: 0.9375rem; }
  .widget_templines_theme_helper_dealer_info .footer-dealer-info-wrap .dealer-info-item .days-content, .widget_templines_theme_helper_dealer_info .footer-dealer-info-wrap .dealer-info-item .hours-content {
    font-size: 0.875rem; }

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

==  Other Widget Style

-------------------------------------------------------------------*/
.footer-widget-area .widget .widget--title {
  color: #fff;
  font-size: 1.1875rem;
  margin-bottom: 2.1875rem; }
.footer-widget-area .widget + .widget {
  margin-top: 1.875rem; }
.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: 1.875rem; }
    .footer-widget-area .widget_nav_menu ul li a {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      position: relative;
      padding-left: 1.875rem;
      color: rgba(255, 255, 255, 0.4); }
      .footer-widget-area .widget_nav_menu ul li a:before {
        background: #222;
        display: inline-block;
        content: '';
        width: 1.0625rem;
        height: 1.0625rem;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        position: absolute;
        left: 0;
        bottom: 0.0625rem; }
      .footer-widget-area .widget_nav_menu ul li a:after {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        left: 0.375rem;
        bottom: 0.375rem;
        z-index: 2;
        position: absolute;
        border-width: 0.21875rem 0 0.21875rem 0.34375rem;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.7); }
      .footer-widget-area .widget_nav_menu ul li a:hover {
        color: #fff;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .footer-widget-area .widget_nav_menu ul li a:hover:before {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
        .footer-widget-area .widget_nav_menu ul li a:hover:after {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          border-color: transparent transparent transparent #fff; }
    .footer-widget-area .widget_nav_menu ul li:first-child {
      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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; }
    .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper .fl--mobile-menu-navigation {
      max-height: -webkit-calc(100% - 85px);
      max-height: calc(100% - 85px);
      overflow-x: auto; }

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

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

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

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

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

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

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

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

== 404 Page

-------------------------------------------------------------------*/
.fl--404-page-wrapper .fl-404-text-wrapper {
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content i {
      top: -9px;
      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: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"] {
        height: 56px;
        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;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        color: transparent; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit {
      margin-left: 5px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 10px; }
      .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input {
        height: 3.625rem;
        margin-bottom: 0;
        background: #f1f5fa;
        border-color: transparent; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input:hover {
          -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; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      min-width: 7.25625rem; }
      .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button {
        min-width: 107px;
        text-transform: uppercase;
        line-height: 18px;
        color: #fff; }

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

== Rev Slider

-------------------------------------------------------------------*/
.keymoto-rev-slider-arrow {
  width: 20px;
  height: 20px;
  background: #222 !important;
  opacity: 1 !important;
  text-indent: -9999999px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .keymoto-rev-slider-arrow:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(1px, -50%, 0);
    transform: translate3d(1px, -50%, 0); }
  .keymoto-rev-slider-arrow.tp-leftarrow {
    left: auto !important;
    top: auto !important;
    right: 15.3% !important;
    bottom: 8.5% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }
    .keymoto-rev-slider-arrow.tp-leftarrow:after {
      right: 42%;
      border-width: 0.28125rem 0.40625rem 0.28125rem 0;
      border-color: transparent #fff transparent transparent; }
  .keymoto-rev-slider-arrow.tp-rightarrow {
    left: auto !important;
    top: auto !important;
    right: 12.8% !important;
    bottom: 8.5% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }
    .keymoto-rev-slider-arrow.tp-rightarrow:after {
      right: 37%;
      border-width: 0.28125rem 0 0.28125rem 0.40625rem;
      border-color: transparent transparent transparent #fff; }
  .keymoto-rev-slider-arrow:hover {
    opacity: 1 !important; }

.rev-slider-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .rev-slider-button-wrap a {
    text-decoration: none !important;
    line-height: 1 !important;
    margin-right: 1.5625rem !important; }
    .rev-slider-button-wrap a:first-child {
      margin-right: 15px; }
  .rev-slider-button-wrap .fl-default-button {
    padding: 20px 35px !important;
    color: #fff !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    font-size: 15px !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative !important;
    letter-spacing: -0.25px !important;
    font-weight: 500 !important; }
  .rev-slider-button-wrap .fl-default-button .button-decor {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .rev-slider-button-wrap .fl-default-button .button-decor:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 6px;
      border-color: transparent transparent transparent #fff;
      -webkit-transition: .6s ease;
      -o-transition: .6s ease;
      transition: .6s ease; }
  .rev-slider-button-wrap .fl-default-button.secondary-button-style .button-decor {
    background-color: #e63619; }
  .rev-slider-button-wrap .fl-default-button.primary-button-style .button-decor {
    background-color: #222222; }

.rev-slider-slogan {
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9); }
  .rev-slider-slogan .rs_splitted_chars {
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9); }

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

== Full Page Search

-------------------------------------------------------------------*/
.header-search-form {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none; }
  .header-search-form.opened {
    display: block; }
  .header-search-form .search-form-entry-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
    .header-search-form .search-form-entry-content .overflow-search-bg {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.9);
      opacity: 0;
      cursor: pointer; }
    .header-search-form .search-form-entry-content .search-close-btn {
      cursor: pointer;
      position: absolute;
      z-index: 3;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 3.75rem;
      width: 3.75rem;
      background: #e63619;
      top: 0;
      right: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      font-size: 1.25rem;
      opacity: 0;
      -webkit-transform: translateX(3.75rem);
          -ms-transform: translateX(3.75rem);
              transform: translateX(3.75rem); }
    .header-search-form .search-form-entry-content .search-form-wrapper {
      width: 100%;
      z-index: 1; }
      .header-search-form .search-form-entry-content .search-form-wrapper form {
        display: inline-block;
        width: 100%;
        max-width: 95%;
        -webkit-transform: translateY(-1.875rem);
            -ms-transform: translateY(-1.875rem);
                transform: translateY(-1.875rem);
        opacity: 0; }
        .header-search-form .search-form-entry-content .search-form-wrapper form .row {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .header-search-form .search-form-entry-content .search-form-wrapper form .row input {
            margin-bottom: 0;
            margin-right: 0.3125rem;
            min-height: 3.4375rem; }

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

== Header Sidebar

-------------------------------------------------------------------*/
.header-sidebar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none; }
  .header-sidebar-wrap.opened {
    display: block; }
  .header-sidebar-wrap .entry-content {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .header-sidebar-wrap .entry-content .overflow-header-sidebar {
      z-index: 1;
      background: rgba(0, 0, 0, 0.9);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .header-sidebar-wrap .entry-content .header-sidebar-container {
      opacity: 0;
      -webkit-transform: translateX(20.625rem);
          -ms-transform: translateX(20.625rem);
              transform: translateX(20.625rem);
      z-index: 2;
      overflow: auto;
      background: #0f0f0f;
      padding: 2.5rem;
      max-width: 20.625rem;
      width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      cursor: pointer; }
      .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .closed-icon-wrap {
          width: 100%;
          text-align: right; }
          .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .closed-icon-wrap .closed-icon-header-sidebar {
            position: relative;
            top: -2.5rem;
            right: -2.5rem;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            cursor: pointer;
            color: #fff;
            background: #e63619;
            width: 3.75rem;
            height: 3.75rem; }
        .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget {
          width: 100%;
          padding-top: 1.875rem; }
          .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget:first-child {
            padding-top: 0.625rem; }
          .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget:last-child {
            padding-bottom: 1.875rem; }
          .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget.widget_nav_menu li {
            margin-top: 0.5rem; }
            .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget.widget_nav_menu li a {
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease;
              text-transform: uppercase;
              font-size: 0.875rem;
              color: #fff; }
              .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget.widget_nav_menu li a:hover {
                -webkit-transition: .3s ease;
                -o-transition: .3s ease;
                transition: .3s ease; }
        .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap {
          padding: 1.25rem; }
          .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .icon-wrap {
            padding-top: 12px;
            padding-right: 12px; }
            .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .icon-wrap i {
              font-size: 1.5625rem; }
          .header-sidebar-wrap .entry-content .header-sidebar-container .entry-sidebar .widget_templines_theme_helper_contact_phone_number .footer-phone-number-wrap .footer-phone-number-content .phone-number-content .phone-number-link {
            font-size: 1.1875rem; }

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

==  Responsive

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .templines-bg-decor-bottom-right {
    -webkit-clip-path: polygon(91% 100%, 100% 93%, 100% 0, 100% 0, 0 0, 0 95%) !important;
            clip-path: polygon(91% 100%, 100% 93%, 100% 0, 100% 0, 0 0, 0 95%) !important; }

  .templines-bg-decor-bottom-left {
    -webkit-clip-path: polygon(11% 100%, 100% 98%, 100% 0, 100% 0, 0 0, 0 97%) !important;
            clip-path: polygon(11% 100%, 100% 98%, 100% 0, 100% 0, 0 0, 0 97%) !important; }

  .fl--header .header-content-wrap .header-content {
    padding-left: 0.9375rem; }

  .fl--header .header-content-wrap .header-content .fl-mega-menu {
    display: none; }

  .fl--header .header-content-wrap .header-content .fl--navigation-icon-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-sidebar-header-icon-wrap {
    display: none; }

  .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  footer .top-content-footer {
    padding-top: 1.875rem !important;
    padding-bottom: 3.75rem !important; }

  footer .top-content-footer .footer-sidebar-wrapper .footer-widget-area {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-top: 1.875rem; }

  footer .top-content-footer .footer-sidebar-wrapper .footer-widget-area:first-child {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important; }

  .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .title-content-wrap {
    margin-right: 0;
    margin-bottom: 1.5625rem;
    text-align: center;
    width: 100%; }

  .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    -webkit-clip-path: polygon(9% 0%, 100% 3%, 100% 100%, 0 100%, 0 6%);
            clip-path: polygon(9% 0%, 100% 3%, 100% 100%, 0 100%, 0 6%); }

  .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .title-content-wrap .mailchimp-sub-title-content {
    font-size: 1rem; }

  .widget_templines_theme_helper_wmpl_mailchimp_footer .footer-mailchimp-wrap .container-content .title-content-wrap .mailchimp-title-content {
    font-size: 2.5rem; } }
@media screen and (max-width: 768px) {
  footer .top-content-footer .footer-sidebar-wrapper .footer-widget-area {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important; }
	.templines-custom-html629f2bf141ae2-7944{text-align: center!important;}
	.textwidget{text-align: center!important;
}
  .widget_templines_theme_helper_footer_logotype .site-footer-logotype-link img {
    margin-top: 0; }

  footer .top-content-footer .footer-sidebar-wrapper {
    margin: 0; }

  footer .top-content-footer .footer-sidebar-wrapper .footer-widget-area {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .fl-copyright--inner {
    font-size: 0.875rem; }

  .fl--logo-container img {
    max-width: 2.9375rem; }

  .fl--header .header-content-wrap .header-content .fl--navigation-icon-container {
    height: 5.625rem; }

  .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu span {
    width: 1.5625rem; }
    .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu span:before, .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu span:after {
      width: 1.5625rem; }

  .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl-sidebar-header-icon-wrap, .fl--header .header-content-wrap .header-content .fl--navigation-icon-container .fl--hamburger-menu {
    width: 2.4875rem;
    max-height: 40px!important; }

  .fl--header .header-content-wrap .header-content .fl--logo-container {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; } }
