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

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

*/

.home-recent-heading{
	margin-bottom:10px !important;
}
#Top_bar.is-sticky > .container{
	background:#c92027 !important;
}
#logo{
	height:130px !important;
	padding:6px 0px 0px 0px !important;
}
#Top_bar.is-sticky #logo .logo-sticky{
	max-height:125px !important;
	padding:0px !important;
}
.menu_wrapper{
	margin-top:3%;
}
.menu-item > a > span{
    	color:white;
}
#s{
   	color:black !important;
}
.infobox{
	border-radius:5px;
}
.post-nav{
	display:none;
}
.mata-tags > .cat-btn{
	display:none;
}
#back_to_top{
	background:#c92027 !important;
   	border-radius:50%;
}
.image_frame{
	border-color:white !important;
}
/*Widgets*/
.widget{
	margin-bottom:0px !important;
}

#text-10 > h3 {
	 color:white;
}
/*RSS Widget*/
.super-rss-reader-widget .srr-summary{
	color:black;
}
.super-rss-reader-widget .srr-title{
	font-weight:bold;
}
.srr-date{font-style:italic;}
.srr-item{
  	background:#f7f7f7;
  	padding: 5px 5px 15px 5px !important ;
  	border-radius:5px;
}
.wpg-slider-container .column_attr.align_center{
	text-align: -webkit-center;
}
/*Clock Widget*/
#_coolclock_auto_id_0{
	background:white;
	border-radius:50%;
	border:4px solid #c92027;
}
#coolclock-widget-3{
	padding-bottom:30px;
	margin-bottom:25px;
}
/*Muffin log in*/
.widget.widget_mfn_login{
	min-width:265px;
	padding-bottom:0px;
}
.mfn-login .author a:nth-child(4){
	display:none;
}
.mfn-login .author .sep:nth-child(5){
	display:none;
}
.mfn-login .users-role{
	font-weight:bold;
}
/*Video Player*/
.videoplayer embed{
	width:100%;
}