/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/
small{font-size:16px!important;}
.wreckerroad{animation: marquee 30s infinite linear!important;}
@keyframes marquee {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -1190px;
  }
}
#whitebullet ul li::before {
    color: #fff!important;
@media only screen and (max-width: 600px) {
    .vehica-mobile-menu__wrapper {padding: 15px 10px 0px 15px!important;}
  .vehica-mobile-menu__info a{font-size: 16px!important;}
}

