/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

.single-post  .et_post_meta_wrapper {
    margin: 0 !important;
    width: 100% !important;
    margin-bottom: 40px !important;
}

.single-post  .et_post_meta_wrapper img {
    max-width: 100% !important;
}

#footer-bottom > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#footer-bottom #footer-info,
#footer-bottom .comodo-logo,
#footer-bottom .et-social-icons {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#footer-bottom .et-social-icons {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto;
}

#footer-bottom .comodo-logo {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.mpcs-lock:before {
    content: '\e812';
    color: deeppink!important;
}