/*
 Theme Name:   Ed School Child Theme
 Theme URI:    http://ed-school.aislinthemes.com/
 Description:  Ed School Child Theme
 Author:       Aislin
 Author URI:   http://aislinthemes.com
 Template:     ed-school
 Version:      1.0.0
 Tags:
 Text Domain:
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
p, ul li, a {
    font-family: Montserrat;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}
b, strong {
    font-weight: 700;
    font-family: 'Montserrat';
}
.widget.scp_banner-3.widget-banner {
    background: #981012 !important;
}
p a {
    color: #213675 !important;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab>a {
    background-color: #981012 !important;
    color: #fff;
}
.box.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
    height: 293px !important;
}



.select_container select {
    background: #5bb2ff3b !important;
    width: 100%;
}
.wpcf7-form-control-wrap input {
    height: 40px !important;
}

@media only screen and (max-width: 600px) {
	
	.col-md-6 {
    width: 100% !important;
    float: left;
    margin: 0px 0 0;
    padding: 0 0px;
}

.col-md-4e {
    width: 100% !important;
    float: left;
    margin: 0 0px;
}
	.section {
    margin: 62px 0 !important;
}
	.scheme_default fieldset legend {
    font-size: 15px !important;
    width: 100% !important;
    margin: 0 -24px !important;
		padding:0 0!important;
}
}