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

/*
html {
    background-color: #000!important;
}
*/

/* ----- header ---------------------------------------------------------------------- */


body.minimalist-header.header-simple:not(.template-slider) #Header {
    min-height: 100px !important;    
}

#Top_bar {
    background-color: #1c1c1c;
    top: 0;
    position: fixed;
    height: 100px;
}

#Top_bar #logo {
    margin: 0;
}

#Top_bar #logo img {
    height: 30px;
}

.header-simple #Top_bar:not(.is-sticky) .top_bar_left {
    top: 0;
}

.menu_wrapper #menu {
    top: 100px !important;
    background-color: #1c1c1c;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-weight: 600;
}

/* ----- homepage Content, about content --------------------------------------------- */

.home #Wrapper #Content, .page-id-51 #Wrapper #Content, .post {
    padding-top: 0;
    background-color: #fff;
}

/* ----- content --------------------------------------------------------------------- */

#Wrapper #Content {
    padding-top: 0;
}

/* ----- brands grid ----------------------------------------------------------------- */

.page-id-88 #Wrapper #Content {
    background-color: #1c1c1c;
}

.page-id-88 #Wrapper #Header_wrapper #Header {
    background-color: #1c1c1c;
}


.minimal-light .esg-filter-wrapper .esg-filterbutton {
    color: #fff;
    border: 1px solid #1c1c1c;
    border-radius: 0;
    background-color: #1c1c1c;
    box-shadow: none;
    transition: all .3s ease;
}

.minimal-light .esg-filter-wrapper .esg-filterbutton:hover {
    border: 1px solid #fff;
    background-color: #1c1c1c;
    color: #fff;
    box-shadow: none;
}

.minimal-light .esg-filter-wrapper .esg-filterbutton.selected {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1c1c1c;
    box-shadow: none;
}

/* ----- footer ---------------------------------------------------------------------- */

#Footer {
    display: none;
}

.section.mcb-section.footer a {
    color: #fff;
    font-weight: bold;
}
