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

/* Theme customization starts here
-------------------------------------------------------------- */
header#Header{

background: rgba(0, 0, 0, 0) url(../betheme-child/images/bg.jpg) repeat-x scroll 0 -101px;
}
#Footer .widgets_wrapper {
    display: none;
}
#Header .top_bar_left{
    background: transparent;
}    
#Header .menu_wrapper {
    margin-top: 45px;
}
.wpb_single_image.wpb_content_element.vc_align_center.author-img {
    margin-bottom: 0;
}
#Subheader {
    display: none;
}
#Top_bar .logo {
    float: none;
}
#Top_bar .menu > li a:after {
    background: #F30000;
    top: inherit;
    bottom: 0;
}
#Top_bar .menu > li > a {
    color: #0901EC;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
body:not(.template-slider) #Content {
    padding-top: 60px;
}
#Footer .footer_copy .copyright {
    float: right;
    color: white;
}
ul#menu-foomenu-1 li {
    float: left;
}
ul#menu-foomenu-1 li {
    float: left;
    padding-right: 10px;
}
#Footer .footer_copy {
    background-image: url(../betheme-child/images/footer-bg.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}
ul#menu-foomenu-1 li a {
    color: white;
    text-transform: capitalize;
}
table tbody tr td {
    border: none !important;
    border-color: transparent !important;
}
table tbody tr td {
    background-color: transparent !important;
    color: black !important;
}
#Top_bar .menu > li > a span:not(.description) {
    border-right-width: 0px;

}
.world-image{
    position: absolute;
    top: 0;
    margin: 0 auto;
    right: -83px;
    left: 0;
    }
#Footer {
    background-color:transparent;
}    
@media screen and (max-width: 768px){

.menu-foomenu-container {
           float: left;
    width: 100%;
} 
#Footer .footer_copy .copyright {
    float: none;
    text-align: center;
}
}   

@media screen and (max-width: 736px){
 #Footer .footer_copy {
    background: #00589f;
}   
img.world-image {
    display: none;
}
header#Header {
 background: #00589f;
}
body:not(.template-slider):not(.header-simple) #Header {
    min-height: 147px;
}
header#Header #Top_bar, #Action_bar {
    background: #00589f !important;
}
    }