/*======================================
Theme Name: Solstar Blog Image Sizing
Theme URI: https://divicake.com/
Description: This makes all the images for the blog posts the same size. This will make the images display in the same size and not get cropped. It will eliminate having people&#39;s heads cut off in blog post featured images.
Version: 1.0
Author: Lisa D
Author URI: https://guideforce.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* Center the Footer Menu in DIVI */
.bottom-nav {
float: none!important;
text-align: center!important;
}

/* Center the Bottom Bar in DIVI */
#footer-info {
width: 100%;
margin:0 auto;
text-align: center!important;
}

/* Adjust the margin of the social links DIVI */
@media only screen and (min-width: 980px) {
#footer-bottom .et-social-icons { margin-bottom:-28px;
}
}

.grecaptcha-badge{display:none;}

