/*
Theme Name: DS Automobiles
Theme URI: http://www.DSAutomobiles.ro
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: DS Automobiles
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
}
div{
    box-sizing: border-box;
}

body {
  background: #f9f9f9;
  color: #000;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

p {
    margin: 0px;
    word-break: break-word;
    word-wrap: break-word;
}

form {
    margin-bottom: 0;
}

html {
    overflow-x: hidden;
}

img {
    width: 100%;
}

header{
  background: #000;
  padding: 0 5rem;
}

header #logo img{
  max-width: 190px;
}


footer{
  background: #000;
  padding-top: 60px;
  color: #fff;
}

.footer{
  padding-bottom: 60px;
}

.footer h4{
  margin-bottom: 20px;
}

.footer p{
  margin-bottom: 10px;
}

footer #logo img{
  max-width: 240px;
}

footer a{
  color: #fff;
}

.footer__bottom{
  padding: 20px;
  background-color: #181818;
}

.testdrive__car{
  display: none;
}
