/*
 Theme Name:   Venda Child
 Theme URI:    http://example.com/venda-child/
 Description:  Venda Child Theme
 Author:       Rob Steuber
 Author URI:   http://twinsense.nl
 Template:     venda
 Version:      1.0.0
 Tags:         
 Text Domain:  venda-child
*/

@import url("../venda/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.navbar-brand {
padding:0px !important;
margin:0px !important;
}

ul.nav li a {
    padding:8px 18px !important;
    margin:0px !important;
    text-transform:uppercase;
    color:#555454 !important;
    font-weight:bolder !important;
    border-radius:2px;
}

ul.nav li a:hover, ul.nav li.active a {
    background:#4d3b7d!important;
    color:#fff !important;
    border:none !important;
}

ul.nav li a:after {
    background:none !important
}

ul.nav li {
    margin-left:0px !important;
}

ul.nav {
    margin-top:79px !important;
}

li.menu-item-object-custom a, li.menu-item-object-custom a:hover {
    color:#4d3b7d !important;
    font-weight:bold;
    background:#fff !important;
}

.fixed-header .navbar-brand img {
    max-height:none!important;
}

#content {
    padding:0px !important;
}

.row_purple {
	background:#4d3b7d;
	color:#fff;
}

.page-content {
    padding:40px 0px;
}

.diensten {
    background: #4d3b7d;
    padding:60px 0px;
    color: #fff;
}

.diensten p {
    color: #fff;
}

.diensten h1,
.diensten h2,
.diensten h3 {
    color:#fff;
}

.diensten .su-column {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 1.5% 0 1.5%;
}

a.tel-mob,
a.tel {
    font-weight: bold;
    color: #4d3b7d;
    font-size: 16px;
    margin: 20px;
    float:right;
}

.checkbox-215 input[type="checkbox"] {
    float:left; 
}

.checkbox-215 .wpcf7-list-item-label {
    //float:left;
}