/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template:       neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
*/

/** Leegmaken theme en Wordpress melding **/
.component-wrap{
    display: none !important;
}

@media (max-width: 959px){
	.hfg-slot.left {
		display: none;
	}
}

/*START* Gebruik kleuren header *******************************************************************/
.site-logo h1, .site-logo p {
	font-family: var(--headingsfontfamily),var(--nv-fallback-ff);
}

.nv-ft-post:not(.layout-covers) .nv-post-thumbnail-wrap {
    min-height: 250px;
}

h1, h2, h3, h4, h5, h6, .entry-title a  {
		color: var(--nv-primary-accent);
}

/* Gebruik kleuren header *********************************************************************END*/



/** Basis voor Contactform 7 **/
span.wpcf7-list-item { display: block; }


/** Kolommen in Contactform 7 **/
.one-half,
.one-third,
.two-third {
    position: relative;
    margin-right: 4%;
    float: left;
}
 
.one-half { width: 48%; }

.one-third { width: 30.66%; }

.two-third { width: 65.34%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 576px) {
    .one-half, .one-third, .two-third {
        width: 100%;
        margin-right: 0;
    }
}

/** General >> Wpcf7 input **/
.wpcf7-text {
	width: 100% !important;
}

/** General >> Paragraph label **/
p>label {
    width: 100% !important;
}

/** General >> Wpcf7 textarea **/
.wpcf7 textarea {
    width: 100% !important;
}