/*
Theme Name:     Neve Child
Theme URI:      https://pereffect.nl
Template:       neve
Author:         Pereffect
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 **/
#cb-row--footer-desktop-bottom .component-wrap {
    display: none !important;
}

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

/** Basis voor Contactform 7 voor Neve **/
.wpcf7-text {
	width: 100% !important;
}

p>label {
    width: 100% !important;
}

.wpcf7 textarea {
    width: 100% !important;
}

/** 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: 767px) {
    .one-half, .one-third, .two-third {
        width: 100%;
        margin-right: 0;
    }
}
