/*
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
-------------------------------------------------------------- */


#Wrapper {
    max-width: 74% !important;
    border-radius: 7px;
}

strong, dt {
    font-weight: 700;
    color: #009d3d !important;
}

#Top_bar .menu > li {
    margin: 0 4px 0 0;
}

.layout-boxed.header-boxed #Top_bar.is-sticky {
    max-width: 100%;
}

#Top_bar .menu > li a:after {
    background: #f06654!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#Top_bar .menu > li > a span:not(.description) {
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-style: solid;
    line-height: 35px !important;
}

#Top_bar .menu > li > a span {
    border-color: rgba(0,0,0,.05)!important;
}

.header-stack #Top_bar .logo{
    border-color: rgb(255, 255, 255);
}
#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a{
color: #ffffff !important;
background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(42%, rgba(231,56,39,1)), color-stop(60%, rgba(227,6,19,1)), color-stop(100%, rgba(240,47,23,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#f02f17', GradientType=0 );
}
#Top_bar .menu > li.hover > a {
    color: #ffffff !important;
    background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(42%, rgba(231,56,39,1)), color-stop(60%, rgba(227,6,19,1)), color-stop(100%, rgba(240,47,23,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 42%, rgba(227,6,19,1) 60%, rgba(240,47,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#f02f17', GradientType=0 );
}

.widget_mfn_menu ul li a:hover, .widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor) > a, .widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor) > a {
    background-color: #ec2216 !important;
}

#Footer a {
    color: #6dab3c !important;
}
.post-head{
    display: none;
}
.image_links, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
    background: rgba(41, 145, 214, 0.8);
    display: none;
}
#shortcodes2{
  float: right;
      margin: 363px auto;
      margin-right: 25px;
}
#shortcodes{
  float: left;
  margin: 363px auto;
  margin-left: 25px;
}