/*
Theme Name: ggsstarkidsassandh Child
Theme URI: http://underscores.me/
Template: ggsstarkidsassandh
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1751294551
Updated: 2025-06-30 14:42:31

*/

.post, .page {
    margin: 0 0 !important;
}

.addmission-wrapper .form-addmission {
    display: flex;
    gap: 50px;
}

.addmission-wrapper p {
    margin:0;
}
.addmission-wrapper .form-addmission .col-div {
    width: 100%;
}

.addmission-wrapper .form-addmission .wpcf7-select {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 3px;
	margin: 10px 0 20px;
}

.addmission-wrapper .form-addmission input[type="date"] {
    border: 1px solid #2f4934;
    width: 100% !important;

}
.addmission-wrapper .form-addmission .gender {
    margin-bottom: 20px;
}



.addmission-wrapper .form-addmission .gender .wpcf7-radio .first {
    margin-left: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: -1em 0.5em 0em;

}

@media (max-width:768px){

	
.addmission-wrapper .form-addmission {
flex-wrap:wrap;
	gap:0;
}
}