html {overflow-x: hidden !important}
/* Fonts */


@font-face {
    font-family: 'Knockout';
    src: url('../fonts/Knockout-HTF69-FullLiteweight.eot');
    src: url('../fonts/Knockout-HTF69-FullLiteweight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Knockout-HTF69-FullLiteweight.woff2') format('woff2'),
        url('../fonts/Knockout-HTF69-FullLiteweight.woff') format('woff'),
        url('../fonts/Knockout-HTF69-FullLiteweight.ttf') format('truetype'),
        url('../fonts/Knockout-HTF69-FullLiteweight.svg#Knockout-HTF69-FullLiteweight') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Knockout';
    src: url('../fonts/Knockout-HTF68-FullFeatherwt.eot');
    src: url('../fonts/Knockout-HTF68-FullFeatherwt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Knockout-HTF68-FullFeatherwt.woff2') format('woff2'),
        url('../fonts/Knockout-HTF68-FullFeatherwt.woff') format('woff'),
        url('../fonts/Knockout-HTF68-FullFeatherwt.ttf') format('truetype'),
        url('../fonts/Knockout-HTF68-FullFeatherwt.svg#Knockout-HTF68-FullFeatherwt') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Knockout';
    src: url('../fonts/Knockout-HTF28-JuniorFeatherwt.eot');
    src: url('../fonts/Knockout-HTF28-JuniorFeatherwt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Knockout-HTF28-JuniorFeatherwt.woff2') format('woff2'),
        url('../fonts/Knockout-HTF28-JuniorFeatherwt.woff') format('woff'),
        url('../fonts/Knockout-HTF28-JuniorFeatherwt.ttf') format('truetype'),
        url('../fonts/Knockout-HTF28-JuniorFeatherwt.svg#Knockout-HTF28-JuniorFeatherwt') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height:1.5;
	background-color: #ffffff;
	color: #000000;
	background-size:100% auto;
}
a {
  color: #000000; /* Text hyperlink color */
  text-decoration: none;
}
b, strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Knockout", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
}
h1 {
  font-family:"Knockout"!important;
    font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-top: 18px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.text-right span{
	color:#066fef!important;
}
h2 { 
	margin: 12px 0 15px 0px; /* h2 is used only as the page heading and doesn't need much top margin */
	font-family: "Knockout", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 32px;
	text-transform: uppercase;
}
h2.product_title.entry-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
}
h3 {
	margin: 8px 0 15px 0px;
}
h1.page-title {
	font-family: "Knockout", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 30px;
	margin-top: 16px;
	margin-bottom: 8px;
}
h3 {
	font-family: "Knockout", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 20px;
	color: #000000;
	font-size: 28px;
}
#left-sidebar h3 {
    margin-top: 20px;
}
h4{
    font-family: "Knockout", Arial, Helvetica, sans-serif; 
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 20px;
	color: #000000;
}
h5{
	font-family: "Knockout", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #001c35;
	font-size: 20px;
	margin: 24px 0 15px 0px;
}
h6{
    font-family: "Knockout", Arial, Helvetica, sans-serif; 
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000000;
}
p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000 !important;
  margin: 0 0 9px;
}
small, .small {
font-size: 80%;
}
.text-right > a{
    color: #000000 !important;    
}      
.text-right > a:hover {
    color: #908E8E !important;
}
a:hover, a:focus {
	color: #908E8E;
	text-decoration: underline;
}
/* End Fonts */
/* Header */
header {
	margin: 0px 0px 5px 0px;
}
div.logo {
	margin-top: 0px;
}
div#prodealer-details {
	float: right;
}
.prodealer-address, .prodealer-phone {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: regular;
  font-size: 15px;
	display: inline;
}
.prodealer-phone a {
	color: #000000;
}
@media (min-width: 640px) { 
  .prodealer-address {
		border-right: 1px solid #d7d7d7;
		padding-right: 8px;
		margin-right: 5px;
	}
}
/* Revolution Slider captions - don't display under 1000px */
@media (max-width: 1000px) {
	.tp-caption {
		display: none;
	}
}
/* Adjust sizes of header elements when screen is very small and dealer details are split across two lines */
@media (max-width: 640px) { 
  h1.text-right {
		margin-top: 0px;
		font-size: 28px;
	}
  .prodealer-address {
	  	float: right;
		display: block;
	}
	.prodealer-phone {
		float: right;
	}
}
/* Make sure full-width means 100% */
.attachment-full {
	max-width:100%;
	width: 100%; /* 20150312 - IE FF layout issues */
}                
/** Mobile Menu Styling **/
@media (max-width:768px){
	.logo img {
	    width: 72px;	
	} 
}
/** End Mobile Menu Styling **/
/* Footer styling */
footer {
	background-color: #636363;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	margin-bottom: 5px;
}
footer ul {
	list-style: none;
	padding: 0;
}
footer .widget_nav_menu {
		float: left;
		width: 50%;
		padding: 20px 10px 0px 0px;
		min-height: 230px;
}
@media (min-width: 768px) {
	footer .widget_nav_menu {
		width: 33.33%;
	}
}
@media (min-width: 992px) {
	footer .widget_nav_menu {
		width: 16.66%;
	}
}
footer h2.widgettitle {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin-left:20px;
}
footer a {
  color: #fff;
	font-size: 14px;
}
/* Start footer dealer license number - Paul */
.prodealer-dealer-license-number {
	font-family: "Knockout", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
	display: inline;
}
/* End footer dealer license number - Paul */
/* End footer classes */
/* Toyota Red elements */
.wpb_call_to_action .wpb_button {
	background-color: #066fef; /* Blue */
}
/* sidebar styles for inventory */
div .prodealer_box_rounded {
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.prodealer_single_image img {
	max-width: 100%;
}
/* WooCommerce */

/*START Added by Paul 28-10-25 */

.woocommerce-loop-product__title {
   padding: .5em 0;
    margin: 0;
    font-size: 1.8em !important; 
}
/*END Added by Paul 28-10-25 */

form.cart {
	display: none;
}
a.button.add_to_cart_button.product_type_simple {
	display: none;
}
table.shop_attributes {
	margin-top: 20px; /* car attributes displaying next to images */
}
.woocommerce .woocommerce-info {
/* these styles missing from WooCommerce 2.3 */
	padding:1em 1em 1em 3.5em !important;
	margin:0 0 2em !important;
	position:relative;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#ffffff;
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff));
	background:-webkit-linear-gradient(#ffffff,#ffffff);
	background:-moz-linear-gradient(center top,#ffffff 0%,#ffffff 100%);
	background:-moz-gradient(center top,#ffffff 0%,#ffffff 100%);
	color:#666666;text-shadow:0 1px 0 #ffffff;
	list-style:none outside !important;
	/*zoom:1;*/
	width:auto;
	-webkit-box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3)
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
	border-radius: 4px;
	font-family: FontAwesome;
	content: "\f129";
}
/*Finance Calculator */
.l-inputbar{
    background-color: #f5f5f5 !important;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #777777;
    display: block;
    font-size: 13px !important;
    height: 36px !important;
    line-height: 1.42857;
    padding: 8px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    height: 35px !important;
  }
  .calculate-btn{
    height: 35px !important;
    width: 100%;
    font-family: "Knockout", Arial, Helvetica, sans-serif;
    font-size: 17px;
	padding-top: 5px;
    background-color: #066fef;
    background-image: linear-gradient(#066fef, #066fef 6%, #066fef);
    background-repeat: no-repeat;
    border: 1px solid #066fef;
    border-radius: 4px;
    color: #ffffff;
    filter: none;
    font-size: 15px;
    line-height: 1.42857;
}
/* Forms */
.enquiry-field {
	background-color: #f5f5f5;
}
.form-submit {
	width: 100%;
	font-family: "Knockout",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size: 22px;
	text-transform:uppercase;
	background-color: #bc3219;
	background-image: linear-gradient(#bc3219, #bc3219 6%, #bc3219);
	background-repeat: no-repeat;
	border: 1px solid #bc3219;
	border-radius: 4px;
	color: #ffffff;
	filter: none;
	font-size: 15px;
	line-height: 1.42857;
}
.panel .form-control, .form-control {
	background-color: #f7f7f7;
	height: 30px;
	padding: 4px 12px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
	height: auto;
}
/* WooCommerce Layered Nav
	nav 2 = make
	nav 6 = model
	nav 7 = transmission
	nav 8 = colour
*/
#search-sidebar small.count {
	display: none;
}
.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
	padding: 0 2px 2px 0; /* filtered items need a little extra padding */
}
.woocommerce .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li a {
	padding: 0 6px; /* make normal items look the same as selected ones */
	text-decoration: none;
	border: 1px solid #4d4f53;
	background: #4d4f53;
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	color: #ffffff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
	/* new, used, demo */
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 2px 0px 2px 0px;
}
li.chosen {
	margin: 2px 2px 2px 0px;
}
#search-sidebar h3 {
	font-family: Knockout, Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	font-size: 13px;
}
#search-sidebar .panel-body {
	padding:10px;
}
#search-sidebar .form-control, select.orderby.form-control {
	height: 30px;
	padding: 2px 2px;
}
section.prodealer_layered_nav-2.woocommerce.widget_layered_nav {
	width: 50%;
	float: left;
	padding: 2px;
}
section.woocommerce_layered_nav-6.woocommerce.widget_layered_nav {
	width: 50%;
	float: left;
	padding: 2px;
}
section.woocommerce_layered_nav-7.woocommerce.widget_layered_nav {
	width: 50%;
	float: left;
	padding: 2px;
}
section.woocommerce_layered_nav-8.woocommerce.widget_layered_nav {
	width: 50%;
	float: left;
	padding: 2px;
}
section.woocommerce_layered_nav-9.woocommerce.widget_layered_nav {
	width: 50%;
	float: left;
	padding: 2px;
}
/* Buttons */
.btn-primary, .btn-primary:hover, .wpb_call_to_action .wpb_button {
background-image: -webkit-linear-gradient(#066fef, #066fef);
background-image: -o-linear-gradient(#066fef, #066fef);
background-image: linear-gradient(#066fef, #066fef);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc71444', endColorstr='#ffc71444', GradientType=0);
filter: none;
border: 1px solid #066fef;
}
/* Shop archive create list view */
/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {*/
/*	width: 100%;*/
/*	padding-bottom: 12px;*/
/*	margin-bottom: 8px;*/
/*	border-bottom: 1px solid #ddd;*/
/*}*/
/*.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {*/
/*	border-bottom: none;*/
/*}*/
.woocommerce .woocommerce-ordering {
  margin: 0 0 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 100%;
  padding-bottom: 0px;
  margin-bottom: 6px;
	border-bottom: 1px solid #ddd;
}
.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
	border-bottom: none;
}
.woocommerce .pd-gallery {
	width: 67%;
	float: left;
}
.woocommerce .pd-attributes {
	width: 33%;
	float: right;
}

#show-results .pd-main-image img {
    margin: 0;
    height: 195px;
    object-fit: cover;
}

#show-results .pd-gallery-image img {
    height: 95px;
    object-fit: cover;
}

#show-results .pd-attributes .btn {
    font-size: 19px;
    padding: 6px 13px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
  .pd-gallery {
	  padding-right: 0;
  }
}
.pd-main-image {
  width: 47%;
  float: left;
  padding-right: 5px;
}
.pd-gallery-image {
  width: 26%;
  display: inline-block;
}
.woocommerce ul.products li.product a .pd-gallery-image img {
  margin-bottom: -1px;
  margin-right: 2px;
  padding-right: 5px;
}

@media (max-width:767px) {
	.woocommerce .pd-gallery {
		width: 40%;
	}
	.woocommerce .pd-attributes {
		width: 60%;
	}
	.pd-gallery-image {
		display:none;
	}
	.pd-main-image {
		width: 96%;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 0 6px;
	}
	#show-results .pd-main-image img{
		    height: 25vw;
	}
}
@media (max-width:640px) {
	.woocommerce .pd-gallery {
		width: 100%;
	}
	.woocommerce .pd-attributes {
		width: 100%;
	}
	.pd-main-image {
		width: 100%;
		padding-right:0;
	}
	.woocommerce ul.products li.product a .pd-main-image img {
		margin-bottom:5px;
	}
	#show-results .pd-main-image img{
		    height: auto;
	}
}
/* Tables - Service Table */
.prodealer-table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #dbdbdb;
}.prodealer-table table{
  border-collapse: collapse;
  border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.prodealer-table tr:nth-child(odd){ background-color:#f9f9f9; }
.prodealer-table tr:nth-child(even)    { background-color:#ffffff; }.prodealer-table td{
	vertical-align:middle;
	border:1px solid #dbdbdb;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-weight:bold;
	color:#4d4f53;
}.prodealer-table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.prodealer-table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.prodealer-table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.prodealer-table tr:first-child td{
	background-color:#f9f9f9;
	border:0px solid #dbdbdb;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#4d4f53;
}
.prodealer-table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.prodealer-table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/* Tables - Attributes Table */
.prodealer-attributes-table {
	margin:0px;
	padding:0px;
	width:100%;
	border:0px;
}.prodealer-attributes-table table{
  border-collapse: collapse;
  border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.prodealer-attributes-table td {
	vertical-align:middle;
	border:none;
	text-align:left;
	padding:2px;
	font-size:14px;
	font-weight:normal;
	color:#333;
}
.prodealer-attributes-table tr {
   border-bottom: 1px solid #e6e6e6;
}
.prodealer-attributes-table tr:last-child {
   border-bottom: none;
}
.attribute-price {
	font-family: Knockout, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
}
.attribute-driveaway, .attribute-driveaway-single {
	font-family: Knockout, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-transform: uppercase;
	display: block;
}
.attribute-driveaway-single {
	display: inline;
}
.attribute-value {
	text-transform: uppercase;
}
td.attribute-value {
	text-align: right;
}
.btn-attribute {
	margin: 10px 0px;
	font-family: Knockout, Arial, Helvetica, sans-serif;
}
.woocommerce .woocommerce-tabs ul.tabs {
	display: none; /* just hides the tab title */
}
div#tab-description {
	border: none;
	box-shadow: none;
}
.wc-content {
	margin-top: 16px;
}
p.small.driveaway-disclaimer {
	margin-top: 12px;
	margin-bottom: 16px;
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
	font-style: normal;
}
.product_meta {
	margin-bottom: 10px;
	font-family: Knockout, Arial, Helvetica, sans-serif;
}
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p, .woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
	padding: 5px;
}
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
	margin-top: 0px;
	margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
	margin: 0 0 1em;
}
.inventory-contact h4 {
	font-weight: bold;
	margin-top: 0px;
}
.inventory-contact {
	text-align: right;
	color: #4d4f53 !important
}
@media (max-width: 1000px) { 
	.inventory-contact {
		text-align: left;
	}	
}
.rounded img {
	border-radius: 4px;
}
@media (max-width: 991px) {
	.attribute-price {
		font-size: 16px;
		padding-right: 4px;
	}
	.attribute-driveaway {
		font-size: 14px;
		padding-right: 4px;
		display: inline;
	}
}
a[href^="tel:"] {
	color: #000000;
}
/* Supercarousel additional styles */
.supercaption {
background: none!important;
color: #bbb;
text-shadow: none;
}
.supercrsl a.prev, .supercrsl a.next {
top: 20%;
}
.supercrsl { margin-top: 0.5rem;background-color: #fff; }
.supercrsl .pagination {
display: none;
}
.inv-back-link a {
	font-weight: bold;
}
.wpb_call_to_action h2 {
  font-size: 28px;
}
.wpb_call_to_action p {
  font-size: 16px;
}
.wpb_call_to_action .wpb_button {
  font-size: 20px;
}
/*White Container Background*/
.container{
	background:#fff;
	}
.footer-sidebar{
	background:#636363;
	margin-bottom:0;
	}
.logo{
	margin-top:10px!important;
	}
ul.thethe-image-slider-slides li .thethe-image-slider-image img{ 
	border-radius:8px !important;
	}
/*Slider Border Radius*/
.rev_slider_wrapper,
.rev_slider_wrapper img, 
.tp-simpleresponsive img,
.tp-simpleresponsive > ul li,
li.tp-revslider-slidesli.active-revslide,
article#post_322{
	border-radius:5px!important;
	}
/* Carousel Text Margin */
.supercaption {
    font-size: 12px;
    font-weight: normal; 
}
/*Finance Calculator Button */
.calculate-btn {
  height: 45px !important;
  width: 100%;
  font-family: "Knockout",Arial,Helvetica,sans-serif;
  font-size: 22px;
  text-transform:uppercase;
  font-weight:normal;
  background-color: #bc3219;
  background-image: linear-gradient(#bc3219, #bc3219 6%, #bc3219);
  background-repeat: no-repeat;
  border: 1px solid #bc3219;
  border-radius: 4px;
  color: #ffffff;
  filter: none;
  font-size: 22px;
  line-height: 1.42857;
  }
  .text-right h1{
	font-family:"Knockout"!important;
	text-transform:uppercase;
  }
.ubermenu-nav li a{
	font-family: "Knockout",Arial,Helvetica,sans-serif!important;
}
.no-margin-header{
	margin-top:0!important;
	margin-bottom:0!important;
}
.inventory-contact {
    display: none; /* hide inventory contact for Nissan */
}
/*New GO Button style */
.vc_btn3.vc_btn3-size-lg {
    font-size: 22px;
    padding: 18px 25px;
    font-weight:normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern {
    color: #fff;
    border-color: #49AAE1;;
    background-color: #49AAE1;
}
footer a,
footer widget,
footer h2,
footer li{
		color:#fff!important;
		text-align:left;
		padding-left:20px;
		width:200px!important;
	}
@media screen and (max-width:768px) { .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 100%; margin: 0 0 1em; } }

/*Button text size on JSON Special Offers page*/

.btn {
    padding: 8px 12px;
    font-size: 22px;
}

.vc_general.vc_btn3{
	font-family: "Knockout",Arial,Helvetica,sans-serif!important;
}


.dp-page-title{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    background:rgba(0, 0, 0, 0.5)
}

.dp-page-title h2{
    color:#fff;      
}
.dp-page-title{
	margin-bottom: 0;
}


.dp-common-sec.vc_row.wpb_row.vc_row-fluid.vc_row-no-padding[data-vc-stretch-content="true"]:first-child .wpb_single_image .vc_figure{
    display:block;
    padding-bottom:0;
}

.dp-common-sec.vc_row.wpb_row.vc_row-fluid.vc_row-no-padding[data-vc-stretch-content="true"]:first-child .wpb_single_image .vc_figure .vc_single_image-wrapper:before{
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.7);
}


.dp-container{
    max-width:2000px;
    margin:0 auto;
}

.dp-container-14{
    max-width:1400px;
    margin:0 auto;
}

.dp-common-sec{
    margin-bottom:0;
}

.dp-common-sec .wpb_content_element{
    margin-bottom:0;
}

.dp-btn .vc_btn3.vc_btn3-color-danger, .dp-btn .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat{
    background:#bc3219;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight:bold;
    text-transform:uppercase;
    padding:10px 20px;
}

.dp-common-sec .wpb_text_column:has(+.dp-btn){
    margin-bottom:30px;
}

.dp-btn .vc_btn3.vc_btn3-color-danger:hover, .dp-btn .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover{
    background:#a42d19
}

.dp-common-sec h2{    
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--textPrimaryColour);
    margin-block-end: 0px;
}

.dp-common-sec h3{
	font-size: 36px;
}

.dp-common-sec h4{        
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dp-page-title h2{
	color:#fff;
	font-weight: normal;
	padding:20px;
	margin-top:0;
	font-size: clamp(24px, 2vw, 32px);
}

.dp-dark-sec h2,
.dp-dark-sec h3,
.dp-dark-sec h4,
.dp-dark-sec h5,
.dp-dark-sec h6,
.dp-dark-sec p,
.dp-dark-sec{
    color:#fff !important;
}



.dp-thumbs-row .wpb_text_column {
    margin-bottom:50px;
}

.dp-terms-sec{
    font-size:11px;
}

.dp-terms-sec h6{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size:14px;
    margin-bottom:25px;
}
.dp-img-text-sec .wpb_single_image .vc_figure,
.dp-img-text-sec .wpb_single_image .vc_single_image-wrapper{
    display:block;
}

.dp-img-text-sec img{
    width:100%;
}

@media (min-width:992px){
	.dp-img-text-invert .wpb_column:first-child{
		order:2;
	}
}

@media (max-width:991px){
	.dp-common-sec .wpb_column .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .wpb_single_image:first-child{
		margin-bottom:30px;
	}
}

@media (max-width:767px){
	.dp-common-sec h2{
		font-size:36px;
	}

	.dp-common-sec h3{
		font-size:28px;
	}

	.dp-common-sec h4{
		font-size:24px;
	}
	.dp-page-title{
		position:static;
		background:#000;
	}

	.dp-page-title h2{
		font-size:26px;
	}

	.dp-banner .wpb_single_image img{
		aspect-ratio:2/1.4;
		object-fit:cover;
		object-position:center;
	}
	.dp-common-sec .wpb_column .vc_row:first-child:has(h4):has(h2){
		padding-bottom:30px !important;
	}

	.dp-common-sec .wpb_column .wpb_column:first-child:last-child .wpb_single_image img{
		aspect-ratio:1/1;
		object-fit:cover
	}
	.dp-img-text-sec .wpb_single_image {
		margin-left:-30px;
		margin-right:-30px;
	}
}

.dp-normal {
    font-weight:normal
}

.dp-counter-row h2{
    font-size:60px;
}

.dp-max-800{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*======================================
=            Special Offers            =
======================================*/

.dp-ld-special-offer-row h5{
    font-weight:bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color:#bc3219;
    margin:0;
}

.dp-ld-special-offer-row  .vc_row:first-child .wpb_column:last-child{
    text-align:right;
}

.dp-ld-special-offer-row p{
    margin:0;
    font-size:13px;
}

.dp-ld-special-offer-row h3{
    margin:0;
    font-size: 35px;
    line-height: 40px;
    color: #bc3219;
    margin: 0;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.dp-ld-special-offer-row h2{
    font-size:20px;
}

.dp-ld-special-offer-row .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat{
    font-family:Arial, Helvetica, sans-serif;
    padding:10px 60px !important;
    background:#bc3219 !important;
}

.dp-ld-special-offer-row > .wpb_column > .vc_column-inner > .wpb_wrapper{
        border: 1px solid #dcddde;
    padding:10px 0;
    margin-bottom:20px;
    transition:all 0.3s linear;
    box-shadow:rgba(0, 0, 0, 0) 0 0 0;
    position:relative;
}

.dp-ld-special-offer-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover{
    box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;
}


.dp-ld-special-offer-row .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0; 
}

.dp-ld-special-offer-row .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat{
    position:static;
}

@media (max-width:1280px){
	.dp-ld-special-offer-row .vc_row:first-child{
		padding-left:15px;
		padding-right:15px;
	}
}

/*=====  End of Special Offers  ======*/