/*
 Theme Name:   Kuba-Press
 Theme URI:    https://generatepress.com
 Description:  A GeneratePress child theme
 Author:       Jakub Urbanowicz
 Author URI:   https://kuba.urbanowicz.info/
 Template:     generatepress
 Version:      0.1
*/

/* Container padding overrides */
.inside-header {
	padding-inline: 0px !important;
}

.site-header {
	padding-inline: clamp(1rem, 0.848rem + 0.758vw, 1.5rem) !important
}

.site-content, #content {
	padding: 0px;
}

/*** PLUGIN TWEAKS ***/

/* Adjust Contact Form 7 width */
.wpcf7 {
    width: 100%;
}

/* Adjust Contact Form 7 input field width */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
}
