/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

/* Makes all iframes in post contents centered. Also adds margin below iframes. */
.single-post .post-wrapper-content iframe {
	display: block;
	margin: 0 auto 20px;
}
/* Adds margin below images in posts. */
.single-post .post-wrapper-content .wp-block-image img {
	margin-bottom: 20px;
}
/* Divides footer menu into two columns */
#Footer #nav_menu-3 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}