/**
 * Web Dev Custom Stylesheet
 */
.variation2 .bmd-mh-inner .bmd-mh-slide {
    position: relative;
}

.bmd_tile_block_inner {
    z-index: 50;
}
.enable_overlay_main .bmd_tile_block_inner::after {
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 70%, #222 100%, #555 100%, #222 100%, #555 10%);
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.enable_overlay_main h3{
    color: #FFFFFF;
}
.enable_overlay_main .bmd-red-button, .enable_overlay_main h3 {
	z-index: 100;
}
.variation2 .bmd-mh-inner .bmd-mh-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 23.68%, rgba(255,255,255,0.813043) 46.21%, rgba(255,255,255,0.482609) 68.74%, rgba(255,255,255,0) 91.27%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 23.68%, rgba(255,255,255,0.813043) 46.21%,rgba(255,255,255,0.482609) 68.74%, rgba(255,255,255,0) 91.27%);
    background: linear-gradient(to right, rgba(255,255,255,1) 23.68%, rgba(255,255,255,0.813043) 46.21%, rgba(255,255,255,0.482609) 68.74%, rgba(255,255,255,0) 91.27%);
}

.variation2 .bmd-mh-slide-inner {
    max-width: 1260px;
    margin: 0 auto;
    align-items: flex-start;
    padding: 5% 30px;
    justify-content: flex-end;
}

.variation2 .bmd-mh-slide-inner:after {
    display: none;
}

.variation2 .bmd-mh-slide-inner h1 {
    color: #000;
}

.variation2 .bmd-mh-slide-inner .bmd-mh-small-text {
    color: #000;
    margin-left: 0;
}

.bmd-fh-inner .bmd-cta-centered {
    margin-bottom: 54px;
}

.bmd_fh_desc {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto 42px;
    padding: 0 25px;
    max-width: 1000px;
    font-weight: 300;
}

.bmd_tiles {
    max-width: 1260px;
    margin: 0 auto;
    padding: 85px 0 5px;
}

.bmd_tile_block h3 {
    width: 100%;
    font-weight: 400;
    margin-bottom: 36px;
}

.bmd_tile_block .bmd-red-button {
    padding: 16px 35px;
    line-height: 1.8;
}

.bmd_tile_block .bmd-red-button:hover {
    color: #000;
}

.bmd_home_filter {
    margin-top: 5px;
    margin-bottom: 85px;
    background-size: cover;
    background-position: center;
    padding: 90px 25px;
}

.bmd_home_filter_inner {
    max-width: 1260px;
    margin: 0 auto;
}

.bmd_filter_block {
    background: #fff;
    padding: 30px 27px;
    max-width: 390px;
    text-align: center;
}

.bmd_filter_block h4 {
    font-weight: 400;
    margin-bottom: 25px;
}

.bmd_filter_block .bmd-blue-button {
    padding: 16px 35px;
    line-height: 1.8;
    display: inline-block;
    margin-top: 12px;
}

.bmd_filter_block .bmd-hf-form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: initial;
    width: 100%;
}

.bmd_filter_block .bmd-select-wrapper {
    display: block;
    width: 100%;
}

.bmd_filter_block .bmd-select-wrapper:after {
    top: 9px;
}

.bmd_filter_block .bmd-hf-select {
    width: 100%;
    margin-bottom: 12px;
    height: 37px;
    border-radius: 0;
    outline: none !important;
}

ul.tags_bilddealers_home.sale_page_279 {
    left: 0;
}

ul.tags_bilddealers_home {
    position: absolute;
}

ul.tags_bilddealers_home li {
    width: auto;
    float: left;
    margin: 10px 2px 2px 5px;
    padding: 2px 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 12px;
    background: #3470db;
    padding: 4px 10px;
}
ul.tags_bilddealers_home.sale_page_279 {
    right: 0;
}

ul.tags_bilddealers_home {
    position: absolute;
}

ul.tags_bilddealers_home li {
    width: auto;
    float: left;
    margin: 10px 2px 2px 5px;
    padding: 2px 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 12px;
    background: #3470db;
    padding: 4px 10px;
}

/*Cookies Css Open*/
.cky-notice-btn-wrapper {
    flex-direction: column-reverse;
}

button.cky-btn.cky-btn-customize {
    margin: 0px;
    font-size: 14px;
    border: none;
    padding: 2px;
    text-decoration: underline;
}

.cky-notice-btn-wrapper button.cky-btn.cky-btn-accept {
    border-radius: 4px;
    margin-left: 0;
    font-size: 14px;
    padding: 0px 20px;
}

.wpautoterms-footer {
    display: none;
}
/*Cookies Css Close*/

/**
 * Web Dev Custom Media Query
 */
@media screen and (max-width: 1279px) {

.bmd_filter_block .bmd-select-wrapper {
    margin-top: 0;
}

}

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

.bmd-mh-slide-inner {
    padding: 0 21px;
}

.bmd-mh-slide-inner h1 {
    text-align: center;
    line-height: 0.9;
}

}

/*Cookies Css Open*/
@media screen and (max-width: 769px){
    .cky-notice-btn-wrapper {
        flex-direction: row !important;
        align-items: end !important;
    }
        .cky-notice-btn-wrapper .cky-btn-accept {
        order: 1;
            font-size: 12px;
    }
        .cky_text_content{
            font-size: 12px !important;
        }
    button.cky-btn.cky-btn-customize {
        font-size: 12px;
        order: 2 !important;
    }
}
/*Cookies Css Close*/

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

.bmd_tiles_inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
}

.bmd_tile_block {
    width: calc(50% - 12px);
    position: relative;
    background-size: cover;
    background-position: center;
}

.bmd_tile_block:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.bmd_tile_block_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    padding: 39px;
}

}


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

    .wt_featured_section .bmd-hc-buttons a, .bmd-all-homes .bmd-hc-buttons a {
        font-size: 14px;
    }
.variation2 .bmd-mh-slide-inner .bmd-mh-small-text {
    text-align: left;
    line-height: 1;
}

.bmd_tiles {
    overflow: hidden;
}

.bmd_tiles_inner.slick-slider {
    padding-left: 25px;
    margin-bottom: 45px;
}

.bmd_tiles_inner .slick-list {
    padding-right: 25px;
}

.bmd_tile_block {
    margin-right: 15px;
    background-size: cover;
    background-position: center;
}

.bmd_tiles_inner .slick-dots {
    bottom: -35px;
    width: calc(100% - 50px);
}

.bmd_tile_block_inner {
    position: relative;
}

.bmd_tile_block_inner:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.bmd_tile_block h3 {
    position: absolute;
    left: 30px;
    bottom: 60px;
}

.bmd_tile_block .bmd-red-button {
    position: absolute;
    left: 30px;
    bottom: 25px;
    padding: 15px 35px;
    line-height: 1.3;
    font-size: 13px;
}

}

@media screen and (max-width: 767px) {
.enable_overlay_main .bmd_tile_block_inner::after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 40%, #222 100%, #555 100%, #222 100%, #555 10%);
}
}









.loop-archive__content.content.hfeed {
	background: #F0F8FF;
}
.post_Inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-block: 2rem;
	gap: 2rem;
	background: #F0F8FF;
	border-radius: 20px;
	padding: 0 0px 50px;
}
.post_Inner article {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: clamp(20rem, calc(20rem + 2vw), 22rem);
	overflow: hidden;
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
	border-radius: 1em;
	background: #fff;
}
.post_Inner .content-excerpt__header .tag-thumbnail a {
	display: flex;
	width: 100%;
	min-height: 12vw;
	margin-bottom: 20px;
}
.post_Inner .content-excerpt__header .tag-thumbnail  a img {
    width: 100%;
    object-fit: cover;
    transform: scale3d(1.1, 1.1, 1) translate3d(15px, 0, 0);
  transition: all .35s;
  transform-origin: 85% 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(15px, 0, 0);
  -webkit-transition: all .35s;
  -webkit-transform-origin: 85% 100%;
}
.post_Inner .content-excerpt__header .tag-thumbnail  a:hover img {
    transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
  opacity: .8;
}
.post_Inner .content-excerpt__title.entry-title {
	font-size: 1.4rem;
	text-transform: capitalize;
	padding-left: 15px;
	padding-right: 15px;
}
.post_Inner .content-excerpt__title.entry-title a {
    color: #0055A0;
}
.post_Inner .content-excerpt__title.entry-title a:hover, .post_Inner .content-excerpt__title.entry-title a:focus {
    color: #DE2226;
    text-decoration: none;
    outline: none;
}
.post_Inner .content-excerpt__meta a {
    color: #DE2226;
}
.post_Inner .content-excerpt__meta a:hoer {
    color: #0055A0;
    outline: none;
    text-decoration: none;
}
.post_Inner .content-excerpt__content.entry-summary {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}
.post_Inner .content-excerpt__header {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.post_Inner .content-excerpt__meta {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	color: #484848;
	margin-top: 5px;
}
.post_Inner .content-excerpt__content.entry-summary p {
	font-size: 16px;
	color: #202425;
}
.nav-pagination__links {
	min-width: 260px;
	height: 66px;
	background: #f5f5f5;
	border-radius: 50px;
	-webkit-box-shadow: inset 5px 5px 1px #717171, inset -5px -5px 1px #ffffff;
	box-shadow: inset 5px 5px 1px #717171, inset -5px -5px 1px #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1em 2em;
}
.next.page-numbers, .prev.page-numbers {
	line-height: 35px;
	width: 100px;
	border: 0;
	background-color: hsla(220, 15%, 58%, .1);
	border-radius: 50px;
	font-weight: 600;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-size: 15px;
	text-align: center;
}
.next.page-numbers:hover, .page-numbers:hover, .prev.page-numbers:hover,
.next.page-numbers:hover, .page-numbers:focus, .prev.page-numbers:focus {
	background: #0055A0;
    color: #fff;
	text-decoration: none;
}
.page-numbers {
	display: inline-block;
	list-style-type: none;
	margin: 0 3px;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-align: center;
}
.page-numbers.current {
	background: #DE2226 !important;
	color: #fff;
	font-weight: 600;
}
.nav-pagination__nav {
	display: flex;
	justify-content: center;
	align-content: center;
}
.nav-pagination__label {
	display: none;
}
.parts_touch_invantory h3, .parts_touch_invantory p {
	color: #000 !important;
}
.parts_touch_invantory .bmd-red-button:hover, .parts_touch_invantory .bmd-red-button:focus {
	background: #0055A0;
	text-decoration: none;
	color: #fff;
}
.single .blog-single .bmd-shero-heading h1 {
	font-size: 54px;
	line-height: 1.3;
	margin-bottom: 100px;
}
.bmd-secondary-hero.blog-single .bmd-shero-heading h6 {
	display: none;
}
.bmd-blog-content {
	background: #fff;
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
	margin-top: -70px;
	position: relative;
	z-index: 50;
}
.single #main {
	background: #F0F8FF;
}
.nav-previous a  {
	color: #FFFFFF;
	border-bottom: solid 2px;
	padding-bottom: 3px;
}
.nav-previous a:hover  {
	color: #DE2226;
	border-bottom: solid 2px;
    text-decoration: none;
}
.bmd-blog-content .back-link {
    color: #0055A0;
}
.bmd-blog-content .back-link:hover {
    color: #DE2226;
}
.bmd-main-hero ul.slick-dots {
	display: none !important;
}
.parts_touch_invantory.single_touch_invantory {
	margin-top: 60px;
}
.bmd-site-header {
    margin-bottom: 0 !important;
}
.mobile_bmd_home_card{
    display: none;
}
@media screen and (max-width: 767px) {
.post_Inner {
    padding: 0 15px 50px;
    margin-block: 0;
}
.mobile_bmd_home_card{
    display: block;
}
}

@media screen and (max-width: 360px) {
    .wt_featured_section .bmd-hc-buttons a, .bmd-all-homes .bmd-hc-buttons a {
        font-size: 12px;
    }
}