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

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

.header-magazine #Top_bar .banner_wrapper {
    width: 700px;
    height: 90px;
    text-align: right;
}

.header-magazine #Top_bar .banner_wrapper img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 767px) {
    .header-magazine #Top_bar .banner_wrapper {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px)
{
    .header-magazine #Top_bar .banner_wrapper {
        width: 300px;
        height: auto;
    }
   #Top_bar #menu,
   #Top_bar .menu > li ul{
	background-color:rgba(177, 116, 82, 0.9);
   }
   #Top_bar .menu > li > a,
   #Top_bar .menu > li ul li a,
   #Top_bar .menu > li > a:hover,
   #Top_bar .menu > li ul li a:hover,
   #Top_bar .menu > li.current-menu-item > a,
   #Top_bar .menu > li.current_page_item > a{
	color:#fff;
   }
   #Top_bar .menu > li > a:hover,
   #Top_bar .menu > li ul li a:hover,
   #Top_bar .menu > li.current-menu-item > a,
   #Top_bar .menu > li.current_page_item > a{
	text-decoration:underline;
   }
}
@media only screen and (min-width: 960px) and (max-width: 1239px)
{
   .header-magazine #Top_bar .banner_wrapper {
	width: 500px;
	height: auto;
   } 
   #Top_bar #menu,
   #Top_bar .menu > li ul{
	background-color:rgba(177, 116, 82, 0.9);
   }
   #Top_bar .menu > li > a,
   #Top_bar .menu > li ul li a,
   #Top_bar .menu > li > a:hover,
   #Top_bar .menu > li ul li a:hover,
   #Top_bar .menu > li.current-menu-item > a,
   #Top_bar .menu > li.current_page_item > a{
	color:#fff;
   }
   #Top_bar .menu > li > a:hover,
   #Top_bar .menu > li ul li a:hover,
   #Top_bar .menu > li.current-menu-item > a,
   #Top_bar .menu > li.current_page_item > a{
	text-decoration:underline;
   }
}

/* Categories */
.widget_categories {}
.widget_categories ul { list-style-type: square; color: #fff; padding: 5px 10px 5px 30px; }
.widget_categories ul li { position: relative; }
.widget_categories ul li:after { content: ""; display: block;width: 130%; border-width: 0 0 1px 0; border-style: solid; border-color: rgba(255,255,255,.2); position: absolute;left: -30px; bottom: 0;}
.widget_categories ul li:last-child:after { display: none; }
.widget_categories ul li a { color: #fff !important;display: inline-block; padding: 7px 0 7px 3px;}

img.scale-with-grid, #Content img {
	height: 100% !important;
}