/*
Theme Name:     kandence-child-niels
Theme URI:      n/a
Template:       kadence
Author:         Niels Vermeiren
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
	
	font-family: "Open Sans";
}
header {
	max-width: 100%;
	padding: 0 20px 0 20px !important;

}

#masthead {
		border-left: 5px solid #67cb33;
}
#widget-toggle, #mobile-toggle {
	width: 100px;
	height: 100px;
	    display: flex;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#secondary-menu >  li:last-child {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

#secondary-menu >  li {
	border-left: 1px solid #e0e0e0;
}

#secondary-menu > li > a > i {
	margin-top: 4px;
	margin-right: 10px
		font-size: 60px !important;
}
#secondary-menu  .dashicons {
	    font-size: 30px !important;
}

#menu-item-57 > a > i {
	color: #67cb33;
}
#menu-item-58 > a > i {
	color: #1588c7;
	
}
.secondary-menu-container > ul > li:hover > a {

    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(225,225,225,1) 0%, rgba(253,253,253,1) 100%) !important;
}
.secondary-menu-container > ul > li.current_page_item > a {

    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(225,225,225,1) 0%, rgba(253,253,253,1) 100%) !important;
}


#menu-item-59 > a > i {
	color: red;
}

#inner-wrap {
	background-color: #e5e5e5 !important;
	
}
.entry.single-entry {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 5%);
}

.entry {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 5%);
    /* border-radius: 0.25rem; */
}
.content-container {
background-color:#e5e5e5 ;}

.zenders-titletable {
	background-color: white;
	height: 50px;
	border-left: 5px solid #67cb33;	
}


.zenders-titletable > h5 {
	font-weight:400;
	margin-left: 20px;
	line-height: 50px;
}
.container-zenders > table > tbody > tr:nth-child(1) > th:nth-child(2) {
	text-align:left;
}

.container-zenders > table > tbody > tr > td:nth-child(1) {
	text-align: center;
}
.container-zenders > table {
	border-collapse: collapse;
}

.container-zenders > table > tbody > tr > td:nth-child(3) {
	text-align: center;
}
.container-zenders > table > tbody > tr > th {
	text-align: center ;
	color:white;
	background-color:#67cb33;
}
.content-wrap {
	background-color:#e5e5e5 !important;
}


.container-zenders > table > tbody > tr > th {
	text-align: center ;
	color:white;
	background-color:#67cb33;
}
.content-wrap {
	background-color:white;
}

.container-zenders > table > tbody > tr:nth-child(even){
	background-color:#f4f4f4;
	
}

.container-zenders > table > tbody > tr:nth-child(odd){
	background-color:#eeee;
	
}

.is-live {
	color: #67cb33;
}
.is-not-live {
	color: red;
}

.entry-header.page-title {
	display: none;
}

.content-area {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.wp-block-group__inner-container  {
	background-color:  white;
	padding: 25px 25px 1px 25px;
}

.container-zenders > table > tbody > tr > td:nth-child(1) {
	text-align: center;
}
.container-zenders > table > tbody > tr > td > a {
	color: black;
	text-decoration: none !important;
}
.container-zenders > table > tbody > tr > td > a:hover {
	color: #67cb33;
	text-decoration: none !important;
}
#kt-layout-id_23692c-96 > div {
	padding-top:0px !important;
}

#menu-item-173 > a > i {
	margin-top:3px !important;
}

.site-main {
	padding: 30px;
}
article.entry {
	background-color: white;
}
.site-container {
	padding: 0;
}

@media screen and (max-width: 1024px) {
		.site-header {
			padding-left: 0px !important;
			
  }
	#masthead {
		border-left: 0px;
	}
}
