/*
 Theme Name: Astra Child
 Theme URI: https://www.example.com/astra-child/
 Description: Child theme for the Astra theme
 Author: Oto
 Author URI: https://www.otogodfrey.com
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child
*/

/* header section of individual pages add padding zero */
#primary.content-area.primary {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 640px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        padding-left: 10%;
        padding-right: 10%;
    }
}

	
	
@media screen and (max-width: 640px) {
    .gutenberg_sucks {
        font-size: 20px !important;
    }
}


.wpcf7 label {
    color: #ffffff; /* This sets the color to white */
}

