/*
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
*/

/* Custom Footer */
ul.social {
	width: 72px;
    margin-left: auto;
    margin-right: auto;
}
li.facebook {
	width: 30px;
    float: left;
}
li.instagram {
	width: 30px;
    float: left;
}
.icon-instagram:before {
	font-size: 24px;
}
.icon-facebook:before {
	font-size: 22px;
}
li.facebook a, li.instagram a {
	border: none !important;
}
#Footer .widget_recent_entries ul li {
    background: rgba(0,0,0,0);
	padding: 0;
}
#Footer .widget_recent_entries ul li:after {
	width: 0;
}
#Footer .widget_recent_entries ul li a {
	display: inline;
	border-color: rgba(255,255,255,.2);
}
#Footer .widget_recent_entries ul li a:hover {
	border-color: rgba(255,255,255,.8);
}
#Footer a {
	border-bottom: solid 1px rgba(255,255,255,.2);
}
#Footer a:hover {
	border-bottom: solid 1px rgba(255,255,255,.8);
	text-decoration: none;
}
.rakammer-logo {
	float: right;
	margin-top: -50px;
	width: 23%;
}
#Footer .rakammer-logo img {
	width: 41px;
	height: auto;
}
#Footer .footer_copy {
	border: 0;
}
@media only screen and (max-width: 767px) {
	#Footer {
		background-image: none;
	}
	.rakammer-logo {
    	margin-top: 20px;
    	width: 100%;
	}
}
/* Custom Footer – End */