/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme
Description: Betheme - Premium WordPress Theme
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready
Author: Muffin group
Author URI: http://muffingroup.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 8.8

All css files are placed in /css/ folder.
If you want to add your own css code, please do it in /css/custom.css

*/
body.header-split #Action_bar {
	background-color: transparent;
}
body.header-split #Action_bar .social li a {
    color: #a9abac;
    border-radius: 50%;
    width: 30px;
    display: block;
    text-align: center;
    height: 23px!important;
    padding-top: 7px;
    background-color: #edeeee;
}
body.header-split #Action_bar .social li a:hover {
    color: #000;
}
.logo-ref {
    float: right;
}
.logo-ref img {
    max-width: 182px;
    margin-top: 10px;
    margin-right: 15px;
}
#Header {
    padding-top: 0!important;
}
#Action_bar .column {
    border-bottom: 1px solid #edeeee;
}
.hidden-mess{
	display:block;
}
@media screen and (min-width: 1240px){
	div#Action_bar .container {
	    max-width: 1275px;
	}
}
@media screen and (max-width: 767px){
	#Action_bar .column {
	    display: none;
	}
}