/**
 * Theme Name: Little Joes Mitsubishi
 * Author: Gravitational Marketing
 * Version: 99.0
**/

/* ========================================================================
 * These two snippets are to dynmically show the hero section on the 
 * homepage depending on the form cookie being set or not. It works
 * together with 'elementor-popup-form.js' and snippets in functions.php.
 * ======================================================================= */
/* Hide "not submitted" section only when cookie is set */
body:not(.elementor-editor-active).form-submitted #show_if_not_submitted {
    display: none !important;
}

/* Hide "submitted" section only when cookie is missing */
body:not(.elementor-editor-active).form-not-submitted #show_if_submitted {
    display: none !important;
}

/* ========================================================================
 * Homepage popup maker styling
 * ======================================================================= */

.nf-mp-header, .nf-mp-footer {
	display: none !important;
}

.nf-form-content label {
font-size: 15px !important;
}

/* #ninja_forms_required_items, .nf-field-container {
	margin-bottom: 10px !important;
} */

.nf-row .hidden-container {
    display: none !important;
}

.nf-form-content input.ninja-forms-field {
	height: 50px !important;
}


.nf-form-content input[type=submit] {
    height: 80px !important;
    text-wrap: wrap;
}

.field-wrap input[type=submit] {
height: auto;
}

#nf-field-304 {
text-wrap: auto;
}

.spacer_background {
	background-image: url("https://dundeedealmakers.com/wp-content/uploads/2024/03/form-top-1.png"); 
}

.remove_margin_top {
	margin-top: 0;
}

.nf-form-fields-required {
	display: none;
}

.popmake-content .is-layout-flex {
    align-items: flex-start;
}


.popmake-content .wp-block-columns .wp-block-column {
width: 50%;
}

@media (max-width: 1024px) {
	.popmake-content .wp-block-columns .wp-block-column {
width: 100%;
}
	.popmake-content .is-layout-flex {
    flex-wrap: wrap;
}}

@media (max-width: 1024px) {
	.popmake-content .wp-block-columns .wp-block-column {
width: 100%;
	}}

@media (max-width: 1024px) {
	.popup-responsive {
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
padding-top: 0 !important;
	}}

@media (max-width: 1024px) {
	.popup-spacer {
		display: none;
	}
}
@media (max-width: 1024px) {
	.popup-responsive-column-1 {
		padding-bottom: 0 !important;
	}}

@media (max-width: 1024px) {
	.popup-responsive-column-2 {
		padding-top: 0 !important;
	}}

@media (max-width: 1024px) {
.pum-theme-78942 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    position: fixed;
    right: 10px;
    top: 58px;
}}


/* ========================================================================
 * Removes the image skew on the /vehicles page and vehicles-single.php
 * template
 * ======================================================================= */
.vehicle-archive-main .preview__thumb-wrap img {
	object-fit: cover;
}

.inventory-top-row .images-slider__item img {
	object-fit: contain;
}