/* ---------
 * COLORS
 * ---------*/
/* ---------
 * GENERAL
 * ---------*/
.w-post-elm.post_title {
  border-left: solid 40px #C5C8BF;
  line-height: 40px;
  padding-left: 30px;
}

/* ---------
 * HEADER
 * ---------*/
.l-header.pos_fixed {
  border-width: 5px;
  border-bottom-style: double;
}

.overlay_me {
  position: relative;
}

.overlay_me .vc_column-inner {
  position: relative;
}

.overlay_me .vc_column-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background: rgba(255, 255, 255, 0.6);
}

.overlay_me .vc_column-inner > div, .overlay_me .vc_column-inner > a {
  z-index: 2;
}

/* ---------
 * BODY
 * ---------*/
.home-tagline h2 {
  font-size: 40px !important;
}

@media (max-width: 900px) {
  .home-tagline h2 {
    font-size: 30px !important;
  }
}

.home-intro {
  font-size: 20px;
  margin-top: -200px;
}

@media (max-width: 900px) {
  .home-intro {
    margin-top: -100px !important;
    font-size: 17px;
  }
}

.callouts a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  border-top: solid 0px #000;
  border-bottom: solid 0px #000;
}

.callouts a:hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.callouts h6 {
  color: #fff;
}

.l-section-h ul {
  margin-left: 0rem;
  list-style-type: none;
}

.l-section-h ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.logo-rollover a img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.logo-rollover a:hover img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

#menu-manufacturers li {
  border-bottom: none !important;
  padding: 0;
}

/* ---------
 * FOOTER
 * ---------*/
footer {
  border-width: 5px;
  border-top-style: double;
}

footer .color_footer-top ul#menu-manufacturers-1 li {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

footer .color_footer-top .us_menu_1 .menu > li {
  margin-bottom: 3px !important;
}

footer .color_footer-bottom {
  font-size: 80%;
  font-weight: 300;
  line-height: 1.4;
}

/* ---------
 * MISC FIXES
 * ---------*/
@media (max-width: 600px) {
  html body .w-separator.size_small:empty {
    height: 1rem;
  }
}

.w-post-elm > .l-section {
  padding-left: 0;
  padding-right: 0;
}

.w-post-elm > .l-section:first-of-type > .l-section-h {
  padding-top: 0;
}

.w-post-elm > .l-section:last-of-type > .l-section-h {
  padding-bottom: 0;
}

.l-main .w-image.align_right,
.l-main img.alignright {
  margin-left: 1.5rem;
}

.l-main .w-image.align_left,
.l-main img.alignleft {
  margin-right: 1.5rem;
}

.l-main .w-image.align_right,
.l-main .w-image.align_left,
.l-main .w-image.align_center,
.l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .l-main .w-image.align_right,
.l-main .w-image.align_left,
.l-main .w-image.align_center,
.l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
    display: block;
    float: none;
    margin: 10px auto 1.5rem auto;
    text-align: center;
  }
  .l-main .w-image.align_right img,
.l-main .w-image.align_left img,
.l-main .w-image.align_center img,
.l-main img.alignright img,
.l-main img.alignleft img,
.l-main img.aligncenter img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 767px) {
  .l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
