/*
 Theme Name:     Smart 1 Custom Child Theme
 Description:    Magic Valley Tile 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) {

}














