@media screen and (min-width: 768px) {
	.blog .site-sidebar {
		padding-top: 4em;
	}
	.archive:not(.woocommerce) .site-sidebar {
		padding-top: 65px;
	}
	.site-branding .hgroup-sidebar .widget {
    margin: 0 25px 0 0;
  }
	.site-branding .hgroup-sidebar .widget.widget_search {
    width: 500px;
		max-width: 100%;
	}
.widget_tz_contacts ul li.a-logo {
    max-width: 55%;
  }
}

@media screen and (min-width: 801px) {
	.logo-pos-left .site-branding .hgroup-sidebar .widget.widget_search {
		width: 500px;
	}
	.tz-sales-carousel .img-wrapper img {
    max-width: 75%;
}
}

.site .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
	background-color: #fdb819;
	color: #212121;
	font-weight: 500;
}

.site .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover, .site .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus, .site .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active {
	background-color: #212121;
	color: #fff;
}

.elementor-1961 .elementor-element.elementor-element-01e8704 iframe {
	height: 450px !important;
}

.footer-widgets .widget-area .widget.widget_mailchimpsf_widget+.widget {
	margin-top: 99px;
}

.elementor-element-6ba5f732 .tz-testimonials {
	max-width: 800px;
	margin: 0 auto;
}

.tz-categories-grid .title-wrapper {
    margin-bottom: 10px;
}

.tz-hoverable-tabs li.active .inner-content,
.tz-hoverable-tabs li.active .inner-content .elementor-top-section {
	min-height: 562px;
}

.site-logo img {
	max-width: 200px;
}


@media screen and (max-width: 500px) {
	.elementor-2392 .elementor-element.elementor-element-105ae5e3,
	.elementor-2325 .elementor-element.elementor-element-105ae5e3,
	.elementor-2233 .elementor-element.elementor-element-5e9101f6{
		background-size: contain;
	}
}
    .like-button-class {
        display: none;
    }
/* New Car Computer US vehicle finder */
.new-vehicle-finder .woof_submit_search_form_container button,
.new-vehicle-finder .woof_submit_search_form_container .button {
    background: #087FD5 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.new-vehicle-finder .woof_submit_search_form_container button:hover,
.new-vehicle-finder .woof_submit_search_form_container .button:hover {
    background: #0568B0 !important;
    color: #ffffff !important;
}/* New Vehicle Finder - Dropdowns */
.new-vehicle-finder select {
    height: 52px !important;
    background-color: #ffffff !important;
    border: 1px solid #d9e1e8 !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    font-size: 15px !important;
    color: #333333 !important;
    transition: border-color 0.2s ease;
}

/* Blue border when customer selects a field */
.new-vehicle-finder select:focus {
    border-color: #087FD5 !important;
    outline: none !important;
}

/* Make the search button the same height */
.new-vehicle-finder .woof_submit_search_form_container button,
.new-vehicle-finder .woof_submit_search_form_container .button {
    min-height: 52px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
}