/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

#Wrapper, #Content {
    background-color: #2f3033 !important;
}
.one-fifth.mcb-wrap {
    width: 16%;
}
.section.mcb-section.navigation .mcb-wrap-inner h2 {
    font-size: 1.25rem;
}
.navigation {
    border: double 4px #969696;
    margin: 40px;
    background-color: #232323;
    margin: 40px;
}

.navtitle {
    text-decoration: none;
}

.menu_wrapper {
    display: none;
}

#back_to_top.sticky {
    background: #232323 !important;
}

@media (max-width: 768px) {
    .navigation.events-exception {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        width: 290px !important;
    }
}

@media (max-width: 400px) {
    .mobile-header-mini #Top_bar a#logo {
        height: 35px !important;
    }
}

@media (max-width: 1240px) {
    .menu_wrapper {
        display: block;
    }
}

.blog .button-love, .blog i.icon-comment-empty-fa, .blog a.post-comments, .blog span.vcard.author.post-author, .blog .date .label {
    display: none;
}

.archive .button-love, .archive i.icon-comment-empty-fa, .archive a.post-comments, .archive span.vcard.author.post-author, .archive .date .label {
	display: none;
}

