/*
Theme Name: News247 Child
Theme URI: http://news247.com/wordpress/news247/
Author: news247
Author URI: http://news247.com/
Description:	Child Theme for news247
Template:		news247
Version: 		1.2
 Text Domain:  news247-child
*/

body { direction:ltr;}


a#btn_menu_mobile {
	display: none;
}

/* Menu Mobile */
@media screen and (max-width: 768px) {
  
	ul#main-menu {
		display: none;
		position: absolute;
		z-index: 9999;
		background: #FFF;
		left: 0;
		list-style: none;
		width: 100%;
	}

	ul#main-menu li {
		position: relative !important;
		display: block;
		border-top: 1px solid #f1f1f1;
		margin: 0 10px;
	}

	ul.main-menu>li>a:before,
	ul#main-menu li:hover a:before {
		border: none !important;
	}


	ul#main-menu li ul {
		display: none;
	}

	ul.main-menu>li.menu-item-has-children>a:after {
		display: none;
	}

	a#btn_menu_mobile {
		display: inline-block;
		box-shadow: none;
	    border: none;
	    padding: 6px 16px;
	    font-weight: 400;
	    margin: 12px;
	    border-radius: 3px;
	    transition: 400ms;
	    -webkit-transition: 400ms;
	    background: #ec0000;
	    color:#FFFFFF;
	    font-weight: bold;
	    font-family:'Open Sans';
	}
}
