/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.seowebb.de
 Description:    Divi Seowebb
 Author:         Elegant Themes
 Author URI:     http://www.seowebb.de
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */



#footer-info a { font-weight: 700; color: #ffffff; }	
.et-social-icon a, #footer-info { color:#CCC; }

/***[Switch column order on mobile]***/
@media only screen and ( max-width: 980px ) {
.flip {
display: -webkit-flex;
-webkit-flex-direction: column-reverse;
display: flex;
flex-direction: column-reverse !important;}
}

