/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

html, body {
    overflow-x: hidden !important;
}

.sub-menu{
    padding: 0px !important;
    margin: 0px !important;
}

.sub-menu li{
    width: 100% !important;
}

.sub-menu li a{
    min-width: 100%;
    padding: 5px 5px 5px 15px !important;
    margin: 0px !important;
}

a:hover{
	cursor: pointer !important;
}

.hide-desktop{
	display: none !important;
} 

.verzekering, .verzekering th, .verzekering tr, .verzekering td{
    border: 1px solid black;
    padding: 5px;
}

.lease-form input, .lease-form select, .lease-form textarea {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.lease-form p, .lease-form h4{
    margin: 10px auto 5px auto;
    padding-bottom: 0px;
}

@media(min-width: 800px){
    .lease-form {
    column-count: 2;
        
    }
}

.lease-form .wpcf7-submit {
    font-size: 15px;
  background-color: #8c2338;
  border-width: 3px;
  border-color: #8c2338;
  border-radius: 0px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
    color: #fff;
    border: 0px !important;
}

.lease-form .wpcf7-submit:hover {
background: #712131
}


@media(min-width: 700px){
.download-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
}

@media(max-width: 1200px){   
.download-item{
    display: flex;
    flex-direction: column;
    align-items: start !important;
}

.download-title{
    margin-bottom: 15px;
}
}

@media(max-width: 768px){   

.download-title{
    margin-bottom: 15px;
    margin-top: 20px;
}
    

}
    
    

.download-button{
    background: #8d2439;
    padding: 10px 20px;
    color: #fff;
}

.download-button span {
    margin-right: 5px
}

.contactform {
  max-width: 700px;
  margin: 0 auto;
}

.contactform .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.contactform .col {
  flex: 1;
  min-width: 45%;
}

.contactform input,
.contactform textarea {
  width: 100%;
  padding: 10px;
  margin: 0; /* remove auto margins that can break flex */
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

.contactform textarea {
  min-height: 120px;
}

.contactform .button_green {
  text-align: right; /* align submit button nicely */
}

.contactform input[type="submit"] {
  background: #8d2439;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
}

.contactform .button_green input[type="submit"]:hover {
  background: #8d2439;
}
 

.rss-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 10px 0;
}

.rss-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.rss-item h3 {
  font-size: 16px;
  margin: 0;
  text-align: center;
}