/*
	Theme Name:	XTRA Child
	Theme URI:	https://xtratheme.com/
	Description:Multipurpose Theme
	Author:		Codevz
	Author URI:	https://codevz.com/
	Template:	xtra
	Version:	1.0
*/

/*
	PLEASE DO NOT edit this file, if you want add custom CSS go to Theme Options > Additional CSS
*/

.witte-tekst {color: #fff;}
.witte-tekst p {color: #fff;}
.witte-tekst h1{color: #fff;}
.witte-tekst h2{color: #fff;}
.witte-tekst h3{color: #fff;}
.witte-tekst h4{color: #fff;}
.witte-tekst h5{color: #fff;}
.witte-tekst h6{color: #fff;}
.witte-tekst li{color: #fff;}
.witte-tekst i {color: #fff;}


.shadow-box .cz_box_front_inner {
    box-shadow: 0px 10px 30px 0px rgba(12,12,12,0.34);
}

.gradient_background {
    background-color: transparent;
    background-image: linear-gradient(90deg, #3813bc, #20bdff);
}
/* Home keuze moment */
.home_keuze .links {border-right: 2px solid #3723bc;}

/* Voor bedrijven */
.voor-bedrijven .logo_is_img img,
.voor-bedrijven .sidebar_footer-1 img {
    filter: brightness(0%);
}

/* Styled table */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #3723bc;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 15px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 4px solid #3723bc;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.styled-table tr.vc-th {
    background: #3723bc;
    color: #fff;
}

/* Spotting tag */
span.spotting-tag {
    background: #fff;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 40px;
    display: inline-block;
}

/* Spotting list */
.spotting-list i {
    border: 2px solid;
    padding: 10px;
    border-radius: 50px;
    color: #3723bc;
}
.spotting-list span {
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold !important;
    color: #3723bc;
}


.nieuwsbrief .gform_fields {
    width: 80%;
    float: left;
    margin-right:10px;
}
