/* ****accent link color*****  */
#et_search_icon:hover,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.bottom-nav li.current-menu-item > a,
.comment-reply-link,
.entry-summary p.price ins,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.footer-widget h4,
.form-submit .et_pb_button,
.mobile_menu_bar:after,
.mobile_menu_bar:before,
.nav-single a,
.posted_in a,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content input.button,
.woocommerce #content input.button.alt,
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .star-rating span:before,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button.alt,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page .star-rating span:before,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page input.button,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #000080;
}
/* ******* BODY LINK STYLING **********  */
.et_pb_text_inner a,
.et_pb_posts a {
  color: #000080 !important;
  font-weight: 500;
  transition: 0.3s;
}
.et_pb_text_inner a:hover,
.et_pb_posts a:hover {
  color: #000080 !important;
  box-shadow: 0 2px #c8c8c8;
  transition: 0.3s;
}
/* ******* BLOG LINK STYLING ***********  */
#left-area .post-meta a {
  font-weight: 700;
  color: #000080;
}
#left-area .post-meta a:hover {
  color: #010e1b;
  box-shadow: 0 2px #000080;
  transition: 0.3s;
}
.et_pb_widget a {
  color: #000080 !important;
  font-weight: 200;
}
.et_pb_widget a:hover {
  color: #010e1b !important;
  box-shadow: 0 2px #000080;
  transition: 0.3s;
}
/* BLOG SIDEBAR LINE  */
/* ***** BACKGROUND COLORS *******  */
.et_pb_section {
  background-color: rgba(255, 255, 255, 0.8);
}
#main-content {
  background-color: rgba(255, 255, 255, 0.8);
}
.et_pb_widget {
  font-size: 14px;
  line-height: 16px;
}
/* ********** TOGGLE STYLING **********  */
.et_pb_toggle_title:before {
  color: #c8c8c8;
}
/* ****** VEHICLE PAGE v2 ********  */
.ds-hover-2 {
  display: inline-block;
  position: relative;
  margin: 0px;
  overflow: hidden;
  background: #000;
  box-shadow: none !important;
  width: 100%;
}
.ds-hover-2 img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ds-hover-2:hover img {
  opacity: 0.5;
  box-shadow: none !important;
}
.ds-hover-2:after {
  content: attr(ds-title);
  position: absolute;
  height: auto;
  color: #fff;
  z-index: 1;
  top: 0;
  width: 90%;
  background: rgba(0, 0, 128, 0.5);
  font-weight: 300;
  font-size: 40px;
  font-family: 'Kanit', sans-serif;
  line-height: .7em;
  text-transform: uppercase;
  padding: 5%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.ds-hover-2:before {
  content: attr(ds-desc);
  position: absolute;
  height: 100%;
  color: #333333;
  z-index: 1;
  top: 27%;
  width: initial;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: 'Arimo', sans-serif;
  line-height: 1.5em;
  padding: 5% 5% 5% 5%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.ds-hover-2:hover:after,
.ds-hover-2:hover:before {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
/* *********** IMAGE HOVER STYLING ******  */
.ds-hover-1 {
  display: inline-block;
  position: relative;
  margin: 0px;
  overflow: hidden;
  background: #000;
  box-shadow: none !important;
  width: 50%;
}
.ds-hover-1 img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ds-hover-1:hover img {
  opacity: 0.5;
  box-shadow: none !important;
}
.ds-hover-1:after {
  content: attr(ds-title);
  position: absolute;
  height: auto;
  color: #fff;
  z-index: 1;
  top: 0;
  width: 90%;
  background: rgba(0, 0, 128, 0.5);
  font-weight: 300;
  font-size: 40px;
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  padding: 5%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.ds-hover-1:before {
  content: attr(ds-desc);
  position: absolute;
  height: 100%;
  color: #333333;
  z-index: 1;
  top: 27%;
  width: initial;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: 'Arimo', sans-serif;
  line-height: 1.5em;
  padding: 5% 5% 5% 5%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.ds-hover-1:hover:after,
.ds-hover-1:hover:before {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
/* *********BLOG LIST COLOR FIX******  */
.post-56 .et_pb_section:nth-child(2) .et_pb_posts .hentry > h2 a {
  color: #000080;
}
.post-56 .et_pb_section:nth-child(2) .et_pb_posts .hentry p {
  color: #6d6e71;
}
.post-56 .et_pb_section:nth-child(2) .et_pb_posts .hentry .post-meta {
  color: #8a8a8a !important;
}
/* *********** HOMEPAGE BLOG FEED ********  */
.et_pb_blog_grid .et_pb_post {
  border: none !important;
  background-color: #ffffff !IMPORTANT;
}
/* ********* VEHICLE PAGE LINKS ***********  */
.vehicle-link {
  font-size: 13px;
}
/* ******** FIXING LINE ON NEWS PAGE ********  */
.et_pb_widget_area_left {
  border-right: none;
}
.et_pb_section .et_pb_text h1,
h2,
h3,
h4 {
  margin-top: 30px;
}
/* ********* IMAGE GALLERY FIX ******  */
.et_pb_gallery_item.et_pb_grid_item.et_pb_bg_layout_light {
  margin: 0;
}
