/*
Theme Name: DBP Child
Theme URI:
Author: Boatwright
Author URI:
Description: DBP Child Theme.
Template: dbp
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dbp_child
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/

.new-side-menu li {
    background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
    border-color: #dd3333;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    list-style: none;
}
.new-side-menu li a {
     color: #000;
     text-decoration: none;
}

.american-vehicles_filter {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.rs_filter-inner {
    display: inline-block;
    font-size: 0;
}

.american-vehicles_filter a {
    color: #7b7b7b;
    font-size: 14px;
    padding: 14px 15px;
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.american-vehicles_filter a:focus {
    text-decoration: none;
}

.american-vehicles_filter a:hover {
    color: #dd3333;
    text-decoration: none;
}

.american-vehicles_filter .active {
    color: #dd3333;
    border-color: #dd3333;
}

.american-vehicles-container {
    padding-top: 60px;
    margin-bottom: 60px;
}

.american-vehicles-container .content {
    padding-top: 30px;
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
}

.american-vehicles-grid:after {
    content: "";
    clear: both;
    display: block;
}

.american-vehicles-grid .american-vehicle_item {
    margin-bottom: 30px;
}


.american-vehicle_item .rs-item_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(43, 43, 43, 0.7);
    padding: 11px 20px 15px 20px;
}

.american-vehicles-grid .american-vehicle_item {
    margin-bottom: 30px;
}

.american-vehicle_item .rs-item_title {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.american-vehicle_item .rs-item_price {
   
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.american-vehicle_item .rs-item_content {
    overflow: hidden;
}
body.touch-device .american-vehicle_item .rs-item_actions a, body.no-touch-device .american-vehicle_item .rs-item_actions a {
    opacity: 0;
}
.american-vehicle_item .rs-item_actions a {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    padding: 6px;
    color: #dd3333;
    text-decoration: none;
    font-size: 20px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    transition: all 0.3s ease;
}
.american-vehicle_item .rs-item_action_zoom {
    top: 50%;
    margin-top: -47px;
    transform: translateY(-30px);
}

.american-vehicle_item .rs-item_content img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}
body.touch-device .american-vehicle_item.active .rs-item_actions a,
body.no-touch-device .american-vehicle_item:hover .rs-item_actions a {
    opacity: 1;
    transform: translateY(0);
}

.american-vehicle_item .rs-item_actions a:hover {
    background: #dd3333;
    color: #ffffff;
}

.american-vehicle_item .rs-item_action_zoom {
    top: 50%;
    margin-top: -47px;
    transform: translateY(-30px);
}

.american-vehicle_item .rs-item_action_link {
    top: 50%;
    margin-top: 5px;
    transform: translateY(30px);
}

.american-vehicle_item .rs-item_content {
    overflow: hidden;
}

.american-vehicle_item .rs-item_content img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.american-vehicle_item:hover .rs-item_content img {
    transform: scale(1.1);
}

.rs-item_inner {
    position: relative;
}

.rs-item_actions {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    vertical-align: middle;
    text-align: center;
}

body.touch-device .american-vehicle_item .rs-item_actions,
body.no-touch-device .rs-item_actions {
    opacity: 0;
}

body.touch-device .american-vehicle_item.active .rs-item_actions,
body.no-touch-device .american-vehicle_item:hover .rs-item_actions {
    opacity: 1;
}

.american-vehicle_item .rs-item_actions a {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    padding: 6px;
    color: #dd3333;
    text-decoration: none;
    font-size: 20px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    transition: all 0.3s ease;
}

body.touch-device .american-vehicle_item .rs-item_actions a,
body.no-touch-device .american-vehicle_item .rs-item_actions a {
    opacity: 0;
}

body.touch-device .american-vehicle_item.active .rs-item_actions a,
body.no-touch-device .american-vehicle_item:hover .rs-item_actions a {
    opacity: 1;
    transform: translateY(0);
}

.american-vehicle_item .rs-item_actions a:hover {
    background: #dd3333;
    color: #ffffff;
}

.american-vehicle_item .rs-item_action_zoom {
    top: 50%;
    margin-top: -47px;
    transform: translateY(-30px);
}

.american-vehicle_item .rs-item_action_link {
    top: 50%;
    margin-top: 5px;
    transform: translateY(30px);
}

.american-vehicle_item .rs-item_content {
    overflow: hidden;
}

.american-vehicle_item .rs-item_content img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.american-vehicle_item:hover .rs-item_content img {
    transform: scale(1.1);
}

.american-vehicle_item .rs-item_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(43, 43, 43, 0.7);
    padding: 11px 20px 15px 20px;
}

.american-vehicle_item:hover .rs-item_caption {
    display: none;
}

.american-vehicle_item .rs-item_title {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.american-vehicle_item .rs-item_price {
    
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #ffffff;
	width:55%;
	float:left;
}
.american-vehicle_item .rs-item_price2 {
	width:45%;
	color: #ffffff;
}

.stm-contact {
    margin: 0 -15px;
    border-bottom: 1px solid #f4f4f4;
    padding: 30px 0;
}

.stm-contact_inner {
    padding: 0 15px;
}

.stm-contact-callback_wrap {
    display: inline-block;
}

.stm-contact_callback {
    display: inline-block;
    border: 2px solid #dd3333;
    text-transform: uppercase;
    font-size: 12px;
    color: #dd3333;
    padding: 14px 22px;
    margin-right: 16px;
}

.stm-contact_callback:hover {
    background-color: #dd3333;
    color: #ffffff;
    text-decoration: none;
}

.stm-contact_text {
    font-family: "verdana";
    font-style: italic;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 30px;
    margin-right: 13px;
}

.stm-contact_phone {
    font-size: 24px;
    line-height: 30px;
    color: #2b2b2b;
}

.stm-contact_form {
    display: none;
    padding: 0 15px;
}

.stm-contact-form_fancybox .fancybox-skin {
    border-radius: 0;
    background: #ffffff;
}

.stm-contact_form h3 {
    text-transform: uppercase;
    color: #2b2b2b;
    text-align: center;
    margin: 0 0 41px 0;
}

.owl-carousel .owl-controls {
    margin-top: 26px;
}

.owl-carousel .owl-controls .owl-nav {
    text-align: center;
    line-height: normal;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    display: inline-block;
    color: #c6c6c6;
}

.owl-carousel .owl-controls i.icon {
    width: auto;
    height: auto;
    vertical-align: middle;
    font-size: 10px;
}

.owl-carousel .owl-nav > div:hover i.icon {
    color: #dd3333;
}

.owl-carousel .owl-controls .owl-nav > div {
    margin: 0 14px;
    padding: 10px 0;
}

.stm-gallery.owl-carousel .owl-controls {
    margin-top: 30px;
}

/* Projects */
.american-vehicles_filter {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.rs_filter-inner {
    display: inline-block;
    font-size: 0;
}

.american-vehicles_filter a {
    color: #7b7b7b;
    font-size: 14px;
    padding: 14px 15px;
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.american-vehicles_filter a:focus {
    text-decoration: none;
}

.american-vehicles_filter a:hover {
    color: #dd3333;
    text-decoration: none;
}

.american-vehicles_filter .active {
    color: #dd3333;
    border-color: #dd3333;
}

.american-vehicles-container {
    padding-top: 60px;
    margin-bottom: 60px;
}

.american-vehicles-container .content {
    padding-top: 30px;
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
}

.american-vehicles-grid:after {
    content: "";
    clear: both;
    display: block;
}

.american-vehicles-grid .american-vehicle_item {
    margin-bottom: 30px;
}
/******************Added 2.12.2016 ********************/
body {
    background-color: #f4f4f4;
    overflow-x: hidden;
}

.single-american-vehicle-container .container-inner {
    padding-top: 60px;
    margin-bottom: 60px;
}

.single-american-vehicle-container .content {
    background-color: #ffffff;
    padding: 15px;
}
.single-american-vehicle-container .american-vehicle-details_head h2 {
    font-size: 24px;
    line-height: normal;
    color: #2b2b2b;
}
.single-american-vehicle-container .american-vehicle-details_head {
    margin-bottom: 23px;
    position: relative;
    padding-right: 165px;
    min-height: 65px;
}

.single-american-vehicle-container .american-vehicle-details_head:after {
    content: "";
    clear: both;
    display: block;
}
.  .gallery-list img {
    margin-bottom: 30px;
}
.american-vehicle_tags {
    padding-top: 30px;
    padding-bottom: 25px;
    margin: 0 -15px;
    border-bottom: 1px solid #f4f4f4;
}

.american-vehicle-tags_inner {
    padding: 0 15px;
}

.american-vehicle_tags:after {
    content: "";
    display: block;
    clear: both;
}

.american-vehicle_tags .tags-links {
    float: left;
}

.american-vehicle_tags .tags-links a {
    display: inline-block;
    background: #eeeeee;
    font-family: "Lora";
    font-style: italic;
    font-size: 13px;
    color: #616161;
    padding: 6px 12px;
    margin: 0 5px 5px 0;
    text-decoration: none;
}

.american-vehicle_tags .tags-links a:focus,
.american-vehicle_tags .tags-links a:hover {
    background-color: #dd3333;
    color: #413c2a;
}
.post-start:focus,
.post-start:hover {
    color: #ffffff;
    background-color: #dd3333;
    text-decoration: none;
}
.american-vehicle_tags .post-start {
    float: right;
}
.post-start {
    border: 2px solid #dd3333 !important;
    font-family: "Roboto Slab";
    font-size: 13px;
    color: #dd3333 !important;
    padding: 4px 12px;
}

.post-start:focus,
.post-start:hover {
    color: #ffffff !important;
    background-color: #dd3333 !important;
    text-decoration: none;
}
.american-vehicles-navigation > div {
    padding: 0 7.5px;
    width: 50%;
}
.american-vehicles-navigation a {
    font-size: 13px;
    color: #c3c3c3;
    display: block;
    border: 1px solid #dfdfdf;
    padding: 19px 10px;
    text-align: center;
}

.american-vehicles-navigation i.icon {
    width: auto;
    height: auto;
    vertical-align: middle;
    font-size: 10px;
    display:none;
}

.american-vehicles-navigation a:hover {
    text-decoration: none;
    color: #616161;
}
.american-vehicle-price_table {
    border: 1px solid #dfdfdf;
    border-collapse: separate;
    border-spacing: 0;
    padding: 0 8px;
}
.american-vehicle-price_table .american-vehicle-price_cost {
    color: #dd3333;
    font-size: 18px;
}
.american-vehicle-details_head .american-vehicle_price {
    position: absolute;
    right: 0;
    top: 0;
}
.american-vehicles-navigation .prev {
    float: left;
}
.american-vehicles-navigation .next {
    float: right;
}
.american-vehicles-navigation::after {
    clear: both;
    content: "";
    display: block;
}
.american-vehicles-navigation {
    margin: 0 -7.5px;
    padding-top: 30px;
}
.toptelephone {
    color: #9b9b9b;
    margin-top: 17px;
}
.widget ul li a{color: #fff; font-family: "Open Sans";}
.widget_follow_us span{color: #fff !important; font-family: "Open Sans" !important;}

/* Style - Italic */

.wpb_text_column .style-italic p {
    font-family: "Lora";
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.wpb_text_column.style-italic ul li,
.wpb_text_column.style-italic ol li {
    font-family: "Lora";
    font-size: 14px;
    line-height: 24px;
    color: #7b7b7b;
}

.not-found .search-form {
    font-size: 14px;
}

.not-found .search-form .search-field {
    border: 1px solid #9d8f62;
    font-size: 13px;
    color: #444444;
    font-family: "Lora";
    font-weight: 400;
    font-style: italic;
    padding: 10px 40px 10px 13px;
}

.not-found .search-form .search-field:focus {
    outline: none;
}

.not-found .search-form .search-submit {
    border: 2px solid #9d8f62;
    color: #9d8f62;
    background: transparent;
    padding: 8px 10px;
    vertical-align: top;
}

.not-found .search-form .search-submit:hover {
    background: #9d8f62;
    color: #ffffff;
}


.slick-dots li {
    opacity: 1 !important;
}

.slick-dots li button {
    color:#C1C1C1 !important;
    background: #C1C1C1 !important;
    border-radius: -1px;
    width: 8px !important;
    height: 8px !important;
    border-radius: 8px;
}

.slick-dots li.slick-active button {
color:#CE2F2F !important;
    background: #CE2F2F !important;
}

/* added 23-01-25 */

.american-vehicle-gallery img {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Lower footer section – win against theme widget rules */
/* Fix widget font - Open Sans not loaded, use Roboto Slab */
.widget ul li a { color: #fff; font-family: "Roboto Slab", serif; }
.widget_follow_us span { color: #fff !important; font-family: "Roboto Slab", serif !important; }

/* Footer background */
#colophon.site-footer { background-color: #000000 !important; }

/* ===== Footer Full Width Section ===== */
/* Boatwright: lower footer section – force container width + centering */
.site-footer .footer-fullwidth {
  text-align: center !important;
}

.site-footer .footer-fullwidth > .container {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.site-footer .footer-fullwidth p,
.site-footer .footer-fullwidth div,
.site-footer .footer-fullwidth span {
  text-align: center !important;
}

.site-footer .footer-fullwidth .widget {
  float: none !important;
  width: 100% !important;
}

/* Text colour */
#colophon .footer-fullwidth p,
#colophon .footer-fullwidth li,
#colophon .footer-fullwidth div,
#colophon .footer-fullwidth span {
  color: #e6e6e6 !important;
}

/* Strong text brighter */
#colophon .footer-fullwidth strong {
  color: #ffffff;
  font-weight: 600;
}

/* Links */
#colophon .footer-fullwidth a {
  color: #ffffff !important;
  text-decoration: underline;
}
#colophon .footer-fullwidth a:hover { opacity: 0.75; }

/* Headings */
#colophon .footer-fullwidth h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
}

/* Spacing */
#colophon .footer-fullwidth p { margin: 0 0 18px; }

/* HR separators */
#colophon .footer-fullwidth hr {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin: 28px auto;
  width: 80%;
}

/* Typography */
#colophon .footer-fullwidth {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  font-family: "Roboto Slab", serif;
  font-style: normal;
}
/* Override Lora italic in footer fullwidth */
#colophon .footer-fullwidth,
#colophon .footer-fullwidth p,
#colophon .footer-fullwidth li,
#colophon .footer-fullwidth span,
#colophon .footer-fullwidth div,
#colophon .footer-fullwidth a {
  font-family: Verdana, Geneva, sans-serif !important;
  font-style: normal !important;
}
/* Fix footer nav menu and follow us font */
#colophon .footer_widget-area .widget ul li,
#colophon .footer_widget-area .widget ul li a,
#colophon .footer_widget-area .widget_follow_us p,
#colophon .footer_widget-area .widget_follow_us span,
#colophon .footer_widget-area .widget-title {
  font-family: Verdana, Geneva, sans-serif !important;
  font-style: normal !important;
}