/**
 * Theme Name: Carlistings Child
 * Template: carlistings
 * Text Domain: carlistings-child
 *
 * @package carlistings-child
 *
 */

/* General */

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamPro-Bold.woff2') format('woff2'),
		url('assets/fonts/GothamPro-Bold.woff') format('woff');
	font-weight: 700;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamPro-Medium.woff2') format('woff2'),
		url('assets/fonts/GothamPro-Medium.woff') format('woff');
	font-weight: 500;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamPro.woff2') format('woff2'),
		url('assets/fonts/GothamPro.woff') format('woff');
	font-weight: 400;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamPro-Light.woff2') format('woff2'),
		url('assets/fonts/GothamPro-Light.woff') format('woff');
	font-weight: 300;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
	font-family: "Gotham", Sans-serif;
}

a,
a:hover,
a:focus,
a:active {
	color: #EB8D2F;
}

button {
	background-color: #EB8D2F;
	border: 2px solid #EB8D2F;
}

button:hover {
	color: #EB8D2F;
	border: 2px solid #EB8D2F;
}

p {
	font-size: 15px;
	font-weight: 400;
}

.page-header, .page-header .page-title {
	margin: 0;
}

.page-header .container {
	padding: 0;
}

.all--car {
	display: none;
}

.auto-listings .price {
	color: #000;
}

.section--cta {
	display: none;
}

.home .has-sidebar .auto-listings-view-switcher {
	margin-top: 30px;
}

.main-navigation ul a {
	padding-top: 10px;
}

.auto-listings-single .sidebar {
	position: sticky;
		top: 120px;
}

/* Home */

.auto-listings-items li .address {
	display: none;
}

.has-sidebar .auto-listings-items.grid-view li.col-3 {
	margin-right: 3%;
}

.container > .button-listing-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 30px;
}

.button-listing {
	text-transform: uppercase;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 10px 18px;
	border: 2px solid #EB8D2F;
	border-radius: 5px;
	color: #EB8D2F;
	background-color: #fff;
}

.button-listing:hover {
	border: 2px solid #EB8D2F;
	border-color: #EB8D2F;
	color: #fff;
	background-color: #EB8D2F;
}

.auto-listings-items.grid-view li .summary .title {
	display: block;
}

.auto-listings-items.grid-view .bottom-wrap {
	bottom: -22px !important;
}

.home .sidebar {
	float: right;
	margin: 0;
	margin-bottom: 50px;
}

.auto-listings-items .address {
	color: #EB8D2F;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.auto-listings-items .bottom-wrap a.al-button {
	background-color: #EB8D2F;
}

.home .has-sidebar .auto-listings-items .bottom-wrap a {
	border: 2px solid #EB8D2F;
}

.sidebar .widget .widgettitle:before {
	border-left: 10px solid #EB8D2F;
}

.sidebar .auto-listings-items li.compact .price {
	color: #EB8D2F;
}

.home .sidebar .area-wrap .al-button {
	border: 2px solid #EB8D2F;
}

.sidebar .auto-listings-search .area-wrap button {
	background-color: #EB8D2F;
	border-color: #EB8D2F;
}

.scroll-to-top {
	background: #EB8D2F;
}

.auto-listings-items .summary .title a:hover {
	color: #EB8D2F;
}

.sidebar .auto-listings-search .area-wrap button:hover {
	color: #EB8D2F;
}

.home .has-sidebar .auto-listings-items .bottom-wrap a:hover {
	border: 2px solid #EB8D2F;
	border-color: #EB8D2F;
	color: #EB8D2F;
}

.auto-listings-items .at-a-glance a:hover {
	color: #EB8D2F;
}

.scroll-to-top:hover {
	background: #EB8D2F;
}

.container {
	padding: 40px 25px;
}

.container {
	max-width: 1920px;
}

.container .article__content {
	width: 80%;
	margin: auto;
}
@media (min-width: 1101px) {
.auto-listings .sidebar, .auto-listings-single .sidebar {
	width: 25%;
}
.auto-listings .has-sidebar, .auto-listings-single .has-sidebar {
	width: 73%;
}
}

.auto-listings-pagination {
	position: relative;
	top: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
}

@media (max-width: 1100px) {
	.auto-listings .container>.content {
		padding-bottom: 0px;
	}
	.container > .button-listing-container {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.container > .button-listing-container {
	margin-bottom: 25px;
	}
}

@media (min-width: 651px) {
	.has-sidebar .auto-listings-items.grid-view li.col-3 .title {
		font-size: 1.2rem;
	}
}

/* Single page */

.button-listing-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 25px;
}

.auto-listings-single .has-sidebar .content .auto-listings-tabs li a {
	color: #000 !important;
}

li.lslide {
	height: 100%;
}

.page-title {
	font-size: 48px !important;
}

.auto-listings-single .has-sidebar .image-gallery .lSGallery.lSGallery a:before {
	box-shadow: 0 -8px 0px -5px #EB8D2F inset;
}


.auto-listings-single #image-gallery,
.auto-listings-single #image-gallery img,
.auto-listings-single #image-gallery li {
	height: 450px;
}
@media (max-width: 420px) {
	.auto-listings-single #image-gallery,
	.auto-listings-single #image-gallery img,
	.auto-listings-single #image-gallery li {
	height: 250px;
}
}

.auto-listings-single .has-sidebar .content .tagline {
	color: #EB8D2F;
}

.auto-listings-single .has-sidebar .content .auto-listings-tabs .auto-listings-Tabs-panel h4 {
	color: #EB8D2F;
}

.auto-listings-single .has-sidebar .content .auto-listings-tabs .active {
	box-shadow: 0 3px 0 #EB8D2F inset;
}

.auto-listings-single .has-sidebar .upper .price-amount {
	color: #EB8D2F;
}

.auto-listings-single .sidebar h3:before {
	border-left: 10px solid #EB8D2F;
}

.auto-listings-single .sidebar .contact-form button {
	background-color: #EB8D2F;
	border: 2px solid #EB8D2F;
}

.auto-listings-single .sidebar .contact-form button:hover {
	color: #EB8D2F;
	border: 2px solid #EB8D2F;
}

.auto-listings-single .has-sidebar .content .description del {
	color: #EB8D2F;
}

.auto-listings-single .has-sidebar .content .description ul li:before {
	color: #EB8D2F;
}

.auto-listings-single .has-sidebar .upper .entry-title {
	font-size: 40px;
	color: #000;
}

.heateor_sss_sharing_title,
.tagline>p,
.description del,
.information_tab a {
	font-size: 25px !important;
	font-weight: 600 !important;
}

.description p,
.auto-listings-Tabs-panel table th,
.auto-listings-Tabs-panel table td {
	font-size: 15px !important;
}

.auto-listings-Tabs-panel table td {
	font-weight: 300 !important;
}

.description ul {
	column-count: 2;
	column-width: 300px;
}

.description li,
.pdfprnt-button span {
	font-size: 15px !important;
}

.pdfprnt-button img {
	width: 50px;
}

.contact-form h3 {
	font-size: 20px !important;
}

input {
	font-style: normal !important;
}

button,
.single-listing__compare {
	font-size: .8125rem !important;
	font-weight: 500;
	font-style: normal;
	font-family: 'Gotham', sans-serif;
}

.auto-listings-items.grid-view .at-a-glance li {
	width: 50%;
}

.auto-listings-items.grid-view .at-a-glance ul li:nth-child(3) {
	width: 100%;
}

.summary h3.title {
	width: 100%;
}

.has-sidebar .summary {
	min-height: 130px;
}

.sidebar .address {
	font-weight: 700 !important;
	font-size: 1.5rem !important;
	color: #000;
	margin-bottom: 28px;
}

@media screen and (max-width: 768px) {

	.page-title {
		font-size: 38px !important;
	}

	.auto-listings-single .has-sidebar .upper .entry-title {
		font-size: 30px;
	}

	.heateor_sss_sharing_title,
	.tagline>p,
	.description del,
	.information_tab a {
		font-size: 15px !important;
		font-weight: 600 !important;
	}

	.description p,
	.auto-listings-Tabs-panel table th,
	.auto-listings-Tabs-panel table td {
		font-size: 16px !important;
	}

	.auto-listings-Tabs-panel table td {
		font-weight: 300 !important;
	}

	.description ul {
		column-count: 2;
		column-width: 300px;
	}

	.description li,
	.pdfprnt-button span {
		font-size: 16px !important;
	}

	.pdfprnt-button img {
		width: 40px;
	}

	h1.compare-heading,
	p {
		font-size: 16px !important;
	}

	.container {
		padding: 25px 25px;
	}
}

.auto-listings-single {
	max-width: 1300px;
	margin: auto;
	padding: 0 20px;
}

@media (min-width: 1101px) { .auto-listings-single .has-sidebar {
		width: 65%;
	}
	.auto-listings-single .sidebar {
		width: 30%;
	}
}

/* Listings */

.image img {
	height: 214px;
}

.auto-listings-items.grid-view .bottom-wrap {
	bottom: -25px;
}

.site-content .auto-listings-search .al-button {
	background-color: #EB8D2F;
	border: 2px solid #EB8D2F;
}

.site-content .auto-listings-search .al-button:hover {
	color: #EB8D2F;
}

.auto-listings-items .bottom-wrap a.al-button {
	background-color: #EB8D2F;
	border-color: #EB8D2F;
}

.auto-listings-items .bottom-wrap a.al-button:hover {
	color: #EB8D2F;
	border-color: #EB8D2F;
}

.auto-listings-items li .image img {
	height: 250px;
	object-fit: cover;
}
.auto-listings-items.grid-view li.col-3 {
	height: 370px;
}
@media (max-width: 900px) {
	.auto-listings-items li .image img {
		height: 170px;
	}
	.auto-listings-items.grid-view li.col-3 {
		height: 270px;
	}
}
@media (max-width: 650px) {
	.auto-listings-items li .image img {
		height: 320px;
	}
	.auto-listings-items.grid-view li.col-3 {
		height: 470px;
	}
}
@media (max-width: 425px) {
	.auto-listings-items li .image img {
		height: 210px;
	}
	.auto-listings-items.grid-view li.col-3 {
		height: 320px;
	}
}

/* Arrows */

.lg-actions .lg-next:before {
	content: "\f105";
}

.lg-actions .lg-prev:after {
	content: "\f104";
}

.lg-toolbar .lg-close:after {
	content: "\f00d";
}

.lg-toolbar .lg-download:after {
	content: "\f019";
}

/* compare page */

.compare-item__image {
	width: 201px;
	height: 122px;
	object-fit: cover;
}
.listing-buttons__actions {
	margin-top: 40px;
}

.compare-wrapper {
	padding: 0px 15px;
}

.compare-wrapper table td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}

a.single-listing__compare {
	background-color: #EB8D2F;
	border: 2px solid #EB8D2F;
	color: #fff;
	padding: 14px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 0.8125rem;
	font-weight: 700;
	transition: all .3s ease;
	text-transform: uppercase;
}

.single-listing__compare.visited {
	background-color: #fff;
	color: #EB8D2F;
}

.site-content .compare-content {
	width: 100%;
}

.compare-content h1,
.compare-content p {
	text-align: center;
}

.compare-item__link {
	text-align: center;
}

@media (min-width: 768px) {

	.compare-item-remove,
	.compare-item-add {
		border: 2px solid #e1e1e1;
		width: 100%;
		background: none;
		color: #737f96;
		padding: 10px 0;
		text-transform: initial;
		font-weight: 400;
	}

	.compare-item td,
	.compare-wrapper td {
		padding: 0 20px;
		height: 70px;
	}

	.compare-wrapper tr:last-child td {
		padding: 0 20px;
		height: 70px;
	}
}

.compare-header, .compare-menu strong {
	height: 410px;
}
.compare-item img {
	width: 100%;
	height: 250px;
}
@media (max-width: 1440px) {
	.compare-header, .compare-menu strong {
	height: 370px;
}
.compare-item img {
	height: 200px;
}
}
@media (max-width: 1024px) {
	.compare-header, .compare-menu strong {
	height: 290px;
}
.compare-item img {
	height: 100px;
}
}
@media (max-width: 800px) {
	.compare-header, .compare-menu strong {
	height: 290px;
}
.compare-item img {
	height: 100px;
}
.compare-item__image {
		object-fit: cover;
	}
	.compare-item__title {
		font-size: 14px;
	}
	.compare-item td {
		font-size: 12px;
	}
	.compare-wrapper table td {
			max-width: 170px;
	}
}
@media (max-width: 767px) {
.compare-header, .compare-menu strong {
	height: 380px;
}
.compare-item img {
	height: 230px;
}
}
@media (max-width: 400px) {
	.compare-header, .compare-menu strong {
	height: 310px;
}
.compare-item img {
	height: 170px;
}
}

@media (min-width: 651px) and (max-width: 747px) {
	.auto-listings-items .bottom-wrap .listing-buttons__actions .single-listing__compare {
		padding: 10px 2px;
	}
	.has-sidebar .auto-listings-items.grid-view li.col-3 .bottom-wrap a.al-button, .has-sidebar .auto-listings-items.grid-view .bottom-wrap a.al-button {
		padding: 4px 2px !important;
	}
}

/* General - font-sizes similar to fleet-services site */

.site-content {
	min-height: 50vh;
	display: flex;
	align-items: center;
}

h1.compare-heading {
	font-size: 20px;
	margin: 0;
	font-family: "Gotham", Sans-serif;
}

p {
	font-size: 15px;
}

.widgettitle {
	font-size: 20px !important;
}

.address {
	font-size: 15px !important;
}

.compare-menu {
	color: #000;
	font-weight: bold;
}

.compare-item-remove,
.compare-item-add {
	color: #000;
	cursor: pointer;
}

.compare-item-add:hover,
.compare-item-remove:hover {
	border: 2px solid #e1e1e1;
	background: none;
	color: #000;
}

.description p {
	font-size: 15px;
}

/* Search page */

.entry-header {
	background-color: #fff;
}

.more-link {
	background-color: #EB8D2F;
	border: 2px solid #EB8D2F;
}

.more-link:hover {
	color: #EB8D2F;
	border: 2px solid #EB8D2F;
}

.pagination .nav-links span {
	background-color: #EB8D2F;
}

.auto-listings-pagination ul li span, .auto-listings-pagination ul li a {
	padding: 14px 17px;
}

.entry-title a:hover,
.entry-header .entry-header__category a:hover,
.entry-header .entry-meta>span a:hover {
	color: #EB8D2F;
}

.pagination .nav-links a:hover {
	background-color: #EB8D2F;
	border: 1px solid #EB8D2F;
}

.auto-listings-pagination ul li span {
	background-color: #EB8D2F;
	border-color: #EB8D2F;
}

.auto-listings-pagination span:hover, .auto-listings-pagination a:hover {
	color: #fff;
	background-color: #EB8D2F;
	border-color: #EB8D2F;
}

.auto-listings-pagination ul li {
	margin-bottom: 30px;
}

.auto-listings-pagination {
	top: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.auto-listings-pagination > .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

/* Error page */

.search-form .search-submit:hover {
	color: #EB8D2F;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin: 0 !important;
}

ul.contact-list {
	width: 90%;
	min-height: 300px;
}

@media (max-width: 780px) {
ul.contact-list {
	width: 100%;
	min-height: 300px;
}
}

/* Search Page */

.search .entry-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	max-height: 112px;
}


@media (max-width: 780px) {
	.search .entry-content {
		-webkit-line-clamp: 1;
	}
}

/* No results */

p.alert.auto-listings-no-results {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #000;
}
.has-sidebar .auto-listings-items.grid-view li.col-3 .bottom-wrap a.al-button, .has-sidebar .auto-listings-items.grid-view .bottom-wrap a.al-button {
	padding: 8px 6px;
}

@media (max-width: 1100px) {
	.auto-listings .sidebar, .home .has-sidebar {
		width: 100%;
	}
	.auto-listings .has-sidebar, .home .has-sidebar {
		width: 100%;
	}
}

/* no results on search page */
.no-results.not-found {
	text-align: center;
}
.no-results.not-found .search-form {
	margin: auto;
}

/* Background-image in page header */

.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.page-header .page-title {
	z-index: 1;
	padding: 0 25px;
}

/* Contact form */

.auto-listings-single .sidebar h3 {
	font-size: 2rem;
	font-family: "Gotham", Sans-serif;
}

.gform-theme--foundation .gform_fields {
	row-gap: 12px !important;
}

.gform-theme--foundation .gfield textarea.large {
	min-block-size: 10rem !important;
}

/* Background-image in page title */

.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.page-header .page-title {
	z-index: 1;
}

header .main-navigation li {
	width: auto;
}

/* I'm looking for form */

.SumoSelect.open .optWrapper {
	top: 34px;
}

/* Quick contact form on single listing page */

#rwmb-validation-message p {
	font-size: 14px;
		color: #c02b0a;
}

input.rwmb-error.rwmb-error {
		border-color: #dc3232 !important;
	background: transparent !important;
}

.widget_block p {
	color: #c02b0a !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}

.listing .sidebar .widget_block > p {
	color: black !important;
	font-size: 1.0rem !important;
	font-weight: 700 !important;
}

textarea.rwmb-error {
	border-color: #dc3232 !important;
	background: transparent !important;
}

/* Contact Us */

#field_1_4 label {
	visibility: hidden;
}

.heateor_sss_sharing_container {
	display: none;
}

.no-sidebar .content-area {
	margin: 0;
}
.site-content .content-area {
	width: 100%
}
ul.contact-list li {
	margin: 0;
}
ul.contact-list {
	padding-bottom: 20px;
}

#gform_confirmation_message_1 {
	text-align: center;
	font-weight: bold;
	padding: 40px 0;
	font-size: 25px;
}

@media (max-width: 639px) {
	#field_1_4 label {
		display: none;
	}
	#input_1_4 {
		margin-top: -35px;
	}
	#field_1_4 {
		margin-top: 25px;
	}
}

/* details under image */

.at-a-glance {
	display: none !important;
}

/* Actual size icon */

#lg-actual-size {
	display: none;
}