/*
Theme Name:     Avalon Child
Theme URI:      https://pereffect.nl
Template:       avalon
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:    avalon
*/

/*START* animation navigation bug ******************************************************************
.page-content ul li a:hover {
background-size: 100%;
}
.page-content ul li a {
background-size: 0;
}
*/
/* animation navigation bug *********************************************************************END*/

/* Cover instelling op Home */
.has-custom-content-position .wp-block-cover-is-layout-constrained {
	width: 100vw !important;
}
}

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

/** Basis voor Contactform 7 **/
.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;
    }
}
