/*
 Theme Name:   Nanora Laadpalen Child
 Description:  Nanora Laadpalen Child Theme
 Author:       DotComMedia
 Author URI:   https://dotcommedia.online
 Template:     nanoralaadpalen
 Version:      1.0.0
 Text Domain:  nanoralaadpalen
*/
/* Blog */
li.meta-author {
    display: none !important;
}

/* Main Menu */
.wd-nav[class*="wd-style-"] > li:is( .wd-has-children, .menu-item-has-children) > a:after {
color: #000000 !important;
font-size: 10px !important;
}

/* Offerte Aanvragen */
h3.quform-page-title {
color: #43B274 !important;
font-size: 100% !important;	
}

.quform-description.quform-description-above{
	font-size:15px!important;
	margin-bottom:10px!important;
}
.quform-2 .quform-label>label {
    font-weight: 500 !important;
	font-size: 105% !important;
}

.quform-option{
	min-width:145px!important;
}
.quform-upload-button>input,.quform-button-submit>button,.quform-upload-button.quform-upload-button-icon-right{
	background-color:#43B274!important;
	min-width:143px!important;
}
/* Products */
.category-grid-item .hover-mask {
background: #FFFFFF !important;
}

/* Footer */
/* Footer Links Hover Effect */
.col-right.set-cont-mb-s.reset-last-child>a:hover,ul>li:hover>.list-content{
	color:#43B274!important;
}
/* Footer Li Color */
ul>li>.list-content{
	color: #000000!important;
	cursor:default!important;
}
/* Copyright Border */
@media screen and (min-width:600px){
.copyrights-wrapper.copyrights-two-columns{
	border:none!important;
	margin-left:30px!important;
}
.copyrights-wrapper.copyrights-two-columns>div>div{
	max-height:76px!important;
	max-width:1192px!important;
	border-top: 1px solid var(--brdcolor-gray-300);
}	
}