/*!
Theme Name: Flightmode Blogs
Theme URI: https://www.flyflightmode.com/blogs
Author: WP Auto Listings
Author URI: https://www.flyflightmode.com/
Description:flyflightmode  Digital Marketing Services Agency -
Built on the latest technology of WordPress, CarListings is fully responsvive, fast and optimized for all mobile phones.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 5.8
Requires PHP: 5.6
Text Domain: carlistings
Tags: custom-menu, custom-logo, editor-style, featured-images, one-column, right-sidebar, rtl-language-support, threaded-comments, translation-ready, two-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CarListings is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

a {
  text-decoration: none;
}

dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0;
  padding: 15px 68px 20px 60px;
  font-weight: bold;
  font-style: italic;
  font-size: 28px;
  font-size: 1.75rem;
  color: #2c2e3b;
  position: relative;
}
blockquote cite {
  font-weight: 600;
  font-style: normal;
  color: #bbbbbb;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 12px;
  display: block;
}
blockquote cite:before {
  content: "\2013";
  margin-right: 3px;
}
blockquote p {
  line-height: inherit;
  margin: 28px 0 0;
}
blockquote::before {
  content: "";
  background-image: url(images/quote3.png);
  background-repeat: no-repeat;
  display: block;
  width: 81px;
  height: 57px;
}
@media (max-width: 575px) {
  blockquote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.first-letter:first-letter {
  font-weight: bold;
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  background: #fb3d4e;
  float: left;
  line-height: 0.7;
  padding: 12px 17px 14px;
  border-radius: 3px;
  margin-right: 17px;
  margin-top: 4px;
  text-transform: uppercase;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1em;
}
abbr,
acronym {
  border-bottom: 1px dotted #e4e4e4;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}
.is-hidden {
  display: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ol {
  list-style: decimal;
  padding: 0;
}
ul {
  list-style: disc;
  padding: 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}
a,
span {
  word-wrap: break-word;
}
.post-password-form input[type="password"] {
  padding: 9px 18px;
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  border-spacing: 0;
}
thead tr {
  background: #f3f5f8;
}
th {
  font-weight: 400;
  color: #000;
}
td {
  color: #777780;
}
th,
td {
  text-align: center;
  padding: 26px 5px;
  border: 1px solid #e2e2e2;
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: none;
}
select {
  padding: 9px 18px;
  color: #666;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul,
.topbar-contact .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul,
.topbar-contact .widget_nav_menu ul ul {
  position: absolute;
  z-index: 10;
  top: 100%;
  background: #fff;
  box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.main-navigation ul ul ul,
.topbar-contact .widget_nav_menu ul ul ul {
  top: 0;
  left: 100%;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.topbar-contact .widget_nav_menu ul ul li:hover > ul,
.topbar-contact .widget_nav_menu ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a,
.topbar-contact .widget_nav_menu ul ul a {
  width: 200px;
}
.main-navigation ul ul .menu-item-has-children > a:after,
.main-navigation ul ul .page_item_has_children > a:after,
.topbar-contact .widget_nav_menu ul ul .menu-item-has-children > a:after,
.topbar-contact .widget_nav_menu ul ul .page_item_has_children > a:after {
  content: "\ea69";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  margin-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.topbar-contact .widget_nav_menu ul li:hover > ul,
.topbar-contact .widget_nav_menu ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 10;
}
.main-navigation li,
.topbar-contact .widget_nav_menu li {
  float: left;
  position: relative;
}
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.topbar-contact .widget_nav_menu .menu-item-has-children > a:after,
.topbar-contact .widget_nav_menu .page_item_has_children > a:after {
  content: "\ea67";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  color: #fb3d4e;
}
.main-navigation a,
.topbar-contact .widget_nav_menu a {
  display: block;
  position: relative;
  color: #202020;
  text-transform: capitalize;
}
.main-navigation .sub-menu li + li,
.topbar-contact .widget_nav_menu .sub-menu li + li {
  border-top: 1px solid #e4e4e4;
}
.main-navigation .sub-menu a,
.topbar-contact .widget_nav_menu .sub-menu a {
  padding: 13px 15px 13px 15px;
}
.topbar-contact .menu.primary-menu,
.primary-menu.primary-menu {
  margin-right: -10px;
}
.topbar-contact .menu > li:hover > a,
.topbar-contact .menu > li.focus > a,
.primary-menu > li:hover > a,
.primary-menu > li.focus > a {
  border-color: #fb3d4e;
}
.topbar-contact .menu > li + li,
.primary-menu > li + li {
  margin-left: 7px;
}
@media (max-width: 991px) {
  .primary-menu {
    display: none;
  }
}
.main-navigation ul a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.main-navigation ul li {
  margin-left: 25px;
}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled {
  display: block;
}
.menu-toggle {
  display: inline-block;
}
/* Sidebar toggle icon */

.menu-toggle {
  position: relative;
  padding: 5px 10px 5px 30px;
  line-height: 1.8;
  background: none;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #fb3d4e;
  color: #fff;
  border: 2px solid #fb3d4e;
  transition: all 0.3s ease;
  font-weight: 600;
  border-radius: 5px;
}
.menu-toggle:hover {
  background: #fff;
  border: 2px solid #fb3d4e;
  color: #fb3d4e;
  transition: all 0.3s ease;
}
.menu-toggle:hover span.bar,
.menu-toggle:hover span.bar:before,
.menu-toggle:hover span.bar:after {
  background-color: #fb3d4e;
}
.menu-toggle span.bar {
  top: 50%;
  margin-top: -1px;
  left: 10px;
}
.menu-toggle span.bar,
.menu-toggle span.bar:before,
.menu-toggle span.bar:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu-toggle span.bar:before {
  top: -4px;
}
.menu-toggle span.bar:after {
  bottom: -4px;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.mobile-menu {
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s;
  width: 240px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
  background: #282828;
}
.animating .mobile-menu {
  display: block;
}
.mobile-menu a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  background: #282828;
  font-size: 13px;
  font-size: 0.8125rem;
}
.mobile-menu a:hover,
.mobile-menu .current-menu-item > a {
  color: #fff;
}
.mobile-menu a:focus,
.mobile-menu a:visited,
.mobile-menu a:active {
  color: rgba(255, 255, 255, 0.4);
}
.mobile-menu li {
  position: relative;
}
.mobile-menu .sub-menu {
  display: none;
}
.mobile-menu ul {
  padding-left: 0;
  margin-left: 0;
}
.mobile-menu ul ul a {
  padding-left: 40px;
  background: #303030;
  font-size: 12px;
  font-size: 0.75rem;
}
.mobile-menu ul ul ul a {
  padding-left: 60px;
  background: #363636;
  font-size: 11px;
  font-size: 0.6875rem;
}
.mobile-menu .dropdown-toggle {
  line-height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  padding: 12px;
  transition: all 0.3s;
  font-size: 18px;
  font-size: 1.125rem;
}
.mobile-menu .dropdown-toggle.toggled-on {
  transform: rotate(-180deg);
}
.mobile-menu-open .mobile-menu {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  z-index: 999999;
}
.mobile-menu-open .site:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/

.pagination {
  margin-top: 20px;
  margin-bottom: 30px;

  justify-content: center;
}

.pagination .nav-links span,
.pagination .nav-links a {
  color: #ccc;
  background-color: transparent;
  border: none;
  display: inline-block;
  border: 1px solid #ccc;

  line-height: 1;
  margin: 0 7px;
  border-radius: 50%;
  line-height: 42px;
  height: 42px;
  width: 42px;
  text-align: center;
}

a.next.page-numbers,
a.prev.page-numbers {
  width: auto;
  border: none;
  color: #000;
}
.pagination .nav-links span {
  color: #8939d0;
  border: 1px solid #8939d0;
}
.pagination .nav-links .dots {
  background: none;
  border: 1px solid #e4e4e4;
  color: #000;
}
.pagination .nav-links a {
  text-decoration: none;
}
.pagination .nav-links a:hover {
  border: 1px solid #8939d0;
}
.page-links {
  clear: both;
  margin-top: 1.5em;
  padding: 2em 0 3em;
  font-weight: bold;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 8.75px;
  font-size: 0.54688rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-area .widget {
  padding: 25px;
  margin-bottom: 25px;
  align-items: center;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wp-block-group__inner-container h2 {
  padding: 0 0 8px;
  margin: 0 0 25px;
  font-size: 22px;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.widget-area .widget select {
  max-width: 100%;
  width: 100%;
}
.widget-area .widget select:active,
.widget-area .widget select:focus {
  outline: none;
}
.widget-area .widget .widget-title {
  padding: 0 0 8px;
  margin: 0 0 25px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.widget-area .widget ul {
  padding: 20px 40px;
  margin: 0;
  list-style: none;
  background-color: #f5f5f5;
}
.widget-area .widget li + li {
  margin-top: 10px;
}
.widget-area .widget li a {
  font-size: 15px;
  color: #121212;
  text-decoration: none;
}
.rpwwt-widget ul li a {
  align-items: center;
  display: flex;
}
.widget-area .widget li:before {
  content: "";
  top: 10px;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -1em;
  background-color: #f7941e;
  border-radius: 50%;
}
.widget-area .widget li {
  position: relative;
}
.widget-area .widget li a:hover:before,
.widget-area .widget li a:hover {
  color: #fb3d4e;
}
.widget-area .widget li span {
  font-size: 15px;
  color: #777777;
  margin-left: 2px;
}
.widget-area .widget li ul li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e4e4e4;
}
.widget-area .about-widget ul {
  list-style: none;
  margin-bottom: 0;
}
.widget-area .about-widget i {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  margin-right: 10px;
}
.widget-area .about-widget li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.8;
}
.widget-area .about-widget li a:before {
  display: none;
}
.widget-area .about-widget li a:hover {
  color: #fb3d4e;
}
.widget-area .jr-insta-slider .jr-insta-thumb li {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.widget-area .jr-insta-slider .jr-insta-thumb a {
  display: inline-block;
  position: relative;
}
.widget-area .jr-insta-slider .jr-insta-thumb a:before {
  content: "\ecfd";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  z-index: 99;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
  background-color: #fb3d4e;
}
.widget-area .jr-insta-slider .jr-insta-thumb a:hover:before,
.widget-area .jr-insta-slider .jr-insta-thumb a:hover:after {
  opacity: 0.8;
  color: #fff;
}
.widget-area .tagcloud {
  margin: -5px;
  display: flex;
  flex-flow: row wrap;
}
.widget-area .tagcloud a {
  display: block;
  line-height: 1;
  border-radius: 3px;
  font-weight: 600;
  padding: 9px 14px;
  margin: 3px;
  color: #777777;
  text-decoration: none;
  border: 1px solid #e4e4e4;
}
.widget-area .tagcloud a:hover {
  background-color: #fb3d4e;
  color: #fff;
  border: 1px solid #fb3d4e;
}
.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list {
  margin-bottom: 0;
}
.widget-area .jetpack_widget_social_icons svg {
  display: none;
}
.widget-area .jetpack_widget_social_icons .jetpack-social-widget-item {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.widget-area .jetpack_widget_social_icons .jetpack-social-widget-item a {
  margin-right: 11px;
  margin-bottom: 14px;
}
.widget-area
  .jetpack_widget_social_icons
  .jetpack-social-widget-item
  a:hover:before {
  color: #fff;
  background-color: #fb3d4e;
  border-color: #fb3d4e;
  transition: all 0.3s ease;
}
.widget-area li a.rsswidget:before,
.widget-area li.recentcomments a:before {
  display: none;
}

.recent_post .article__content {
  padding: 50px !important;
}
.recent_post .entry-media {
  width: 100%;
}

@media (max-width: 574px) {
  .widget-area .widget {
    padding: 15px;
  }
  .widget-area .widget .widget-title:before {
    left: -25px;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content .widget-area {
  margin-bottom: 75px;
  position: sticky;
  top: 73px;
}
@media (max-width: 991px) {
  .site-content .content-area,
  .site-content .widget-area {
    width: 100%;
  }
}
.no-sidebar .content-area {
  float: none;
  margin: 0 auto;
}
.site-footer {
  clear: both;
  width: 100%;
}
@media (max-width: 1279px) {
  .container {
    padding: 0 25px;
  }
}
.auto-listings .has-sidebar,
.home .has-sidebar {
  width: 65.81197%;
}
.auto-listings .sidebar,
.home .sidebar {
  width: 31.62393%;
}

.blog .entry-content,
.archive .entry-content,
.search .entry-content {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .entry-media img {
    width: 100%;
  }
  .article__content .entry-title {
    line-height: 1.3;
    margin: 10px 0 20px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (max-width: 574px) {
  .blog .nav-links > * {
    margin-top: 10px;
  }
}
@media (max-width: 320px) {
  .entry-meta {
    display: flex;
    flex-flow: column wrap;
  }
  .entry-meta span {
    margin-bottom: 10px;
  }
}
/* Individual icons */

.sd-content.sd-content ul li a.sd-button:before {
  font-family: "IcoFont";
  font-size: 16px;
  padding: 5px;
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
  content: "\efc6";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
  content: "\ef14";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
  content: "\ed4d";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
  content: "\ed7a";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
  content: "\ed62";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
  content: "\ed78";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
  content: "\ed5d";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
  content: "\ed43";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
  content: "\ed37";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
  content: "\ed75";
}
.sd-social-icon.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
  content: "\ed67";
}
.sd-social-icon.sd-social-icon
  .sd-content
  ul
  li.share-jetpack-whatsapp
  a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
  content: "\ed86";
}
.sd-social-icon.sd-social-icon .sd-content ul li a.share-more:before,
.sd-social-text .sd-content ul li a.share-more:before,
.sd-content ul li.share-more div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li a.share-more:before,
.sd-social-official .sd-content li a.share-more:before {
  content: "\efe5";
}
.sd-social-icon .sd-content ul li[class*="share-"] a,
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a {
  padding: 12px;
}
/*--------------------------------------------------------------
Genericons
--------------------------------------------------------------*/

.jetpack-social-navigation-genericons a:before {
  font-family: "IcoFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jetpack-social-navigation li {
  display: inline-block;
}
.topbar-right .jetpack_widget_social_icons a:before {
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
.topbar-right .jetpack_widget_social_icons a:before:hover {
  background: none;
}
.widget-area .jetpack_widget_social_icons .jetpack-social-widget-item a:before {
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  padding: 10px;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 3px;
  margin-right: 10px;
  color: #000;
}
.jetpack-social-navigation-genericons a[href*="amazon"]:before,
.widget-area .jetpack_widget_social_icons a[href*="amazon"]:before {
  content: "\e8a1";
}
.jetpack-social-navigation-genericons a[href*="apple"]:before,
.widget-area .jetpack_widget_social_icons a[href*="apple"]:before {
  content: "\e8a7";
}
.jetpack-social-navigation-genericons a[href*="behance"]:before,
.widget-area .jetpack_widget_social_icons a[href*="behance"]:before {
  content: "\ed22";
}
.jetpack-social-navigation-genericons a[href*="digg"]:before,
.widget-area .jetpack_widget_social_icons a[href*="digg"]:before {
  content: "\ed2c";
}
.jetpack-social-navigation-genericons a[href*="dribble"]:before,
.widget-area .jetpack_widget_social_icons a[href*="dribble"]:before {
  content: "\ed2f";
}
.jetpack-social-navigation-genericons a[href*="dribbble"]:before,
.widget-area .jetpack_widget_social_icons a[href*="dribbble"]:before {
  content: "\ed2e";
}
.jetpack-social-navigation-genericons a[href*="dropbox"]:before,
.widget-area .jetpack_widget_social_icons a[href*="dropbox"]:before {
  content: "\ed30";
}
.jetpack-social-navigation-genericons a[href*="facebook"]:before,
.widget-area .jetpack_widget_social_icons a[href*="facebook"]:before {
  content: "\ed37";
}
.jetpack-social-navigation-genericons a[href*="github"]:before,
.widget-area .jetpack_widget_social_icons a[href*="github"]:before {
  content: "\ed3e";
}
.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before,
.widget-area .jetpack_widget_social_icons a[href*="plus.google.com"]:before {
  content: "\ed43";
}
.jetpack-social-navigation-genericons a[href*="instagram"]:before,
.widget-area .jetpack_widget_social_icons a[href*="instagram"]:before {
  content: "\ed46";
}
.jetpack-social-navigation-genericons a[href*="mailto"]:before,
.widget-area .jetpack_widget_social_icons a[href*="mailto"]:before {
  content: "\ef14";
}
.jetpack-social-navigation-genericons a[href*="pinterest"]:before,
.widget-area .jetpack_widget_social_icons a[href*="pinterest"]:before {
  content: "\ed5d";
}
.jetpack-social-navigation-genericons a[href*="reddit"]:before,
.widget-area .jetpack_widget_social_icons a[href*="reddit"]:before {
  content: "\ed62";
}
.jetpack-social-navigation-genericons a[href*="feed"]:before,
.widget-area .jetpack_widget_social_icons a[href*="feed"]:before {
  content: "\ed64";
}
.jetpack-social-navigation-genericons a[href*="skype"]:before,
.widget-area .jetpack_widget_social_icons a[href*="skype"]:before {
  content: "\ed67";
}
.jetpack-social-navigation-genericons a[href*="stumbleupon"]:before,
.widget-area .jetpack_widget_social_icons a[href*="stumbleupon"]:before {
  content: "\ed72";
}
.jetpack-social-navigation-genericons a[href*="tumblr"]:before,
.widget-area .jetpack_widget_social_icons a[href*="tumblr"]:before {
  content: "\ed78";
}
.jetpack-social-navigation-genericons a[href*="twitter"]:before,
.widget-area .jetpack_widget_social_icons a[href*="twitter"]:before {
  content: "\ed7a";
}
.jetpack-social-navigation-genericons a[href*="vimeo"]:before,
.widget-area .jetpack_widget_social_icons a[href*="vimeo"]:before {
  content: "\ed7f";
}
.jetpack-social-navigation-genericons a[href*="yelp"]:before,
.widget-area .jetpack_widget_social_icons a[href*="yelp"]:before {
  content: "\ed89";
}
.jetpack-social-navigation-genericons a[href*="linkedin"]:before,
.widget-area .jetpack_widget_social_icons a[href*="linkedin"]:before {
  content: "\ed4d";
}
.jetpack-social-navigation-genericons a[href*="snapchat"]:before,
.widget-area .jetpack_widget_social_icons a[href*="snapchat"]:before {
  content: "\ed6c";
}
.jetpack-social-navigation-genericons a[href*="soundcloud"]:before,
.widget-area .jetpack_widget_social_icons a[href*="soundcloud"]:before {
  content: "\ed6d";
}
.jetpack-social-navigation-genericons a[href*="spotify"]:before,
.widget-area .jetpack_widget_social_icons a[href*="spotify"]:before {
  content: "\ed6e";
}
.jetpack-social-navigation-genericons a[href*="twitch"]:before,
.widget-area .jetpack_widget_social_icons a[href*="twitch"]:before {
  content: "\ed79";
}
.jetpack-social-navigation-genericons a[href*="vk"]:before,
.widget-area .jetpack_widget_social_icons a[href*="vk"]:before {
  content: "\ed83";
}
.jetpack-social-navigation-genericons a[href*="youtube"]:before,
.widget-area .jetpack_widget_social_icons a[href*="youtube"]:before {
  content: "\ecbb";
}
/* Slider */

.featured-posts img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.featured-posts .featured-content {
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  color: #fff;
}
.featured-posts .featured-content .entry-title {
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;

  margin-bottom: 20px;
}
.featured-posts .featured-content ul {
  margin-top: -6px;
}
.featured-posts .featured-content li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 34px 15px 0;
}
.featured-posts .featured-content li:before {
  content: "\eed9";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  color: #fb3d4e;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .featured-posts img {
    height: auto;
    min-height: 350px;
  }
  .featured-posts .featured-content {
    top: 0;
    height: 100%;
  }
  .featured-posts .featured-content .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 50px;
  }
}
@media (max-width: 574px) {
  .featured-posts .featured-content .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.featured-post__content {
  position: relative;
}
.site-content .auto-listings-search .refine > i:before,
.site-content .auto-listings-search .SumoSelect label > i:before {
  content: "\ea67";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  color: #000;
}
.site-content .auto-listings-search .area {
  border-radius: 4px 0 0 4px;
  border-color: #e4e4e4;
  height: 45px;
}
.site-content .auto-listings-search .area::-webkit-input-placeholder {
  color: #000;
}
.site-content .auto-listings-search .area::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.site-content .auto-listings-search .area:-ms-input-placeholder {
  color: #000;
}
.site-content .auto-listings-search .area:focus,
.site-content .auto-listings-search .area:active {
  border: 1px solid #e4e4e4;
}
.site-content .auto-listings-search .al-button {
  cursor: pointer;
  background-color: #fb3d4e;
  border: 2px solid #fb3d4e;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 11px 26px;
  position: relative;
  top: -1px;
}
.site-content .auto-listings-search .al-button:hover {
  border-color: currentColor;
  background-color: #fff;
  color: #fb3d4e;
}
.site-content .auto-listings-search .refine {
  color: #000;
}
.site-content .auto-listings-search .SelectBox span {
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  font-size: 0.8125rem;
}
.section--search {
  margin-top: -82px;
  border: 10px solid #f8f8f8;
  background-color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 65px;
}
.featured-posts.is-hidden + .site-content .section--search {
  display: none;
}
.section--search .search-title {
  margin: 0 0 60px 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 30px;
  background-color: #fb3d4e;
  position: relative;
  top: -10px;
  color: #fff;
}
.section--search .search-content > p {
  display: none;
}
.section--search .search-content:before,
.section--search .search-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.section--search .search-content:after {
  clear: both;
}
.section--search .auto-listings-search {
  display: flex;
  flex-flow: row wrap;
  width: unset;
}
.section--search .auto-listings-search .prefix,
.section--search .auto-listings-search .refine {
  display: none;
}
.section--search .auto-listings-search .row {
  margin-bottom: 0;
}
.section--search .auto-listings-search .field {
  display: block;
}
.section--search .auto-listings-search .SumoSelect {
  width: 100%;
  margin: 0;
}
.section--search .auto-listings-search .SelectBox {
  border-radius: 5px;
  padding: 9px 20px;
  text-align: left;
  height: 45px;
  max-height: 45px;
}
.section--search .auto-listings-search .search-form__title {
  font-size: 14px;
  font-size: 0.875rem;
  align-self: center;
  width: 25%;
  font-weight: 700;
  color: #3d414e;
  text-transform: uppercase;
}
.section--search .auto-listings-search .search-form__title p {
  margin: 0;
}
.section--search .auto-listings-search .condition-wrap {
  width: 25%;
}
.section--search .auto-listings-search .condition-wrap .SumoSelect {
  width: 100%;
  margin: 0;
}
.section--search .auto-listings-search .price-wrap {
  flex: 50%;
  display: flex;
  flex-wrap: wrap;
}
.section--search .auto-listings-search .price-wrap .SumoSelect {
  margin: 0;
}
.section--search .auto-listings-search .extras-wrap {
  display: flex;
  flex-flow: row wrap;
  flex: 100%;
}
.section--search .auto-listings-search .area-wrap {
  order: 1;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 100%;
}
.section--search .auto-listings-search .odometer {
  width: calc(25% - 40px);
}
.section--search .auto-listings-search .area {
  border-radius: 4px;
}
.section--search .auto-listings-search .al-button {
  width: calc(25% - 40px);
  position: static;
}
@media (min-width: 1200px) {
  .section--search {
    padding: 0px 60px 50px 60px;
  }
  .section--search .auto-listings-search {
    margin: -40px 0 0 -40px;
  }
  .section--search .auto-listings-search > * {
    padding: 40px 0 0 40px;
  }
  .section--search .price-wrap {
    margin-left: -40px;
  }
  .section--search .price-wrap .field {
    width: 50%;
    padding-left: 40px;
  }
  .section--search .extras-wrap {
    margin: -40px 0 0 -40px;
  }
  .section--search .extras-wrap .field {
    width: 25%;
    padding: 40px 0 0 40px;
  }
  .section--search .area-wrap {
    margin-left: -40px;
  }
  .section--search .area-wrap > * {
    margin-left: 40px;
  }
  .section--search .area-wrap .area {
    margin: 0 0 0 12px;
  }
  .section--search .area-wrap .within {
    flex: 0 0 125px;
  }
  .section--search .area-wrap .area {
    flex: 0 0 358px;
  }
}
@media (max-width: 1199px) {
  .section--search .auto-listings-search {
    position: unset;
    justify-content: space-between;
  }
  .section--search .auto-listings-search > * {
    justify-content: space-between;
  }
  .section--search .auto-listings-search .search-form__title,
  .section--search .auto-listings-search .condition-wrap,
  .section--search .auto-listings-search .row > * {
    width: 48%;
    margin-right: 0;
  }
  .section--search .auto-listings-search .extras-wrap {
    margin-top: 0;
  }
  .section--search .auto-listings-search .condition-wrap .field {
    width: 100%;
  }
  .section--search .auto-listings-search .field,
  .section--search .auto-listings-search .al-button,
  .section--search .auto-listings-search .search-form__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section--search .auto-listings-search .search-form__title,
  .section--search .auto-listings-search .condition-wrap,
  .section--search .auto-listings-search .row > * {
    width: 100%;
  }
  .section--search
    .auto-listings-search
    .price-wrap
    .SumoSelect.sumo_min_price {
    padding: 0;
  }
}
.home .has-sidebar {
  float: left;
}
.home .has-sidebar .auto-listings-ordering {
  display: none;
}
.home .has-sidebar .auto-listings-view-switcher {
  margin-left: 0;
}
.home .has-sidebar .auto-listings-items .bottom-wrap a {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fb3d4e;
}
.home .has-sidebar .auto-listings-items .bottom-wrap a:hover {
  border: 2px solid #fb3d4e;
  border-color: #fb3d4e;
  color: #fb3d4e;
}
.home .has-sidebar .auto-listings-items .image .status {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  padding: 5px 10px;
}
.home .has-sidebar .auto-listings-items .image .status:before {
  content: "\eff3";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
}
.home .has-sidebar .auto-listings-items.grid-view .bottom-wrap {
  bottom: -28px;
}
.home .sidebar {
  float: right;
  margin-top: 79px;
  margin-bottom: 50px;
}
.home .sidebar .SumoSelect .SelectBox {
  border-radius: 4px;
}
.home .sidebar .area-wrap .al-button {
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fb3d4e;
}
.all--car {
  margin-bottom: 50px;
  overflow: hidden;
  clear: both;
}
.all--car .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.all--car .all-car-left {
  width: 50%;
  margin-top: 30px;
}
.all--car .all-car-left .all-car__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3d414e;

  margin-bottom: 0;
}
.all--car .all-car-left .all-car__description {
  font-size: 18px;
  font-size: 1.125rem;
  color: #777777;
  margin-top: 0;
}
.all--car .all-car-left ul {
  -moz-column-count: 3;
  column-count: 3;
  list-style: none;
  margin: 35px 0px 55px 10px;
}
.all--car .all-car-left ul li {
  margin-bottom: 20px;
}
.all--car .all-car-left ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3d414e;
  font-weight: 600;
}
.all--car .all-car-left ul li a span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #aaaaaa;
}
.all--car .all-car-left ul li a:hover {
  color: #fb3d4e;
}
.all--car .all-car-left ul li:before {
  content: "\ea69";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  color: #aaaaaa;
  margin-right: 4px;
}
.all--car .all-car-left .all-car__button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #fff;
  background-color: #fb3d4e;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  border: 2px solid #fb3d4e;
}
.all--car .all-car-left .all-car__button:hover {
  border: 2px solid #fb3d4e;
  color: #fb3d4e;
  background-color: #fff;
}
.all--car .all-car-right {
  width: 50%;
  max-width: 600px;
}
@media (max-width: 991px) {
  .all--car .all-car-left {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .all--car .all-car-right {
    width: 100%;
    max-width: 100%;
  }
  .all--car .all-car-right img {
    width: 100%;
  }
}
@media (max-width: 574px) {
  .all--car .all-car-left ul {
    -moz-column-count: 2;
    column-count: 2;
  }
  .all--car .all-car-left .all-car__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .all--car .all-car-left .all-car__description {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 320px) {
  .all--car .all-car-left ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.section--cta {
  background-color: #999999;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.section--cta .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px 105px;
}
.section--cta .section-cta__left {
  margin-top: 65px;
}
.section--cta .section-cta__left .cta-title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 5px;
  margin-top: 0;
}
.section--cta .section-cta__left .cta-description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.section--cta .section-cta__right {
  margin-top: 65px;
}
.section--cta .section-cta__right a {
  color: #fb3d4e;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #fff;
}
.section--cta .section-cta__right a:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 1279px) {
  .section--cta .container {
    padding: 0 25px 105px;
  }
}
@media (max-width: 991px) {
  .section-cta__left {
    width: 100%;
  }
}
@media (max-width: 574px) {
  .section--cta .container {
    padding-bottom: 85px;
  }
  .section--cta .container .section-cta__left {
    margin-top: 40px;
  }
  .section--cta .container .section-cta__left .cta-title {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .section--cta .container .section-cta__right {
    margin-top: 40px;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}
.sticky .entry-media {
  margin-bottom: 0;
}
.sticky .article__content {
  background: #f8f8f8;
  padding: 30px 30px 0;
  margin-bottom: 45px;
  position: relative;
}
.sticky .article__content:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #dddddd 50%, #fff 0);
  bottom: 0;
  right: 0;
}

.entry-media img,
.entry-media iframe {
  width: 100%;
}
.entry-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.entry-header .entry-header__category {
  margin-bottom: 15px;
  color: #555555;
}
.entry-header .entry-header__category a {
  font-size: 13px;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.entry-header .entry-meta {
  font-size: 13px;
  font-weight: 600;
}
.entry-header .entry-header__category a:hover {
  color: #fb3d4e;
}
.entry-header .entry-header__category:before {
  content: "\ef36";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  margin-right: 7px;
}

.entry-header .entry-meta i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 7px;
}
.entry-header .entry-meta > span {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 35px;
  font-weight: 600;
}
.entry-header .entry-meta > span:first-child {
  margin-left: 0;
}
.entry-header .entry-meta > span a {
  color: #555555;
  text-decoration: none;
}
.entry-header .entry-meta > span a:hover {
  color: #fb3d4e;
}
.entry-header .entry-meta .comments-link a {
  position: relative;
  top: -1px;
}
.entry-header .entry-meta .posted-on time {
  position: relative;
  top: -1px;
}

.entry-title a {
  color: #3c3c3c;
  text-decoration: none;
}

.comment-content ul,
.comment-content ol,
.entry-content ul,
.entry-content ol {
  margin-left: 40px;
}
.comment-content ul li,
.comment-content ol li,
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 10px;
}
.comment-content ul li ul,
.comment-content ul li ol,
.comment-content ol li ul,
.comment-content ol li ol,
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
  margin-top: 10px;
}
.comment-content a:hover,
.entry-content a:hover {
  text-decoration: underline;
}
.single .entry-content .tags-links,
.page:not(.home) .entry-content .tags-links {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  margin: 60px 0 40px;
}
.single .entry-content .tags-links a,
.page:not(.home) .entry-content .tags-links a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  font-weight: 700;
  padding: 10px 27px;
  background-color: #eee;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  margin: -4px 9px 10px 0;
}
.single .entry-content .tags-links a:hover,
.page:not(.home) .entry-content .tags-links a:hover {
  color: #fff;
  background-color: #fb3d4e;
}
.sharedaddy.sharedaddy {
  margin-bottom: 20px;
}
.sharedaddy.sharedaddy .sd-title {
  display: none;
}
.sharedaddy.sharedaddy .sd-content {
  display: inline-block;
  position: relative;
  top: -8px;
}

.entry-author {
  padding: 50px 0 50px;
  display: flex;
}
.author-info {
  flex: 1;
  margin-left: 60px;
}
@media (max-width: 574px) {
  .author-info {
    margin-left: 20px;
  }
}
.author-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.author-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
}
.author-twitter {
  font-size: 14px;
  font-size: 0.875rem;
}
.author-twitter a {
  color: #666666;
  font-weight: 600;
  text-decoration: none;
}
.author-twitter a:hover {
  color: #fb3d4e;
}
.author-heading {
  margin-bottom: 28px;
}
.author-social {
  list-style-type: none;
  padding: 0;
  margin-top: 7px;
}
.author-social li {
  display: inline-block;
  margin: 0 8px 10px 0;
}
.author-social li.author-website {
  font-weight: bold;
}
.author-social a {
  background: #f3f5f8;
  color: #3d414e;
  text-decoration: none;
}
.author-social a.social-links {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-social a:hover {
  background: #55acee;
  color: #fff;
}
.author-bio {
  word-break: break-word;

  font-weight: 600;
  font-size: 21px;
  line-height: 42px;
  letter-spacing: 0.02em;
  color: #767676;
}

.author-avatar img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
/* page */

.page:not(.home) .entry-media {
  margin-bottom: 0;
}
.page:not(.home) .entry-content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/* Comments*/

.comments-area {
  padding-top: 15px;
  padding-bottom: 76px;
  max-width: 80rem;
  margin: 0 auto auto;
}
@media (max-width: 991px) {
  .comments-area {
    padding-bottom: 0;
  }
}
.bypostauthor {
  display: block;
}
.bypostauthor .reply:before {
  content: "\ed03";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  background: #fb3d4e;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
}
.logged-in-as {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-top: -15px;
}
.logged-in-as a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.logged-in-as a:hover {
  color: #fb3d4e;
}
.post-comments .post-title-box {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
}
.post-comments .post-title-box h4 {
  text-transform: uppercase;
}
.comments-title {
  color: #000;

  margin-bottom: -10px;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 35px;
}
.comment-list {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  list-style: none;
}
.comment-list .comment {
  overflow: hidden;
  margin-top: -1px;
}
.comment-list time {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
  position: relative;
  font-weight: 600;
}
.comment-list .reply {
  position: absolute;
  top: 47px;
  right: 0;
}
.comment-list .reply a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #e4e4e4;
  text-decoration: none;
}
.comment-list .reply a:after {
  content: "\efd4";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 3px;
}
.comment-list .reply a:hover {
  color: #fb3d4e;
  border-color: #fb3d4e;
}
.comment-author .fn {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}
.comment-author .fn a {
  color: #000;
  text-decoration: none;
}
ol.children {
  position: relative;
}
.comment-body {
  position: relative;
  padding-top: 40px;
}
.comment-author {
  position: relative;
}
.comment-author .avatar {
  border-radius: 100%;
  float: left;
  margin-right: 30px;
}
.comment-author .says {
  display: none;
}
.comment-content {
  padding: 16px 0 13px;
  color: #777777;
  word-wrap: break-word;
  margin-left: 90px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}
.comment-edit-link {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 3px;
  font-style: italic;
}
.comment-edit-link:hover {
  color: #000;
}
.comment-metadata {
  margin-top: 3px;
}
.comment-metadata a {
  text-decoration: none;
}
.comment-respond {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .depth-1:not(:last-child) > .comment-body > .comment-content,
  .depth-1:not(:last-child) > .children {
    border-bottom: 1px solid #e2e2e2;
  }
  .depth-1 > .children .children {
    border-top: 1px solid #e2e2e2;
  }
  .depth-1.parent:first-child > .comment-body > .comment-content,
  .depth-1.parent:first-child .children li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
  }
  .depth-1.parent:last-child > .comment-body > .comment-content {
    border-bottom: 1px solid #e2e2e2;
  }
  .comment-list .children {
    margin: 0 0 0 90px;
  }
  .comment-list > .ol > .ol {
    margin: 0 0 0 90px;
  }
}
@media (max-width: 767px) {
  .depth-1 + .depth-1 {
    border-top: 1px solid #e2e2e2;
  }
}
@media (max-width: 575px) {
  .depth-1 {
    padding-bottom: 40px;
  }
  .depth-1 > .children {
    background: #e4e4e4;
    padding: 15px 15px 30px;
    margin-top: 30px;
    border-radius: 5px;
  }
  .depth-1 > .children .children {
    border-top: 1px solid #e2e2e2;
    margin-top: 40px;
  }
  .comment-list .reply {
    position: relative;
    top: 0px;
    text-align: right;
  }
  .comment-list .reply a {
    display: inline-block;
  }
  .comment-content p {
    margin-bottom: 15px;
  }
}
/* Reply*/

.comment-reply-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
  margin-top: 0;
}
.comment-reply-title small a {
  text-decoration: none;
}
.comment-reply-title small a:hover {
  color: #fb3d4e;
}
.comment-form {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}
.comment-form label {
  display: none;
}
.comment-form .comment-notes {
  display: none;
}
.comment-form .comment-form-author {
  order: 1;
}
.comment-form .comment-form-email {
  order: 2;
}
.comment-form .comment-form-url {
  order: 3;
}
.comment-form .comment-form-comment {
  margin: 0;
  order: 4;
}
.comment-form > p[class*="comment-form"] {
  width: 100%;
  margin: 0;
}
@media (min-width: 767px) {
  .comment-form p[class*="comment-form"] {
    width: 33.333%;
  }
  .comment-form input[type="url"],
  .comment-form input[type="email"] {
    border-left: none;
  }
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 14px 28px;
  width: 100%;
  border-color: #e2e2e2;
  border-radius: 0;
}
.comment-form input:not([type="submit"]) {
  margin: 0;
  border-bottom: none;
  color: #777777;
}
.comment-form input:not([type="submit"]):focus {
  background: #fcfcfc;
}
.comment-form input:not([type="submit"]):focus::-webkit-input-placeholder {
  color: #000;
}
.comment-form input:not([type="submit"]):focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.comment-form input:not([type="submit"]):focus:-ms-input-placeholder {
  color: #000;
}
.comment-form textarea {
  height: 170px;
  resize: none;
}
.comment-form textarea:focus {
  background: #fcfcfc;
}
.comment-form textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.comment-form textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.comment-form textarea:focus:-ms-input-placeholder {
  color: #000;
}
.comment-form .comment-form-comment {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
.comment-form .form-submit input {
  font-size: 13px;
  font-size: 0.8125rem;

  text-transform: uppercase;
  padding: 13px 23px;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #fb3d4e;
  border: 2px solid #fb3d4e;
  transition: all 0.3s ease;
}
.comment-form .form-submit input:hover {
  border: 2px solid #fb3d4e;
  background-color: #fff;
  color: #fb3d4e;
}
@media (min-width: 768px) {
  .comment-form .form-submit {
    margin: 0;
  }
  .comment-form .form-submit input {
    position: absolute;
    bottom: 26px;
    right: 20px;
  }
}
.comment-form .comment-form-comment {
  width: 100%;
}
@media (max-width: 767px) {
  .comment-form {
    padding-bottom: 80px;
  }
  .comment-form .form-submit {
    position: absolute;
    bottom: 0;
  }
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.page-header {
  text-align: center;
  padding: 120px 0px 60px;
  position: relative;
}

.page-header .page-title {
  margin-top: 0;
  line-height: 70px;
  font-size: 56px;
  color: #fff;
  text-align: center;
  padding: 0 5%;
}

@media (max-width: 991px) {
  .page-header .page-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (max-width: 574px) {
  .page-header .page-title {
    font-size: 1.4375rem;
    line-height: inherit;
  }
  .userprofile_inner {
    display: block !important;
  }
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

.search-form {
  position: relative;
}
.search-form input[type="text"] {
  width: 100%;
  padding: 12px 50px 12px 22px;
  border-radius: 100px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  font-style: italic;
}
.search-form input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
.search-form input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.search-form input[type="text"]:-ms-input-placeholder {
  color: #000;
}
.search-form .search-submit {
  position: absolute;
  right: 10px;
  bottom: 2px;
  background: none;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
.search-form .search-submit i {
  font-weight: 700;
}
.search-form .search-submit:focus {
  outline: none;
}
.search-form .search-submit:hover {
  color: #fb3d4e;
}
.search .content-area .search-form {
  width: 50%;
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

.error404 .site-content.container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.error404 .site-content.container .content-area {
  margin: 0 auto 85px;
  text-align: center;
}
.error404 .site-content.container .content-area .search-form {
  width: 60%;
  margin-left: 20%;
}
/*--------------------------------------------------------------
## calendar
--------------------------------------------------------------*/

/* widget calendar */

#wp-calendar {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e4e4e4;
}
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
  text-align: center;
  border: 1px solid #e4e4e4;
}
#wp-calendar th {
  color: #000;
  background: #e4e4e4;
}
#wp-calendar caption {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
#wp-calendar td,
#wp-calendar th {
  padding: 5px;
}
#wp-calendar tbody {
  line-height: 33px;
}
#wp-calendar tfoot td {
  border: none;
}
#wp-calendar #prev,
#wp-calendar #next {
  padding: 0 10px;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  display: inline-block;
}
#wp-calendar #today {
  background: #fb3d4e;
  color: #fff;
}
#wp-calendar #today a {
  color: #fff;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar a {
  color: #fb3d4e;
}
/*--------------------------------------------------------------
## Single listing
--------------------------------------------------------------*/

.auto-listings .container > .content {
  padding-top: 0;
}
.auto-listings .container > .content:before,
.auto-listings .container > .content:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.auto-listings .container > .content:after {
  clear: both;
}
.auto-listings-single .has-sidebar .highlight-new {
  right: inherit;
  left: 10px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-weight: 700;
}
.auto-listings-single .has-sidebar .highlight-new i {
  display: none;
}
.auto-listings-single .has-sidebar .highlight-new:before {
  content: "\f000";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.auto-listings-single .has-sidebar .image-gallery li::hover .lSPrev {
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.3s;
}
.auto-listings-single .has-sidebar .image-gallery .lSAction i {
  padding: 36px 18px;
  background-color: rgba(52, 54, 67, 0.85);
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
.auto-listings-single .has-sidebar .image-gallery .lSAction > a {
  width: auto;
  height: auto;
  margin-top: -43px;
}
.auto-listings-single .has-sidebar .image-gallery .lSAction .lSPrev {
  left: 0;
}
.auto-listings-single .has-sidebar .image-gallery .lSAction .lSNext {
  right: 0;
}
.auto-listings-single .has-sidebar .image-gallery .lSGallery.lSGallery li {
  border: 0;
}
.auto-listings-single .has-sidebar .image-gallery .lSGallery.lSGallery li:hover,
.auto-listings-single
  .has-sidebar
  .image-gallery
  .lSGallery.lSGallery
  li:active,
.auto-listings-single
  .has-sidebar
  .image-gallery
  .lSGallery.lSGallery
  li:focus {
  border: 0;
}
.auto-listings-single .has-sidebar .image-gallery .lSGallery.lSGallery a {
  position: relative;
  max-width: 100%;
  float: left;
}
.auto-listings-single
  .has-sidebar
  .image-gallery
  .lSGallery.lSGallery
  a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -8px 0px -5px #fb3d4e inset;
  transition: opacity 0.4s;
  opacity: 0;
}
.auto-listings-single
  .has-sidebar
  .image-gallery
  .lSGallery.lSGallery
  li:hover
  a:before,
.auto-listings-single
  .has-sidebar
  .image-gallery
  .lSGallery.lSGallery
  li.active
  a:before {
  opacity: 1;
}
.auto-listings-single .has-sidebar .image-gallery img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
.auto-listings-single .has-sidebar .upper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.auto-listings-single .has-sidebar .upper .status {
  display: none;
}
.auto-listings-single .has-sidebar .upper .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  color: #3d414e;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
}
.auto-listings-single .has-sidebar .upper .price {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
.auto-listings-single .has-sidebar .upper .price-amount {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fb3d4e;
  font-weight: 700;
  line-height: 1.4;
}
.auto-listings-single .has-sidebar .upper .price-amount .currency-symbol {
  margin-right: 5px;
}
.auto-listings-single .has-sidebar .content .tagline {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  color: #fb3d4e;
  font-weight: 700;
}
.auto-listings-single .has-sidebar .content .tagline:before {
  content: "";
  width: 100px;
  border-top: 1px solid #e4e4e4;
  position: absolute;
  top: -23px;
}
.auto-listings-single .has-sidebar .content .description {
  font-size: 14px;
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.7;
}
.auto-listings-single .has-sidebar .content .description del {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  color: #fb3d4e;
  position: relative;
  top: 16px;
}
.auto-listings-single .has-sidebar .content .description del:before {
  content: "";
  width: 100px;
  border-top: 1px solid #e4e4e4;
  position: absolute;
  top: -23px;
}
.auto-listings-single .has-sidebar .content .description ul {
  -moz-column-count: 3;
  column-count: 3;
  margin-top: 35px;
  margin-bottom: 50px;
}
.auto-listings-single .has-sidebar .content .description ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
.auto-listings-single .has-sidebar .content .description ul li:before {
  content: "\eed8";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  color: #fb3d4e;
  margin-right: 8px;
}
.auto-listings-single .has-sidebar .content .auto-listings-tabs ul {
  padding-left: 0;
  margin-bottom: 0;
}
.auto-listings-single .has-sidebar .content .auto-listings-tabs > div {
  border: 1px solid #e4e4e4;
  border-top: 0;
}
.auto-listings-single .has-sidebar .content .auto-listings-tabs .active {
  box-shadow: 0 3px 0 #fb3d4e inset;
  border-top: 0;
}
.auto-listings-single .has-sidebar .content .auto-listings-tabs li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #2c2e3b;
  font-weight: 700;
  padding: 13px;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel {
  padding-left: 27px;
  padding-right: 27px;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  color: #fb3d4e;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table {
  border-collapse: collapse;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 27px;
  padding-right: 27px;
  margin-bottom: 40px;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table
  tr {
  border-bottom: 1px solid #e4e4e4;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table
  tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table
  th {
  padding-left: 27px;
  width: 300px;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table
  td {
  padding-right: 27px;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table
  th,
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table
  td {
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #000;
  border: none;
  text-align: left;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table
  a {
  text-decoration: none;
  color: #000;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table
  a:hover {
  color: #fb3d4e;
}
.auto-listings-single
  .has-sidebar
  .content
  .auto-listings-tabs
  .auto-listings-Tabs-panel
  table
  .currency-symbol {
  margin-right: 5px;
}
.auto-listings-single .sidebar {
  border: 10px solid #f8f8f8;
}
.auto-listings-single .sidebar > div {
  padding: 16px 30px 30px;
  border-bottom: 1px solid #e4e4e4;
}
.auto-listings-single .sidebar > div:last-child {
  border-bottom: 0;
}
.auto-listings-single .sidebar h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  position: relative;

  color: #000;
}
.auto-listings-single .sidebar h3:before {
  content: "";
  border-left: 10px solid #fb3d4e;
  width: 10px;
  height: 30px;
  left: -40px;
  position: absolute;
}
.auto-listings-single .sidebar .price {
  display: none;
}
.auto-listings-single .sidebar .at-a-glance table {
  margin: 0;
  background: #f8f8f8;
}
.auto-listings-single .sidebar .at-a-glance td {
  padding: 8px 2px;
}
.auto-listings-single .sidebar .at-a-glance span {
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555555;
  font-weight: 700;
  padding: 5px;
}
.auto-listings-single .sidebar .at-a-glance span i {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 5px;
}
.auto-listings-single .sidebar .at-a-glance span a {
  text-decoration: none;
  color: #555555;
}
.auto-listings-single .sidebar .at-a-glance span a:hover {
  color: #fb3d4e;
}
.auto-listings-single .sidebar .address {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.auto-listings-single .sidebar .address h3 {
  margin-bottom: 18px;
}
.auto-listings-single .sidebar .address i {
  font-size: 16px;
  font-size: 1rem;
  color: #555555;
  margin-right: 3px;
}
.auto-listings-single .sidebar .address span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #555555;
}
.auto-listings-single .sidebar .map {
  height: auto;
  padding-top: 18px;
}
.auto-listings-single .sidebar .contact-form {
  background: none;
}
.auto-listings-single .sidebar .contact-form input[type="text"],
.auto-listings-single .sidebar .contact-form input[type="email"],
.auto-listings-single .sidebar .contact-form textarea {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  color: #aaaaaa;
  padding: 15px 15px;
  margin-bottom: 0px;
}
.auto-listings-single .sidebar .contact-form textarea {
  min-height: 115px;
}
.auto-listings-single .sidebar .contact-form button {
  background-color: #fb3d4e;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 700;
  padding: 15px 0px;
  transition: all 0.3s ease;
  border: 2px solid #fb3d4e;
  width: 100%;
  text-transform: uppercase;
  margin-top: 5px;
}
.auto-listings-single .sidebar .contact-form button:hover {
  background-color: #fff;
  color: #fb3d4e;
  border: 2px solid #fb3d4e;
  transition: all 0.3s ease;
}
.auto-listings-single .sidebar .dealer {
  text-align: center;
}
.auto-listings-single .sidebar .dealer h3 {
  text-align: left;
}
.auto-listings-single .sidebar .dealer .logo {
  background: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 13px;
}
.auto-listings-single .sidebar .dealer img {
  padding: 0;
  margin: 0 auto;
}
.auto-listings-single .sidebar .dealer i {
  float: none;
  color: inherit;
  margin-right: 8px;
}
.auto-listings-single .sidebar .dealer .name {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 18px;
}
.auto-listings-single .sidebar .dealer .address,
.auto-listings-single .sidebar .dealer .contact {
  padding: 0;
  color: #555555;
  line-height: inherit;
}
.auto-listings-single .sidebar .dealer .address,
.auto-listings-single .sidebar .dealer .contact li {
  margin-bottom: 3px;
}
.auto-listings-single .has-sidebar {
  width: 66%;
}
.auto-listings-single .sidebar {
  width: 31.5%;
}
.auto-listings-single .sidebar > div {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .auto-listings-single .has-sidebar .content .description ul {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 574px) {
  .auto-listings-single .image-gallery .lSPager {
    display: none;
  }
  .auto-listings-single .image-gallery .lSAction i {
    background: none;
    display: none;
  }
  .auto-listings-single .has-sidebar .upper .entry-title,
  .auto-listings-single .has-sidebar .upper .price-amount {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .auto-listings-single .has-sidebar .content .description ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  .auto-listings-single
    .has-sidebar
    .content
    .auto-listings-tabs
    .auto-listings-Tabs-panel {
    padding: 0;
  }
  .auto-listings-single
    .has-sidebar
    .content
    .auto-listings-tabs
    .auto-listings-Tabs-panel
    h4 {
    margin-left: 25px;
  }
  .auto-listings-single
    .has-sidebar
    .content
    .auto-listings-tabs
    .auto-listings-Tabs-panel
    table
    th {
    width: 50%;
    padding-right: 10%;
    word-wrap: break-word;
  }
}
/*--------------------------------------------------------------
## Archive listing
--------------------------------------------------------------*/

/* select box*/

.site-content.container > .container {
  padding: 0;
}
.auto-listings-ordering {
  margin-bottom: 30px;
}
.auto-listings-ordering .SelectBox {
  border-radius: 100px;
  padding: 13px 20px;
}
.SumoSelect .SelectBox.SelectBox {
  border: 1px solid #e4e4e4;
}
.SumoSelect .SelectBox.SelectBox i {
  margin-right: 17px;
}
.SumoSelect .SelectBox.SelectBox span {
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
}
.SumoSelect:hover > .CaptionCont,
.SumoSelect:focus > .CaptionCont {
  box-shadow: none;
  border-color: #e4e4e4;
}
.SumoSelect.open .optWrapper {
  top: 47px;
}
.has-sidebar .SumoSelect .optWrapper .options li {
  padding-left: 19px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
/* view switcher  */

.auto-listings-view-switcher {
  margin: 0 0 30px 7px;
}
.auto-listings-view-switcher div {
  border: 1px solid #e4e4e4;
  border-radius: 100%;
  padding: 13px 16px;
  margin: 0 7px 0 0;
}
.auto-listings-view-switcher div i:before {
  font-size: 16px;
  font-size: 1rem;
}
.auto-listings-view-switcher div:hover {
  background-color: #f5f5f5;
  transition: all 0.4s;
}
/* pagination */

.auto-listings-pagination {
  position: relative;
  top: 10px;
}
.auto-listings-pagination ul li span,
.auto-listings-pagination ul li a {
  border: 1px solid #e4e4e4;
  padding: 12px 17px;
}
.auto-listings-pagination ul li span {
  color: #fff;
  background-color: #fb3d4e;
  border-color: #fb3d4e;
}
.auto-listings-pagination ul li a.prev,
.auto-listings-pagination ul li a.next {
  padding: 12px 14px;
  border-radius: 100%;
}
.auto-listings-pagination span,
.auto-listings-pagination a {
  border-radius: 100%;
  margin-right: 7px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
}
.auto-listings-pagination span:hover,
.auto-listings-pagination a:hover {
  color: #fff;
  background-color: #fb3d4e;
  border-color: #fb3d4e;
}
.auto-listings-items .highlight-new {
  right: inherit;
  left: 10px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}
.auto-listings-items .highlight-new i {
  display: none;
}
.auto-listings-items .highlight-new:before {
  content: "\f000";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
/* auto listings items */

.auto-listings-items > li {
  position: relative;
  box-shadow: none;
  border: 1px solid #e4e4e4;
}
.auto-listings-items .status i {
  display: none;
}
.auto-listings-items .status:before {
  content: "\eff3";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
}
.auto-listings-items .at-a-glance ul li {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #555555;
  font-weight: 700;
  margin: 0;
  border-right: 1px solid #e4e4e4;
}
.auto-listings-items .at-a-glance ul li:last-child {
  border-right: none;
}
.auto-listings-items .at-a-glance a {
  text-decoration: none;
  color: #555555;
}
.auto-listings-items .at-a-glance a:hover {
  color: #fb3d4e;
}
.auto-listings-items .summary .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: normal;
  line-height: 1.8;
}
.auto-listings-items .summary .title a {
  color: #3d414e;
  text-decoration: none;
}
.auto-listings-items .summary .title a:hover {
  color: #fb3d4e;
}
.auto-listings-items .summary .at-a-glance {
  display: none;
}
.auto-listings-items .description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #777777;
  position: relative;
  margin-bottom: 50px;
}
.auto-listings-items .description:after {
  content: "";
  width: 100px;
  border-top: 1px solid #e4e4e4;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.auto-listings-items .address {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fb3d4e;
  font-weight: 600;
  position: relative;
}
.auto-listings-items .address i {
  font-size: 16px;
  font-size: 1rem;
}
.auto-listings-items .price {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
  color: #3d414e;
  font-weight: 700;
}
.auto-listings-items .price .currency-symbol {
  margin-right: 5px;
}
.auto-listings-items .bottom-wrap {
  position: absolute;
  right: 20px;
  bottom: -20px;
}
.auto-listings-items .bottom-wrap .condition {
  display: none;
}
.auto-listings-items .bottom-wrap a.al-button {
  text-transform: uppercase;
  background-color: #fb3d4e;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  border-color: #fb3d4e;
  padding: 10px 18px;
  border-radius: 5px;
}
.auto-listings-items .bottom-wrap a.al-button:hover {
  color: #fb3d4e;
  background-color: #fff;
  border-color: #fb3d4e;
}
/* auto listings items list-view */

.auto-listings-items:not(.grid-view) > li {
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.auto-listings-items:not(.grid-view) .at-a-glance {
  margin: 0;
  padding: 0;
  border: none;
}
.auto-listings-items:not(.grid-view) .at-a-glance ul {
  display: flex;
  flex-flow: row wrap;
  border-right: 1px solid #e4e4e4;
  background-color: #f8f8f8;
}
.auto-listings-items:not(.grid-view) .at-a-glance li {
  padding: 14px 9px 11px;
}
.auto-listings-items:not(.grid-view) .summary {
  padding-bottom: 0;
}
.auto-listings-items:not(.grid-view) .summary .title {
  margin-top: 20px;
}
@media (min-width: 650px) {
  .auto-listings-items:not(.grid-view) > li .image {
    width: 39%;
  }
  .auto-listings-items:not(.grid-view) .at-a-glance {
    width: 39%;
  }
  .auto-listings-items:not(.grid-view) .summary {
    width: 58%;
  }
}
/* auto listings items grid-view */

.auto-listings-items.grid-view > li {
  margin-bottom: 50px;
  overflow: inherit;
}
.auto-listings-items.grid-view > li .image {
  margin-bottom: 0;
}
.auto-listings-items.grid-view > li .summary {
  padding: 20px 30px;
}
.auto-listings-items.grid-view .at-a-glance {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}
.auto-listings-items.grid-view .at-a-glance li {
  padding: 10px 20px;
}
.auto-listings-items.grid-view .summary .title {
  margin: 0;
  padding: 0;
}
.auto-listings-items.grid-view .description {
  margin-top: 15px;
  padding: 0;
}
.auto-listings-items.grid-view .price {
  margin-bottom: 20px;
}
.auto-listings-items.grid-view .bottom-wrap {
  bottom: -28px;
}
@media (max-width: 1279px) {
  .auto-listings-items .at-a-glance ul li {
    width: 50%;
  }
  .auto-listings-items .at-a-glance ul li:nth-child(2) {
    border-right: 0;
  }
  .auto-listings-items .at-a-glance ul li:nth-child(3) {
    width: 100%;
    border-top: 1px solid #e4e4e4;
  }
}
@media (min-width: 1200px) {
  .auto-listings-items:not(.grid-view) li.col-2 .image img {
    min-height: 220px;
  }
  .auto-listings-items.grid-view li.col-2 .image img {
    min-height: 270px;
  }
}
@media (max-width: 991px) {
  .auto-listings .has-sidebar {
    width: 100%;
    content: "";
    display: table;
    table-layout: fixed;
  }
  .auto-listings .has-sidebar .at-a-glance li:nth-child(2) {
    border-right: 0;
  }
  .auto-listings .sidebar {
    width: 100%;
  }
}
@media (min-width: 651px) {
  .auto-listings-items:not(.grid-view) .at-a-glance {
    order: 3;
  }
  .auto-listings-items:not(.grid-view) .summary {
    order: 2;
  }
}
@media (max-width: 650px) {
  .auto-listings-items.auto-listings-items li.auto-listing.col-2 > * {
    width: 100%;
  }
  .auto-listings-items.auto-listings-items li.auto-listing .image {
    margin-bottom: 0;
  }
  .auto-listings-items.auto-listings-items li.auto-listing .at-a-glance ul {
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .auto-listings-items.auto-listings-items li.auto-listing .price {
    margin-bottom: 30px;
  }
}
.has-sidebar .auto-listings-items.grid-view li.col-3 {
  margin-right: 2%;
}
@media (min-width: 651px) {
  .has-sidebar .auto-listings-items.grid-view li.col-3 .at-a-glance li {
    padding: 10px 15px;
  }
  .has-sidebar
    .auto-listings-items.grid-view
    li.col-3
    .at-a-glance
    li:nth-child(2) {
    border: none;
  }
  .has-sidebar
    .auto-listings-items.grid-view
    li.col-3
    .at-a-glance
    li:nth-child(3) {
    width: 100%;
    border-top: 1px solid #e4e4e4;
  }
  .has-sidebar .auto-listings-items.grid-view li.col-3 .summary {
    padding: 10px 15px;
  }
  .has-sidebar .auto-listings-items.grid-view li.col-3 .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .has-sidebar .auto-listings-items.grid-view li.col-3 .price {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
  .has-sidebar
    .auto-listings-items.grid-view
    li.col-3
    .bottom-wrap
    a.al-button {
    padding: 6px 8px;
  }
}
@media (min-width: 651px) {
  .has-sidebar .auto-listings-items.grid-view li.col-4 .at-a-glance li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .has-sidebar
    .auto-listings-items.grid-view
    li.col-4
    .at-a-glance
    li:last-child {
    border: 0;
  }
  .has-sidebar .auto-listings-items.grid-view li.col-4 .summary {
    padding: 10px 15px;
  }
  .has-sidebar .auto-listings-items.grid-view li.col-4 .title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
  .has-sidebar .auto-listings-items.grid-view li.col-4 .price {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .has-sidebar .auto-listings-items.grid-view li.col-4 .bottom-wrap {
    bottom: -24px;
  }
  .has-sidebar
    .auto-listings-items.grid-view
    li.col-4
    .bottom-wrap
    a.al-button {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 3px 5px;
  }
}
.listing-no-sidebar .auto-listings-items:not(.grid-view) .title {
  margin-top: 45px;
}
.listing-no-sidebar .auto-listings-items:not(.grid-view) .at-a-glance li {
  padding: 14px 30px 11px;
  width: 33.333%;
}
.listing-no-sidebar .auto-listings-items.grid-view .bottom-wrap {
  bottom: -20px;
}
.listing-no-sidebar .auto-listings-items.grid-view li.col-4 .at-a-glance li {
  padding: 10px 22px;
}
.listing-no-sidebar
  .auto-listings-items.grid-view
  li.col-4
  .at-a-glance
  li:nth-child(2) {
  border: none;
}
.listing-no-sidebar
  .auto-listings-items.grid-view
  li.col-4
  .at-a-glance
  li:nth-child(3) {
  width: 100%;
  border-top: 1px solid #e4e4e4;
}
/*--------------------------------------------------------------
## Archive listing
--------------------------------------------------------------*/

.sidebar {
  border: 10px solid #f8f8f8;
  /* compact listing */
}
.sidebar li {
  list-style: none;
}
.sidebar .widget {
  padding: 30px;
  border-bottom: 1px solid #e4e4e4;
}

.sidebar .widget:last-child {
  border-bottom: none;
}
.sidebar .widget select {
  max-width: 100%;
}
.sidebar .widget .widgettitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 25px 0;
  position: relative;
}
.sidebar .widget .widgettitle:before {
  content: "";
  border-left: 10px solid #fb3d4e;
  width: 10px;
  height: 30px;
  left: -40px;
  position: absolute;
}

.sidebar .auto-listings-search {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 0;
  text-align: left;
}
.sidebar .auto-listings-search .SumoSelect .CaptionCont label i:before {
  content: "\ea67";
  font-family: "IcoFont";
  display: inline-block;
  line-height: 1;
  color: #000;
}
.sidebar .auto-listings-search .SumoSelect .CaptionCont span {
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}
.sidebar .auto-listings-search .prefix,
.sidebar .auto-listings-search .refine {
  display: none;
}
.sidebar .auto-listings-search .SumoSelect {
  width: 100%;
  margin-left: 0;
}
.sidebar .auto-listings-search .SelectBox {
  padding: 7px 20px;
}
.sidebar .auto-listings-search .price-wrap {
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.sidebar .auto-listings-search .price-wrap .min-price,
.sidebar .auto-listings-search .price-wrap .max-price {
  width: 48%;
}
.sidebar .auto-listings-search .price-wrap .sumo_min_price,
.sidebar .auto-listings-search .price-wrap .sumo_max_price {
  margin-right: 0;
}
.sidebar .auto-listings-search .area-wrap {
  order: 1;
  text-align: left;
}
.sidebar .auto-listings-search .area-wrap .within {
  width: 100%;
  margin-bottom: 18px;
}
.sidebar .auto-listings-search .area-wrap .area {
  margin-bottom: 18px;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #000;
  padding-left: 20px;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
}
.sidebar .auto-listings-search .area-wrap .area::-webkit-input-placeholder {
  color: #000;
}
.sidebar .auto-listings-search .area-wrap .area::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.sidebar .auto-listings-search .area-wrap .area:-ms-input-placeholder {
  color: #000;
}
.sidebar .auto-listings-search .area-wrap button {
  background-color: #fb3d4e;
  border-radius: 5px;
  border-color: #fb3d4e;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 13px 30px;
  transition: 0.3s;
}
.sidebar .auto-listings-search .area-wrap button:hover {
  background-color: #fff;
  color: #fb3d4e;
  transition: 0.3s;
}
.sidebar .auto-listings-search .extras-wrap {
  display: block;
  margin-bottom: 0;
}
.sidebar .auto-listings-search .extras-wrap .SumoSelect {
  margin-bottom: 18px;
}
.sidebar .auto-listings-items li.compact {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  box-shadow: none;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.sidebar .auto-listings-items li.compact:last-child {
  margin-bottom: 0;
}
.sidebar .auto-listings-items li.compact .image {
  position: unset;
  width: 35%;
  margin-right: 0;
}
.sidebar .auto-listings-items li.compact .image img {
  min-height: auto;
  width: 100%;
  height: 70px;
}
.sidebar .auto-listings-items li.compact .at-a-glance {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  order: 3;
}
.sidebar .auto-listings-items li.compact .at-a-glance ul {
  display: flex;
  flex-flow: row wrap;
  border: none;
  border-top: 1px solid #e4e4e4;
  background-color: #f8f8f8;
}
.sidebar .auto-listings-items li.compact .at-a-glance li {
  padding: 14px 7px 11px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  border-right: 1px solid #e4e4e4;
  margin-right: 0;
}
.sidebar .auto-listings-items li.compact .at-a-glance li a {
  color: #555555;
}
.sidebar .auto-listings-items li.compact .at-a-glance li a:hover {
  color: #fb3d4e;
}
.sidebar .auto-listings-items li.compact .at-a-glance li:last-child {
  border-right: 0;
}
.sidebar .auto-listings-items li.compact .summary {
  width: 65%;
}
.sidebar .auto-listings-items li.compact .summary .description,
.sidebar .auto-listings-items li.compact .summary .address,
.sidebar .auto-listings-items li.compact .summary .at-a-glance {
  display: none;
}
.sidebar .auto-listings-items li.compact .summary .title {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;

  margin: 7px 0 0 15px;
  padding: 0 15px 0 0;
  line-height: 1.8;
}
.sidebar .auto-listings-items li.compact .summary .title a {
  font-weight: 700;
  color: #3d414e;
}
.sidebar .auto-listings-items li.compact .summary .title a:hover {
  color: #fb3d4e;
}
.sidebar .auto-listings-items li.compact .price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fb3d4e;
  margin-bottom: 0;
  padding-left: 15px;
}
.sidebar .auto-listings-items li.compact .price .currency-symbol {
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .sidebar .at-a-glance li {
    width: 50%;
    text-align: center;
  }
  .sidebar .at-a-glance li:nth-child(3) {
    width: 100%;
    border-top: 1px solid #e4e4e4;
  }
  .sidebar .auto-listings-items li.compact .at-a-glance li:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .sidebar .auto-listings-search .price-wrap .min-price {
    width: 100%;
    margin-bottom: 15px;
  }
  .sidebar .auto-listings-search .price-wrap .max-price {
    width: 100%;
  }
  .sidebar .auto-listings-search .price-wrap .SumoSelect {
    width: 100%;
    padding: 0;
  }
  .sidebar .auto-listings-search .price-wrap .optWrapper {
    width: 100%;
  }
  .sidebar .auto-listings-items.grid-view li.compact ul,
  .sidebar .auto-listings-items li.compact ul {
    border-bottom: 1px solid #e4e4e4;
  }
  .sidebar .auto-listings-items.grid-view li.compact ul li:nth-child(3),
  .sidebar .auto-listings-items li.compact ul li:nth-child(3) {
    border-top: 1px solid #e4e4e4;
  }
  .sidebar .auto-listings-items.grid-view li.compact .image,
  .sidebar .auto-listings-items li.compact .image {
    width: 100%;
    margin: 0;
  }
  .sidebar .auto-listings-items.grid-view li.compact .image img,
  .sidebar .auto-listings-items li.compact .image img {
    height: auto;
  }
  .sidebar .auto-listings-items.grid-view li.compact .summary,
  .sidebar .auto-listings-items li.compact .summary {
    position: unset;
  }
  .sidebar .auto-listings-items.grid-view li.compact .summary .price,
  .sidebar .auto-listings-items li.compact .summary .price {
    padding-left: 0;
    margin-left: 5%;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 50%;
  padding: 0 5px;
}

.gallery-caption {
  display: block;
}

p.comment-form-cookies-consent {
  display: none;
}
#comments {
  margin: 0 auto;
  padding: 0;
}
.wpd-form-head {
  display: none !important;
}

.category .site-content .content-area {
  margin-bottom: 30px;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.recent_post .entry-meta {
  display: none;
}

.rpwwt-widget ul li img {
  border-radius: 50%;
}

.git_content {
  padding-top: 25px;
}

.userprofile {
  margin: 50px 0;
}

.userprofile h5 {
  color: #727171;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.userprofile p {
  color: #727171;
}

.fit-code {
  width: 110%;
  margin-left: -5%;
}
footer.author-bio-section {
    display: none;
}



