/*
 Theme Name:     Smart 1 Custom Child Theme
 Description:    Braces R Us Child Theme
 Author:       Smart 1 Marketing
 Author URI:   http://smart1marketing.com
 Template:     Divi
 Version:      1.0.0
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

/* =Override misc theme defaults -- */
#et-info-email:before {content: none;}
span.fsRequiredMarker {color:red; font-weight:700;}
#footer-info a {font-weight: 500;}

#top-menu li li {padding: 0;}
#top-menu li li a {
    width: 240px;
    padding: 6px 10px;
    font-weight: 300;
}

/*Vertical alignment*/
.s1m-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/* =Responsive Styles
------------------------------------------------------- */
@media (max-width: 980px) {

}


@media (max-width: 767px) {

}

/* --- Tablet Styles -- */
@media (max-width: 980px) and (min-width: 577px) {

}


@media (max-width: 576px) {

}

@media (max-device-width: 480px) {

}




input#fsSubmitButton4836416, input#fsSubmitButton4836422{
	background-color:#b9282e !important;
}


/** fix exaggerated padding on post content styles in blog post template **/
.et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}

/** fix exaggerated vertical spacing in divi blog list in right margin on blog posts **/
#bloglist article{
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}






