/*
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: 1.6.2
*/
h1, .text-logo #logo {
    font-size: 25px!important;
}

.wrap.mcb-wrap.mcb-wrap-9h9ocf9ut.two-fifth.valign-top.move-up.clearfix {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 19px 0 rgba(0, 0, 0, 0.19);
}

.ngg-galleryoverview.default-view {
    text-align: left!important;
}

div#purchase {
	float: right;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.contact_details {
    display: flex;
    margin: 0 auto;
    padding: 15px;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
 ul.contact_details {
    font-size: 14px;
	display: table;
}

}